Bu kod ile bir kullanıcı kanalda 8 çeşit ban atabilirsiniz. Remotelere kodu ekleyiniz. ( ALT+R )
F1 tuşuna bastıgınızda bu çeşit ban atacaktir.
Gösterim :
- mirctr mode değiştirdi +b TELSiM__!mirç@1FCRV930.7UT3SN.9AD3MB.IP
- mirctr mode değiştirdi +b TELSiM__!*@1FCRV930.7UT3SN.9AD3MB.IP
- mirctr mode değiştirdi +b *!mirç@1FCRV930.7UT3SN.9AD3MB.IP
- mirctr mode değiştirdi +b TELSiM__!mirctr@*
- mirc mode değiştirdi +b *!*@1FCRV930.7UT3SN.9AD3MB.IP
- mirctr mode değiştirdi +b TELSiM__!*@*
- mirctr mode değiştirdi +b *!mirctr@*
- mirctr mode değiştirdi +b *!*@<IP>
Yazan : Difuzyon
alias F1 {
if $regex($active,/#/A) && $sline($active,0) != $null { .enable #difiwho | who +cn $active $sline($active,1) }
}
#difiwho off
raw 352:*:haltdef | set %difi $2 $6 $3 $4
raw 315:*:haltdef | userip $token(%difi,2,32)
raw 340:*:{
haltdef
mode $token(%difi,1,32) +b $+($token(%difi,2,32),!,$token(%difi,3,32),@,$token(%difi,4,32))
mode $token(%difi,1,32) +b $+($token(%difi,2,32),!,*,@,$token(%difi,4,32))
mode $token(%difi,1,32) +b $+(*,!,$token(%difi,3,32),@,$token(%difi,4,32))
mode $token(%difi,1,32) +b $+($token(%difi,2,32),!,$token(%difi,3,32),@,*)
mode $token(%difi,1,32) +b $+(*,!,*,@,$token(%difi,4,32))
mode $token(%difi,1,32) +b $+($token(%difi,2,32),!,*,@,*)
mode $token(%difi,1,32) +b $+(*,!,$token(%difi,3,32),@,*)
mode $token(%difi,1,32) +b $+(*,!,@,$token($2,2,64))
kick $token(%difi,1,32) $token(%difi,2,32) Çok Pis Banlarım Nihahaha
unset %difi
.disable #difiwho
}
#difiwho end
VN:F [1.2.3_620]