Starbound

Starbound

Summer Sale Soda Mod
Destroyer47 Jun 30, 2019 @ 2:12pm
[AutoHotKey]: Auto Left Click Script
#MaxThreadsPerHotkey 2 ~LButton:: Loop { GetKeyState, LButtonState, LButton, P if LButtonState = U MouseClick, Left Sleep 10 } return *F1:: Suspend Pause, 1 return *F2:: ExitApp return

Upon starting the script (double click the .ahk script file with auto hot key installed), Left click to start, F1 to pause, F2 to quit. If the auto clicking somehow stops, then you may have to manually kill the script and restart it. Happy farming.