This is an autohotkey script for the 10M Block Count achievement
AutoHotKey Script
Rebind the Gravity Lock key to g, then use the script below to create an AutoHotKey executable
F10:: Loop { Send {r} Send {RButton} Send {g} Send {s Down} Sleep 750 Send {s Up} Send {a Down} Loop 7 { Send {Space} Send {RButton 2} Sleep 500 } Send {a Up} } F8:: Pause Return F9:: reload return
Aim your mouse towards the bottom middle of the screen (near the core when you spawn) and push F10.
F8 Pauses the script, F9 reloads it after pausing it.
I went to Prestige 1 on the Home planet. Breaks around 500,000 blocks every ~4 minutes. The script does spin the screen so, don’t stare.
Thanks to cethiN for his excellent guide; all credit belongs to his effort. If this guide helps you, please support and rate it via Steam Community. Enjoy the game.