I ned Help PLZ HELPPP ME

Ask gaming related questions (AHK v1.1 and older)
SkyblockUnivercity
Posts: 1
Joined: 26 Jan 2022, 08:41

I ned Help PLZ HELPPP ME

Post by SkyblockUnivercity » 27 Jan 2022, 22:03

something which press a for 50 seconds then w for 10 seconds then d for 50 sec and again s for 10 seconds then a for 50 seconds and so on forever while holding down left click the whole time = key to start script and - to pause it please help il try to do it my slef but it didnt work btw this is for hypixel skyblock sugarcane farm

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

Re: I ned Help PLZ HELPPP ME

Post by mikeyww » 27 Jan 2022, 22:31

Code: Select all

OnExit("done")
-::Pause
=::
Click, D
Loop
 For each, hold in [["a", 50], ["w", 10], ["d", 50], ["s", 10]] {
  Send % "{" hold.1 " down}"
  Sleep, 1000 * hold.2
  Send % "{" hold.1 " up}"
 }

done(ExitReason, ExitCode) {
 Send {LButton up}{a up}{w up}{d up}{s up}
}

Post Reply

Return to “Gaming Help (v1)”