Advertisement
Guest User

Rekick Hmz

a guest
Aug 17th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. on *:START:{
  2. .write -c civai.txt
  3. .timerb4 1 1 .hfree -sw *
  4. .timerb5 1 2 .hmake -s NETFORCE 50
  5. .debug -i @DebugRemote sajerjer
  6. /echo Performing regular initialization for this script!
  7. }
  8. #disco on
  9. on *:disconnect: {
  10. .disconnect force
  11. .server irc.kkbpenawar.edu.my 7000
  12. }
  13. #disco end
  14. on *:connect: {
  15. .join #rekick
  16. }
  17. RAW *:*: {
  18. if ($numeric == 600) {
  19. if ($2 == %Warnick) {
  20. .echo 4 -sa $timestamp * WarSocket is Connected & Ready..!!
  21. }
  22. }
  23. if ($numeric == 601) {
  24. if ($2 == %Warnick) {
  25. .echo 4 -as $timestamp * WarSocket is Reconnecting..!!
  26. .proxy
  27. }
  28. }
  29. }
  30. alias buang {
  31. .timers off
  32. .unset %n %c %delayer* %miss*
  33. .write -c civai.txt
  34. .timerb4 1 1 .hfree -sw *
  35. .timerb5 1 2 .hmake -s NETFORCE 50
  36. .timerset 1 3 .set %Warnick Slow[2]
  37. .timernickc 1 4 .mix $sock(Warsock-*).name nick Slow[2]
  38. .timerabc 1 5 .notify %Warnick
  39. .timera 1 10 .mix $sock(Warsock-*).name join #rekick
  40. .timerb 1 12 .mix $sock(Warsock-*).name PRIVMSG #rekick ~waroff 0,4 Layannnn Jerrrr Boh.. 
  41. .timerc 1 14 .mix $sock(Warsock-*).name PRIVMSG #rekick ~lagme
  42. }
  43. alias dalam {
  44. .timers off
  45. .unset %n %c %delayer* %miss*
  46. .write -c civai.txt
  47. .timerb4 1 1 .hfree -sw *
  48. .timerb5 1 2 .hmake -s NETFORCE 50
  49. .timerset 1 3 .set %Warnick Slow[3]
  50. .timernickc 1 4 .mix $sock(Warsock-*).name nick Slow[3]
  51. .timerabc 1 5 .notify %Warnick
  52. .timera 1 10 .mix $sock(Warsock-*).name join #rekick
  53. .timerb 1 12 .mix $sock(Warsock-*).name PRIVMSG #rekick ~waroff 0,4 Layannnn Jerrrr Boh.. 
  54. .timerc 1 14 .mix $sock(Warsock-*).name PRIVMSG #rekick ~lagme
  55. }
  56. alias jamban {
  57. .timers off
  58. .unset %n %c %delayer* %miss*
  59. .write -c civai.txt
  60. .timerb4 1 1 .hfree -sw *
  61. .timerb5 1 2 .hmake -s NETFORCE 50
  62. .timerset 1 3 .set %Warnick Slow[1]
  63. .timernickc 1 4 .mix $sock(Warsock-*).name nick Slow[1]
  64. .timerabc 1 5 .notify %Warnick
  65. .timera 1 10 .mix $sock(Warsock-*).name join #rekick
  66. .timerb 1 12 .mix $sock(Warsock-*).name PRIVMSG #rekick ~waroff 0,4 Layannnn Jerrrr Boh.. 
  67. .timerc 1 14 .mix $sock(Warsock-*).name PRIVMSG #rekick ~lagme
  68. }
  69. alias Normal {
  70. .notify %Warnick
  71. .sockclose *
  72. .sockopen Warsock-* %pserv %pport
  73. }
  74. #proxy on
  75. alias proxy {
  76. .notify %Warnick
  77. .sockclose *
  78. .timersocko 1 1 .sockopen Warsock-* %pserv %pport
  79. }
  80. #proxy end
  81. #OfflineMode off
  82. on *:sockclose:Warsock-*:{ .normal }
  83. #OfflineMode end
  84. alias tutup {
  85. .timers off
  86. .unset %n %c
  87. .write -c civai.txt
  88. .timerb4 1 1 .hfree -sw *
  89. .timerb5 1 2 .hmake -s NETFORCE 50
  90. if ($notify(0) > 0) {
  91. var %nl = $notify(0)
  92. while %nl > 0 {
  93. /notify -r $notify(%nl)
  94. .dec %nl
  95. .sockwrite -nt Warsock-* QUIT
  96. .sockclose *
  97. }
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement