Need Help In Sugar cane script for hypixel skyblock please help

Ask gaming related questions (AHK v1.1 and older)
SBUNIDISCORDBLE
Posts: 2
Joined: 19 Jan 2022, 01:23

Need Help In Sugar cane script for hypixel skyblock please help

Post by SBUNIDISCORDBLE » 19 Jan 2022, 01:40

I need A code Which Presses A for 33 seconds then it should stop pressing A then press S for 35 seconds then S again for 33 secronds and all this time it should be pressing left click and this repeat infinitly and keybind to start script is = and stop script is - pleas Help

Rohwedder
Posts: 7551
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Need Help In Sugar cane script for hypixel skyblock please help

Post by Rohwedder » 19 Jan 2022, 02:47

Hallo,
try:

Code: Select all

=::
SetTimer, AS, 33000
Send, {LButton Down}{a Down}
Return
AS:
Send,% GetKeyState("a")?"{a Up}{s Down}":"{s Up}{a Down}"
Return
-::
SetTimer, AS, Off
Send, {LButton Up}{a Up}{s Up}
Return

Post Reply

Return to “Gaming Help (v1)”