Download World of Warships today using my link: https://wo.ws/Reggie
Promo Code: HEADLESS for free stuff
If you're enjoying my content, consider becoming a channel member/ patron (https://www.patreon.com/ReginaldGames) to support me on my quest to create the worst gaming content on youtube
AHK:
F8::
stop := 0
Loop
{
Send, {\ down}
Sleep 300
Send, {\ up}
Sleep 300
}until Stop
return
F9::Stop := 1
put the above in a notepad doc and run it through AHK. F8 to start, F9 to stop. (the key bind in this case is \ , you may want to change that)