Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:start: { dialog -m AciLis AciLis
}
on *:connect: {
echo -s $network 4SunucuSunda BuLunuyorSunuz.
echo -s Tarih $date
echo -s Saat $time
echo -s 1(Coded by 13deviLqirL1)
}
dialog AciLis {
title "BagLantı MenuSu"
size -1 -1 191 162
option dbu
button "Zurna.Net", 1, 4 15 45 12
button "YuzukChat", 2, 4 40 45 12
button "e-KoLay", 3, 4 64 45 12
button "MuhabbeT", 4, 70 15 45 12
button "DaLnet", 5, 70 41 45 12
button "MircSevgi", 6, 70 64 45 12
button "Yuzuk", 7, 138 15 45 12
button "Mirctr.Org", 8, 138 41 45 12
button "SohbeTTc", 9, 138 63 45 12
box "Server Menu", 10, 2 4 187 87
text "BagLantı MenuSu", 11, 67 80 54 8, disable center
button "Nick Değis", 16, 6 100 37 12
button "Şifre Gir", 17, 52 100 37 12
button "KanaLa Gir", 18, 99 100 37 12
button "/List", 19, 145 100 37 12
box "iSLemLer", 20, 2 91 187 28
edit "", 14, 75 126 65 10
edit "", 22, 75 140 65 10
text "Nickiniz", 23, 31 127 37 8, center
text "Server Adı", 24, 30 141 38 8, center
box "BagLan", 25, 2 120 187 36
button "bagLan", 12, 146 131 37 12
}
on 1:dialog:AciLis:sclick:1:{ server irc.zurna.net }
on 1:dialog:AciLis:sclick:2:{ server irc.yuzukchat.net }
on 1:dialog:AciLis:sclick:3:{ server irc.e-kolay.net }
on 1:dialog:AciLis:sclick:4:{ server irc.muhabbet.net }
on 1:dialog:AciLis:sclick:5:{ server irc.dal.net }
on 1:dialog:AciLis:sclick:6:{ server irc.mircsevgi.com }
on 1:dialog:AciLis:sclick:7:{ server irc.yuzuk.net }
on 1:dialog:AciLis:sclick:8:{ server irc.mirctr.org }
on 1:dialog:AciLis:sclick:9:{ server irc.sohbettc.com }
on 1:dialog:AciLis:sclick:16:{ nick $$?="Yeni Nickiniz?" }
on 1:dialog:AciLis:sclick:17:{ ns identify $$?="Şifreniz" }
on 1:dialog:AciLis:sclick:18:{ join $$?="GiriLecek KanaLı Yazınız" }
on 1:dialog:AciLis:sclick:19:{ list }
on 1:dialog:acilis:sclick:12:{
nick $did(14) | server $did(22)
}
on *:dialog:AciLis:*:*: {
dll mdx.dll SetMircVersion $version | dll mdx.dll MarkDialog $dname
dll mdx.dll SetFont 1,2,3,4,5,6,7,8,9,10,11,12,16,17,18,19,20,23,24,25 16 700 Comic Sans MS
dll mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9,16,17,18,19,20,23,24,25 text $rgb(112,128,144)
dll mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9,16,17,18,19 background $rgb(211,211,211)
dll mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9,16,17,18,19 textbg $rgb(112,128,144)
dll mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9,16,17,18,19 text $rgb(112,128,144)
}