Advertisement
Guest User

Untitled

a guest
Jul 26th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. alias +rr "+right;+moveright"
  2. alias -rr "-right;-moveright"
  3. alias +ll "+left;+moveleft"
  4. alias -ll "-left;-moveleft"
  5. alias sh_looper1 "-ll;+rr;wait 50;sh_loop2;sh_loop"
  6. alias sh_looper2 "-rr;+ll;wait 50;sh_loop1;sh_loop"
  7. alias sh_loop1 "alias sh_loop sh_left"
  8. alias sh_loop2 "alias sh_loop sh_right"
  9. alias sh_loop3 "alias sh_loop;alias sh_right;alias sh_left"
  10. alias sh_loop4 "alias sh_right sh_looper1;alias sh_left sh_looper2"
  11. alias startstref "sh_loop1;sh_loop4;sh_looper1;+rr;wait 25;-rr;sh_left"
  12. alias stopstref "sh_loop3;-rr;-ll"
  13. alias +stref "startstref"
  14. alias -stref "stopstref"
  15. bind mouse5 "+stref"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement