Warior Script Need Help

Ask gaming related questions (AHK v1.1 and older)
mtuna8080
Posts: 3
Joined: 15 May 2022, 01:45

Warior Script Need Help

Post by mtuna8080 » 15 May 2022, 02:28

Can some help me make a code for a game online
i want to be able to press k
to do the following:
For example ; He will press the ZR2 keys one after the other

Skill number 2 will regenerate after 0.8 seconds (delay)
this can be done in 0.9. I couldn't :(

Move only once to cancel the animation skill of skill #2, then it should stop. (W or S)
so if i press K
this happens ;
ZR2 (0.8sec delay)
W or S movement

that way, when I press K, the above keystrokes should be.
I searched old posts but I couldn't find a script like this.
i hope someone can do it for me thanks.

User avatar
mikeyww
Posts: 26888
Joined: 09 Sep 2014, 18:38

Re: Warior Script Need Help

Post by mikeyww » 15 May 2022, 05:41

Code: Select all

k::
SetKeyDelay,, 25
Send zr2
Sleep, 790
Send w
Return

mtuna8080
Posts: 3
Joined: 15 May 2022, 01:45

Re: Warior Script Need Help

Post by mtuna8080 » 16 May 2022, 01:38

mikeyww wrote:
15 May 2022, 05:41

Code: Select all

k::
SetKeyDelay,, 25
Send zr2
Sleep, 790
Send w
Return

Unfortunately it's not working dude.

User avatar
mikeyww
Posts: 26888
Joined: 09 Sep 2014, 18:38

Re: Warior Script Need Help

Post by mikeyww » 16 May 2022, 05:41

If you test the script in Notepad, what happens?

mtuna8080
Posts: 3
Joined: 15 May 2022, 01:45

Re: Warior Script Need Help

Post by mtuna8080 » 16 May 2022, 11:38

mikeyww wrote:
16 May 2022, 05:41
If you test the script in Notepad, what happens?
not working in game bro

User avatar
mikeyww
Posts: 26888
Joined: 09 Sep 2014, 18:38

Re: Warior Script Need Help

Post by mikeyww » 16 May 2022, 12:01

Is that supposed to be the answer to the question?

Post Reply

Return to “Gaming Help (v1)”