The Corner House of Whores and Monkeys. Enter for Fun & Shenanigans! We're weird here. In the most awesome way possible.

the truth about skuzzy

Thread Tools
 
Old Dec 15, 2002 | 07:11 PM
  #1  
barnacleez's Avatar
Thread Starter
Registered User
 
Joined: Dec 2002
Posts: 157
Likes: 0
From: Galveston,
Default the truth about skuzzy

i know the truth about skuzzy.

he is using the same script that i, the ex-wizzywig, used. however, i re-wrote it for him so that it is on a time delay and uses wayyy better posting technique so it doesnt make itself obvious.

does no one find it suspicious he went from 30ppd to 80?

heres the code to the bot. im not joking. its pos written tho, because i dont believe in perl.

require LWP::UserAgent;
use HTTP::Cookies;
use HTTP::Request::Common qw(POST);
use strict;

my $threadid = 0;
my $time_min = 0;
my $posts_to_make = 0;
my $username = '';
my $password = '';

print "skuzzy postwhore daemon v.1nnpostwhoring the corner at s2ki.comnn";

print "threadid: ";
$threadid = <STDIN>;
$threadid =~ s/n//ig;

print "posts to make: ";
$posts_to_make = <STDIN>;
$posts_to_make =~ s/n//ig;

my $min_min = ($posts_to_make * 15) / 60;

while (1) {
print "period of time to run (must be at least $min_min minutes): ";
$time_min = <STDIN>;
$time_min =~ s/n//ig;

if ($time_min >= $min_min) { last; } else {
print "$time_min is not equal to or greater than $min_min. n"; }

}

my $interval = ($time_min*60) / $posts_to_make;

print "ntlogin infonnusername: ";
$username = <STDIN>;
$username =~ s/n//ig;

print "password: ";
$password = <STDIN>;
$password =~ s/n//ig;

srand(time|$$);

my $ua = LWP::UserAgent->new;
$ua->cookie_jar(HTTP::Cookies->new(file => "lwpcookies.txt", autosave => 1));


my $pc_url = "https://www.s2ki.com/forums/showthread.php?s=&threadid=$threadid";
my $pc_req = HTTP::Request->new('GET', $pc_url);
my $count = 0;

#login to s2ki.com


print "nlogging in as $username...n";


my $login_url = "https://www.s2ki.com/user/login/login/?Username=$username&Password=$password&RedirectURL =";
my $res = $ua->request(HTTP::Request->new(GET => $login_url));

print "logged in successfully.nn";


my $num_elements = 0;
open(FILE, "<skuzzyisms.txt");
while (<FILE>) { $num_elements++; }
close(FILE);

my $begin_time = time;

while (1) {

my $text = '';
$count++;

my $line_num = int(rand($num_elements));
my $i = 0;

open(FILE, "<skuzzyisms.txt");
for ($i = 0; $i < $line_num-1; $i++) { <FILE>; }
my $file_data = <FILE>;
close(FILE);

#post text to thread $threadid

print "posting to thread $threadid...";

# https://www.s2ki.com/forums/newreply.php
# s ""
# action postreply
# threadid $threadid
# signature yes
# parseurl yes
# message $text

my $req = POST 'https://www.s2ki.com/forums/newreply.php',
[
s => '',
action => 'postreply',
threadid => $threadid,
signature => 'yes',
parseurl => 'yes',
message => $file_data
];
$ua->request($req)->as_string; #post

my $begin = time;
$ua->request($pc_req)->as_string; #increase views
my $end = time;

sleep($interval-($end-$begin)); #waste time

print "repetition $count complete. n";
if ($count >= $posts_to_make) { last; }


}

my $ppm = $time_min / $posts_to_make;
print "n$count repetitions completed. npostwhore daemon is done. posted $posts_to_make posts over $time_min minutes ($ppm posts per minute).n";


i move for a ban.
Reply
Old Dec 17, 2002 | 09:00 AM
  #2  
barnacleez's Avatar
Thread Starter
Registered User
 
Joined: Dec 2002
Posts: 157
Likes: 0
From: Galveston,
Default

does NO ONE CARE? WTF~!
Reply
Old Dec 17, 2002 | 09:10 AM
  #3  
ltweintz's Avatar
Registered User
 
Joined: Jun 2001
Posts: 18,759
Likes: 0
From: Wheeler Army Airfield, HI
Default

Did he crash the server? No. Did he make other threads hard to read? No. So..............
Reply
Old Dec 17, 2002 | 09:28 AM
  #4  
Skuzzy's Avatar
Registered User
 
Joined: Sep 2002
Posts: 11,644
Likes: 0
From: panhandle state
Default

And I dont have the script anymore, didnt give to to justAyoungMc when he asked to used it, did most of the whoring myself cause the script sucks and doesnt work most of the time, i am guessing it made up 1300-1500 of my whoring....
Reply
Old Dec 17, 2002 | 09:58 AM
  #5  
C-Bass's Avatar
Registered User
 
Joined: Sep 2002
Posts: 10,342
Likes: 0
Default

just curious here...

what exactly does that type of whoring actually accomplish?
Reply
Old Dec 17, 2002 | 10:10 AM
  #6  
Ledfoot's Avatar
Registered User
 
Joined: Jul 2002
Posts: 12,891
Likes: 0
From: Port-au-Prince, Haiti
Default

since actual whoring accomplishes nothing, Zoe, I would have to say that this type of whoring accomplishes LESS than nothing!
Reply
Old Dec 17, 2002 | 11:35 AM
  #7  
Skuzzy's Avatar
Registered User
 
Joined: Sep 2002
Posts: 11,644
Likes: 0
From: panhandle state
Default

I am the ultimate degraded whore...

I used it because I wanted 100ppd, but it was such a pain in the ass to use, I didnt use it :/
Reply
Old Dec 17, 2002 | 11:38 AM
  #8  
barnacleez's Avatar
Thread Starter
Registered User
 
Joined: Dec 2002
Posts: 157
Likes: 0
From: Galveston,
Default

my whoring didnt crash the server. and it wasnt a pain the ass to use - hes lying his ass off.
Reply
Old Dec 17, 2002 | 11:39 AM
  #9  
Skuzzy's Avatar
Registered User
 
Joined: Sep 2002
Posts: 11,644
Likes: 0
From: panhandle state
Default

Sigh
Reply
Old Dec 17, 2002 | 11:40 AM
  #10  
JustAyoungMC's Avatar
Registered User
 
Joined: Dec 2002
Posts: 8,579
Likes: 1
From: G-Town, TX
Default

AHAHAH i own all your perl script usin mofos with
Reply



All times are GMT -8. The time now is 04:45 PM.