Script For Hypixel Skyblock

Ask gaming related questions (AHK v1.1 and older)
Maxiee
Posts: 1
Joined: 05 Aug 2021, 15:56

Script For Hypixel Skyblock

05 Aug 2021, 16:03

Hey ive been trying to make a sript to auto wart farm but just cant figure it out so ima ask u guys

I need It to:
Constantly Hold w
Hold D for 47 secs and the let go for 3 secs and then hold A for 47 Secs (this would repeat making kinda a zigzag)

thenks for helping
User avatar
mikeyww
Posts: 27050
Joined: 09 Sep 2014, 18:38

Re: Script For Hypixel Skyblock

05 Aug 2021, 20:15

Here is a start.

Code: Select all

F3::
Send {w down}
Send {d down}
Sleep, 47000
Send {d up}
Sleep, 3000
Send {a down}
Sleep, 47000
Send {a up}
SoundBeep, 1500
Return
You can see how it works here; adjust as needed. Add a Loop where you need it. Example

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 71 guests