IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   Clone koruması Gzline, Kill +b çevirme. (https://www.ircforumlari.net/mirc-scripting-sorunlari/556102-clone-korumasi-gzline-kill-b-cevirme.html)

AttackZone 01 Aralık 2013 20:19

Clone koruması Gzline, Kill +b çevirme.
 
Merhaba, iyi if'ler. Arkadaşlar bu belirtmiş olduğum remote clone koruması fakat oper, admin arkadaşlar için uyarlanmış. Bu remoteye Kill yerine +b ip ban attırmak istiyorum. Yani Operatör moduna çevrilmesini istiyorum. Birde giren clone nickleri yansıtırsa bana harika olur



on *:join:#: {
%clone = $ialchan($wildsite,#,0)
if (%clone == 3) {
var %c = 1
set %cloneNick csr
while (%c <= %clone) {
%cloneNick = %cloneNick $ial($wildsite,%c).nick
inc %c
}
dialog -m clone clone
.set %At1 $gettok($remove(%cloneNick,csr),1,32)
.set %At2 $gettok($remove(%cloneNick,csr),2,32)
.set %at3 $gettok($remove(%cloneNick,csr),3,32)
}
set %change $read -s $+ $address($nick,4) notes.ini
if (%change == $null) {
haltdef
halt
}
}

dialog Clone {
title "Clone İşlem Paneli"
size -1 -1 106 54
option dbu
box "Clonelere Uygulanacak Komut?", 1, 2 0 102 52
button "Gzline", 2, 71 13 27 12, ok
button "Kill", 3, 38 13 27 12, ok
button "Shun", 4, 6 13 27 12, ok
button "Kapat", 5, 33 33 37 12, ok cancel
}
on *:dialog:clone:sclick:*:{
if ($did == 2) { gzline %at1 Clone Girişi Yasaktir. | unset %at1 %at2 %at3 }
if ($did == 3) { kill %at1 Clone Girişi Yasaktir. | kill %at2 Clone! | kill %at3 Clone | unset %at1 %at2 %at3 }
if ($did == 4) { Shun %at1 Clone Girişi Yasaktir. | unset %at1 %at2 %at3 }
if ($did == 5) { unset %at1 %at2 %at3 }
}

MesqeN 01 Aralık 2013 21:39

Cevap: Clone koruması Gzline, Kill +b çevirme.
 
Merhaba


Kod:

on *:join:#: {
 %clone = $ialchan($wildsite,#,0)
 if (%clone == 3) {
 var %c = 1
 set %cloneNick csr
 while (%c <= %clone) {
 %cloneNick = %cloneNick $ial($wildsite,%c).nick
 set %:chan #
 inc %c
 }
 dialog -m clone clone
 .set %At1 $gettok($remove(%cloneNick,csr),1,32)
 .set %At2 $gettok($remove(%cloneNick,csr),2,32)
 .set %at3 $gettok($remove(%cloneNick,csr),3,32)
 }
 set %change $read -s $+ $address($nick,4) notes.ini
 if (%change == $null) {
 haltdef
 halt
 }
 }
 dialog Clone {
 title "Clone İşlem Paneli"
 size -1 -1 106 54
 option dbu
 box "Clonelere Uygulanacak Komut?", 1, 2 0 102 52
 button "BAN&s", 2, 71 13 27 12, ok
 button "Kill", 3, 38 13 27 12, ok
 button "Shun", 4, 6 13 27 12, ok
 button "Kapat", 5, 33 33 37 12, ok cancel
 }
 on *:dialog:clone:sclick:*:{
 if ($did == 2) { mode %:chan +b %cloneNick | kick %:chan %clonenick Clone Girişi Yasaktir. | unset %at* }
 if ($did == 3) { kill %at1 Clone Girişi Yasaktir. | kill %at2 Clone! | kill %at3 Clone | unset %at1 %at2 %at3 }
 if ($did == 4) { Shun %at1 Clone Girişi Yasaktir. | unset %at1 %at2 %at3 }
 if ($did == 5) { unset %at1 %at2 %at3 }
 }


AttackZone 01 Aralık 2013 22:02

Cevap: Clone koruması Gzline, Kill +b çevirme.
 
Peki dostum bu korumada 3 clone girdiğinde 1 ipten diyalog açılıyor ceza işlemini uyguluyorsun. Giren clonelerin nicklerini göstermiyor buna göre bi ayar yapılabilir mi? birde en çok rastlanan sıkıntı helper, op, dj vb.. yetkili arkadaşlarında korumadan etkilenmesi MUAF bırakabilir miyiz?


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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk