[RELEASE] Easy Kill Hack V.1
[RELEASE] Easy Kill Hack V.1
Heres the script.
Hold f1 to transform into lvl 1 and 2 dark knight.
$F1:: ; Make the F1 key into a hotkey (the $ symbol facilitates the "P" mode of GetKeyState below).
#MaxThreadsPerHotkey 1
#MaxHotkeysPerInterval 999999999
Loop ; Since no number is specified with it, this is an infinite loop unless "break" or "return" is encountered inside.
{
if not GetKeyState("F1", "P") ; If this statement is true, the user has physically released the F1 key.
break ; Break out of the loop.
; Otherwise (since the above didn't "break"), keep clicking the mouse.
send ("{F6}")
send ("{F7}")
send ("{F7}")
}
return
Press thanks if this was helpful
Just copy this into notepad and change the extension to .AHK and run it using AutoIt
Heres the script.
Hold f1 to transform into lvl 1 and 2 dark knight.
$F1:: ; Make the F1 key into a hotkey (the $ symbol facilitates the "P" mode of GetKeyState below).
#MaxThreadsPerHotkey 1
#MaxHotkeysPerInterval 999999999
Loop ; Since no number is specified with it, this is an infinite loop unless "break" or "return" is encountered inside.
{
if not GetKeyState("F1", "P") ; If this statement is true, the user has physically released the F1 key.
break ; Break out of the loop.
; Otherwise (since the above didn't "break"), keep clicking the mouse.
send ("{F6}")
send ("{F7}")
send ("{F7}")
}
return
Press thanks if this was helpful
Just copy this into notepad and change the extension to .AHK and run it using AutoIt
