Risk of Rain 2

Risk of Rain 2

View Stats:
Guurble Sep 21, 2019 @ 8:51am
Risk of Rain 2 Autorun (AHK)
Holding the w key down for any decent session is a finger killer, and quite frankly I felt months ago this game needed an autorun. When you're roaming about between chests and out of combat, it's basically autopilot anyway but you still have to be mashing that w.

I made a little AHK script that toggles an autorun on keypress that can be disabled with another keypress for whenever you get back into combat. I figured rather than hoard this finger saver for myself, I'd share. Enjoy.

Originally posted by how-to-use-script:
  • Start autorun
    • -
  • Stop autorun
    • t
  • Close script
    • u

Paste into .ahk file and run the code below:
-:: looper=0 counts=0 Loop, { if (looper=1) break Send {w down} if (counts=0) Send {ctrl down} send {ctrl up} counts=1 Sleep 100 } Send {w up} return t:: looper=1 return u:: ExitApp
< >
Showing 1-4 of 4 comments
Axl May 24, 2021 @ 7:37am 
thank you
<#9400D3>Dream May 24, 2021 @ 8:44am 
auto sprint mod is better
Malthar May 24, 2021 @ 9:31am 
Originally posted by <#9400D3>Dream:
auto sprint mod is better
they dont mean an auto sprint, they dont want to hold anything to move
Ninja Zyborg May 24, 2021 @ 11:06am 
nice necro tho
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Sep 21, 2019 @ 8:51am
Posts: 4