Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Gaming • Re: Script for farming credits [FH5]

$
0
0

CODE:

#Requires AutoHotkey v2.0
OnExit reset

F3:: {
Static on := False, sendEnter := SendEvent.Bind('`n')
SetKeyDelay 25, 25
If on ^= True {
SendEvent '{Space down}'
SetTimer(sendEnter, 33000), sendEnter()
SoundBeep 1500
} Else SetTimer(sendEnter, 0), reset()
}

reset(exitReason := '', exitCode := '') {
Send '{Space up}'
SoundBeep 1000
}

Statistics: Posted by mikeyww — Today, 08:57



Viewing all articles
Browse latest Browse all 579

Trending Articles