View difference between Paste ID: CrqKcLLy and FDaT47Bn
SHOW: | | - or go back to the newest paste.
1
&::
2
1::
3-
SetTimer, animation, 0
3+
4
SetTimer, force-move, 0
5
Loop
6
{
7-
    if !GetKeyState("1", "P")
7+
    if !GetKeyState("1", "P") 
8
        break
9
}
10
SetTimer, heavens-fury, off
11
SetTimer, force-move, off
12-
SetTimer, animation, off
12+
13
14
heavens-fury:
15
send, {Numpad1}
16
Return
17-
send, {1}
17+
18
force-move:
19
send, {a}
20-
animation:
20+