Selamlar..
Op voice addonu malum herkes bilir her script vardır..
UnLimitedBOY yardımı ile bu Addonu sizinle paylaşma fırsatı buldum umarım işinize YARAR Saygılar..
bir hatam varsa Afola Saygılar.
Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias thanks { dialog -m thanks thanks }
alias thanks {
if (%ownerx == off) { dialog -m thanks thanks 180 300 296 336 | dialog -t thanks Teşekkür Diyalogu Mod Kapalı. | did -b thanks 9 | did -b thanks 10 | did -b thanks 11 | did -b thanks 12 | did -b thanks 15 | did -b thanks 16 | did -b thanks 17 | did -b thanks 18 | did -b thanks 19 | did -b thanks 22 }
if (%ownerx == on) { dialog -m thanks thanks 180 300 296 336 | dialog -t thanks Teşekkür Diyalogu Mod Açık. }
}
dialog thanks {
size 180 300 296 336
box "", 505, 1 -5 293 190
title "Coder By MesqeN"
;box "",7,13 185 274 40
button "Kaydet ve Çık",1,20 272 125 25,ok
button "Vazgeç",2,155 272 125 25,cancel
text "Owner (+q) Mesajı ->",3,20 47 100 20
text "Deowner (-q) Mesajı ->",4,20 72 100 20
text "Protect (+a) Mesajı ->",5,20 97 100 20
text "DEProtect (-a) Mesajı ->",6,20 119 110 20
text "Op (+o) Mesajı ->",21,20 142 110 20
text "Deop (-o) Mesajı ->",20,20 164 110 20
text "Halfop (+h) Mesajı ->",23,20 185 100 20
text "Dehalfop (-h) Mesajı ->",24,20 206 110 20
text "voice (+v) Mesajı ->",25,20 227 110 20
text "Devoice (-v) Mesajı ->",26,20 248 110 20
;box "",8,15 1 265 43,
edit %ownertemsg ,9,125 45 155 20,autohs
edit %deownermsg ,10,125 69 155 20,autohs
edit %promsg ,11,125 93 155 20,autohs
edit %depromsg ,12,125 117 155 20,autohs
edit %opmsg ,16,125 141 155 20,autohs
edit %deopmsg ,15,125 163 155 20,autohs
edit %hopmsg ,19,125 186 155 20,autohs
edit %dhmsg ,22,125 207 155 20,autohs
edit %vmsg ,17,125 229 155 20,autohs
edit %dvmsg ,18,125 251 155 20,autohs
radio "Açık",13,125 13 50 25,group
radio "Kapalı",14,190 13 50 25
text "Durum:" 501, 70 18 35 15
}
on *:dialog:thanks:sclick:1: { set %s1 $did(9) | set %s2 $did(10) | set %s3 $did(11) | set %s4 $did(12) | set %s6 $did(15) | set %s5 $did(16) | set %s9 $did(17) | set %s10 $did(18) | set %s7 $did(19) | set %s8 $did(22) }
on *:dialog:thanks:sclick:13: { set %ownerx on | dialog -t thanks Teşekkür Diyalogu Açıldı. | did -e thanks 9 | did -e thanks 10 | did -e thanks 11 | did -e thanks 12 | did -e thanks 15 | did -e thanks 16 | did -e thanks 17 | did -e thanks 18 | did -e thanks 19 | did -e thanks 22 }
on *:dialog:thanks:sclick:14 { set %ownerx off | dialog -t thanks Teşekkür Diyalogu Kapandı. | did -b thanks 9 | did -b thanks 10 | did -b thanks 11 | did -b thanks 12 | did -b thanks 15 | did -b thanks 16 | did -b thanks 17 | did -b thanks 18 | did -b thanks 19 | did -b thanks 22 }
on *:dialog:thanks:init:0:{
if (%ownerx == on) { did -c thanks 13 }
if (%ownerx == off) { did -c thanks 14 }
}
on ^*:Rawmode:#:{
if ($1 == +oq) || ($1 == +q) || ($1 == +aq) && ($2 == $me) {
msg $chan %s1 $nick
}
if ($1 == -oq) || ($1 == -q) || ($1 == -aq) && ($2 == $me) {
msg $chan %s2 $nick
}
if ($1 == +oa) || ($1 == +a) && ($2 == $me) {
msg $chan %s3 $nick
}
if ($1 == -oa) || ($1 == -a) && ($2 == $me) {
msg $chan %s4 $nick
}
if ($1 == +o) && ($2 == $me) {
msg $chan %s5 $nick
}
if ($1 == -o) && ($2 == $me) {
msg $chan %s6 $nick
}
if ($1 == +h) && ($2 == $me) {
msg $chan %s7 $nick
}
if ($1 == -h) && ($2 == $me) {
msg $chan %s8 $nick k
}
if ($1 == +v) && ($2 == $me) {
msg $chan %s9 $nick
}
if ($1 == -v) && ($2 == $me) {
msg $chan %s10 $nick
}
}
;coder MesqeN