F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
Sleep 2
If SpaceState = U
break
Send, {Blind}{Space}
}
Return
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
; iloveesl
NRA := 1
; SS
^!p::Suspend
; NR
~LButton::
while GetKeyState("LButton") & NRA
{
DllCall("mouse_event", uint, 1, int, 0, int, 3, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 4, uint, 0, int, 0)
Sleep, 5
}
return
; Nades
~MButton::
if GetKeyState("LButton")
{
NRA := 0
Sleep, 3000
MouseClick, Left,,,,, U
NRA := 1
}
return
Insert::ExitApp
$lbutton::
send {lbutton}
keywait lbutton
return
Lbutton::
{
send {RButton Down}
sleep 275
MouseClick,left
send {RButton Up}
send {RButton down}
MouseClick, Right
}
return
numpad2::suspend
end::exitapp
;Improved Bhop by TNzRawR
;Press F11 to toggle
;Press End key to close the application
;Can't be detected by VAC.
F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return

F6::Suspend
MButton::
+MButton::
^MButton::
WheelLeft::
WheelRight::
Loop
{
SetMouseDelay 30
Click
If (GetKeyState("MButton","P")=0)
Break
}
home::Suspend off
end::Suspend on
B::Suspend on
$^LButton::
while GetKeyState("LButton", "P") {
Click
}
return
$LButton::
while GetKeyState("LButton", "P") {
Click
}
return
$+LButton::
while GetKeyState("LButton", "P") {
Click
}
return