IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum

IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum (https://www.ircforumu.net/)
-   Hazır Kodlar (https://www.ircforumu.net/hazir-kodlar/)
-   -   Proxy CycLe v1.0 Sistem (https://www.ircforumu.net/hazir-kodlar/1101-proxy-cycle-v1-0-sistem.html)

MTR-SCR 10 Haziran 2016 20:31

Proxy CycLe v1.0 Sistem
 
Kod:

alias sw { if $sock($1).status == active { sockwrite -nt $1- } }
alias sunucu return irc.maytap.net:6667
alias setname return Www.Maytap.net
alias chanlar return #maytap,#sohbet,#radyo
alias ident return 63
alias basla {
  foral
  timerforum 0 120 /foral
  timercycle 0 1 /clon
}
alias dur {
.timerforum off
.timercycle off
}

alias clon {
  set %andd  $rand(0,9999999999999)
  set %proxy $read(proxy.txt)
  sockclose x $+ %andd
  sockopen x $+ %andd $gettok(%proxy,1,58) $gettok(%proxy,2,58)
}
on *:sockopen:x*: {
  if ( $sockerr > 0 ) { return }
  sw $sockname CONNECT $sunucu $+(HTTP/1.0,$CRLF,$CRLF)
}
on *:sockread:x*:{
  if ( $sockerr > 0 ) { return }
  var %report
  .sockread %report
  tokenize 32 %report
  var %asasa sockwrite -n $sockname
  if ($gettok(%report,1-2,32) == HTTP/1.0 200) || ($gettok(%report,1-2,32) == HTTP/1.1 200) {
    set %and $rand(10,2000)
    %asasa NICK $read(nick.txt)
    %asasa USER $ident " "  : $+ $setname
    .timer $+ $sockname 1 %and  /sockclose $sockname
    %asasa join $chanlar
  }
  if ($1 == ping) { %asasa pong $2 }
  if (version isin $4) { %asasa notice $gettok($gettok($1,1,33),1,58) : $+ $chr(1) $+ VERSION esChat v3.6 © 2006 $+ $chr(1) }
}
alias foral {
  write -c proxy.txt
  inc %ss
  sockopen $+(forum,%ss) elite-proxies.blogspot.com 80
}
on *:sockopen:forum*:{
  sockwrite -n $sockname GET / HTTP/1.1
  sockwrite -n $sockname Host: elite-proxies.blogspot.com $+ $crlf $+ $crlf
}
on *:sockread:forum*:{
  var %forum
  sockread %forum
  .tokenize 32 %forum
  if (*.*:* iswm $1-) && (*a* !iswm $1-) {
    write proxy.txt $gettok($afree($1-),1,32)
  }
}
alias afree {
  var %x, %i =  $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/gi,$null,%x),  %x = $remove(%x, , )
  return %x
}

Normalde Cycle Sistemlerin Genelde Services Olduglari Icın Hostlarindan hiç bir tepki vermemelerinden Cok Goze Batarlar , Ben Ise Bunu Daha Aza Indirebilmek Icın sahte ip (proxy) ile birşeyler yapmaya caliştim ve galiba basardim , bir sure deneme amacli kullandim version'lara cevap verme ping'leri alma uzun süreli sunucuda kalma gibisinden bir kaç şeyini ayarladim , sadece tek bir sorunu var proxy korumasi , onada acik bir port yaparak ve o portu korumalardan muaf tutarak sagliyabildim , kullanmak isteyenler sadece ayarlarini tamamlayip /basla yapmasi kafidir insallah işinize yarar

Ghost 22 Haziran 2017 18:12

Cevap: Proxy CycLe v1.0 Sistem
 
bu sistemin dier bir versionu yokmu :)

immortaL 23 Haziran 2017 20:22

Cevap: Proxy CycLe v1.0 Sistem
 
Alıntı:

Ghost Nickli Üyeden Alıntı (Mesaj 11577)
bu sistemin dier bir versionu yokmu :)

Müsait bir zaman paylaşırım.

Ghost 10 Temmuz 2017 19:21

Cevap: Proxy CycLe v1.0 Sistem
 
msait olursan payla aga :)


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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright ©2005 - 2023 IRCForumu.Net - Tüm Hakları Saklıdır.