on *:SOCKOPEN:secbot: {
%secnick = Techv4- $+ $r(100,9999)
sockwrite -nt $sockname NICK %secnick
sockwrite -nt $sockname USER TechnicaL "" " $+ $iif($host,$host,$ip) $+ " : $+ $qlogo
}
on *:SOCKREAD:secbot: {
var %s2
sockread %s2
tokenize 32 %s2
;.echo -a $1-
if $1 == PING {
sockwrite -nt $sockname PONG $2
}
;Rawlar!
if ($2 == 322) {
if (!$hget(_tchan)) hmake _tchan 100
hadd -m _tchan $4 $5
}
if $2 == 376 || $2 == 422 {
sockwrite -nt $sockname oper $qoperpass
.timer-SEC 0 60 sw $sockname list
}
if $2 == 381 {
sockwrite -nt $sockname join 0,
sockwrite -nt $sockname ns ghost $qbotnick $+ SECURITY $qnickpass
sockwrite -nt $sockname ns release $qbotnick $+ SECURITY $qnickpass
.timer 1 2 sockwrite -nt $sockname NICK $qbotnick $+ SECURITY
.timer 1 2 sockwrite -nt $sockname NICK $qbotnick $+ SECURITY
}
if $2 == 352 {
var %amkident $5
var %Amkfullname $11-
}
if $2 == 366 {
if $4 != #System && $4 != #Aux && $4 != #Opers {
sockwrite -nt $sockname PART $4
}
}
;Rawlar end!
;Event's
if $2 == NICK {
if $right($3,-1) == $qbotnick $+ SECURITY {
sockwrite -nt $sockname MODE $qbotnick $+ SECURITY +BH-h
sockwrite -nt $sockname ns identify $qnickpass
sockwrite -nt $sockname os su $qsupass
.timer 1 5 sockwrite -nt $sockname setident 2o11
.timer 1 5 sockwrite -nt $sockname sethost Guvenlik. $+ $qhostver
.timer 1 5 sockwrite -nt $sockname JOIN #Spamming,#Staff,#Staff
.timer 1 6 sockwrite -nt $sockname mode #Spamming +a $qbotnick $+ SECURITY
}
if $botfnick($1) == $qbotnick $+ SECURITY {
sockwrite -nt $sockname ns ghost $qbotnick $+ SECURITY $qnickpass
sockwrite -nt $sockname ns release $qbotnick $+ SECURITY $qnickpass
.timer 1 3 sockwrite -nt $sockname NICK $qbotnick $+ SECURITY
}
}
if $2 == Notice {
if *Client connecting* iswm $1- {
;irchubs sec
if $9 != at {
Sockwrite -nt $sockname privmsg $12 FINGER
Sockwrite -nt $sockname privmsg $12 VERSION
Sockwrite -nt $sockname notice $12 $qlogo güvenlik kontrolünden geçiyorsunuz lütfen bekleyiniz..
}
;irchubs end
;webhubs sec
if web isin $10 {
;echo -a $1-
}
;webhubs end
}
}
}
@
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] Alt +R '' Scurity.amk '' sil Bunu ekle oraya.
Sendeki hata : Scurity.amk < bölümünün '' 3 '' satırı hata veriyor.