Programming [Ladder Help] Turbo Laddering AHK

Made some simple AHK's back during OLT to remove the repetitiveness of spamming replay hiding and ionext commands. Was fun testing this pre-OLT but it was aids and extremely impractical to use the turbo laddering script during actual OLT.

Get AHK From Here: https://www.autohotkey.com/download/

After it's downloaded:
right click on desktop > new > autohotkey > paste script & save as .ahk

Turbo Laddering
Code:
q::
SetKeyDelay, -1       
Send,/timer on{enter}
SetKeyDelay, -1       
Send,/ionext{enter}
SetKeyDelay, -1
Send,/search gen7ou{enter}
SetKeyDelay, -1

Whatever key is listed before :: is the command used to set off the script (feel free to replace). SD will auto-load whichever team was last used. For your first game, use your command key in a chatroom (no one else will see anything come up) and SD will load up a game instantly. Spam your command key to load as many games as you'd like - they will all be ionexted and with timer auto-on (timer will be on all for games besides your last one). Just be aware that you can't load up a new game if you're past T5 in a game.


Hidereplay
Code:
.::
SetKeyDelay, -1        
Send,/hidereplay{enter}
SetKeyDelay, -1

Hidereplay + Timer
Code:
q::
SetKeyDelay, -1       
Send,/hidereplay{enter}
SetKeyDelay, -1       
Send,/timer on{enter}
SetKeyDelay, -1

Tried making one to auto-modchat but it would never work fsr. Anyway, enjoy! <3
 
Last edited:

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top