Is there anyway I can change it from pressing space to middle mouse button?
CS:GO Bhop scrip
You can use this aswell
F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
- - - Updated - - -
try this
F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
I think that f11 doesnt work but save it as .exe and it should run smoothly.
- - - Updated - - -
F11:: Hotkey, *~$Mouse3, Toggle
End::
ExitApp
*~$Mouse3::
Sleep 5
Loop
{
GetKeyState, Mouse3State, Mouse3, P
If Mouse3State = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
Try this i dont know if it will work but go on csgo and make jump to middle mouse button on my razer deathadder its mouse3
F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
- - - Updated - - -
try this
F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
I think that f11 doesnt work but save it as .exe and it should run smoothly.
- - - Updated - - -
F11:: Hotkey, *~$Mouse3, Toggle
End::
ExitApp
*~$Mouse3::
Sleep 5
Loop
{
GetKeyState, Mouse3State, Mouse3, P
If Mouse3State = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
Try this i dont know if it will work but go on csgo and make jump to middle mouse button on my razer deathadder its mouse3
Love your avi and nice share! thank you for taking time out of your day
Anyone know some changes in script , for perfect autobhop , without lose speed
thanks.
thanks.
nice one mate
How can i change the key from space to Left Shift?
The only way you can get vac banned from AHK is if you compile it into a .exe, otherwise, you're safe.
How do i put this into csgo
how do i use script
How common is it to be banned for using a Bhop script?
for some reason it seems that when I try using this in game it doesn't work. any help please?
so where excactly do u put this
Bhop:
*~$Space::
Sleep 100
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 5
Send, {Blind}{Space}
}
Bhop:
*~$Space::
Sleep 100
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 5
Send, {Blind}{Space}
}
This script is opened in AHK and bunny hops for you?..
- - - Updated - - -
It would be overwatch since VAC cannot detect AHK scripts unless they are writing memory.
- - - Updated - - -
You go to Google and search for "AutoHotkey", download it. After downloaded, open a notepad file and paste the bhop script (what you pasted) into the notepad file. Save the notepad file as *.AHK and save it to your desktop. Double click it and boom, hold space in-game and you'll have a working bhop script!
- - - Updated - - -
It would be overwatch since VAC cannot detect AHK scripts unless they are writing memory.

- - - Updated - - -
You go to Google and search for "AutoHotkey", download it. After downloaded, open a notepad file and paste the bhop script (what you pasted) into the notepad file. Save the notepad file as *.AHK and save it to your desktop. Double click it and boom, hold space in-game and you'll have a working bhop script!
thanks, you can only get overwatched with you script on MM
It works fine, thanks.. 

