Evony Guides and Help
Trik Forum - RuneScape Forum  
Register Forum Homepage Members Mark Forums Read


Trik Members: 34,705 | Total Posts: 134,006 | Total Threads: 25,847
Welcome to our newest member, ahr1mz.
Go Back   Trik Forum - RuneScape Forum > Off-Topic > General Discussion
Reload this Page [PERL] Google adsense
General Discussion Feel free to talk about anything and everything in here.


Reply
 
Thread Tools Display Modes
[PERL] Google adsense
Old
  (#1)
Pureblood is Offline
Private Second Class
Pureblood is an unknown quantity at this point
 
Posts: 58
Join Date: May 2008
   
Default [PERL] Google adsense - 06-03-2008, 06:14 PM

Code:
#!/usr/bin/perl -w
use strict;
use Win32::OLE;
use Win32::Console::ANSI;

#Variables
my  $URL    =   undef;#website URL
my  $nTAB   =   undef;#Numbre of {Tab}
my  $tEND   =   undef;#Time, end of Prgramme
my  $NUM    =   1;
my  $IE     =   undef;

#Init
my  $Shell  =   Win32::OLE->new("WScript.Shell");

#Main
print "\n\t-------------------------------------------------\n";
print "\t|\tGoogle Adsense Auto cliCK![GA2CK]\t|\n";
print "\t|\tBy \e[1;37mZ3vil\e[m, [ 'HellSoft' ] Team!\t\t|\n";
print "\t|\tWin32 Only !\t\t\t\t|\n";
print "\t|\t\e[32;41;1m * \e[m Darija & \e[31;44;1m>|<\e[m English\t\t|\n";
print "\n\t'''''''''''''''''''''''''''''''''''''''''''''''''\n";

URL:
print "\e[1;33mGA2CK -\\>\e[m Ktab site/ write your siteweb : ";
chomp($URL=<STDIN>);
goto URL if(!$URL || $URL !~/http:.*/gi);

nTAB:
print "\e[1;33mGA2CK -\\>\e[m Ch7al man TAB/ Number of Keyboard TAB : ";
chomp($nTAB=<STDIN>);
goto nTAB if(!$nTAB || $nTAB !~/\d{1,2}/gi || $nTAB =~/[a-z\s]/gi);

tEND:
print "\e[1;33mGA2CK -\\>\e[m M3ayach bari tsdo?/End time? [HH:MM] : ";
chomp($tEND=<STDIN>);
goto tEND if(!$tEND || $tEND !~/\d{1,2}:\d{1,2}/gi || $tEND =~/[a-z\s]/);

print "\n\t[+]Start Click !\n";
print "\t----------------\n";

while(1){
    print "\e[1;33m[-]\e[m Click [$NUM] at ".localtime()."\n";$NUM++;
    my($H,$M)=split(/:/,$tEND);
    my($s,$m,$h)=(localtime());
    exit if($h>=$H && $m>=$M);
    $IE =   Win32::OLE->new("InternetExplorer.Application");
    $IE->Navigate($URL);
    $IE->{Visible}=1;
    sleep 2;
    foreach(1..$nTAB){
        $Shell->SendKeys("{TAB}");
        sleep 1;
    }
    $Shell->SendKeys("~");
    sleep 3;
    $IE->Quit;
   
}

NOTE : you need the perl compiler to compile this script
  
Reply With Quote Share with Facebook
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off





======================================================================================== ---------------------------------------------------------------------------------------- ========================================================================================

Your Ad Here

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright © Trik.com