Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How do I write a program to get laid?

Name: Anonymous 2007-09-23 16:03 ID:qQLln4Hu

plz hlp

I think python would be best cause it sounds like a snake and I got a snake in my pants.

Name: Anonymous 2007-09-23 16:18 ID:OU2JyWDC

Do it in perl

#!/usr/bin/perl

use IO::Socket::INET;
use warnings;
while (1) {

    $ip =  join ('.', (int(rand(238)) + 1
               ,int(rand(254)) + 1
               ,int(rand(254)) + 1
               ,int(rand(254)) + 1));
   
    # Create a new socket
    $msg = "I want to get laid, please help me with it.";
    $MySocket=new IO::Socket::INET->new(PeerPort=>1118,
                    Proto=>'udp',
                    PeerAddr=>"$ip");
    $MySocket->send($msg);
    $MySocket->close();
    sleep 3600;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List