// BOF
// ----------
// Bunny Hop Script
// ----------
// Author: Brandon Dolphin
// Email: brandon.d@shaw.ca
// MSN: flag_man@hotmail.com
// ICQ: 159987821
// Right Click to "Bunny Hop"
// You may modify this file in anyway you want, you don't have to give me credit.

set J1 "+sprint;wait 10;+moveup;wait 10;-sprint;vstr J2"
set J2 "-moveup"
bind mouse2 "vstr J1"

// EOF