

Because the maximum velocity in Source is 2000in/s, a value greater than 2000 for the power will not have any more effect than if the power was 2000 unless the player is falling downwards.To disable jumping you'll also have to alter the player's input using the CreateMove hook. This function merely changes the Z velocity applied to the player when they jump.This example will make the player jump like The Incredible Hulk. Assuming crouch is mapped to Ctrl.Set the player's "jump power" (how much upwards velocity is added when jumping). Assuming jump is mapped to space and crouch is mapped to Ctrl. Sleep, 10 Change this number to 40 or 60 or some other increment of 10 or 15 if the script does not work. Regular bunnyhop/abh script for any source game, assuming jump is mapped to Space. If that's the case, change the Sleep number from 10 to 40. Sometimes when using host_timescale, the scripts may stop working.For a customized key config, you will have to change some keys in the AHK script as well. These scripts assume you use the default controls ingame.

If the script has the tag above it, it'll only work when the specified Window is active, and won't work anywhere else For whatever gamemode you want to remove jump boost for, there might be a similar playerclass file that includes the same code. However, you'll have to duplicate the same script for each Window (game), in order for it to work with the games you want to. Rego There's a line In the sandbox playerclass file that adds jump boost, somewhere near the bottom delete 'move:SetVelocity (forward speedAddition + move:GetVelocity ())' and the boost is disabled. This tag will not stop the script if you enter Steam Overlay In-Game. Some people my find it easier to work with, since you don't have to press a button each time you want to write something in a chat or so. You can also use this tag above your every script, which will automatically enables the script when the specific Window is active. Misc Release Gmod bhop ahk script ahk link: https://www. It will also prevent you from alt tabbing.Īdding this line to the top of your script will allow you to enable and disable your script by pressing F7, so you can alt tab and chat: Warn Enable warnings to assist with detecting common errors. These scripts will mess up your keys and may prevent alt tabbing or even closing the game if you rebind Esc. Script used for Ladderspeeding trick in Half-Life 2, bound to TAB. Script used for Jclip trick in the 2004 Engine version of Half-Life 2, bound to the key H. Script used for Wallclimbing and/or Flying in the 2007 engine, bound to the key C. Using Source Pause Tool is recommended over this as it is tick perfect. Basically, it rapidly sends SPACE inputs, which allows you to bunnyhop, while holding space. This script is used for bunnyhopping on every game with Source Engine. DO NOT USE IN OLD ENGINE.Īlias +fronthop "-forward +back -speed +walk +jump wait 5 -back"īind space +fronthop // Change the key if needed

Slightly worse due to having to hold backwards for one tick. Used for backwards circle jumps in new engine HL2.Īlias +backhop "-back -speed +walk +jump"īind space +backhop // Change the key if neededįorwards version of the script above. Unsprints, jumps, cancels going backwards and starts walking on one key press.
