Help with a script?
I have no knowledge of scripts, coding, or anything. Saying that I was wondering if someone would add something to this script (bhop script). I was wondering if you could put a hotkey to disable/enable the script while in game.
*~$Space::
Sleep 100
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return