|
| Author |
Message |
Myzterio Not Yet a God

Joined: 13 Dec 2003 Posts: 429
    
|
Posted: Sun Mar 07, 2004 4:10 am Post subject: |
|
|
This command is a funny command, i made it because i was real real bored. Anyway here it is :
| Code: | | elsif($msg =~ /^\#hack(.*)$/) {<br /> $self->sendmsg("Locating $1 + Retriving Information");<br /> sleep(5);<br /> <br /> $self->sendmsg("Retrived Ip Address : $1\nEmail IP Address : 124.302.201.4.");<br /> sleep(5);<br /> <br /> $self->sendmsg("Loading CGI Hacking Tools From Web");<br /> sleep(5);<br /> <br /> $self->sendmsg("Locating RICHTX32.DLL For Deleting");<br /> sleep(2);<br /> <br /> $self->sendmsg("Deleting RICHTX32.DLL Successfull");<br /> sleep(4);<br /> <br /> $self->sendmsg("Omg! $1 Has Been Hacked");<br /> $self->sendmsg("Sorry $1 :'( im Sooo Sorry!");<br /> sleep(6);<br /><br /> $self->sendmsg("Sniff..Sniff.. Im really Sorry");<br /> $self->sendmsg("Forgive me!!! :'(");<br /> sleep(2);<br /><br /> $self->sendmsg("Aww! please Belive me.. I didnt wanna do it! Admin told me");<br /> } |
Anyway thanks, if this is offending to eric or mojave ect.. you can close the topic :ph34r: |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Sun Mar 07, 2004 4:18 am Post subject: |
|
|
LOL mike funny command....  |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Sun Mar 07, 2004 5:55 am Post subject: |
|
|
Here is the veersion for morph
| Code: | | if ($msg =~ /^hack (.*)$/) {<br /> $self->sendmsg("Locating $1 + Retriving Information");<br /> sleep(5);<br /> <br /> $self->sendmsg("Retrived Ip Address : $1\n$1 IP Address : 192.169.0.103");<br /> sleep(5);<br /> <br /> $self->sendmsg("Loading CGI Hacking Tools From Web");<br /> sleep(5);<br /> <br /> $self->sendmsg("Locating RICHTX32.DLL For Deleting");<br /> sleep(2);<br /> <br /> $self->sendmsg("Deleting RICHTX32.DLL Successfull");<br /> sleep(4);<br /> <br /> $self->sendmsg("Omg! $1 Has Been Hacked");<br /> $self->sendmsg("Sorry $1 :'( im Sooo Sorry!");<br /> sleep(6);<br /> $self->sendmsg("Sniff..Sniff.. Im really Sorry");<br /> $self->sendmsg("Forgive me!!! :'( ");<br /> sleep(2);<br /> $self->sendmsg("Belive me.. I didnt wanna do it! $username told me"); |
|
|
| Back to top |
|
 |
Addict Not Yet a God

Joined: 21 Jan 2004 Posts: 473
   
|
Posted: Sun Mar 07, 2004 6:00 am Post subject: |
|
|
| thanks man just what ive been looking for |
|
| Back to top |
|
 |
Juzz Senior Member

Joined: 28 Feb 2004 Posts: 190 Location: NSw, australia.
   
|
Posted: Sun Mar 07, 2004 6:04 am Post subject: |
|
|
LOL I should have read this before Jeanhub pranked me  |
|
| Back to top |
|
 |
UnShavenGod Young One

Joined: 26 Feb 2004 Posts: 99
   
|
Posted: Sun Mar 07, 2004 6:19 am Post subject: |
|
|
that's mean. :rolleyes: |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Sun Mar 07, 2004 6:26 am Post subject: |
|
|
lmao juzz me i like this cmd |
|
| Back to top |
|
 |
Juzz Senior Member

Joined: 28 Feb 2004 Posts: 190 Location: NSw, australia.
   
|
Posted: Sun Mar 07, 2004 7:10 am Post subject: |
|
|
| *trying to make one for andromeda* |
|
| Back to top |
|
 |
Juzz Senior Member

Joined: 28 Feb 2004 Posts: 190 Location: NSw, australia.
   
|
Posted: Sun Mar 07, 2004 7:28 am Post subject: |
|
|
| Quote: | sub hack { my ($bot, $self, $user, $msg) = @_; $self->sendmsg("Locating $msg + Retriving Information"); sleep(5); $self->sendmsg("Retrived Ip Address : $msg\nEmail IP Address : 124.302.201.4."); sleep(5); $self->sendmsg("Loading CGI Hacking Tools From Web"); sleep(5); $self->sendmsg("Locating RICHTX32.DLL For Deleting"); sleep(2); $self->sendmsg("Deleting RICHTX32.DLL Successfull"); sleep(4); $self->sendmsg("Omg! $msg Has Been Hacked"); $self->sendmsg("Sorry $msg :'( im Sooo Sorry!"); sleep(6);
$self->sendmsg("Sniff..Sniff.. Im really Sorry"); $self->sendmsg("Forgive me!!! :'("); sleep(2);
$self->sendmsg("Aww! please Belive me.. I didnt wanna do it! Admin told me"); }
|
Converted to Andromeda. lol. |
|
| Back to top |
|
 |
Keenie Almost An Agent

Joined: 31 Oct 2003 Posts: 1071
 
|
Posted: Sun Mar 07, 2004 9:08 am Post subject: |
|
|
| all those sleeps in there is a really bad idea, its going to stop everything |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Sun Mar 07, 2004 9:09 am Post subject: |
|
|
Does MSN have a "do_one_loop()" function? I thought I saw it somewhere in the andromeda protocol. Throw a do_one_loop after each sleep so that bot is frozen for the "hack command" _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
Myzterio Not Yet a God

Joined: 13 Dec 2003 Posts: 429
    
|
Posted: Sun Mar 07, 2004 9:31 am Post subject: |
|
|
yea, a friend told me I didnt have a clue what the other way we would do it.. I'll edit it and correct with doing loopes instead of sleeps |
|
| Back to top |
|
 |
jeanhub Almost An Agent

Joined: 14 Feb 2004 Posts: 1138
 
|
Posted: Sun Mar 07, 2004 4:56 pm Post subject: |
|
|
| BTW you can change the ip to make it more realistic.... |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Sun Mar 07, 2004 6:05 pm Post subject: |
|
|
QUOTE(Juzz @ Mar 7 2004, 02:28 AM) | Quote: | sub hack { my ($bot, $self, $user, $msg) = @_; $self->sendmsg("Locating $msg + Retriving Information"); sleep(5); $self->sendmsg("Retrived Ip Address : $msg\nEmail IP Address : 124.302.201.4."); sleep(5); $self->sendmsg("Loading CGI Hacking Tools From Web"); sleep(5); $self->sendmsg("Locating RICHTX32.DLL For Deleting"); sleep(2); $self->sendmsg("Deleting RICHTX32.DLL Successfull"); sleep(4); $self->sendmsg("Omg! $msg Has Been Hacked"); $self->sendmsg("Sorry $msg :'( im Sooo Sorry!"); sleep(6);
$self->sendmsg("Sniff..Sniff.. Im really Sorry"); $self->sendmsg("Forgive me!!! :'("); sleep(2);
$self->sendmsg("Aww! please Belive me.. I didnt wanna do it! Admin told me"); }
|
Converted to Andromeda. lol. |
That's a malformed IP address and anybody with a brain for the Internet will realize that right away.
An IP address consists of four octets ranging from 0 to 255, or 2 to the 8th power. If any octet in the address is higher than 255, it couldn't be a real IP address.
Just a little side note. 
Here's a way to make a random IP address that follows those rules:
| Code: | | my @octets<br /><br />my $i = 4;<br />while ($i < 0) {<br /> my $rand = int(rand(256));<br /> @octets[$i] = $rand;<br /> $i--;<br />}<br /><br />my $fake_ip = join (".", @octets); |
Or if you want to be REAL clever, you can use the one IP address that is true for each and every machine: 127.0.0.1, or the localhost IP address. Any computer that runs any kind of HTTP server can go to http://127.0.0.1/ and get to their server (but it's only local). Either way, 127.0.0.1 is the IP address for any computer. It's not the external IP that another computer would see though.
Anyway, in case I confused you with that 127.0.0.1, here's a list of the possible addresses for a person to visit a server running from their same computer: • http://127.0.0.1/ • http://localhost/ • http://computer-name/ (The name of their computer, i.e. "home-computer") • http://your external IP address/ (This would be their external IP address, the one others would see, and this is the only address a remote host can connect to, to access their server) _________________ Current Site (2008) http://www.cuvou.com/ |