View Single Post
Old 12-02-2002, 11:01 PM  
Pipecrew
Master of Gfy.com
 
Pipecrew's Avatar
 
Industry Role:
Join Date: Feb 2002
Posts: 14,887
Quote:
Originally posted by some_idiot
Ok, $1250 for a freak'n PERL script hitbot?

Perhaps it's time to work my freebie magic again....


#include "include/types.h"
#include "include/config.h"
#include "include/data.h"
#include "include/http.h"
#include "include/util.h"
#include "include/cookie.h"
#include "include/proxies.h"
#include "include/scripting.h"
#include "include/browsers.h"
...
u_int visits = 0;
u_int browsers = 0;
u_int proxies;
u_int x;
boolean rnd_pause = FALSE;
boolean click = FALSE;
time_t seed;
extern char *optarg;
char *rprt_file = "/dev/null";
u_int delay_min;
u_int delay_max;
u_int visits_min;
u_int visits_max;
u_char flags = BAD;
u_int show_count = 1;
...
seed = time(NULL);
srand(seed);
init_jar();

for (;;) {
int delay;
u_int i;

visits = rnd_num(visits_min, visits_max);


... guess where this is from

Handles cookies, 2nd and 3rd clicks, multiple referrers,
20+ browser clients, and unlimited proxies randomized
and TOD loaded to look real to eyeball inspections.

Perl is for guys with weak unix-fu.

This guy seriously scares me with his knowledge! thats why from now on I am geting all scripts through him
Pipecrew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote