Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. //Bhop script (I only use this on servers that already have autohop, but the plugin sucks so I use this so I can play better.)
  2. alias bhop_bind "+jump;wait 2; -jump;wait 2;bhop_jump"
  3. alias bhop_alias "alias bhop_jump bhop_bind"
  4. alias bhop_stop "alias bhop_jump"
  5. alias +bhop "bhop_alias;bhop_jump"
  6. alias -bhop "bhop_stop; -jump"
  7.  
  8. bind mouse3 +bhop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement