lookjapan.COM - IRC ve mIRC dünyasının forumu!

lookjapan.COM - IRC ve mIRC dünyasının forumu! (http://www.lookjapan.com/index.php)
-   mIRC Parça Kodlar (http://www.lookjapan.com/forumdisplay.php?f=53)
-   -   mIRC Net Düşüşte, Oto Sunucuya Bağlanınca Ghost, Register ve Kanallara Girme Kd. Lzm. (http://www.lookjapan.com/showthread.php?t=6222)

No_FeaR 10 Mart 2019 15:54

mIRC Net Düşüşte, Oto Sunucuya Bağlanınca Ghost, Register ve Kanallara Girme Kd. Lzm.
 
Merhaba Arkadaşlar,
Başlıkta da Belirttiğim Gibi, mIRC'ım Açık iken, Düştüğümde Otomatik Tekrar bağlanmasını ve nick şifremi girmesini istiyorum.
Bu kod vardı ama, Bulamadım. (;

@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] Bey... ;d

Emrehan 10 Mart 2019 20:20

Cevap: mIRC Net Düşüşte, Oto Sunucuya Bağlanınca Ghost, Register ve Kanallara Girme K
 
Kod:

alias sunucu return irc.sunucu.com
alias rumuz return nickiniz
alias nickpass return nickşifreniz
alias operlogin return opernickiniz operşifreniz
on *:disconnect:{
  .server $sunucu
  .timerkontrol 1 5 kontrolet
}
alias kontrolet {
  if ($me == $rumuz) {
    .timerlogin 1 3 ns identify $nickpass
  }
  else {
    .ns ghost $rumuz $nickpass
    .timerdegis 1 1 nick $rumuz
    .timerlogin 1 3 ns identify $nickpass
  }
  .timeroper 1 5 oper $operlogin
}


No_FeaR 11 Mart 2019 22:37

Cevap: mIRC Net Düşüşte, Oto Sunucuya Bağlanınca Ghost, Register ve Kanallara Girme K
 
Alıntı:

Emrehan Nickli Üyeden Alıntı (Mesaj 11636)
Kod:

alias sunucu return irc.sunucu.com
alias rumuz return nickiniz
alias nickpass return nickşifreniz
alias operlogin return opernickiniz operşifreniz
on *:disconnect:{
  .server $sunucu
  .timerkontrol 1 5 kontrolet
}
alias kontrolet {
  if ($me == $rumuz) {
    .timerlogin 1 3 ns identify $nickpass
  }
  else {
    .ns ghost $rumuz $nickpass
    .timerdegis 1 1 nick $rumuz
    .timerlogin 1 3 ns identify $nickpass
  }
  .timeroper 1 5 oper $operlogin
}


Süpersin.. (;


All times are GMT +3. The time now is 22:07.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.