IRCRehberi.Net- Türkiyenin En iyi IRC ve Genel Forum Sitesi

IRCRehberi.Net- Türkiyenin En iyi IRC ve Genel Forum Sitesi (https://www.ircrehberi.net/)
-   mIRC Scripting Hazır Kodlar (https://www.ircrehberi.net/mirc-scripting-hazir-kodlar/)
-   -   MuhabbeteGel.net Mirc kısa yol remoteleri 2 (https://www.ircrehberi.net/mirc-scripting-hazir-kodlar/155048-muhabbetegel-net-mirc-kisa-yol-remoteleri-2-a.html)

EndgamE 20 Mayıs 2023 20:28

MuhabbeteGel.net Mirc kısa yol remoteleri 2
 
kanal giriş çıkışları atılan banlar eklenen spamları ve silinmeleri sunucunuzda kullanılan komutları özelinizde kendi pencerenizde görebilirsiniz

#snotice on
on ^1:SNOTICE:*:{
if (whois isin $1-) {
if ($window @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] ) == $null) { window -ne @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] }
echo 12 -t @[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] $1-
inc -u5 %wf. [ $+ [ $2 ] ] 1
inc %whoissayac 1
if %wf. [ $+ [ $2 ] ] == 5 { KILL $2 Whois flood yapma! | halt }
halt
}
if ($window(@Opers) == $null) { window -ne @Opers }
if (*HostServ*used*SAJOIN* iswm $1-) { halt }
if (his/her isin $1-) { echo 4 @Opers $1- | halt }
if (Failed isin $1-) || (Denied isin $1-) || (tkl isin $1-) || (Q: isin $1-) || (used isin $1-) || (OperOverride isin $1-) || (Mismatch: isin $1-) || (GECOS isin $1-) || (warning isin $1-) {
if ($window(@Opers) == $null) { window -ne @Opers }
echo 12 -t @Opers $1- | halt
}
if (Locops isin $1-) || (activated isin $1-) {
if ($window(@UyarI) == $null) { window -ne @UyarI }
echo 12 -t @UyarI $1- | halt
}
if (added isin $1-) || (Received isin $1-) {
if ($window(@xLine) == $null) { window -ne @xLine }
echo 12 -t @xLine $1- | halt
}
if (removed isin $1-) {
if ($window(@xLine) == $null) { window -ne @xLine }
if (%unbanip isin $1-) || (%xlinex isin $1-) {
echo -a *** 12 $+ %xlinex 5Adresinin Banı Açıldı. Atılma Sebebi :12 $remove($15-,$chr(41))
if (%klinenick) { msg %klinenick ***12 %xlinex 5Adresinin Banı Açıldı. Atılma Sebebi : $remove($15-,$chr(41)) | msg %klinenick Oto Ban Açma Sistemi | unset %klinenick }
unset %klinenick
unset %xline*
unset %unban*
}
echo 4 -t @xLine $1- | halt
}
if (banned isin $1-) {
if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis }
echo 12 -t @Giris/Cikis $1- | halt
}
if (Connecting isin $1-) {
if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis }
if (*on*port* iswm $1-) {
;if $remove($gettok($10,1,64),$chr(40)) === keLebek { userip $9 | halt }
;if ($o($remove($gettok($10,1,64),$chr(40))) != 1) { echo -s $9 : $remove($gettok($10,1,64),$chr(40)) }
}
:next1
else {
;if ($o($remove($gettok($9,1,64),$chr(40))) != 1) { echo -s $8 : $remove($gettok($9,1,64),$chr(40)) }
;if $remove($gettok($9,1,64),$chr(40)) === keLebek { userip $8 }
}
:fifix
echo 12 -t @Giris/Cikis $1- | halt
}
if (exiting isin $1-) || (recvQ isin $1-) {
if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis }
echo 4 -t @Giris/Cikis $1- | halt
}
if (Forbidding isin $1-) || (Q:lined isin $1-) {
if ($window(@Q-Lined) == $null) { window -ne @Q-Lined }
if ($4 == kontroL) { gzline $+(*@,$mid($remove($6.,$chr(91),$chr(93)),0,$calc( $le n($remove($6.,$chr(91),$chr(93)))-2))) +3h Botnet }
if ($chr(124) isin $4) || ($chr(92) isin $4) { gzline $+(*@,$mid($remove($6.,$chr(91),$chr(93)),0,$calc( $le n($remove($6.,$chr(91),$chr(93)))-2))) +3h Botnet }
echo 12 -t @Q-Lined $1- | halt
}
if (Expiring isin $1-) {
if ($window(@xLine) == $null) { window -ne @xLine }
echo 12 -t @xLine $1- | halt
}
if ([Spamfilter] isin $1-) {
if ($window(@Spam) == $null) { window -ne @Spam }
echo 12 -t @Spam $1-
halt
}
if (Too many isin $1-) {
if ($window(@Limit) == $null) { window -ne @Limit }
echo 12 -t @Limit $1-
halt
}
if (is now isin $1-) {
if ($window(@Opers) == $null) { window -ne @Opers }
echo -t @Opers $+(4,$1) $+(12,$3) 5ID'ini Kullanarak Oper Oldu :12 $oflags($remove($right($1-,3),$chr(40),$chr(41))))
halt
}
}
#snotice end

YiLDiZ 20 Mayıs 2023 21:10

Paylaşım için teşekkürler

EndgamE 21 Mayıs 2023 01:16

Alıntı:

YiLDiZ Nickli Üyeden Alıntı (Mesaj 1275111)
Paylaşım için teşekkürler

Rica ederim yorumunuz için teşekkür ederim


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 04:14.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

Copyright ©2019 - 2023 | IRCRehberi