Code Monkey home page Code Monkey logo

genshin-impact-ahk's People

Contributors

ganlvtech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

genshin-impact-ahk's Issues

为什么探索派遣的脚本老是失效?

我修改了下,是这样写的:

; 5个探索派遣
Expedition(x1, y1, x2, y2, x3, y3) {
    BlockInput, MouseMove
    MouseMove, x1, y1
    Sleep 400
    Click
    MouseMove, x2, y2
    Sleep 400
    Click
    MouseMove, 1700, 1020
    Sleep 400
    Click
    MouseMove, x3, y3
    Sleep 400
    Click
    BlockInput, MouseMoveOff
}

F9::
    ; 蒙德
    Expedition(150, 165, 1051, 328, 300, 150)
    Expedition(150, 165, 1176, 662, 300, 260)
    ; 璃月
    Expedition(150, 230, 958, 452, 300, 150)
    ; 稻妻
    Expedition(150, 308, 1097, 278, 300, 270)
    ; 须弥
    Expedition(150, 370, 1028, 606, 300, 340)
Return

求大佬写一个切出来直接放大

为什么我这么写不起作用啊:
1::
{
Send, {LAlt down}
Send, {1 down}
KeyWait, 1
Send, {1 up}
Send, {LAlt up}
}
Return
2::
{
Send, {LAlt down}
Send, {2 down}
KeyWait, 2
Send, {2 up}
Send, {LAlt up}
}
Return
3::
{
Send, {LAlt down}
Send, {3 down}
KeyWait, 3
Send, {3 up}
Send, {LAlt up}
}
Return
4::
{
Send, {LAlt down}
Send, {4 down}
KeyWait, 4
Send, {4 up}
Send, {LAlt up}
}
Return

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.