Simple BHOP Auto Jumper. (Script)
Tested on CS:S and still working. Not sure about 1.6.
I take no credits for this, I found it around 6 months ago and it still works. I do suggest you learn to BHOP on your own, since this script might be able to pull about 800-900 velocity at best with "fps_max 54" and "m_filter 1".
No download required, follow these steps:
1. Locate your Steam folder and head into these following folders:
"C:\Program Files\Steam\steamapps\YOUR USERNAME\counter-strike source\cstrike\cfg"
2. Look for the file "autoexec.cfg". If there is no file there, simply just create a new one. (To save it as a .cfg file simply just go file>save as> change the file type to "All files" and name it autoexec.cfg)
3. Edit in the following text into the .cfg file:
Code:
// BunnyHop
alias +bhop "bhop_on;bhop_looper"
alias -bhop "bhop_off;-jump"
alias bhop_looper "+jump;wait;wait;-jump;wait;wait;bhoploop"
alias bhop_on "alias bhoploop bhop_looper"
alias bhop_off "alias bhoploop"
//Defaults
alias normalbh "bind space +jump"
// Messages
alias bhopon "echo [Ravens BH & AP] BunnyHop - ON"
alias bhopoff "echo [Ravens BH & AP] BunnyHop - OFF"
// Binds - Feel free to edit!
bind f1 "bind space +bhop;bhopon"
bind f2 "bind space normalbh;bhopoff
4. Save the file. You're done!
How to use:
When you're in CS:S simply press "F1". Open up the console with "~" and you should see the text "[Ravens BH & AP] BunnyHop - ON". To turn it off, press "F2".
Tips: This is not a hack, it is a profile method that Valve has yet to block. This has been usable for about 1 and a half years, but I've only been using it for 6 months.
I suggest using this on 66tick servers rather than 100tick, I find it works better there.
Always have "fps_max 54" and "m_filter 1" on, as it helps the bhop process and amazingly boosts your speed. (No kidding either!)
To check that it's working, join a BHOP server, or any other server (EXCEPT WARMOD, YOUR GAME WILL CRASH FOR SOME REASON), and hold "Space Bar". Without letting it go, if you continuously jump, then it's working!
I hope you all enjoy. This isn't the best to actually BHOP with, but hell... It's good to start somewhere!