Skip to content

Instantly share code, notes, and snippets.

@amoeba
Created December 20, 2011 05:50
Show Gist options
  • Select an option

  • Save amoeba/1500456 to your computer and use it in GitHub Desktop.

Select an option

Save amoeba/1500456 to your computer and use it in GitHub Desktop.
#IfWinActive Terraria:
#MaxThreadsPerHotkey 3
$F1::
#MaxThreadsPerHotkey 1
if ClickSpam
{
ClickSpam := false
return
}
ClickSpam := true
Loop
{
Click
if not ClickSpam
break
}
ClickSpam := false
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment