Starbound
Summer Sale Soda Mod
Destroyer47 30 JUN 2019 a las 14:12
[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.