Skip to content

Instantly share code, notes, and snippets.

@GENiEBEN
Last active June 19, 2019 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GENiEBEN/649db5ca959c83e4b7256aa58649cbb8 to your computer and use it in GitHub Desktop.
Save GENiEBEN/649db5ca959c83e4b7256aa58649cbb8 to your computer and use it in GitHub Desktop.
Macro for Steam games "GooCubelets: The Algoorithm' and 'GooCubelets 2'. Reach Level 3 and use it there for all the Completionist achievements.
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
toggle=0
F12::
If (toggle := !toggle)
SetTimer, Timer, -1
return
timer:
while toggle
{
Send {Down}
Sleep 300
Send {Up}
Sleep 300
Send {Up}
Sleep 300
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment