Advertisement
Guest User

Untitled

a guest
Jan 12th, 2012
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1.  
  2. // Wait-checking script
  3. alias waitcheck_fail "echo >> WAIT DISABLED ON SERVER"
  4. alias waitcheck_pass "echo >> WAIT ENABLED ON SERVER"
  5. alias waitcheck_test2 "wait 10;alias waitcheck_result waitcheck_pass"
  6. alias waitcheck_test "waitcheck_test2;alias waitcheck_result waitcheck_fail;wait 15;waitcheck_result"
  7.  
  8. // Change these
  9. alias one1 "say eMg enoryt: you are raf 2.0 and you're oblivious to it thats hte craziest part"
  10. alias one2 "say eMg enoryt: so tough luck, if its that fucking easy go play soldier and win invite jesus man, you still haven't learned shit"
  11. alias one3 "say eMg enoryt: i make mistakes, a ton of em"
  12. alias one4 "say eMg enoryt: i think you took practice lightly, and it got to your head i'm actually convinced thats what it is"
  13. alias one5 "say eMg enoryt: your literally making it seem like i'm the bad guy, there was some how injustice"
  14. alias one6 "say eMg enoryt: i won't complain again"
  15. alias one7 "say eMg enoryt: where is baby b4nny today anywas?"
  16. alias one8 "say eMg enoryt: i'm not quick to judge only time ewill tell"
  17. alias one9 "say eMg enoryt: dude, i've made solid decisions for the team, you people of all, should know i run a decent tf2 program"
  18.  
  19.  
  20.  
  21. // Don't change these
  22. alias shittalk_waiton "alias diceroll one_next; one_next"
  23. alias shittalk_nowait "one_cycle"
  24. alias one_diceroll_1 "alias one_result one1;alias one_cycle one_diceroll_2"
  25. alias one_diceroll_2 "alias one_result one2;alias one_cycle one_diceroll_3"
  26. alias one_diceroll_3 "alias one_result one3;alias one_cycle one_diceroll_4"
  27. alias one_diceroll_4 "alias one_result one4;alias one_cycle one_diceroll_5"
  28. alias one_diceroll_5 "alias one_result one5;alias one_cycle one_diceroll_6"
  29. alias one_diceroll_6 "alias one_result one6;alias one_cycle one_diceroll_7"
  30. alias one_diceroll_7 "alias one_result one7;alias one_cycle one_diceroll_8"
  31. alias one_diceroll_8 "alias one_result one8;alias one_cycle one_diceroll_9"
  32. alias one_diceroll_9 "alias one_result one9;alias one_cycle one_diceroll_1"
  33.  
  34.  
  35.  
  36. alias +one_dice "alias waitcheck_pass shittalk_waiton;alias waitcheck_fail shittalk_nowait;waitcheck_test"
  37. alias -one_dice "one_result;alias diceroll "
  38. alias one_next "one_cycle;wait 5;diceroll"
  39. alias one_cycle one_diceroll_1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement