SaNCaK

miRC Kick Counter & Specified Kick Message

Mar 17th, 2026
75
0
Never
6
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 2.38 KB | None | 0 0
  1. menu menubar,channel {
  2.   • Ayar
  3.   .Kick Counter {
  4.     kickcounter
  5.   }
  6. }
  7. dialog kk {
  8.   title "Kick Sayacı"
  9.   size -1 -1 120 103
  10.   option dbu
  11.   icon graph/kcounterx.ico, 0
  12.   box "Sayac", 1, 3 2 115 39
  13.   text "Toplam kick", 2, 16 13 32 8
  14.   text "adet", 3, 73 13 22 8
  15.   edit %kick.count, 4, 49 12 22 10, disable center
  16.   button "Sıfırla", 5, 49 26 23 10
  17.   button "OK", 6, 90 87 27 12, ok
  18.   check "Kickte Göster", 7, 9 57 91 10
  19.   button "Msg", 8, 6 70 23 10
  20.   text "Kanala Yansıt", 9, 33 71 76 8
  21.   check "Kick Sayacı Açık", 10, 9 47 61 10
  22.   box "Ayarlar", 11, 3 41 115 43
  23.   text "Kick Sayacı", 12, 4 89 41 8, disable
  24. }
  25.  
  26.  
  27. On *:Dialog:kk:sclick:5:{ if ($did == 5) { set %kick.count 0 | set %kcount.date $time(HH:nn:ss dddd dd mmmm yyyy) } | if ($did == 5) did -ra kk 4 %kick.count }
  28. On *:Dialog:kk:sclick:7:{ if ($did(7).state == 1) { set %show.kc On } | else { set %show.kc Off } }
  29. On *:Dialog:kk:sclick:8:{
  30.   if ($active = $chan) { _xmsg.c (Kick Counter) $me has kicked %kick.count nicknames since %kcount.date - %name }
  31.   else { _xmsg.q (Kick Counter) $me suana kadar toplam %kick.count kick uygulamıstır. %kcount.date - %name }
  32. }
  33. On *:Dialog:kk:sclick:10:{ if ($did(10).state == 1) { set %ac.kc On } | else { set %ac.kc Off } }
  34. On *:Dialog:kk:init:*:{ if (%show.kc == On) { did -c kk 7 } | if (%ac.kc == On) { did -c kk 10 } }
  35.  
  36. alias kick {
  37.   if (%ac.kc == Off) { raw -q kick $1 $2 : $+ $3- | halt }
  38.   else {
  39.     if (%show.kc == On) { raw -q kick  $1 $2 : $+ $3- - %kick.count }
  40.     else { raw -q kick $1 $2 : $+ $3- }
  41.   }
  42. }
  43. alias kickcounter { if ($dialog(kk)) dialog -v kk | else dialog -m kk kk }
  44. on *:LOAD:{
  45.   echo -a $cxs(3) $+  $+ %xsbrack $+  $+ $cxs(2) Kick Counter loaded succesfully
  46. }
  47. _xmsg.c {
  48.   if ($active = $chan) {
  49.     if ($me isop $chan) {
  50.       .msg $chan $1-
  51.       echo -t $chan  $+ $_nc.rini(nc,m-) $+ @ $+ $me  $+ $color(own) $+ : $1-
  52.       halt
  53.     }
  54.     if ($me isvo $chan) && ($me !isop $chan) {
  55.       .msg $chan $1-
  56.       echo -t $chan  $+ $_nc.rini(nc,m-) $+ + $+ $me  $+ $color(own) $+ : $1-
  57.       halt
  58.     }
  59.     if ($me isreg $chan) && ($me !isop $chan) && ($me !isvo $chan) {
  60.       .msg $chan $1-
  61.       echo -t $chan  $+ $_nc.rini(nc,m-) $+ $me  $+ $color(own) $+ : $1-
  62.       halt
  63.     }
  64.   }
  65.   else { halt }
  66. }
  67.  
  68. _xmsg.q {
  69.   echo -at  $+ $_nc.rini(nc,m-) $+ $me  $+ $color(own) $+ : $1-
  70.   .msg $active $1-
  71. }
  72.  
Advertisement
Comments
  • Ronwatan
    114 days
    # CSS 0.83 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1S1iTruSLkgEPO8QtTuo2twS4f2FoJ3_l0-p4GKqeAUY/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8.  
    9. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    10.  
    11. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification).
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment