Perfect csgo bhop ahk script hack with on/off key cant get detected with tutorial.
So this is a repost got alot of comments and private messages how to use it.
so the first thing you do is download autohotkey
http://www.autohotkey.com/
after you did that go to ur desktop click right mouse button and then go to new and a new tab appears and choose
Autohotkey script.
after u got that on ur desktop right click it and it should say edit script
then when u press it it gives u a txt file remove everything inside of it and paste this script
F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
after u did that save the file double click it strart up csgo to turn the script on and off pres F11
happy bhopping.
thanks/rep would be appericiated