Skip to content
MSN Addons

Passport Flood *August 2006

A TG007 community discussion started by devilo.

Discussion 6 posts
Page 1 of 1
Open
Topic #7271 · 6 published posts · 2,033 views

hey guys,i've been looking everywhere for a passport flood protection that actually bans all the nicks onjoin and not just setting the room to +i but i couldnt find any,i found sum that actually gets dc even while /remote off

 

my friend is using dogcollar and this one works for him.. but i dont know how to change it to make it work in vincula

 

 

#PassPortf on

on *:SIGNAL:dc.chat.*: {

var %s = $signal , %c = $fchan , %n = $right($gettok($1,1,33),-1)

if ($me isop $schan) && ($2 == JOIN) && ($gettok($3,4,44) != .) {

set -u2 %jc. [ $+ [ $schan ] ] $addtok(%jc. [ $+ [ $schan ] ],$right($gettok($1,1,33),-1),44)

if ($numtok(%jc. [ $+ [ $schan ] ],44) == 4) && (!%jb. [ $+ [ $schan ] ]) sockwrite -n %s access %c add deny *!*@*$* 2 :Flood lockdown

elseif ($numtok(%jc. [ $+ [ $schan ] ],44) == 5) {

completekick %s $schan

.timercomplete. $+ $schan -h 1 500 completekick %s $schan

set -u10 %jb. [ $+ [ $schan ] ] $true

unset %jc. [ $+ [ $schan ] ]

}

}

}

 

alias completekick { if (%jc. [ $+ [ $2 ] ]) { .sockwrite -n $1 KICK $fchan %jc. [ $+ [ $2 ] ] :Passport Flood } }

on @!*:JOIN:#: { if (%jb. [ $+ [ $chan ] ]) && (*@GateKeeper !iswm $address) { .timerban. $+ $address 1 10 ss access $chan add deny $address 10 :PP Flood

#PassPortf end

this is a PassPort Flood protection i use for my Vincula based script..

 

i think it was made by Ozzy10 if i'm not mistaken

 

#joinflood on
on *:JOIN:*: {
  if ($me !isowner $chan) && ($me !isop $chan) halt
  if (%ozkk == on ) {
    .sockwrite -tn msn.server. $+ $cid kick # $nick : Mass.Join
    access # add deny $ial($nick).addr
  }
  if (!%pFl) {
    set -u1 %pFl 1
    set -u1 %ppoz. [ $+ [ # ] ] $nick
  }
  else {
    inc %pFl 
    set -u1 %ppoz. [ $+ [ # ] ] %ppoz. [ $+ [ # ] ] $+ $chr(44) $+ $nick
    if (%pFl == 3) {
      set -u1 %pozpo $calc(%pozpo +1)
      .sockwrite -tn msn.server. $+ $cid mode $msn.get($cid,fullroom) +i-u
      set -u1 %ozkk on
      .timer7ozknock 1 30 mode $!msn.get($cid,fullroom) -i
      .timer7knock 1 300 mode $!msn.get($cid,fullroom) -u
      if (> !isin %ppoz. [ $+ [ # ] ]) {
        var %i = 1
        while (%i <= $numtok(%ppoz. [ $+ [ # ] ],32)) {
          inc %i
        }
        if (%pFl >= 3) && (%pozpo > 3) {
          access $msn.get($cid,fullroom) add deny *!*@*$* 5
        }
        if (!%pozpo) {
          set -u1 %pozpo 0
        }
      }
    }
  }
}
#joinflood end

Ignorance Is Bliss

passport floods? :lmaojump: ppl still use them,wow they behind times :rolleyes::lol:

This is probably the best to use.

 

 

 

Credits to TGK.

 

 

 

#passportflood on 
on @!1:JOIN:#: { 
  set -u2 %jc. [ $+ [ $right($chan,-1) ] ] $addtok(%jc. [ $+ [ $right($chan,-1) ] ],$nick,44) 
  if ($numtok(%jc. [ $+ [ $right($chan,-1) ] ],44) == 3) && (!%jb. [ $+ [ $right($chan,-1) ] ]) sockwrite -n msn.server. $+ $cid access $hget(msn. $+ $cid,fullroom) add deny *!*@*$* 6 :Passport Flooding 
  elseif ($numtok(%jc. [ $+ [ $right($chan,-1) ] ],44) == 5) { 
    sockwrite -n msn.server. $+ $cid kick $hget(msn. $+ $cid,fullroom) %jc. [ $+ [ $right($chan,-1) ] ] :Passport Flooder 
    set -u10 %jb. [ $+ [ $right($chan,-1) ] ] $true 
    unset %jc. [ $+ [ $right($chan,-1) ] ] 
  } 
} 
#passportflood end

Edited Aug 28, 2006 6:35 PM by Molson™

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

That really in a sense is the same as the one he posted. Just shorter and set for Vincula. Looks like a good one to ..

well thanks!!! it worked alright!! it bans the room for 6 mins and ban the nicks later!!!