Advertisement
Guest User

Untitled

a guest
May 18th, 2017
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.73 KB | None | 0 0
  1. on *:CONNECT:ns id stonegard
  2. on *:connect:{ ns id | join #weezy,#bank-loot,#redsky,#ethug,#profash } }
  3. on *:INPUT:#: {
  4. if ($1 == .minv) {
  5. set %nicks 1
  6. while ( %nicks <= $nick($chan,0) ) {
  7. invite $nick($chan,%nicks) $2
  8. inc %nicks
  9. }
  10. unset %nicks
  11. halt
  12. }
  13. if ($1 == .akick) {
  14. cs akick # add $2 $3-
  15. cs akick # enforce
  16. }
  17. if ($1 == .clearakick) {
  18. cs akick # clear
  19. }
  20. if ($1 == .akd) {
  21. cs akick # del $2-
  22. }
  23. if ($1 == .akicklist) || ($1 == .akicklist) {
  24. cs akick # list
  25. }
  26. if ($1 == .enforce) {
  27. cs akick # enforce $2-
  28. }
  29. if ($1 == .entrymsg) {
  30. cs set # entrymsg $2-
  31. }
  32. if ($1 == .eI) && (!$2) {
  33. mode # +eeeeeeeeeee $me $address($me,0) $address($me,1) $address($me,2) $address($me,3) $address($me,4) $address($me,5) $address($me,6) $address($me,7) $address($me,8) $address($me,9)
  34. mode # +IIIIIIIIIII $me $address($me,0) $address($me,1) $address($me,2) $address($me,3) $address($me,4) $address($me,5) $address($me,6) $address($me,7) $address($me,8) $address($me,9)
  35. }
  36. if ($1 == .language) {
  37. ns set language $2
  38. }
  39. if ($2) && ($1 == .eI) {
  40. mode # +eeeeeeeeeee $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,4) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  41. mode # +IIIIIIIIIII $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,4) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  42. }
  43. if ($2) && ($1 == ,eI) {
  44. mode # -eeeeeeeeeee $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,4) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  45. mode # -IIIIIIIIIII $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,4) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  46. }
  47. if ($1 == .add) || ($1 == .del) || ($1 == .list) {
  48. cs access $chan $remove($1,.) $2-
  49. }
  50. if ($1 == .add) && ($$3 isnum) {
  51. $iif($3 > 2,mode $chan $iif($3 == 3,+v-oha) $iif($3 == 4,+h-voa) $iif($3 isnum 5-9,+o-hva) $iif($3 > 9,+ao-hv) $str($2 $+ $chr(32),5))
  52. }
  53. if ($1 == .del) && ($2 ison $chan) {
  54. mode # -aohv $2 $2 $2 $2
  55. }
  56. if ($left($1,1) == +) || ($left($1,1) == -) {
  57. $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2))
  58. }
  59. if ($1 == .secureops) {
  60. cs set # secureops $2
  61. }
  62. if ($1 == .update) {
  63. ns update
  64. }
  65. if ($1 == .inv) {
  66. mode $chan -V
  67. invite $2 $chan
  68. }
  69. if ($1 == .v) {
  70. mode $chan +v $2
  71. }
  72. if ($1 == .op) {
  73. mode $chan +o $2
  74. }
  75. if ($1 == .nban) {
  76. mode # +b ~n: $+ $2
  77. }
  78. if ($1 == .-nban) {
  79. mode # -b ~n: $+ $2
  80. }
  81. if ($1 == .kick) {
  82. inc %noobcount
  83. mode # -Q
  84. kick # $2 $3- 7[Number %noobcount to be downed by $me:)]
  85. cs kick # $2 $3- 7[Number %noobcount to be downed by $me :)]
  86. }
  87. if ($1 == .kicki) {
  88. inc %noobcount
  89. mode $chan +i-Q
  90. cs kick $chan $2 $3- 7[Number %noobcount to be kicked :)]
  91. timer 1 1 mode $chan -i
  92. }
  93. if ($1 == +b) {
  94. mode $chan +b $address($2,2)
  95. }
  96. if ($1 == .pimp) {
  97. inc %noobcount
  98. mode # -aeeeeeeeeeQ $2 $2 $address($2,1) $address($2,2) $address($2,3) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  99. mode # +b $address($2,2)
  100. kick # $2 scimmy uses Backhands you hoe!! $3- 7[Number %noobcount to be downed by the back of my hand]
  101. }
  102. if ($1 == .unban) {
  103. mode $chan -b $2
  104. mode # -bbbbbbbbbbb $me $address($me,0) $address($me,1) $address($me,2) $address($me,3) $address($me,4) $address($me,5) $address($me,6) $address($me,7) $address($me,8) $address($me,9)
  105. ban -r $chan $me
  106. }
  107. if ($1 == .ban) {
  108. mode # +bbbbbbbbbbb $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  109. }
  110. if ($1 == .cban) {
  111. mode # +b ~c: $+ #$2
  112. }
  113. if ($1 == .-cban) {
  114. mode # -b ~c: $+ #$2
  115. }
  116. if ($1 == .rlb) || ($1 == .rlb) {
  117. mode $chan -b $ibl($chan,1)
  118. }
  119. if ($1 == .rlex) || ($1 == .rle) {
  120. mode $chan -e $iel($chan,1)
  121. }
  122. if ($1 == .rli) || ($1 == .rli) {
  123. mode $chan -I $iil($chan,1)
  124. }
  125. if ($1 == .deop) {
  126. mode $chan -o $2
  127. }
  128. if ($1 == .topic) {
  129. msg $chan The topic is: $chan($chan).topic
  130. }
  131. if ($1 == .mlock) {
  132. cs set # mlock $2-
  133. }
  134. if ($1 == .assign) {
  135. bs assign # $2
  136. }
  137. if ($1 == .unassign) {
  138. bs unassign #
  139. }
  140. if ($1 == .topiclock) {
  141. cs set # topiclock $2
  142. }
  143. if ($1 == .cs) {
  144. cs $2 # $3-
  145. }
  146. if ($1 == .ns) {
  147. ns $2 $3-
  148. }
  149. if ($1 == .bs) {
  150. bs $2 # $3-
  151. }
  152. if ($1 == .sp) {
  153. mode # +RntjfmV 2:99 [8j#i10]:10
  154. }
  155. if ($1 == .-sp) {
  156. mode # -RjfmV 2:99 [8j#i10]:10
  157. }
  158. if ($1 == .f) {
  159. mode # +f [5j#i5,5k#K5,5m#m5,4n#N5,5t#b]:7
  160. }
  161. if ($1 == .-f) {
  162. mode # -f [5j#R5,5k#K5,10m#M5,4n#N5,5t#b]:7
  163. }
  164. if ($1 == .qkb) {
  165. inc %noobcount
  166. mode # -aeeeeeeeeeee $2 $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,4) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  167. mode # -Q+b $address($2,2)
  168. kick # $2 $3- 7[Number %noobcount to be downed by $me $+ .]
  169. }
  170. if ($1 == .Qk) {
  171. inc %noobcount
  172. mode # -Qa $2
  173. kick # $2 7 You are number %noobcount to be downed by Pikachu)
  174. }
  175. if ($1 == .levels) {
  176. cs levels # set $$2-3
  177. }
  178. if ($1 == .ucount) {
  179. say 7The user count for $iif($2,$2,#) is $nick($iif($2,$2,#),0)
  180. halt
  181. }
  182. if ($1 == .bops) {
  183. mode # +bbbbbbbbbbbbb strider3282 fx antidrone katlyn marius sephiroth clorith allen vivec slaapkamer tarball scott tim
  184. mode # +bbbbbbbb chrono pancakes gic woodruff *!*@127.0.0.1 ~c:#irchelp ~c:#support ~c:#vivec
  185. mode # +bbbbbb Slaapkamer@Swift-F1829477 ~Scott@Scott.Slaapkamer.us ~fx@staff.darklite.be loverboy Awong@Awong.users.SwiftIRC.net gic@Swift-F1829477
  186. }
  187. if ($1 == .-bops) {
  188. mode # -bbbbbbbbbbbbb strider3282 fx antidrone katlyn marius sephiroth clorith allen vivec slaapkamer tarball scott tim
  189. mode # -bbbbbbbb chrono pancakes gic woodruff *!*@127.0.0.1 ~c:#irchelp ~c:#support ~c:#vivec
  190. mode # -bbbbbb Slaapkamer@Swift-F1829477 ~Scott@Scott.Slaapkamer.us ~fx@staff.darklite.be loverboy Awong@Awong.users.SwiftIRC.net gic@Swift-F1829477
  191. }
  192. if ($1 == .badword) {
  193. bs badwords # add $2
  194. }
  195. if ($1 == .delword) {
  196. bs badwords # del $2
  197. }
  198. if ($1 == .tb) {
  199. ban $+(-ku,$calc(60*$3)) # $2 $4- 4,15[- $3 minute ban -]
  200. }
  201. if ($1 == .scimmy) {
  202. cs clear # excepts
  203. cs clear # invites
  204. mode # +imVlkeeII $address($me,2) $me $address($me,2) $me 1 sdf9hegte9gh4hy
  205. topic # TrolledByScimmy.com
  206. mode # +f [1t#b]:500
  207. cs access # clear
  208. cs akick # add *!*
  209. }
  210. if ($1 == .-overtake) {
  211. mode # -imVQlk 1 sdf9hegte9gh4hy
  212. topic # jk <3
  213. cs levels # set kick 10
  214. mode # -f [1t#b]:500
  215. mode # -eeII $address($me,2) $me $address($me,2) $me
  216. cs clear # akick
  217. mode # +e *!*
  218. cs akick # del *!*@*
  219. cs clear # bans
  220. }
  221. if ($1 == .clear) {
  222. $iif($2 == modes, /cs clear # modes,$iif($2 == akick, /cs akick # clear,$iif($2 == access, /cs access # clear,$iif($2 == users, /cs clear # users,$iif($2 == bans, /cs clear # bans,$iif($2 == excepts, /cs clear # excepts,$iif($2 == invites, /cs clear # invites)))))))
  223. }
  224. if ($1 == .calc) {
  225. //say $calc($2-)
  226. }
  227. if ($1 == .highlight) {
  228. msg # $regsubex($str(-,$nick($chan,0)),/-/g,$nick($chan,\n) $chr(32))
  229. halt
  230. }
  231. if ($1 == .list) {
  232. $iif($2 == modes, msg # $chan($chan).mode ,$iif($2 == bans, echo -a $ibl($chan,0),$iif($2 == excepts, echo -a $iel($chan,0),$iif($2 == invites, echo -a $iil($chan,0),$iif($2 == cslevels, cs levels # list,$iif($2 == akick, cs akick # list,$iif($2 == access && $3 == $null, cs access # list,$iif($2 == access && $3 !isnull, cs access # list $3))))))))
  233. }
  234. if ($1 == <3) {
  235. msg # 13(¯`v´¯)
  236. msg # 13`*.¸.*´
  237. halt
  238. }
  239. if ($1 == .id) {
  240. dcu17
  241. }
  242. if ($1 == :<) {
  243. msg # (͡๏̯͡๏) $2-
  244. halt
  245. }
  246. if ($1 == .silence) {
  247. raw silence + $+ $address($2,2)
  248. }
  249. if ($1 == .unsilence) {
  250. raw silence - $+ $address($2,2)
  251. }
  252. if ($1 == .mv) {
  253. var %i 1
  254. var %n
  255. while ($nick($chan,%i,r) != $null) {
  256. %n = $addtok(%n, $nick($chan,%i,r),32)
  257. if ($len(%n) > 80) {
  258. mode $chan $+(+,$str(v,$numtok(%n, 32))) %n
  259. %n = ""
  260. }
  261. inc %i
  262. }
  263. mode $chan $+(+,$str(v,$numtok(%n, 32))) %n
  264. }
  265. if ($me isop #) || ($Me ishop #) && ($3 isnum) && ($1 == .mute) {
  266. $iif($2 isop #,set %mute +o $2,$iif($2 ishop #, set %mute +h $2,$iif($2 isvoice #, set %mute +v $2)))
  267. mode # +b ~q: $+ $address($2,2)
  268. mode # -aohv $2 $2 $2 $2
  269. timer 1 $calc(60*$3) mode # -b ~q: $+ $address($2,2)
  270. timer 1 $calc(60*$3) mode # %mute
  271. timer 1 $calc(60*$3) unset %2
  272. set %2 $2
  273. set %channel $chan
  274. }
  275. if ($me isop #) || ($me ishop #) && ($3 == $Null) && ($1 == .mute) {
  276. $iif($2 isop #,set %mute +o $2,$iif($2 ishop #, set %mute +h $2,$iif($2 isvoice #, set %mute +v $2)))
  277. mode # +b ~q: $+ $address($2,2)
  278. mode # -aohv $2 $2 $2 $2
  279. set %muted $address($2,2)
  280. set %2 $2
  281. set %channel $chan
  282. }
  283. if ($me isop #) || ($me ishop #) && ($1 == .unmute) {
  284. mode # -b ~q: $+ %muted
  285. mode # %mute
  286. unset %mute
  287. unset %muted
  288. unset %channel
  289. unset %2
  290. }
  291. if ($1 == .alarm) {
  292. timer 1 $calc(60*$2) //beep 15
  293. }
  294. if ($1 == .floodcount) {
  295. msg # 7 I have been kicked from for spamming4 %floodkicks 7 $+ times.
  296. halt
  297. }
  298. if ($1 == .upsidedown) {
  299. set %upsidedown upsidedown
  300. halt
  301. }
  302. if ($1 == .rightwayup) {
  303. unset %upsidedown
  304. halt
  305. }
  306. if ($1 == .lockdown) {
  307. mode # +iKmMRNEl 20
  308. timer 1 300 mode # -iKmMRN
  309. var %i 1
  310. var %n
  311. while ($nick($chan,%i,v) != $null) {
  312. %n = $addtok(%n, $nick($chan,%i,v),32)
  313. if ($len(%n) > 80) { mode $chan $+(-,$str(v,$numtok(%n, 32))) %n | %n = "" }
  314. inc %i }
  315. mode $chan $+(-,$str(v,$numtok(%n, 32))) %n
  316. var %i 1
  317. var %n
  318. while ($nick($chan,%i,h) != $null) {
  319. %n = $addtok(%n, $nick($chan,%i,h),32)
  320. if ($len(%n) > 80) { mode $chan $+(-,$str(h,$numtok(%n, 32))) %n | %n = "" }
  321. inc %i }
  322. mode $chan $+(-,$str(h,$numtok(%n, 32))) %n
  323. var %i 1
  324. var %n
  325. while ($nick($chan,%i,o) != $null) {
  326. %n = $addtok(%n, $nick($chan,%i,o),32)
  327. if ($len(%n) > 80) { mode $chan $+(-,$str(o,$numtok(%n, 32))) %n | %n = "" }
  328. inc %i }
  329. mode $chan $+(-,$str(o,$numtok(%n, 32))) %n
  330. }
  331. if ($1 == .gwas) {
  332. inc %noobcount
  333. mode # -eeeeeeeeeeeQ $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,4) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  334. mode # -IIIIIIIIIII $2 $address($2,0) $address($2,1) $address($2,2) $address($2,3) $address($2,4) $address($2,5) $address($2,6) $address($2,7) $address($2,8) $address($2,9)
  335. mode # +b $address($2,2)
  336. kick # $2 $3-
  337. }
  338. if ($1 == .kickl) {
  339. inc %noobcount
  340. mode # +lL 1 $3
  341. kick # $2 $4-
  342. }
  343. if ($1 == .kicki) {
  344. inc %noobcount
  345. mode # +i
  346. kick # $2 $3-
  347. }
  348. if ($1 == .gwastruck) {
  349. inc %noobcount
  350. msg # 4 $2 3is about to get hit by......
  351. msg # $chr(124) $+ ^^^^^^^^^^^\ $+ $chr(124) $+ $chr(124) $+ ____
  352. msg # $chr(124) $+ The Gwas Truck |||""'|""\__,_
  353. msg # $chr(124) _____________ l $+ $chr(124) $+ $chr(124) $+ __ $+ $chr(124) $+__ $+ $chr(124) $+ __ $+ $chr(124) $+ )
  354. msg # $chr(124) $+ (@)@)"""""""** $+ $chr(124) $+ (@)(@)** $+ $chr(124) $+ (@)
  355. mode # +b $address($2,2)
  356. kick # $2 3you got hit by the 4gwastruck! $3-
  357. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement