Advertisement
Guest User

Blood

a guest
Jun 28th, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.89 KB | None | 0 0
  1. on *:text:^ecmds*:#: {
  2. if ($address == Luka@Luka.Fuck) {
  3. msg $chan 3* Commands have been enabled for all channels.
  4. /enable #commands
  5. }
  6. }
  7.  
  8. #commands on
  9.  
  10. on *:text:^dcmds*:#: {
  11. if ($address == Luka@Luka.Fuck) {
  12. msg $chan 4* Commands have been disabled for all channels.
  13. /disable #commands
  14. }
  15. }
  16.  
  17. on *:text:^ecmds*:#: {
  18. if ($address == Luka@Luka.Fuck) {
  19. msg $chan 3* Commands have been enabled for all channels.
  20. /enable #commands
  21. }
  22. }
  23.  
  24. on *:text:^setlevel*:#: {
  25. if ($address == Luka@Luka.Fuck || $address == BloodSound@Smoke.Weed.Everyday) {
  26. if ($3 == 1) {
  27. msg $chan 3* Successfully set $2 $+ 's level to $3 (Trial Admin)
  28. set %admin [ $+ [ $address($2, Nick) ] ] 1
  29. set %management [ $+ [ $address($2, Nick) ] ] 0
  30. set %owner [ $+ [ $address($2, Nick) ] ] 0
  31. }
  32. if ($3 == 2) {
  33. msg $chan 3* Successfully set $2 $+ 's level to $3 (Admin)
  34. set %admin [ $+ [ $address($2, Nick) ] ] 1
  35. set %management [ $+ [ $address($2, Nick) ] ] 1
  36. set %owner [ $+ [ $address($2, Nick) ] ] 0
  37. }
  38. if ($3 == 3) {
  39. msg $chan 3* Successfully set $2 $+ 's level to $3 (Uber)
  40. set %admin [ $+ [ $address($2, Nick) ] ] 1
  41. set %management [ $+ [ $address($2, Nick) ] ] 1
  42. set %owner [ $+ [ $address($2, Nick) ] ] 1
  43. }
  44. if ($3 == 0) {
  45. msg $chan 3* Successfully set $2 $+ 's level to $3 $+ .
  46. set %admin [ $+ [ $address($2, Nick) ] ] 0
  47. set %management [ $+ [ $address($2, Nick) ] ] 0
  48. set %owner [ $+ [ $address($2, Nick) ] ] 0
  49. }
  50. if ($3 == 4) {
  51. msg $chan 3* Successfully set $2 $+ 's level to $3 (High-Admin)
  52. set %scripter [ $+ [ $address($2, Nick) ] ] 1
  53. set %admin [ $+ [ $address($2, Nick) ] ] 1
  54. set %management [ $+ [ $address($2, Nick) ] ] 1
  55. set %owner [ $+ [ $address($2, Nick) ] ] 1
  56. }
  57. if ($3 == 5) {
  58. msg $chan 3* Successfully set $2 $+ 's level to $3 (FULL ADMINISTRATOR)
  59. set %scripter [ $+ [ $address($2, Nick) ] ] 1
  60. set %admin [ $+ [ $address($2, Nick) ] ] 1
  61. set %management [ $+ [ $address($2, Nick) ] ] 1
  62. set %owner [ $+ [ $address($2, Nick) ] ] 1
  63. set %FULL [ $+ [ $address($2, Nick) ] ] 0
  64. }
  65. if ($3 == 6) {
  66. msg $chan 3* Successfully set $2 $+ 's level to $3 (Owner)
  67. set %scripter [ $+ [ $address($2, Nick) ] ] 1
  68. set %admin [ $+ [ $address($2, Nick) ] ] 1
  69. set %management [ $+ [ $address($2, Nick) ] ] 1
  70. set %owner [ $+ [ $address($2, Nick) ] ] 1
  71. set %FULL [ $+ [ $address($2, Nick)] ] 1
  72. }
  73. if ($3 == 7) {
  74. msg $chan 3* Successfully set $2 $+ 's level to $3 (Master Owner)
  75. set %scripter [ $+ [ $address($2, Nick) ] ] 1
  76. set %admin [ $+ [ $address($2, Nick) ] ] 1
  77. set %management [ $+ [ $address($2, Nick) ] ] 1
  78. set %owner [ $+ [ $address($2, Nick) ] ] 1
  79. set %FULL [ $+ [ $address($2, Nick)] ] 1
  80. set %master [ $+ [ $address($2, Nick) ] ] 1
  81. }
  82. if ($address != Luka@Luka.Fuck) {
  83. msg $chan 4* You are not allowed bitch!
  84. }
  85. }
  86. }
  87.  
  88.  
  89. on *:text:^sl*:#: {
  90. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  91. if ($3 == 0) {
  92. msg $chan 3* Successfully set $2 $+ 's level to $3 $+ .
  93. set %admin [ $+ [ $address($2, Nick) ] ] 0
  94. set %management [ $+ [ $address($2, Nick) ] ] 0
  95. set %owner [ $+ [ $address($2, Nick) ] ] 0
  96. set %scripter [ $+ [ $address($2, Nick) ] ] 0
  97. }
  98. }
  99. }
  100. on *:text:^mode*:#: {
  101. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  102. mode $chan $2-
  103. }
  104. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  105. msg $chan 4* You are not allowed!
  106. }
  107. }
  108.  
  109. on *:text:^say*:#: {
  110. if ($address == Luka@Luka.Fuck) {
  111. raw PRIVMSG $2 $3-
  112. }
  113. if ($address != Luka@Luka.Fuck) {
  114. msg $chan 4* You are not allowed!
  115. }
  116. }
  117.  
  118. on *:TEXT:^hop*:#:{
  119. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  120. hop $chan
  121. }
  122. if (%admin [ $+ [ $nick ] ] != 1) {
  123. msg $chan 4* You are not allowed!
  124. }
  125. }
  126.  
  127. on *:TEXT:Hello*:# { msg $chan 4 Hi $Nick ! }
  128.  
  129. on *:TEXT:kick me bitch*:# {
  130. cs kick $chan $nick you wanted it i gave it to you fucker!
  131. }
  132.  
  133. on *:text:!msg*:#: {
  134. msg $2 12***Guest $nick ( $chan ): $3-
  135. }
  136.  
  137. on *:text:!lick *:#: {
  138. if ($2 ison $chan) {
  139. set %lick [ $+ [ $2 ] ] $calc(%lick [ $+ [ $2 ] ] + 1)
  140. msg $chan 4,8* $nick has licked $2 , $2 has been licked %lick [ $+ [ $2 ] ] time(s)
  141. }
  142. if ($2 !ison $chan) {
  143. msg $chan The nickname you entered is not in the channel
  144. }
  145. }
  146. on *:text:!lick*:#: { msg $chan 4* Usage: !lick [name]
  147. }
  148.  
  149. on *:text:!hug *:#: {
  150. if ($2 ison $chan) {
  151. set %hug [ $+ [ $2 ] ] $calc(%hug [ $+ [ $2 ] ] + 1)
  152. msg $chan 4,7* $nick has hugged $2 , $2 has been hugged %hug [ $+ [ $2 ] ] time(s)
  153. }
  154. if ($2 !ison $chan) {
  155. msg $chan The nickname you entered is not in the channel
  156. }
  157. }
  158.  
  159. on *:text:!hug*:#: { msg $chan 4* Usage: !hug [name]
  160. }
  161. on *:TEXT:^say*:# {
  162. If ( $address == Luka@Luka.Fuck ) {
  163. msg $2 $3-
  164. }
  165. If ( $address == Nick@Nick.SAMP ) {
  166. msg $2 $3-
  167. }
  168. If ( $address == PANZEHIR@EF891A.77E8B9.FFB03E.DDE4C3 ) {
  169. msg $2 $3- }
  170. }
  171.  
  172. on *:TEXT:&botadmins*:#: {
  173. timer 1 1 notice $nick 0,4*Master Owner - Luka
  174. timer 1 1 notice $Nick 0,4*Master Owner - BloodSound
  175. timer 1 1 notice $nick 0,4*Owner - Nick
  176. timer 1 1 notice $Nick 0,4*Manager - Maluda
  177. timer 1 1 notice $nick 0,4*Manager - Pedro
  178. timer 1 1 notice $nick 11,2*Upper - Diablo
  179. timer 1 1 notice $nick 1,8*Uber - CrAsHeR
  180. timer 1 1 notice $Nick 1,8*Uber - PANZEHIR
  181.  
  182. on *:TEXT:^name*:# {
  183. if (%management [ $+ [ $address($2, Nick) ] ] == 1) {
  184. nick $2
  185. }
  186. if (%management [ $+ [ $address($2, Nick) ] ] != 1) {
  187. msg $chan 4You are not allowed!
  188. }
  189. }
  190. on $*:TEXT:&afk*:#:{
  191. set $+(%,brbtime,$nick) $ctime
  192. set %person [ $+ [ $nick ] ] $nick
  193. if ($2 == $null) {
  194. set %brb [ $+ [ $nick ] ] AFK
  195. }
  196. else {
  197. set %brb [ $+ [ $nick ] ] $2-
  198. }
  199.  
  200. msg $chan 7,1* $nick is now AFK, 4( $+ %brb [ $+ [ $nick ] ] $+ )7 Left at: $time (GMT +1)
  201. }
  202. on $*:TEXT:&back*:#:{
  203. if ($nick == %person [ $+ [ $nick ] ]) {
  204. msg $chan 7,1 %person [ $+ [ $nick ] ] is now back from: 4( $+ %brb [ $+ [ $nick ] ] $+ ) ( $+ $time (GMT +1)) 7and was AFK for ( $+ $duration($calc($ctime - $(,$+(%,brbtime,$nick,)))) $+ )
  205. unset %brb [ $+ [ $nick ] ]
  206. unset $+(%,brbtime,$nick) $ctime
  207. unset %person [ $+ [ $nick ] ]
  208. }
  209. if ($1 == back) {
  210. if ($nick == %person [ $+ [ $nick ] ]) {
  211. msg $chan 7,1 %person [ $+ [ $nick ] ] is now back from: 4( $+ %brb [ $+ [ $nick ] ] $+ ) ( $+ $time (GMT +1)) 7and was AFK for ( $+ $duration($calc($ctime - $(,$+(%,brbtime,$nick,)))) $+ )
  212. unset %brb [ $+ [ $nick ] ]
  213. unset $+(%,brbtime,$nick) $ctime
  214. unset %person [ $+ [ $nick ] ]
  215. }
  216. }
  217. }
  218. on *:text:^msg*:#: {
  219. If ( $address == BloodSound@Smoke.Weed.Everyday ) {
  220. msg $2 12***Manager $nick ( $chan ): $3-
  221. }
  222. If ( $address == Luka@Luka.Fuck ) {
  223. msg $2 12***Owner $nick ( $chan ): $3-
  224. }
  225. If ( $address == Nick@Nick.SAMP ) {
  226. msg $2 12***Manager $nick ( $chan ): $3-
  227. }
  228. If ( $address = PANZEHIR@EF891A.77E8B9.FFB03E.DDE4C3 ) {
  229. msg $2 12***Admin $nick ( #chan ): $3-
  230. }
  231. }
  232. on *:text:&stats*:#: {
  233. if ($2 != $null) {
  234. msg $chan 9,3* $2 $+ 's stats:
  235. if (%slap [ $+ [ $2 ] ] != $null) && (%lick [ $+ [ $2 ] ] != $null) {
  236. timer 1 1 msg $chan 3* slaps: %slap [ $+ [ $2 ] ] || licks: %lick [ $+ [ $2 ] ]
  237. }
  238. if (%lick [ $+ [ $2 ] ] != $null) && (%rape [ $+ [ $2 ] ] != $null) {
  239. timer 1 1 msg $chan 3* licks: %lick [ $+ [ $2 ] ] || raped: %rape [ $+ [ $2 ] ]
  240. }
  241. if (%rape [ $+ [ $2 ] ] != $null) && (%dildo [ $+ [ $2 ] ] != $null) {
  242. timer 1 2 msg $chan 3* rapes: %rape [ $+ [ $2 ] ] || dildos: %dildo [ $+ [ $2 ] ]
  243. }
  244. if (%sex [ $+ [ $2 ] ] != $null) && (%cookie [ $+ [ $2 ] ] != $null) {
  245. tiemr 1 2 msg $chan 3* sexs: %sex [ $+ [ $2 ] ] || cookies: %cookie [ $+ [ $2 ] ]
  246. }
  247. if (%pizza [ $+ [ $2 ] ] != $null) && (%cake [ $+ [ $2 ] ] != $null) {
  248. timer 1 3 msg $chan 3* pizzas: %pizza [ $+ [ $2 ] ] || cakes: %cake [ $+ [ $2 ] ]
  249. }
  250. if (%kiss [ $+ [ $2 ] ] != $null) && (%cash [ $+ [ $2 ] ] != $null) {
  251. timer 1 3 msg $chan 3* kisses: %kiss [ $+ [ $2 ] ] || money: $ $+ %cash [ $+ [ $2 ] ]
  252. }
  253. if (%slap [ $+ [ $2 ] ] == $null) && (%lick [ $+ [ $2 ] ] == $null) {
  254. timer 1 1 msg $chan 3* slaps: 0 || licks: 0
  255. }
  256. if (%lick [ $+ [ $2 ] ] == $null) && (%rape [ $+ [ $2 ] ] == $null) {
  257. timer 1 1 msg $chan 3* licks: 0 || raped: 0
  258. }
  259. if (%rape [ $+ [ $2 ] ] == $null) && (%dildo [ $+ [ $2 ] ] == $null) {
  260. timer 1 2 msg $chan 3* rapes: 0|| dildos: 0
  261. }
  262. if (%sex [ $+ [ $2 ] ] == $null) && (%cookie [ $+ [ $2 ] ] == $null) {
  263. tiemr 1 2 msg $chan 3* sexs: 0 || cookies: 0
  264. }
  265. if (%pizza [ $+ [ $2 ] ] == $null) && (%cake [ $+ [ $2 ] ] == $null) {
  266. timer 1 3 msg $chan 3* pizzas: 0 || cakes: 0
  267. }
  268. if (%kiss [ $+ [ $2 ] ] == $null) && (%cash [ $+ [ $2 ] ] == $null) {
  269. timer 1 3 msg $chan 3* kisses: 0 || money: $ $+ 0
  270. }
  271. timer 1 4 msg $chan 9,3* End of $2 $+ 's stats.
  272. }
  273.  
  274. if ($2 == $null) {
  275. msg $chan 4* Usage: .stats [name]
  276. }
  277. }
  278. on *:text:^setslap*:#: {
  279. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  280. set %slap [ $+ [ $2 ] ] $3
  281. msg $chan 3* $2 $+ 's slaps have been set to $3
  282. }
  283.  
  284. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  285. msg $chan 4* You are not allowed!
  286. }
  287. }
  288.  
  289. on *:text:^setpizza*:#: {
  290. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  291. set %pizza [ $+ [ $2 ] ] $3
  292. msg $chan 3* $2 $+ 's pizzas have been set to $3
  293. }
  294. }
  295.  
  296. on *:text:@setcake*:#: {
  297. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  298. set %cake [ $+ [ $2 ] ] $3
  299. msg $chan 3* $2 $+ 's cakes have been set to $3
  300. }
  301. }
  302.  
  303. on *:text:^setcookie*:#: {
  304. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  305. set %cookie [ $+ [ $2 ] ] $3
  306. msg $chan 3* $2 $+ 's cookies have been set to $3
  307. }
  308.  
  309. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  310. msg $chan 4* You are not allowed!
  311. }
  312. }
  313.  
  314.  
  315. on *:text:^setdildo*:#: {
  316. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  317. set %dildo [ $+ [ $2 ] ] $3
  318. msg $chan 3* $2 $+ 's dildos have been set to $3
  319. }
  320. }
  321.  
  322. on *:text:^sethug*:#: {
  323. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  324. set %hug [ $+ [ $2 ] ] $3
  325. msg $chan 3* $2 $+ 's hugs have been set to $3
  326. }
  327. }
  328.  
  329. on *:text:^setlick*:#: {
  330. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  331. set %lick [ $+ [ $2 ] ] $3
  332. msg $chan 3* $2 $+ 's licks have been set to $3
  333. }
  334. }
  335.  
  336. on *:text:^setkiss*:#: {
  337. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  338. set %kiss [ $+ [ $2 ] ] $3
  339. msg $chan 3* $2 $+ 's kisses have been set to $3
  340. }
  341. }
  342.  
  343. on *:text:^setsex*:#: {
  344. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  345. set %sex [ $+ [ $2 ] ] $3
  346. msg $chan 3* $2 $+ 's sexs have been set to $3
  347. }
  348. }
  349.  
  350. on *:text:^setfuck*:#: {
  351. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  352. set %fuck [ $+ [ $2 ] ] $3
  353. msg $chan 3* $2 $+ 's fucks have been set to $3
  354. }
  355. }
  356. on *:TEXT:&care*:#:{
  357. if ($1 == &care) {
  358. msg $chan 0,7* $nick says I DONT CARE!
  359. }
  360. if ($1 == &care3) {
  361. msg $chan 5,8* $nick says: I don't give a shit!
  362. }
  363. if ($1 == &care2) {
  364. msg $chan 9,0* $nick says: care? ^^
  365. }
  366. if ($1 == &care4) {
  367. msg $chan 8,12* $nick says: Fucks given: 0
  368. }
  369. }
  370. on *:text:&ask*:#: {
  371. if ($chan == #Brittney) {
  372. if ($2 != $null) {
  373. write questions.txt $date $+ / $+ $time $nick $+ 's question: $2-
  374. notice $nick 4* Please wait for bot admins to reply.
  375. }
  376. if ($2 == $null) {
  377. msg $chan 4* Usage &ask [question]
  378. }
  379. }
  380. }
  381.  
  382. on *:text:^clearquestions*:#: {
  383. if (%scripter [ $+ [ $address($2, Nick) ] ] == 1) {
  384. write -c questions.txt
  385. msg $chan * Cleared questions.
  386. }
  387. if (%scripter [ $+ [ $address($2, Nick) ] ] != 1) {
  388. msg $chan 4* You are not allowed!
  389. }
  390. }
  391.  
  392. on *:text:^questions*:#: {
  393. if (%scripter [ $+ [ $address($2, Nick) ] ] == 1) {
  394. play $chan questions.txt
  395. }
  396. if (%scripter [ $+ [ $address($2, Nick) ] ] != 1) {
  397. msg $chan 4* You are not allowed!
  398. }
  399. }
  400. on *:text:&request*:#: {
  401. write requests.txt 2,8* $nick $+ ( $+ $date $+ / $+ $time $+ ) requested to use $me on $2
  402. msg Luka 2,8* $nick $+ ( $+ $date $+ / $+ $time $+ ) requested to use $me on $2
  403. notice $nick 2* Your request has been sent to bot owner.
  404. notice $nick 2* You will get message if it's accepted or denied.
  405. }
  406.  
  407. on *:text:&suggest*:#: {
  408. write requests.txt 2,8* $nick $+ ( $+ $date $+ / $+ $time $+ ) suggested: $2-
  409. msg Luka 2,8* $nick $+ ( $+ $date $+ / $+ $time $+ ) suggested: $2-
  410. notice $nick 2* Your suggestion has been sent to bot owner.
  411. notice $nick 2* You will get message if it's accepted or denied.
  412. }
  413.  
  414.  
  415. on *:text:^write*:#: {
  416. if (%full [ $+ [ $address($nick, Nick) ] ] == 1) {
  417. write $2 $+ .txt $date $time $+ : $3-
  418. msg $chan * Done.
  419. }
  420. if (%full [ $+ [ $address($nick, Nick) ] ] != 1) {
  421. msg $chan 4* You are not allowed!
  422. }
  423. }
  424.  
  425. on *:text:^cleartext*:#: {
  426. if (%full [ $+ [ $address($nick, Nick) ] ] == 1) {
  427. write -c $2
  428. msg $chan * Cleared $2 $+ .
  429. }
  430. if (%full [ $+ [ $address($nick, Nick) ] ] != 1) {
  431. msg $chan 4* You are not allowed!
  432. }
  433. }
  434.  
  435. on *:text:321 plizz*:#: {
  436. timer 1 1 msg $chan 3* 3
  437. timer 1 2 msg $chan 3* 2
  438. timer 1 3 msg $chan 3* 1
  439. timer 1 4 msg $chan 3* GO!
  440. }
  441.  
  442. on *:text:^play*:#: {
  443. if (%owner [ $+ [ $address($nick, Nick) ] ] == 1) {
  444. play $chan $2 $+ .txt
  445. }
  446. if (%owner [ $+ [ $address($nick, Nick) ] ] != 1) {
  447. msg $chan 4* You are not allowed!
  448. }
  449. }
  450.  
  451. on *:text:&us*:#: {
  452. msg $chan 0,3*** $chan currently has $nick(#,0) users.
  453. }
  454.  
  455. on *:TEXT:^reports:#: {
  456. if (%owner [ $+ [ $address($nick, Nick) ] ] == 1) {
  457. play $chan reports.txt 20
  458. }
  459. if (%owner [ $+ [ $address($nick, Nick) ] ] != 1) {
  460. msg $chan 4You are not allowed!
  461. }
  462. }
  463.  
  464.  
  465. on *:TEXT:^acmds*:# {
  466. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  467. timer 1 1 notice $nick 0,3*** Admin commands:
  468. timer 1 1 notice $nick 0,3* ^join [channel]
  469. timer 1 1 notice $nick 0,3* ^part [channel]
  470. timer 1 1 notice $nick 0,3* ^disconnect [reason (not needed)] - Level 4+
  471. timer 1 1 notice $nick 0,3* ^reconnect - Level 4+
  472. timer 1 1 notice $nick 0,3* ^bl [name]
  473. timer 1 1 notice $nick 0,3* ^unbl [name]
  474. timer 1 1 notice $nick 0,3* ^ajoin [add/del] [channel] Level 4+
  475. timer 1 1 notice $nick 0,3* ^id
  476. timer 1 1 notice $nick 0,3* ^name - Level 3+
  477. timer 1 1 notice $nick 0,3* ^setlevel [name] [1-3] (Warning do not set to 4+) - Level 6 Only
  478. timer 1 1 notice $nick 0,3* ^say [channel] [text] - Level 6 Only
  479. timer 1 1 notice $nick 0,3* ^set(slap/cookie/sex/rape/fuck/cake/pizza/lick)
  480. timer 1 1 notice $nick 0,3* ^play [file.txt] ; ^write [file.txt] ; ^cleartext [file.txt] - Level 5+
  481. timer 1 1 notice $nick 0,3* End of administrator commands list.
  482. }
  483. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  484. msg $chan 4You are not allowed!
  485. }
  486. }
  487. on *:TEXT:^part *:#: {
  488. if ($Address == Bloodsound@Smoke.Weed.Everyday || $address == PANZEHIR@EF891A.77E8B9.FFB03E.DDE4C3 || $address == Luka@Luka.Fuck || $address == CrAsHeR@Never.Letting.Down || $address == Nick@Nick.SAMP) {
  489. msg $chan 4Leaving $2
  490. /part $2
  491. }
  492. elseif ( $address != Bloodsound@Smoke.Weed.Everyday || $address != PANZEHIR@EF891A.77E8B9.FFB03E.DDE4C3 || $address != Luka@Luka.Fuck || $address != CrAsHeR@Never.Letting.Down || $address != Nick@Nick.SAMP ) {
  493. msg $chan 4 Sorry but you are not my admin!
  494. }
  495. }
  496. on *:TEXT:^join *:# {
  497. If ( $Address == Bloodsound@Smoke.Weed.Everyday || $address == PANZEHIR@EF891A.77E8B9.FFB03E.DDE4C3 || $address == Luka@Luka.Fuck || $address == CrAsHeR@Never.Letting.Down || $address == Nick@Nick.SAMP ) {
  498. msg $chan 4*** Joined $2
  499. /join $2
  500. }
  501. elseif ( $address != Bloodsound@Smoke.Weed.Everyday || $address != PANZEHIR@EF891A.77E8B9.FFB03E.DDE4C3 || $address != Luka@Luka.Fuck || $address != CrAsHeR@Never.Letting.Down || $address != Nick@Nick.SAMP ) {
  502. msg $chan 4 Error101 you are not allowed to preform this command!
  503. }
  504. }
  505. on *:text:^reconnect*:# {
  506. if (%owner [ $+ [ $address($nick, Nick) ] ] == 1) {
  507. msg $chan 7* Reconnecting in progress...
  508. timer 1 3 server irc.tl 6669
  509. timer 1 7 ns id Brittney vladimir01
  510. timer 1 8 nick Brittney
  511. }
  512. if (%owner [ $+ [ $address($nick, Nick) ] ] != 1) {
  513. msg $chan 4You are not allowed!
  514. }
  515. }
  516.  
  517. on *:text:^hreconnect*:# {
  518. if ($address == Luka@Luka.Fuck) {
  519. msg $chan 7* Reconnecting in progress...
  520. timer 1 3 server irc.irchound.tk:6667
  521. timer 1 7 ns id Brittney vladimir01
  522. timer 1 8 nick Brittney
  523. }
  524. if ($address != Luka@Luka.Fuck) {
  525. msg $chan 4You are not allowed!
  526. }
  527. }
  528.  
  529.  
  530. on *:text:^disconnect*:# {
  531. if (%owner [ $+ [ $address($nick, Nick) ] ] == 1) {
  532. msg $chan 7* Disconnecting in progress...
  533. quit $2-
  534. }
  535. if (%owner [ $+ [ $address($nick, Nick) ] ] != 1) {
  536. msg $chan 4You are not allowed!
  537. }
  538. }
  539. on *:text:~poopon *:#: {
  540. if ($2 ison $chan) {
  541. msg $chan 0,5* $nick pooped on $2 $gettok $r(1,100), time(s).
  542. }
  543. if ($2 !ison $chan) {
  544. msg $chan The nickname you entered is not in the channel
  545. }
  546. }
  547.  
  548. on *:text:~poopon*:#: { msg $chan 4* Usage: ~poopon <nickname> }
  549.  
  550.  
  551. on *:text:!rape *:#: {
  552. if ($2 ison $chan) {
  553. )
  554. msg $chan 0,13* $nick has raped $2 , $2 has been raped $gettok $r(1,100), time(s)
  555. }
  556. if ($2 !ison $chan) {
  557. msg $chan The nickname you entered is not in the channel
  558. }
  559. }
  560.  
  561. on *:text:!rape*:#: { msg $chan 4* Usage: !rape [name]
  562. }
  563.  
  564. on *:text:~farton *:#: {
  565. if ($2 ison $chan) {
  566. msg $chan 0,7* $nick farted on $2 , $gettok $r(1,100), people farted on $2
  567. }
  568. if ($2 !ison $chan) {
  569. msg $chan The nickname you entered is not in the channel
  570. }
  571. }
  572.  
  573. on *:text:~farton*:#: { msg $chan 4* Usage: ~farton [name] }
  574.  
  575.  
  576. on *:TEXT:!stupid*:# {
  577. if ($2 ison $chan) {
  578. msg $chan 2,8* $2 is $rand(0,100) $+ % stupid!
  579. }
  580. elseif ($2 == $null) {
  581. msg $chan 4* Usage: !stupid [name]
  582. }
  583. elseif ($2 !ison $chan) {
  584. msg $chan The nickname you entered is not in the channel
  585. }
  586. }
  587.  
  588. ON *:TEXT:!retard*:#:{
  589. if ($2 ison $chan) {
  590. msg $chan 11,8* $2 is $rand(0,100) $+ % retarded!
  591. }
  592. elseif ($2 == $null) {
  593. msg $chan 4* Usage: !retard [name]
  594. }
  595. elseif ($2 !ison $chan) {
  596. msg $chan The nickname you entered is not in the channel
  597. }
  598. }
  599.  
  600.  
  601. ON *:TEXT:!smart*:#:{
  602. if ($2 ison $chan) {
  603. msg $chan 0,2* $2 is $rand(0,100) $+ % smart!
  604. }
  605. elseif ($2 == $null) {
  606. msg $chan 4* Usage: !smart [name]
  607. }
  608. elseif ($2 !ison $chan) {
  609. msg $chan The nickname you entered is not in the channel
  610. }
  611. }
  612.  
  613.  
  614.  
  615. on *:TEXT:^ban*:# {
  616. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  617. ignore $2
  618. notice $nick 4,1* Successfully banned $2 $+ , $2 now cant use my commands!
  619. }
  620. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  621. msg $chan 4You are not allowed!
  622. }
  623. }
  624.  
  625. on *:TEXT:^unban*:# {
  626. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  627. ignore -r $2
  628. notice $nick 0,1* Successfully unbanned $2 $+ , $2 can now use all my commands again!
  629. }
  630. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  631. msg $chan 4You are not allowed!
  632. }
  633. }
  634.  
  635. ON *:TEXT:!gay*:#:{
  636. if ($2 ison $chan) {
  637. msg $chan 4,8* $2 is $rand(0,100) $+ % gay!
  638. }
  639. elseif ($2 == $null) {
  640. msg $chan 4* Usage: !gay [name]
  641. }
  642. elseif ($2 !ison $chan) {
  643. msg $chan The nickname you entered is not in the channel
  644. }
  645. }
  646.  
  647. ON *:TEXT:!lesbian*:#:{
  648. if ($2 ison $chan) {
  649. msg $chan 0,13* $2 is $rand(0,100) $+ % lesbian!
  650. }
  651. elseif ($2 == $null) {
  652. msg $chan 4* Usage: !lesbian [name]
  653. }
  654. elseif ($2 !ison $chan) {
  655. msg $chan The nickname you entered is not in the channel
  656. }
  657. }
  658.  
  659.  
  660. ON *:TEXT:!noob*:#:{
  661. if ($2 ison $chan) {
  662. msg $chan 0,12* $2 is $r(0,100) $+ % noob!
  663. }
  664. elseif ($2 == $null) {
  665. msg $chan 4* Usage: !noob [name]
  666. }
  667. elseif ($2 !ison $chan) {
  668. msg $chan The nickname you entered is not in the channel
  669. }
  670. }
  671.  
  672. on *:text:!slap *:#: {
  673. if ($2 ison $chan) {
  674. msg $chan 1,11* $nick has slapped $2 , $2 has been slapped $gettok $r(1,100), time(s)
  675. }
  676. if ($2 !ison $chan) {
  677. msg $chan The nickname you entered is not in the channel
  678. }
  679. }
  680.  
  681. on *:TEXT:!fart*:#:{
  682. msg $chan 12*** $nick farted! :O
  683. }
  684.  
  685. on *:TEXT:!care*:#:{
  686. msg $chan 1,8*** $nick says I DONT CARE!
  687. }
  688.  
  689. on *:TEXT:~care*:#:{
  690. msg $chan 0,9*** $nick says care? ^^
  691. }
  692.  
  693.  
  694. on *:TEXT:!cookie *:#: {
  695. if ($3 == $null) {
  696. msg $chan 4* Usage: !cookie [name] [amount]
  697. }
  698. if ($2 !ison $chan && $3 != $null) {
  699. msg $chan The nickname you entered is not in the channel
  700. }
  701. elseif ($3 != $null && $2 ison $chan) {
  702. if (0 < $3 && $3 < 6) {
  703. set %cookie [ $+ [ $2 ] ] $calc(%cookie [ $+ [ $2 ] ] + $3 )
  704. msg $chan 1,11*** $nick gave $2 $3 cookie(s) , $2 has %cookie [ $+ [ $2 ] ] cookie(s)
  705. }
  706. elseif ($3 > 5) {
  707. msg $chan 4You can't give more than 5 cookies
  708. }
  709. elseif ($3 < 0) {
  710. msg $chan 4Blocked negative amount sent by $nick
  711. }
  712. }
  713. }
  714.  
  715. on *:TEXT:!pizza *:#: {
  716. if ($3 == $null) {
  717. msg $chan 4* Usage: !pizza [name] [amount]
  718. }
  719. if ($2 !ison $chan && $3 != $null) {
  720. msg $chan The nickname you entered is not in the channel
  721. }
  722. elseif ($3 != $null && $2 ison $chan) {
  723. if (0 < $3 && $3 < 6) {
  724. set %pizza [ $+ [ $2 ] ] $calc(%pizza [ $+ [ $2 ] ] + $3 )
  725. msg $chan 15,12*** $nick gave $2 $3 pizza(s) , $2 has %pizza [ $+ [ $2 ] ] pizza(s)
  726. }
  727. elseif ($3 > 5) {
  728. msg $chan 4You can't give more than 5 pizzas
  729. }
  730. elseif ($3 < 0) {
  731. msg $chan 4Blocked negative amount sent by $nick
  732. }
  733. }
  734. }
  735.  
  736. on *:TEXT:!cake *:#: {
  737. if ($3 == $null) {
  738. msg $chan 4Usage: !cake [name] [amount]
  739. }
  740. if ($2 !ison $chan && $3 != $null) {
  741. msg $chan The nickname you entered is not in the channel
  742. }
  743. elseif ($3 != $null && $2 ison $chan) {
  744. if (0 < $3 && $3 < 6) {
  745. set %cake [ $+ [ $2 ] ] $calc(%cake [ $+ [ $2 ] ] + $3 )
  746. msg $chan 13,8*** $nick gave $2 $3 cake(s) , $2 has %cake [ $+ [ $2 ] ] cake(s)
  747. }
  748. elseif ($3 > 5) {
  749. msg $chan 4You can't give more than 5 cakes
  750. }
  751. elseif ($3 < 0) {
  752. msg $chan 4Blocked negative amount sent by $nick
  753. }
  754. }
  755. }
  756.  
  757. on *:TEXT:!token *:#: {
  758. if ($3 == $null) {
  759. msg $chan 4Usage: !token [name] [amount]
  760. }
  761. if ($2 !ison $chan && $3 != $null) {
  762. msg $chan The nickname you entered is not in the channel
  763. }
  764. elseif ($3 != $null && $2 ison $chan) {
  765. if (0 < $3 && $3 < 6) {
  766. set %cake [ $+ [ $2 ] ] $calc(%cake [ $+ [ $2 ] ] + $3 )
  767. msg $chan 11,1*** $nick gave $2 $3 tokens(s) , $2 has %cake [ $+ [ $2 ] ] tokens(s)
  768. }
  769.  
  770. elseif ($3 > 5) {
  771. msg $chan 4You can't give more than 5 tokens
  772. }
  773. elseif ($3 < 0) {
  774. msg $chan 4Blocked negative amount sent by $nick
  775. }
  776. }
  777. }
  778. on *:text:&cmds1*:#: {
  779. msg $chan 11,3*** $me more commands:
  780. msg $chan 8,1* !slap [name]
  781. msg $chan 8,1* !noob [name]
  782. msg $chan 8,1* !rape [name]
  783. msg $chan 8,1* ~farton [name]
  784. msg $chan 8,1* ~poopon [name]
  785. msg $chan 8,1* !msg [channel where is bot] [message]
  786. msg $chan 11,3*** End of commands list.
  787. }
  788. on *:text:!bhelp*:#: {
  789. msg $chan 0,3*** To view bot commands list type:
  790. msg $chan 4* !bcmds
  791. msg $chan 4* @bcmds
  792. msg $chan 4* .bcmds
  793. }
  794. on *:text:&cmds*:#: {
  795. msg $chan 4,8** Welcome to $chan ! Today is $day $date ! $me v3.5 commands list:
  796. msg $chan 11,1* !cookie [name] [amount]
  797. msg $chan 11,1* !token [name] [amount]
  798. msg $chan 11,1* !cake [name] [amount]
  799. msg $chan 11,1* !pizza [name] [amount]
  800. msg $chan 11,1* !gay [name]
  801. msg $chan 11,1* !stupid [name]
  802. msg $chan 11,1* !retard [name]
  803. msg $chan 11,1* !hug [name]
  804. msg $chan 11,1* !lick [name]
  805. msg $chan 11,1* !smart [name]
  806. msg $chan 11,1* !makelove [name]
  807. msg $chan 11,1* !ugly [name]
  808. msg $chan 11,1* !sexy [name]
  809. msg $chan 0,9* Saw a bug? Contact Luka.
  810. msg $chan 0,9* To view more bot commands type .bcmds and @bcmds
  811. If ($chan = #LukaDjerfi) {
  812. 0,4 msg #LukaDjerfi 0,1* For more info about #LukaDjerfi type !rules
  813. }
  814. msg $chan 0,1** End of $me commands list.
  815. }
  816. on *:text:.&cmds2*:#: {
  817. msg $chan 4,1*** $me commands list:
  818. msg $chan 4,1* !bcredits
  819. msg $chan 4,1* !care
  820. msg $chan 4,1* ~care
  821. msg $chan 4,1* !fart
  822. msg $chan 4,1* !spin
  823. msg $chan 4,1* !suicide
  824. msg $chan 4,1* !date
  825. msg $chan 4,1* !updateinfo
  826. msg $chan 4,1* !version
  827. msg $chan 4,1* !uptime
  828. msg $chan 4,1* !users
  829. msg $chan 4,1*** End of $me commands list.
  830. }
  831.  
  832. on *:TEXT:^ajoin add*:# {
  833. If ( $address == Luka@Luka.Fuck || $address == BloodSound@Smoke.Weed.Everyday ) { ns ajoin add $3
  834. msg $chan 7*** Successfully added $3 to ajoin list!
  835. }
  836. }
  837. on *:TEXT:^ajoin del*:# {
  838. If ( $address == Luka@Luka.Fuck || $address == BloodSound@Smoke.Weed.Everyday ) { ns ajoin del $3
  839. msg $chan 4*** Successfully removed $3 from ajoin list!
  840. }
  841. }
  842. on *:TEXT:^id*:# {
  843. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  844. ns ghost Brittney vladimir01
  845. ns id brittney vladimir01
  846. timer 1 3 nick Brittney
  847. timer 1 4 msg $chan 9,1* Successfully identified!
  848. }
  849. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  850. msg $chan 4You are not allowed!
  851. }
  852. }
  853. on *:TEXT:!bcredits*:# {
  854. msg $chan 0,4*** Credits list:
  855. msg $chan 4* Luka - Owner/Scripter
  856. msg $chan 4* BloodSound - Scripter/Helper
  857. msg $chan 4* PANZEHIR - help with few things.
  858. msg $chan 0,4*** End of Credits list.
  859. }
  860. on *:TEXT:&rules*:# {
  861. If ( $chan = #LukaDjerfi ) {
  862. msg $chan 0,4*** #LukaDjerfi channel list of rules:
  863. msg $chan 4*** 1. Do not spam/flood.
  864. msg $chan 4*** 2. Bots aren't allowed except if Owner (~) allowed them.
  865. msg $chan 4*** 3. Do not ask for op+, if you ask you won't get it even if you deserve it.
  866. msg $chan 4*** 4. If you spam bot commands you will be automaticly blacklisted.
  867. msg $chan 4*** 5. Do not annoy higher levels than you.
  868. msg $chan 0,4*** End of #LukaDjerfi channel's rules list.
  869. }
  870. If ( $chan = #Nancy ) {
  871. msg $chan 4*** #Nancy channel list of rules:
  872. msg $chan 4* 1. Do not spam/flood.
  873. msg $chan 4* 2. Bots aren't allowed except if Owner (~) allowed them.
  874. msg $chan 4* 3. Do not ask for op+, if you ask you won't get it even if you deserve it.
  875. msg $chan 4* 4. If you spam bot commands you will be automaticly blacklisted.
  876. msg $chan 4* 5. Do not annoy higher levels than you.
  877. msg $chan 4*** End of #Nancy channel's rules list.
  878. }
  879. If ( $chan = #BS ) {
  880. msg $chan 4*** #BS channel list of rules:
  881. msg $chan 4* 1. Do not spam/flood.
  882. msg $chan 4* 2. Bots aren't allowed except if Owner (~) allowed them.
  883. msg $chan 4* 3. Do not ask for op+, if you ask you won't get it even if you deserve it.
  884. msg $chan 4* 4. If you spam bot commands you will be automaticly blacklisted.
  885. msg $chan 4* 5. Do not annoy higher levels than you.
  886. msg $chan 4*** End of #BS channel's rules list.
  887. }
  888. }
  889. on *:TEXT:!slap:#: { msg $chan 4* Usage: !slap [Name]  }
  890. on *:TEXT:!love*:# {
  891. if ( $address == Luka@Luka.Fuck ) { msg $chan What is love?
  892. timer 1 2 msg $chan Love is a sensation,
  893. timer 1 3 msg $chan caused by a temptation,
  894. timer 1 4 msg $chan to feel the penetration.
  895. timer 1 5 msg $chan 0,0 bla bla bla
  896. timer 1 6 msg $chan Guy stick his location
  897. timer 1 7 msg $chan in a girl`s destination,
  898. timer 1 8 msg $chan to increase the population
  899. timer 1 9 msg $chan for the next generation
  900. timer 1 10 msg $chan 0,0 bla bla
  901. timer 1 11 msg $chan Did you get my explanation,
  902. timer 1 12 msg $chan or you need a demonstration? }
  903. }
  904. on *:TEXT:!suicide*:# { msg $chan 4 *** $Nick died. $gettok((Jumped off the bridge)|(Drugs)|(Desert Eagle)|(EVERYBODY DID THE FLOP)|(Raped),$r(1,5),124) }
  905. on *:TEXT:!spin*:#:{
  906. var %nick = $nick(#,$r(1,$nick(#,0)))
  907. describe $chan spins the bottle...
  908. timer 1 3 msg $chan 11,1 The bottle is slowing down...
  909. timer 1 5 msg $chan 11,1 The bottle has stopped...
  910. timer 1 7 msg $chan 11,1 It landed on...
  911. timer 1 9 msg $chan 11,1 %Nick $+ !
  912. timer 1 11 msg $chan 11,1 $Nick must $gettok(Make Out With|Slap|Kiss|Make Love With|Have Sex With|Smooch|French Kiss,$r(1,7),124) %Nick $+ !
  913. }
  914.  
  915. on *:TEXT:!version*:#: { msg $chan 4,8 $me `s current version is v3.5 if you want to see my commands, use !bhelp. }
  916. on *:TEXT:op me pls*:#: { msg $chan 4 you want to be op?
  917. timer 1 3 cs op $chan $nick
  918. timer 1 5 msg $chan Happy?
  919. timer 1 50 kick $chan $Nick GET LOST FUCKER }
  920. on *:TEXT:!date*:#: { msg $chan 11,1 Today is $day $date $time GMT+1 }
  921. on *:TEXT:!levels*:#: { msg $chan 4 *** Owner - (~) ***
  922. timer 1 2 msg $chan 4 *** Co-Owner - (~) ***
  923. timer 1 3 msg $chan 12 *** Management (level 4) - sop (&) ***
  924. timer 1 4 msg $chan 7 *** Admin level 3 - op (@) ***
  925. timer 1 5 msg $chan 9 *** Admin level 2 - halfop (%) ***
  926. timer 1 6 msg $chan 11 *** Admin level 1 (trial) - voice (+) ***
  927. timer 1 7 msg $chan 3 *** Guest - nothing *** }
  928. on *:TEXT:!setlevel*:#: {
  929. if ( $address == Luka@Luka.Fuck) {
  930. msg $chan 4,8 Owner Luka 4,8 has granted Admin level $3 for $2! Congratulations!
  931. }
  932. }
  933. on *:TEXT:!makelove*:# {
  934. var %nick = $nick(#,$r(1,$nick(#,0)))
  935. msg $chan 9,1 $2 is making love with %Nick $+
  936. timer 1 2 msg $chan 9,1 they now have $gettok $r(2,100), kids }
  937. on *:TEXT:!reportbug*:#: {
  938. if ( $2 = $null ) {
  939. msg $chan 4 Usage:!reportbug [problem]
  940. }
  941. else {
  942. write bugreport.txt $date $+ / $+ $time $nick $+ : $2-
  943. msg $chan 0,4Thanks for the report! It will be fixed as soon as possible!
  944. }
  945. }
  946. on *:TEXT:^reports*:#: {
  947. if ( $address == Luka@Luka.Fuck ) {
  948. /play $chan bugreport.txt 15
  949. }
  950. elseif ( $address != Luka@Luka.Fuck ) {
  951. msg $chan 4 Error,You are not allowed to preform this command!
  952. }
  953. }
  954. on *:TEXT:^cr:#: {
  955. if ( $address == Luka@Luka.Fuck ) {
  956. write -c bugreport.txt
  957. msg $chan 4 ***Sucessfully deleted bug reports!
  958. }
  959. elseif ( $address != Luka@Luka.Fuck ) {
  960. msg $chan 4 Error,You are not allowed to preform this command!
  961. }
  962. }
  963. on *:TEXT:!updateinfo*:#: { msg $chan 4,1 date 9/6/2016 edited the admin system as now its more secure. More PRO admin system and other sytems are comming in version 4.5!!! }
  964. on *:TEXT:^smsg*:#: {
  965. if ( $address == Luka@Luka.Fuck || $address == BloodSound@Smoke.Weed.Everyday || $address == PANZEHIR@EF891A.77E8B9.FFB03E.DDE4C3 || $address == CrAsHeR@Never.Letting.Down || $address == Nick@Nick.SAMP) {
  966. notice $2 $nick says: $3-
  967. }
  968. }
  969. on *:text:!uptime*:#: {
  970. msg $chan 1,11* I have been online for ( $uptime(server, 1) ) }
  971. on *:text:!users*:#: {
  972. msg $chan 1,8*** $chan currently has $nick(#,0) users. }
  973. on *:Text:!bdays*:#: {
  974. msg $chan 9,1 Its BloodSounds B-Day today! Wish him all the best!
  975. }
  976. on *:TEXT:!sexy*:#: {
  977. msg $chan 13,8 $2 is $r(1,100), $+ % sexy!
  978. }
  979. on *:TEXT:!ugly*:#: {
  980. msg $chan 7,5 $2 is $r(1,100), $+ % ugly!
  981. }
  982. on *:TEXT:!spamer*:#: {
  983. msg $chan 12,4 $2 is $r(1,100), $+ % spamer!
  984. }
  985. on *:TEXT:kick *:#: {
  986. cs kick $chan $2 $3-
  987. }
  988. on *:TEXT:&givecash*:#: {
  989. if ($3 == $null) {
  990. msg $chan 4* Usage: &givecash [name] [amount]
  991. }
  992. if (%cash [ $+ [ $nick ] ] > $3) {
  993. if ($2 !ison $chan && $3 != $null) {
  994. msg $chan Error: The nickname you entered is not in the channel
  995. }
  996. elseif ($3 != $null && $2 ison $chan) {
  997. if (0 < $3 && $3 < 100000) {
  998. set %cash [ $+ [ $2 ] ] $calc(%cash [ $+ [ $2 ] ] + $3 )
  999. set %cash [ $+ [ $nick ] ] $calc(%cash [ $+ [ $nick ] ] - $3 )
  1000. msg $chan 0,12*** $nick gave $2 $ $+ $3 $+ , $2 has $ $+ %cash [ $+ [ $2 ] ] }
  1001. elseif ($3 > 100000) {
  1002. msg $chan 4* You can't give more than $ $+ 1000000
  1003. }
  1004. elseif ($3 < 0) {
  1005. msg $chan You can't give less than $ $+ 1
  1006. }
  1007. }
  1008. }
  1009. if (%cash [ $+ [ $nick ] ] < $3) {
  1010. msg $chan 4* You don't have that much cash!
  1011. }
  1012. }
  1013. }
  1014. on *:text:^setcash*:#: {
  1015. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  1016. set %cash [ $+ [ $2 ] ] $3
  1017. msg $chan 3* $2 $+ 's money has been set to $3
  1018. }
  1019.  
  1020. if (%admin [ $+ [ $address($nick, Nick) ] ] != 1) {
  1021. msg $chan 4* You are not allowed!
  1022. }
  1023. }
  1024.  
  1025. on *:text:&mycash*:#: {
  1026. msg $chan 3* Your cash: $ $+ %cash [ $+ [ $nick ] ]
  1027. }
  1028.  
  1029. on *:text:&mycookies*:#: {
  1030. msg $chan 3* Your cookies: %cookie [ $+ [ $nick ] ]
  1031. }
  1032.  
  1033. on *:text:&mypizzas*:#: {
  1034. msg $chan 3* Your pizzas: %pizza [ $+ [ $nick ] ]
  1035. }
  1036.  
  1037. on *:text:^join*:#: {
  1038. if (%management [ $+ [ $address($nick, Nick) ] ] == 1) {
  1039. if ($2 != $null) {
  1040. if ($me !ison $2) {
  1041. msg $chan 3* Joined $2
  1042. join $2
  1043. }
  1044. if ($me ison $2) {
  1045. msg $chan 3* I'm already on that channel!
  1046. }
  1047. }
  1048. if ($2 == $null) {
  1049. msg $chan 4* Usage: @join [channel]
  1050. }
  1051. }
  1052. if (%management [ $+ [ $address($nick, Nick) ] ] != 1) {
  1053. msg $chan 4* You are not allowed!
  1054. }
  1055. }
  1056. on *:text:^part*:#: {
  1057. if (%management [ $+ [ $address($nick, Nick) ] ] == 1) {
  1058. if ($2 != $null) {
  1059. if ($me ison $2) {
  1060. msg $chan 4* Left $2
  1061. part $2
  1062. }
  1063. if ($me !ison $2) {
  1064. msg $chan 4* I'm not on that channel!
  1065. }
  1066. }
  1067. if ($2 == $null) {
  1068. msg $chan 4* Usage: @part [channel]
  1069. }
  1070. }
  1071. if (%management [ $+ [ $address($nick, Nick) ] ] != 1) {
  1072. msg $chan 4* You are not allowed!
  1073. }
  1074. }
  1075.  
  1076. on *:TEXT:&rob*:#: {
  1077. if ($2 ison $chan) {
  1078. if ($2 != $null) && ($3 != $null) {
  1079. if (%guns [ $+ [ $nick ] ] > 1) {
  1080. if (%cash [ $+ [ $2 ] ] > $3) {
  1081. if ($3 > 0) {
  1082. set %cash [ $+ [ $2 ] ] $calc(%cash [ $+ [ $2 ] ] - $3 )
  1083. set %cash [ $+ [ $nick ] ] $calc(%cash [ $+ [ $nick ] ] + $3 )
  1084. msg $chan 4* $nick has robbed $ $+ $3 from $2
  1085. set %guns [ $+ [ $nick ] ] $calc(%guns [ $+ [ $nick ] ] - 1 )
  1086. }
  1087. if ($3 < 0) {
  1088. msg $chan Blocked negative amount which $nick tried to rob.
  1089. }
  1090. }
  1091. if (%guns [ $+ [ $nick ] ] < 1) {
  1092. msg $chan Sorry $nick $+ , You don't have any gun.
  1093. }
  1094. if (%cash [ $+ [ $2 ] ] < $3) {
  1095. msg $chan 4 $2 doesn't have that much cash
  1096. }
  1097. }
  1098. if ($2 == $null) && ($3 == $null) {
  1099. msg $chan 4* Usage: .rob [name] [amount]
  1100. }
  1101. }
  1102. }
  1103. if ($2 !ison $chan) {
  1104. msg $chan The nickname you entered is not on the channel.
  1105. }
  1106. }
  1107.  
  1108. on *:text:^setguns*:#: {
  1109. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  1110. set %guns [ $+ [ $nick ] ] $calc(%guns [ $+ [ $2 ] ] + $3 )
  1111. msg $chan $2 $+ 's gun(s) have been set to $3
  1112. }
  1113. else {
  1114. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  1115. msg $chan 4* You are not allowed!
  1116. }
  1117. }
  1118. }
  1119.  
  1120. on *:text:&mycakes*:#: {
  1121. msg $chan 3* Your cakes: %cake [ $+ [ $nick ] ]
  1122. }
  1123. on *:TEXT:&rob*:#: {
  1124. if ($2 ison $chan) {
  1125. if ($2 != $null) && ($3 != $null) {
  1126. if (%guns [ $+ [ $nick ] ] > 1) {
  1127. if (%cash [ $+ [ $2 ] ] > $3) {
  1128. if ($3 > 0) {
  1129. set %cash [ $+ [ $2 ] ] $calc(%cash [ $+ [ $2 ] ] - $3 )
  1130. set %cash [ $+ [ $nick ] ] $calc(%cash [ $+ [ $nick ] ] + $3 )
  1131. msg $chan 4* $nick has robbed $ $+ $3 from $2
  1132. set %guns [ $+ [ $nick ] ] $calc(%guns [ $+ [ $nick ] ] - 1 )
  1133. }
  1134. if ($3 < 0) {
  1135. msg $chan Blocked negative amount which $nick tried to rob.
  1136. }
  1137. }
  1138. if (%guns [ $+ [ $nick ] ] < 1) {
  1139. msg $chan Sorry $nick $+ , You don't have any gun.
  1140. }
  1141. if (%cash [ $+ [ $2 ] ] < $3) {
  1142. msg $chan 4 $2 doesn't have that much cash
  1143. }
  1144. }
  1145. if ($2 == $null) && ($3 == $null) {
  1146. msg $chan 4* Usage: .rob [name] [amount]
  1147. }
  1148. }
  1149. }
  1150. if ($2 !ison $chan) {
  1151. msg $chan The nickname you entered is not on the channel.
  1152. }
  1153. }
  1154.  
  1155. on *:text:^setguns*:#: {
  1156. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  1157. set %guns [ $+ [ $nick ] ] $calc(%guns [ $+ [ $2 ] ] + $3 )
  1158. msg $chan $2 $+ 's gun(s) have been set to $3
  1159. }
  1160. else {
  1161. if (%admin [ $+ [ $address($nick, Nick) ] ] == 1) {
  1162. msg $chan 4* You are not allowed!
  1163. }
  1164. }
  1165. }
  1166. on *:text:&credits*:#: {
  1167. msg $chan 0,4* List of $me credits:
  1168. msg $chan 4* Luka - Scripter/Owner
  1169. msg $chan 4* Maluda - Huge help with scripting
  1170. msg $chan 4* BloodSound - Huge help with scripting
  1171. msg $chan 4* Jeffy - help with few things
  1172. msg $chan 4* Diablo - help with few things
  1173. msg $chan 4* Nick - help with testing new features
  1174. msg $chan 4* PANZEHIR - help with few things
  1175. msg $chan 0,4* End of $me credits.
  1176. }
  1177. on *:TEXT:&botadmins*:#: {
  1178. timer 1 1 notice $nick 0,4*Master Owner - Luka
  1179. timer 1 1 notice $Nick 0,4*Master Owner - BloodSound
  1180. timer 1 1 notice $nick 0,4*Owner - Nick
  1181. timer 1 1 notice $Nick 0,4*Manager - Maluda
  1182. timer 1 1 notice $nick 0,4*Manager - Pedro
  1183. timer 1 1 notice $nick 11,2*Upper - Diablo
  1184. timer 1 1 notice $nick 1,8*Uber - CrAsHeR
  1185. timer 1 1 notice $Nick 1,8*Uber - PANZEHIR
  1186. }
  1187.  
  1188. on *:text:&mytokens*:#: {
  1189. msg $chan 3* Your tokens: %token [ $+ [ $nick ] ]
  1190. }
  1191.  
  1192. on *:text:&smsc *:#: {
  1193. if ($2 != $null) {
  1194. if (0 < $2) && ($2 < 17) {
  1195. msg $chan 4* Successfully set your spy chat color to $2 $+ .
  1196. set %myspycolor [ $+ [ $address($nick, Nick) ] ] $2
  1197. }
  1198. }
  1199. }
  1200.  
  1201. on *:text:&smsc*:#: {
  1202. msg $chan 4* Usage: .smsc [1-15]
  1203. }
  1204.  
  1205. #commands end
  1206.  
  1207. on *:text:*:#: {
  1208. if (^spy == $1) {
  1209. if (%full [ $+ [ $address($nick, Nick) ] ] == 1) {
  1210. %spy.mpe = $chan
  1211. %spy.room = $2
  1212. %spy.enabled = true
  1213. join %spy.room
  1214. msg $chan 12* Now spying %spy.room
  1215. /enable #spy
  1216. }
  1217. if (%full [ $+ [ $address($nick, Nick) ] ] != 1) {
  1218. msg $chan 4* You are not allowed.
  1219. }
  1220. }
  1221. elseif (^unspy == $1) {
  1222. if (%full [ $+ [ $address($nick, Nick) ] ] == 1) {
  1223. msg %spy.mpe 4* Stopped spying %spy.room
  1224. unset %spy.*
  1225. /enable #commands
  1226. /disable #spy
  1227. }
  1228. if (%full [ $+ [ $address($nick, Nick) ] ] != 1) {
  1229. msg $chan 4* You are not allowed.
  1230. }
  1231. }
  1232. else {
  1233. if (%myspycolor [ $+ [ $nick ] ] != 1) && (%myspycolor [ $+ [ $nick ] ] != 2) && (%myspycolor [ $+ [ $nick ] ] != 3) && (%myspycolor [ $+ [ $nick ] ] != 4) && (%myspycolor [ $+ [ $nick ] ] != 5) && (%myspycolor [ $+ [ $nick ] ] != 6) && (%myspycolor [ $+ [ $nick ] ] != 7) && (%myspycolor [ $+ [ $nick ] ] != 8) && (%myspycolor [ $+ [ $nick ] ] != 9) && (%myspycolor [ $+ [ $nick ] ] != 10) && (%myspycolor [ $+ [ $nick ] ] != 11) && (%myspycolor [ $+ [ $nick ] ] != 12) && (%myspycolor [ $+ [ $nick ] ] != 13) && (%myspycolor [ $+ [ $nick ] ] != 14) && (%myspycolor [ $+ [ $nick ] != 15) {
  1234. if (%spy.enabled) && (%spy.room == $chan) {
  1235. msg %spy.mpe 7* $nick $+ : $1-
  1236. }
  1237. }
  1238. }
  1239. if (%myspycolor [ $+ [ $nick ] ] == 1) {
  1240. if (%spy.enabled) && (%spy.room == $chan) {
  1241. msg %spy.mpe 1* $nick $+ : $1-
  1242. elseif ($address == Luka@Luka.Fuck) {
  1243. }
  1244. }
  1245. }
  1246. if (%myspycolor [ $+ [ $nick ] ] == 2) {
  1247. if (%spy.enabled) && (%spy.room == $chan) {
  1248. msg %spy.mpe 2* $nick $+ : $1-
  1249. elseif ($address == Luka@Luka.Fuck) {
  1250. }
  1251. }
  1252. }
  1253. if (%myspycolor [ $+ [ $nick ] ] == 3) {
  1254. if (%spy.enabled) && (%spy.room == $chan) {
  1255. msg %spy.mpe 3* $nick $+ : $1-
  1256. elseif ($address == Luka@Luka.Fuck) {
  1257. }
  1258. }
  1259. }
  1260. if (%myspycolor [ $+ [ $nick ] ] == 4) {
  1261. if (%spy.enabled) && (%spy.room == $chan) {
  1262. msg %spy.mpe 4* $nick $+ : $1-
  1263. elseif ($address == Luka@Luka.Fuck) {
  1264. }
  1265. }
  1266. }
  1267. if (%myspycolor [ $+ [ $nick ] ] == 5) {
  1268. if (%spy.enabled) && (%spy.room == $chan) {
  1269. msg %spy.mpe 5* $nick $+ : $1-
  1270. elseif ($address == Luka@Luka.Fuck) {
  1271. }
  1272. }
  1273. }
  1274. if (%myspycolor [ $+ [ $nick ] ] == 6) {
  1275. if (%spy.enabled) && (%spy.room == $chan) {
  1276. msg %spy.mpe 6* $nick $+ : $1-
  1277. elseif ($address == Luka@Luka.Fuck) {
  1278. }
  1279. }
  1280. }
  1281. if (%myspycolor [ $+ [ $nick ] ] == 7) {
  1282. if (%spy.enabled) && (%spy.room == $chan) {
  1283. msg %spy.mpe 7* $nick $+ : $1-
  1284. elseif ($address == Luka@Luka.Fuck) {
  1285. }
  1286. }
  1287. }
  1288. if (%myspycolor [ $+ [ $nick ] ] == 8) {
  1289. if (%spy.enabled) && (%spy.room == $chan) {
  1290. msg %spy.mpe 8* $nick $+ : $1-
  1291. elseif ($address == Luka@Luka.Fuck) {
  1292. }
  1293. }
  1294. }
  1295. if (%myspycolor [ $+ [ $nick ] ] == 9) {
  1296. if (%spy.enabled) && (%spy.room == $chan) {
  1297. msg %spy.mpe 9* $nick $+ : $1-
  1298. elseif ($address == Luka@Luka.Fuck) {
  1299. }
  1300. }
  1301. }
  1302. if (%myspycolor [ $+ [ $nick ] ] == 10) {
  1303. if (%spy.enabled) && (%spy.room == $chan) {
  1304. msg %spy.mpe 10* $nick $+ : $1-
  1305. elseif ($address == Luka@Luka.Fuck) {
  1306. }
  1307. }
  1308. }
  1309. if (%myspycolor [ $+ [ $nick ] ] == 11) {
  1310. if (%spy.enabled) && (%spy.room == $chan) {
  1311. msg %spy.mpe 11* $nick $+ : $1-
  1312. elseif ($address == Luka@Luka.Fuck) {
  1313. }
  1314. }
  1315. }
  1316. if (%myspycolor [ $+ [ $nick ] ] == 12) {
  1317. if (%spy.enabled) && (%spy.room == $chan) {
  1318. msg %spy.mpe 12* $nick $+ : $1-
  1319. elseif ($address == Luka@Luka.Fuck) {
  1320. }
  1321. }
  1322. }
  1323. if (%myspycolor [ $+ [ $nick ] ] == 13) {
  1324. if (%spy.enabled) && (%spy.room == $chan) {
  1325. msg %spy.mpe 13* $nick $+ : $1-
  1326. elseif ($address == Luka@Luka.Fuck) {
  1327. }
  1328. }
  1329. }
  1330. if (%myspycolor [ $+ [ $nick ] ] == 14) {
  1331. if (%spy.enabled) && (%spy.room == $chan) {
  1332. msg %spy.mpe 14* $nick $+ : $1-
  1333. elseif ($address == Luka@Luka.Fuck) {
  1334. }
  1335. }
  1336. }
  1337. if (%myspycolor [ $+ [ $nick ] ] == 15) {
  1338. if (%spy.enabled) && (%spy.room == $chan) {
  1339. msg %spy.mpe 15* $nick $+ : $1-
  1340. elseif ($address == Luka@Luka.Fuck) {
  1341. }
  1342. }
  1343. }
  1344. if (%myspycolor [ $+ [ $nick ] ] == 16) {
  1345. if (%spy.enabled) && (%spy.room == $chan) {
  1346. msg %spy.mpe 16* $nick $+ : $1-
  1347. elseif ($address == Luka@Luka.Fuck) {
  1348. }
  1349. }
  1350. }
  1351. }
  1352.  
  1353.  
  1354. #spy off
  1355. on *:JOIN:#: {
  1356. if (%spy.room == $chan) {
  1357. msg %spy.mpe 3[Channel join] $nick has joined %spy.room
  1358. }
  1359. }
  1360.  
  1361. on *:PART:#: {
  1362. if (%spy.room == $chan) {
  1363. msg %spy.mpe 4[Channel part] $nick has left %spy.room
  1364. }
  1365. }
  1366. on *:KICK:#: {
  1367. if (%spy.room == $chan) {
  1368. msg %spy.mpe 4[Kicked user] $knick has been kicked by $nick ( $+ $1- $+ )
  1369. }
  1370. }
  1371.  
  1372. on *:RAWMODE:#: {
  1373. if ($1 != +b) && ($1 != -b) && ($1 != +e) && ($1 != -e) {
  1374. if (%spy.room == $chan) {
  1375. msg %spy.mpe 12[Channel mode] $nick sets mode $1-
  1376. }
  1377. }
  1378. if ($1 == +b) {
  1379. if (%spy.room == $chan) {
  1380. msg %spy.mpe 4[Banned User/Hostmask] $nick has set banned $2-
  1381. }
  1382. }
  1383. if ($1 == -b) {
  1384. if (%spy.room == $chan) {
  1385. msg %spy.mpe 4[Unbanned User/Hostmask] $nick has unbanned $2-
  1386. }
  1387. }
  1388. if ($1 == -e) {
  1389. if (%spy.room == $chan) {
  1390. msg %spy.mpe 7[Ban exception] $nick has removed ban exception on $2-
  1391. }
  1392. }
  1393. if ($1 == +e) {
  1394. if (%spy.room == $chan) {
  1395. msg %spy.mpe 7[Ban exception] $nick has added ban exception on $2-
  1396. }
  1397. }
  1398. }
  1399.  
  1400. #spy end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement