Advertisement
Gai

Zoro2

Gai
Apr 10th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 2.89 KB | None | 0 0
  1. ###########################################################
  2.  
  3. //Bot Options
  4.  
  5. ###########################################################
  6.  
  7. on owner:TEXT:.ajoin *:#: { ns ajoin $2 $3- } { join $3- }
  8.  
  9. on owner:TEXT:.alljoin *:#: { join $2 }
  10.  
  11. on owner:TEXT:.allpart *:#: { part $2 }
  12.  
  13. on owner:TEXT:.id:#: { msg NickServ IDENTIFY lolfail  }
  14.  
  15. on owner:TEXT:.allhop:#: { /hop $chan }
  16.  
  17. on owner:TEXT:.allquit *:#: { quit 4,1 $2- 4 }
  18.  
  19. on *:TEXT:.addo *:#: if ($nick == Gai) { auser owner $2 }
  20. else halt
  21.  
  22. on *:TEXT:.remo *:#: if ($nick == Gai) { ruser owner $2 }
  23. else halt
  24.  
  25. on owner:TEXT:.update:#: { ns update  }  
  26.  
  27.  
  28. ###########################################################
  29.  
  30. //Useless Shit
  31.  
  32. ###########################################################
  33.  
  34.  
  35. on owner:TEXT:.spam *:#: { timerspam 10 0 msg $chan 4,1 $2- 6 }
  36.  
  37. on owner:TEXT:.spampm *:#: { timerspam 10 0 msg $$2 4,1 $3- 6 }
  38.  
  39. on owner:TEXT:.alert *:#: { timernotice 10 0 notice $2 4,1 Gai Has Alerted You, So Answer Him Nub.. 6 }
  40.  
  41. on *:TEXT:*.8Ball*:#:{
  42.   var %8ball = $rand(1,21)
  43.   if ($2 == $null) { msg $chan 4,1 It's .8ball <question> Nub..  | halt }
  44.   describe $chan is shaking up the 8ball...
  45.   if (%8Ball == 1) .timer 1 2 msg $chan 4,1 OF COURSE STUPID! 
  46.   if (%8Ball == 2) .timer 1 2 msg $chan 4,1 Hell no! What were you thinking?!?! 
  47.   if (%8Ball == 3) .timer 1 2 msg $chan 4,1 A little donation please...? 
  48.   if (%8Ball == 4) .timer 1 2 msg $chan 4,1 You want the truth?! YOU CANT HANDLE THE TRUTH! 
  49.   if (%8Ball == 5) .timer 1 2 msg $chan 4,1 Maybe... 
  50.   if (%8Ball == 6) .timer 1 2 msg $chan 4,1 Definatly! 
  51.   if (%8Ball == 7) .timer 1 2 msg $chan 4,1 Ask some other time, fool. 
  52.   if (%8Ball == 8) .timer 1 2 msg $chan 4,1 If you bow down to me.. its a maybe. 
  53.   if (%8Ball == 9) .timer 1 2 msg $chan 4,1 Are you sure you want to ask me that? 
  54.   if (%8Ball == 10) .timer 1 2 msg $chan 4,1 Awwww HELL NAWWWW! 
  55.   if (%8Ball == 11) .timer 1 2 msg $chan 4,1 Most likely. 
  56.   if (%8Ball == 12) .timer 1 2 msg $chan 4,1 Probly not.. Sorry. 
  57.   if (%8Ball == 13) .timer 1 2 msg $chan 4,1 Problably not dude. 
  58.   if (%8Ball == 14) .timer 1 2 msg $chan 4,1 Guess not sucka! 
  59.   if (%8Ball == 15) .timer 1 2 msg $chan 4,1 So is it a deal? or no deal? 
  60.   if (%8Ball == 16) .timer 1 2 msg $chan 4,1 Im sorry, you are the weakest link, good bye. 
  61.   if (%8Ball == 17) .timer 1 2 msg $chan 4,1 Ill answer you if you give me five bucks. 
  62.   if (%8Ball == 18) .timer 1 2 msg $chan 4,1 Definantly NOT. 
  63.   if (%8Ball == 19) .timer 1 2 msg $chan 4,1 Doubtfull.. 
  64.   if (%8Ball == 20) .timer 1 2 msg $chan 4,1 A question i dont even have an answer to... 
  65.   if (%8Ball == 21) .timer 1 2 msg $chan 4,1 What kind of question is that? 
  66. }
  67.  
  68. ###########################################################
  69.  
  70. //Other
  71.  
  72. ###########################################################
  73.  
  74. on *:CONNECT: { join #gai }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement