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 Parça Kodlar (https://www.ircforumlari.net/mirc-parca-kodlar/)
-   -   Bağlantı Menüsü (https://www.ircforumlari.net/mirc-parca-kodlar/819839-baglanti-menusu.html)

OkyAnuS 05 Mayıs 2019 12:14

Bağlantı Menüsü
 
Kod:

;2006 Yılında Yapılan Helper Script Bağlantı Menüsüdür.
;Bu Kod OkyAnuS tarafından yazılmıştır.
;coder@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].gen.tr

#acilis on
on 1:start:{ .okystart }
alias okystart { .dialog -m okystart okystart }
dialog okystart {
  titLe " *Helper Script v.Beta® (v.1.2) "
  size -1 -1 204 163
  option dbu
  text "Nickiniz:", 1, 3 12 25 8
  text "Yedeknick:", 2, 3 21 26 8
  text "E-Mail:", 3, 3 30 25 8
  box "Baglanti Ayarlari", 4, 1 1 129 74
  edit "", 5, 37 9 50 10
  edit "", 6, 37 29 50 10
  edit "", 7, 37 19 50 10
  text "Identiniz:", 8, 3 39 25 7
  edit "", 9, 37 39 50 10
  text "Isminiz: ", 10, 3 49 25 8
  edit "", 11, 37 49 50 10
  box "Ekstra", 12, 131 1 68 95
  text "Otomatik Giris", 13, 134 8 38 8
  text "1.Kanal", 14, 134 18 25 8
  edit "#", 15, 162 17 33 10
  text "2.Kanal", 16, 134 27 25 8
  edit "#", 17, 162 27 33 10
  text "3.Kanal", 18, 134 37 25 8
  edit "#", 19, 162 37 33 10
  text "Otomatik Nick Tanitim", 20, 134 50 61 8
  text "Nickiniz", 21, 134 60 25 8
  edit "", 22, 161 59 31 10, autohs
  text "Sifreniz", 23, 135 70 25 8
  edit "", 24, 161 69 31 10, pass autohs
  text "Baska Servere Baglan", 25, 6 129 53 8
  box "ServerLer", 26, 2 77 127 78
  button "TrSohbet", 30, 47 99 37 12
  button "Sohbet", 28, 47 85 37 12
  button "IdealAsk", 29, 6 99 37 12
  button "Kelebek", 27, 6 85 37 12
  button "Geveze", 31, 6 113 37 12
  button "mIRCTR", 32, 47 113 37 12
  edit "", 33, 64 128 50 10
  button "Baglan", 34, 50 141 37 12
  button "Tamam", 35, 141 97 37 28, ok
  button "Kapat", 36, 141 130 37 25, cancel
}

on 1:dialog:okystart:init:*:{
  did -a okystart 5 $me
  did -a okystart 7 $anick
  did -a okystart 6 $email
  did -a okystart 9 $nick
  did -a okystart 11 $fullname

}

on 1:dialog:okystart:sclick:34:{
  .set %one $did(15)
  .set %two $did(17)
  .set %three $did(19)
  .set %nick $did(22)
  .set %sifre $did(24)
  .set %server $did(33)
  .dialog -x okystart okystart
  .server %server

}

on 1:dialog:okystart:sclick:27:{ .nick $did(5) | .anick $did(6) | .dialog -x okystart okystart | .server irc.trsohbet.com }
on 1:dialog:okystart:sclick:28:{ .nick $did(5) | .anick $did(6) | .dialog -x okystart okystart | .server irc.sohbet.net }
on 1:dialog:okystart:sclick:29:{ .nick $did(5) | .anick $did(6) | .dialog -x okystart okystart | .server irc.idealask.org }
on 1:dialog:okystart:sclick:30:{ .nick $did(5) | .anick $did(6) | .dialog -x okystart okystart | .server irc.kelebek.gen.tr }
on 1:dialog:okystart:sclick:31:{ .nick $did(5) | .anick $did(6) | .dialog -x okystart okystart | .server irc.geveze.org }
on 1:dialog:okystart:sclick:32:{ .nick $did(5) | .anick $did(6) | .dialog -x okystart okystart | .server irc.trsohbet.com }

on *:connect:{ .ns identify %sifre | echo -a 10Nick Sifreniz Giriliyor | .join %one | .join %two | .join %three }
on *:disconnect:{ .unset %sifre | unset %one | unset %two | unset %three }
#acilis end



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

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