AHK Bunny Script for 128 tick server dont work need help please
Current bug :
-Rarely AHK doesn't detect when i stop press spacebar , and keep bhoping (just need to press your space bar again for stop it

)
Please help me to fix
sry for my bad english ^^" ..
Code:
#NoEnv
#MaxHotkeysPerInterval 99000000
#HotkeyInterval 99000000
#KeyHistory 0
ListLines Off
Process, Priority, , H
SetBatchLines, -1
SetKeyDelay, -1, -1
SetMouseDelay, -1
SetDefaultMouseSpeed, 0
SetWinDelay, -1
SetControlDelay, -1
SendMode Input
Bhop:
*~$Space::
Sleep 200
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
DllCall("Sleep","UInt",13.5)
Send, {Blind}{space}
}