Advertisement
ForumTroll

SexiestBrownie

Mar 29th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 17.75 KB | None | 0 0
  1. on 100:Text:~enable say:#:        { .enable #group1  | msg $nick ~say has been enabled }
  2. on 100:Text:~enable damage:#:     { .enable #group2 | msg $nick ~damage has been enabled }
  3. on 100:Text:~enable emotes:#:     { .enable #group3 | msg $nick ~emotes has been enabled }
  4. on 100:Text:~enable transform:#:  { .enable #group4 | msg $nick ~transform has been enabled }
  5. on 100:Text:~enable ask:#:        { .enable #group5 | msg $nick ~ask has been enabled }
  6. on 100:Text:~enable coin:#:       { .enable #group6 | msg $nick ~coin has been enabled }
  7. on 100:Text:~enable pun:#:        { .enable #group7 | msg $nick ~pun has been enabled }
  8. on 100:Text:~enable greet:#:      { .enable #group8 | msg $nick ~greet has been enabled }
  9. on 100:TEXT:~enable all:#:        { .enable #group1 | .enable #group2 | .enable #group3 | .enable #group4 | .enable #group5 | .enable #group6 | .enable #group7 | .disable #group8 }
  10. on 100:Text:~disable say:#:       { .disable #group1 | msg $nick ~say has been disabled }
  11. on 100:Text:~disable damage:#:    { .disable #group2 | msg $nick ~damage has been disabled }
  12. on 100:Text:~disable emotes:#:    { .disable #group3 | msg $nick ~emotes has been disabled }
  13. on 100:Text:~disable transform:#: { .disable #group4 | msg $nick ~transform has been disabled }
  14. on 100:Text:~disable ask:#:       { .disable #group5 | msg $nick ~ask has been disabled }
  15. on 100:Text:~disable coin:#:      { .disable #group6 | msg $nick ~coin has been disabled }
  16. on 100:Text:~disable pun:#:       { .disable #group7 | msg $nick ~pun has been disabled }
  17. on 100:Text:~disable greet:#:     { .disable #group8 | msg $nick ~greet has been disabled }
  18. on 100:TEXT:~disable all:#:       { .disable #group1 .disable #group2 | .disable #group3 | .disable #group4 | .disable #group5 | .disbale #group6 | .disable #group7 | .disable #group8 }
  19. ;=========================================================================================================================================
  20. ;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SAY COMMAND +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  21. ;=========================================================================================================================================
  22. #group1 off
  23. on *:TEXT:~say *:#: {
  24.   if (($2 != /me) && ($left($2,1) != ;) && ($nick != iam4722202468) && ($left($2,2) != ./) && ($2 != nigger) && ($2 != give)) msg $chan $2-
  25.   if ($2 == /me) describe $chan $3-
  26.   if ($nick == iam4722202468) msg $chan $nick $+ : You are not permitted to execute this command!
  27. }
  28. #group1 end
  29. ;=========================================================================================================================================
  30. ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SLAP COMMAND +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  31. ;=========================================================================================================================================
  32.  
  33. #group2 on
  34. on *:TEXT:~slap *:#:       { if (($2 ison $chan) && ($2 != $nick) && ($2 != $me) && ($nick != Bro_dude)) describe $chan  slaps $2 $+ .
  35.   if ($2 !ison $chan) describe $chan looks for a $2 to slap...
  36.   if ($2 == $nick) describe $chan wonders why $nick would want to slap himself...
  37.   if ($2 == $me) describe $chan Listen, bro, I'm not gonna slap myself...
  38. }
  39.  
  40. on *:TEXT:~slap:*:         { describe $chan slaps at the air retardedly. }
  41. #group2 end
  42. ;=========================================================================================================================================
  43. ;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EMOTION COMMANDS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  44. ;=========================================================================================================================================
  45. #group3 on
  46. on *:TEXT:~frown:#:        { msg $chan :( }
  47. on *:TEXT:~smile:#:        { msg $chan :) }
  48. on *:TEXT:~cry:#:          { msg $chan :'( }
  49. #group3 end
  50. ;=========================================================================================================================================
  51. ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ UNGROUPED ACTIONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  52. ;=========================================================================================================================================
  53. on 100:TEXT:~kban *:#:{
  54.   if (($nick isop $chan) && ($3)) .ban -ku $+ $3 $chan $2 | msg $2 You have been banned from $chan for $3 seconds.  Reason for ban: $4-
  55.   if (($nick isop $chan) && (!$3)) .msg $chan You have not specified a time to ban the nick.  I am banning it for 5 minutes by default.
  56.   if (($nick isop $chan) && (!$3)) .ban -ku300 $chan $2
  57.   if (($nick isop $chan) && (!$2)) .msg $chan You have not specified a nick to ban.  
  58.   if ($nick !isop $chan) .msg $chan $nick $+ : You do not have permission to excecute this command! | hault
  59. }
  60. on 100:TEXT:~ban *:#:      { .ban -ku $chan $2 | msg $2 You have been banned from $chan by $nick until further notice. Reason: $3- }
  61. on 100:TEXT:~unban *:#:    { .mode $chan -b $2 }
  62. on *:TEXT:~list:#:         { msg $chan frown, smile, cry, transform, say, slap, ask(yes/no only), pun, calc }
  63. on *:TEXT:~source:#:       { msg $chan http://pastebin.com/Ha03kbAa }
  64. on *:TEXT:~ping:#:         { msg $chan pong }
  65. on *:TEXT:~pong:#:         { msg $chan ping }
  66. on *:TEXT:~calc *:#:       { msg $chan $nick $+ : The answer is $calc($2-) }
  67. on 100:TEXT:~op:#:         { .mode $chan +o $nick }
  68. on 100:TEXT:~voice:#:      { .mode $chan +v $nick }
  69. on 100:TEXT:~deop *:#:     { .mode $chan -o $2 }
  70. on 69:TEXT:~fuck *:#:   { if ($3 ison $chan) describe $chan Takes a long pointy stick and shoves it the fuck up $3 $+ 's anus }
  71. on *:TEXT:~pie *:#:        { describe $chan shoves a pie up $3-1000 $+ 's ass }
  72. on 69:TEXT:SexiestCookie: You found *:#: { msg $nick ./flip $4 }
  73. ;=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  74. ;Operator/Voice Commands That User IF STATEMENTS
  75. ;=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  76. on 100:Text:~quit:#:       { quit $server }
  77. on *:TEXT:~op *:#:         { if ($nick isop $chan) .mode $chan +o $2
  78. if ($nick !isop $chan) msg $nick You are not permitted to excecute this command! }
  79. on *:TEXT:~voice *:#:      { if ($nick isop $chan) .mode $chan +v $2
  80. if ($nick !isop $chan) msg $nick You are not permitted to excecute this command! }
  81. on *:TEXT:~topic *:#:      { if ($nick isop $chan) .topic $chan $2-
  82. if ($nick !isop $chan) msg $nick You are not permitted to excecute this command! }
  83. on *:Text:~kick *:#:       { if (($nick isop $chan) && ($2 !isop $chan)) kick $chan $$2 $3-
  84.   if ($nick !isop $chan) msg $nick You are not permitted to excecute this command!
  85. if ($2 isop $chan) msg $nick You are not permitted to excecute this command on this user! }
  86. on *:TEXT:~devoice:#:      { if ($nick isvoice $chan ).mode $chan -v $nick
  87. if ($nick !isvoice $chan) msg $nick You are not permitted to excecute this command! }
  88. on *:TEXT:~devoice *:#:    { if ($nick isop $chan) .mode $chan -v $2
  89. if ($nick !isop $chan) msg $nick You are not permitted to excecute this command! }
  90. on *:TEXT:~deop:#:         { if ($nick isop $chan) .mode $chan -o $nick
  91. if ($nick !isop $chan) msg $nick You are not permitted to excecute this command! }
  92. on *:TEXT:~unban *:#:      { if ($nick isop $chan) .mode $chan -b $2
  93. if ($nick !isop $chan) msg $nick You are not permitted to excecute this command! }
  94. on *:Text:~stfu *:#:       { if (($nick isop $chan) && ($2 !isop $chan)) .mode $chan +q $$2 $3-
  95.   if ($nick !isop $chan) msg $nick You are not permitted to excecute this command!
  96. if ($2 isop $chan) msg $nick You are not permitted to excecute this command on this user! }
  97.  
  98. on *:Text:~speak *:#:      { if ($nick isop $chan) .mode $chan -q $$2 $3-
  99. if ($nick !isop $chan) msg $nick You are not permitted to excecute this command! }
  100. ;=========================================================================================================================================
  101. ;+++++++++++++++++++++++++++++++++++++++++++++++++++ TRANSFORM ACTIVATION ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  102. ;=========================================================================================================================================
  103. #group4 on
  104. on *:TEXT:~transform *:#:  { if ($2 != $nick) msg $chan $nick has turned $2 into a $3- $+ !
  105.   if ($2 == $nick) msg $chan $nick has transformed himself into a $3- $+ !
  106. }
  107. #group4 end
  108. ;=========================================================================================================================================
  109. ;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ HELP COMMANDS & STUFF +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  110. ;=========================================================================================================================================
  111. on *:TEXT:~help transform:#:   { msg $chan $nick $+ : '~transform [user] [object]'  turns a user into a specified object. }
  112. on *:TEXT:~help calc:#:        { msg $chan $nick $+ : '~calc [mathy sutff]' helps you with math homework }
  113. on *:TEXT:~help source:#:      { msg $chan $nick $+ : '~source' has a link to the (hopefully) updated source to me (The bot.) }
  114. on *:TEXT:~help say:#:         { msg $chan $nick $+ : '~say [text]' makes me (the bot) repeat what you tell it to. }
  115. on *:TEXT:~help slap:#:        { msg $chan $nick $+ : '~slap [user]' slaps the specified user }
  116. on *:TEXT:~help punch:#:       { msg $chan $nick $+ : '~punch [user]' punches the specified user. (in the face) }
  117. on *:Text:~help:#:             { msg $chan $nick $+ : This command can be excecuted on the following: [~] transform, calc, source, say, slap, [and] punch }
  118. on *:TEXT:~help pun:#:         { msg $chan $nick $+ : '~pun' Lists a random pun from my database }
  119. ;=========================================================================================================================================
  120. ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ASK A QUESTION +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  121. ;=========================================================================================================================================
  122. #group5 on
  123. on *:TEXT:~ask *:#:{
  124.   var %a = $rand(1,15)
  125.   if (%a == 1) msg $chan Yea...sure...
  126.   if (%a == 3) msg $chan Yes.
  127.   if (%a == 5) msg $chan Sure thing!
  128.   if (%a == 7) msg $chan Yezzir!
  129.   if (%a == 9) msg $chan Well, duh...
  130.  
  131.   if (%a == 2) msg $chan Oh hell naw!
  132.   if (%a == 4) msg $chan No.
  133.   if (%a == 6) msg $chan Are you stupid?
  134.   if (%a == 8) msg $chan Even a tree knows that the answer is 'no'.
  135.   if (%a == 10) msg $chan I feel like you want the answer to be 'no'...so it is!
  136.  
  137.   if (%a == 11) msg $chan I'm not sure about that one...
  138.   if (%a == 12) msg $chan How do you expect me to know?
  139.   if (%a == 13) msg $chan Nice shoes...where'd you get 'em?
  140.   if (%a == 14) msg $chan Ask me something I know!
  141.   if (%a == 15) msg $chan Man, you suck at asking questions...
  142. }
  143. #group5 end
  144. ;=========================================================================================================================================
  145. ;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ COIN ACTIVATION +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  146. ;=========================================================================================================================================
  147. #group6 on
  148. on *:TEXT:~coin:#: {
  149.   var %f = $rand(1,2)
  150.   if (%f == 1) msg $chan Heads!
  151.   if (%f == 2) msg $chan Tails!
  152. }
  153. #group6 end
  154. ;=========================================================================================================================================
  155. ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ PUN ACTIVATION +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  156. ;=========================================================================================================================================
  157. #group7 on
  158. on *:TEXT:~pun:#: {
  159.   var %g = $rand(1,58)
  160.   if (%g == 1) msg $chan Broken pencils are so pointless...
  161.   if (%g == 2) msg $chan What does a clock do when it's hungry?  It goes back four seconds.
  162.   if (%g == 3) msg $chan How do you make holy water?  You boil the hell out of it!
  163.   if (%g == 4) msg $chan I didn't like facial hair at first, but it started to grow on me.
  164.   if (%g == 5) msg $chan A man got arrested for making bad puns...  I wonder what his PUNishment was?
  165.   if (%g == 6) msg $chan What do you call an alligator in a vest?  An investigator!
  166.   if (%g == 7) msg $chan I made a song about tortillas.   Actually, it is more of a rap.
  167.   if (%g == 8) msg $chan How many hamsters does it take to screw in a light bulb?  Just two, but don't ask me how they got in there...
  168.   if (%g == 9) msg $chan I know a guy who is addicted to brake fluid.  He says he can stop any time.
  169.   if (%g == 10) msg $chan Jokes about German sausage are the wurst!
  170.   if (%g == 11) msg $chan When chemists die, they Barium.
  171.   if (%g == 12) msg $chan What does salt say when it hears a funny joke?  "That's sodium funny!"
  172.   if (%g == 13) msg $chan Russian dolls are just so full of themselves!
  173.   if (%g == 14) msg $chan What does a doughnut say in prison?  "I doughnut belong here!"
  174.   if (%g == 15) msg $chan I tried to think of a chemistry pun, but all the good ones Argon.
  175.   if (%g == 16) msg $chan How does a turtle die?  It Kermits suicide.
  176.   if (%g == 17) msg $chan The bicycle couldn't stand on its own because it was too tired.
  177.   if (%g == 18) msg $chan The butcher backed up into his meat grinder and got a little behind his work.
  178.   if (%g == 19) msg $chan A prisoner's favorite punctuation mark is the period. It marks the end of his sentence.
  179.   if (%g == 20) msg $chan Show me a piano falling down a mineshaft and ill show u A-flat minor.
  180.   if (%g == 21) msg $chan What did the grape say when it got stomped on?  Nothing, but it let out a little wine.
  181.   if (%g == 22) msg $chan A cardboard belt would be a waist of paper.
  182.   if (%g == 23) msg $chan I get my large circumference from too much pi.
  183.   if (%g == 24) msg $chan When the TV repairman got married, the reception was excellent.
  184.   if (%g == 25) msg $chan Two silk worms had a race. They ended up in a tie.
  185.   if (%g == 26) msg $chan He didn't tell his mother that he ate some glue...I guess you could say his lips were sealed.
  186.   if (%g == 27) msg $chan The one who invented the door knocker got a No-bell prize.
  187.   if (%g == 28) msg $chan The chickens were distraught when the tornado destroyed their home. Hopefully they will be able to recoup.
  188.   if (%g == 29) msg $chan The dead batteries were given out free of charge.
  189.   if (%g == 30) msg $chan A boiled egg in the morning is hard to beat.
  190.   if (%g == 31) msg $chan The roundest knight at king Arthur's round table was Sir Cumference.
  191.   if (%g == 32) msg $chan A grenade thrown into a kitchen in France would result in Linoleum Blownapart.
  192.   if (%g == 34) msg $chan What's the definition of a will? (It's a dead giveaway).
  193.   if (%g == 35) msg $chan I should have been sad when my flashlight batteries died, but I was delighted.
  194.   if (%g == 36) msg $chan Cartoonist found dead in home. Details are sketchy.
  195.   if (%g == 37) msg $chan Two peanuts were walking in a tough neighborhood and one of them was a-salted.
  196.   if (%g == 38) msg $chan I used to do rock climbing as a youth, but I was much boulder back then.
  197.   if (%g == 39) msg $chan Did you hear about the guy who got hit in the head with a can of soda? He was lucky it was a soft drink.
  198.   if (%g == 40) msg $chan When William joined the army he disliked the phrase 'fire at will'.
  199.   if (%g == 41) msg $chan Pencils could be made with erasers at both ends, but what would be the point?
  200.   if (%g == 42) msg $chan Atheists don't solve exponential equations because they don't believe in higher powers.
  201.   if (%g == 43) msg $chan It is tough to do inventories in Afghanistan because of the tally ban.
  202.   if (%g == 44) msg $chan Time flies like an arrow. Fruit flies like a banana.
  203.   if (%g == 45) msg $chan Atheism is a non-prophet organization.
  204.   if (%g == 46) msg $chan There was once a cross-eyed teacher who couldn't control his pupils.
  205.   if (%g == 47) msg $chan Police were called to a daycare where a three-year-old was resisting a rest.
  206.   if (%g == 48) msg $chan It's not that the man did not know how to juggle, he just didn't have the balls to do it.
  207.   if (%g == 49) msg $chan I couldn't quite remember how to throw a boomerang, but eventually it came back to me.
  208.   if (%g == 50) msg $chan I had a fear of hurdles, but i got over it.
  209.   if (%g == 51) msg $chan If they make a mall for midgets is i called a Small?
  210.   if (%g == 52) msg $chan According to science class...alcohol is a solution.
  211.   if (%g == 53) msg $chan What does a lonely owl say?  "Why must I be owl alone?"
  212.   if (%g == 54) msg $chan Magnifying glasses were a...MAGNIFIcent invention...
  213.   if (%g == 55) msg $chan What does a lonely owl say?  "WHO wants to hang out with me?! D:"
  214.   if (%g == 56) msg $chan What did one molecule say to the suspicious-looking molecule?  "I've got my ion you..."
  215.   if (%g == 57) msg $chan What did the exhausted wizard do?  She took a spell!
  216.   if (%g == 58) msg $chan why was eight scared of seven?  'Cause seven eight nine! (YA GET IT...CUZ 7 ATE NINE...SEVEN 8 NINE...YEA...)
  217. }
  218. #group7 end
  219.  
  220.  
  221.  
  222.  
  223.  
  224. ;==========================================================================================================================================
  225. ;=============================================================== GREETER ==================================================================
  226. ;==========================================================================================================================================
  227. #group8 off
  228. on *:JOIN:#: { msg $chan Welcome to $chan $+ , $nick $+ , I hope you have a wonderful time! ^-^ }
  229. #group8 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement