Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Nakruchivalshik
- // Original script by |qbz|
- // Edited by x3_ aka AgManiX de Mal, 11VKSS iT-Group www.facebook.com/11vkss.it.group
- //Config
- $site_addr='http://www.amxdm.tk/'; //Site address for cheat
- $proxy_status=0; //Proxy server. Use=1 dont use=0
- $proxy_addr='0.0.0.0:00'; //Proxy server address
- $head = array(
- 'Host: forum.antichat.ru',
- 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12',
- 'Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
- 'Accept-Language: en-us,en;q=0.5',
- 'Accept-Encoding: gzip,deflate',
- 'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7',
- 'Keep-Alive: 300',
- 'Connection: keep-alive',
- 'Cookie: tutmoikuki=ololo'
- );
- $copen = curl_init();
- curl_setopt($copen, CURLOPT_URL, $site_addr);
- curl_setopt($copen, CURLOPT_HTTPHEADER, $head);
- curl_setopt($copen, CURLOPT_ENCODING, 'gzip,deflate');
- curl_setopt($copen, CURLOPT_RETURNTRANSFER, 1);
- curl_setopt($copen, CURLOPT_NOBODY, 1);
- if($proxy_status == 1){
- curl_setopt($copen, CURLOPT_PROXY, $proxy_addr);
- }
- $out = curl_exec($copen);
Add Comment
Please, Sign In to add comment