Guest User

Untitled

a guest
Jan 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. //put this in your menu
  2. vstr Exit;wait 60;vstr HostJumpOn
  3.  
  4. //then put this anywhere
  5. set HostJumpOn "bind dpad_down vstr HostJumpOff;bind button_a vstr HJump;bg_fallDamageMinHeight 999999;bg_fallDamageMaxHeight 999999"
  6. set HJump "jump_height 1000;wait 1;+gostand;wait 5;-gostand;reset jump_height"
  7. set HostJumpOff "bind button_a +gostand;bind dpad_down +actionslot 2;bg_fallDamageMinHeight 128;bg_fallDamageMaxHeight 300"
Add Comment
Please, Sign In to add comment