[RELEASE][UPDATE]BUNNYHOP BOT FIXED
Made Update which should fix the problem of wrong bunnyhopping (Bhop Bot stops sometimes jumping or jumps too late)+ You have to set higher priority to BHOP.exe if it is lagging!!!
If you want to get this hack working you must have X-Trap Bypass... (I KNOW IT'S A PITTY)
Bypass is forbidden on MPGH so i am posting just a script for bunny hopping. People which which already have Bypass can use it.
By the way i don't have now time to figure out how to get it working without bypass so please do not complain... I have lot of work at school :S
Features:
holding spacebar -Auto jumping
CapsLock - suspend spacebar
How to BunnyHop
You have to run, jump and crouch. While that you have to hold space and crouch all the time of bunnyhopping. I advice you to use backward bunny hopping- It is faster and you can turn around (while forward bunny hopping you can't change direction
Compiled Autohotkey script for people without autohotkey.
(You dont need to have installed Autohotkey. Converted .ahk script to .exe)
Video
I am blinking like they can see me, but it is just replay bug... They can't see me as with regular bunny hop.
Virus Scans
http://www.virustotal.com/file-scan/...fb3-1288023942
http://virscan.org/report/1fc13023b2...d246a531d.html
False possitive (if you don't beleive me: Download Autohotkey and make your own script from my source)
If you want to get this hack working you must have X-Trap Bypass... (I KNOW IT'S A PITTY)
Bypass is forbidden on MPGH so i am posting just a script for bunny hopping. People which which already have Bypass can use it.
By the way i don't have now time to figure out how to get it working without bypass so please do not complain... I have lot of work at school :S
Features:
holding spacebar -Auto jumping
CapsLock - suspend spacebar
How to BunnyHop
You have to run, jump and crouch. While that you have to hold space and crouch all the time of bunnyhopping. I advice you to use backward bunny hopping- It is faster and you can turn around (while forward bunny hopping you can't change direction
Compiled Autohotkey script for people without autohotkey.
(You dont need to have installed Autohotkey. Converted .ahk script to .exe)
Video
I am blinking like they can see me, but it is just replay bug... They can't see me as with regular bunny hop.
Virus Scans
http://www.virustotal.com/file-scan/...fb3-1288023942
http://virscan.org/report/1fc13023b2...d246a531d.html
False possitive (if you don't beleive me: Download Autohotkey and make your own script from my source)
Autohotkey source only:
MsgBox ****************Made by cirion66**************;Please do not delete this.
MsgBox ***************Run TaskManager and set higher priority for Bhop.exe if it is lagging*************;Please do not delete this.
MsgBox **********Hold-[Spacebar] to spam jumping****************;Please do not delete this.
MsgBox Press-[CapsLock] to suspend Spacebar spam******;Please do not delete this.
$*CapsLock::
Suspend, Permit
Suspend
If (A_IsSuspended == 1)
{
SoundPlay, %A_ScriptDir%\+Deactivated.mp3
}
Else
{
SoundPlay, %A_ScriptDir%\+Activated.mp3
}
Return
$*space::
Loop
{
if not GetKeyState("space", "P")
break
Send {Blind}{space}
}
return
#MaxHotkeysPerInterval 3250 ;Updated
return
BHOP.rar


(if you mean autoshooter, it would be easy-even option to set recoil speed throught input box would be easy.)