ahk bhoping script.
I have a bhop script for bhoping with space, but i've always used mouse 3 (middle mouse button) to jump. could someone make me a ahk script for that?
^HOME::Suspend
^END::ExitApp
*~$MButton::
Sleep 100
Loop
{
GetKeyState, SpaceState, MButton, P
If SpaceState = U
break
Sleep 5
Send, {Blind}{Space}
}