PDA

View Full Version : [IMACRO] HQrevshare auto clicker



hamza119944
09-24-2015, 03:37 PM
so if you don't know HQrevshare, it's simply an advertising website with a revenue sharing plan of 150% (no daily clicking needed, 100% passive)

Non ref: hqrevshare.com (hqrevshare.com/)
Ref: hqrevshare.com (hqrevshare.com/?r=hamza119944)


with this imacro you can earn up to 0.4$ in the first day (0.001$ per click and a lot of ads). So you go to Business Directory and launch the script (it's a javascript so the file need to be like this *.js)


var macro, click_ad,reff;
var i ;


reff = "CODE:";
reff += "SET !TIMEOUT_PAGE 20"+"\n";
reff += "REFRESH"+"\n";

while (1) {
i = 1;
while(i<=10){

macro ="CODE:";
macro +="SET !ERRORIGNORE YES"+"\n";
macro += "SET !TIMEOUT_PAGE 30"+"\n";
macro += "TAG POS="+ i.toString() +" TYPE=TD ATTR=* EXTRACT=TXT"+"\n";

click_ad = "CODE:";
click_ad += "SET !ERRORIGNORE YES"+"\n";
click_ad += "SET !TIMEOUT_PAGE 30"+"\n";
click_ad += "SET !TIMEOUT_STEP 12"+"\n";
click_ad += "TAG POS="+ i.toString() + " TYPE=TD ATTR=*"+"\n";
click_ad += "TAB T=2"+"\n";
click_ad += "EVENT TYPE=CLICK SELECTOR=\"#header>DIV:nth-of-type(2)>A\" BUTTON=0"+"\n";
click_ad += "TAB T=1"+"\n";
click_ad += "TAB CLOSEALLOTHERS" + "\n";
click_ad += "URL GOTO = http://www.hqrevshare.com/businessdirectory.php"+"\n";

iimPlay(macro)

var text=iimGetLastExtract();

if(text.search("Viewed")== -1)
{
iimPlay(click_ad);
i= 1;
}else{
if(i < 10){
i++;
}
else {iimPlay(reff);i=1;}
}

}
}

EdgarT
09-24-2015, 03:58 PM
hamza119944 Ref and non ref links must be same size.

hamza119944
09-24-2015, 04:03 PM
can you change it please because i'm not allowed to

killa
10-30-2015, 03:56 AM
Edited: Nevermind, I got it working. Ty

mariogk
11-04-2015, 11:40 AM
Ty, maybe i`ll use it in the future

Shejker
11-30-2015, 05:16 PM
Please fix the script for a similar site revadbrokers.com

Charlie Sheen is my son
05-02-2016, 09:46 PM
I would give it a shoot :D looks like a nice script

Batman
05-05-2016, 06:05 AM
so if you don't know HQrevshare, it's simply an advertising website with a revenue sharing plan of 150% (no daily clicking needed, 100% passive)

Non ref: hqrevshare.com (hqrevshare.com/)
Ref: hqrevshare.com (hqrevshare.com/?r=hamza119944)


with this imacro you can earn up to 0.4$ in the first day (0.001$ per click and a lot of ads). So you go to Business Directory and launch the script (it's a javascript so the file need to be like this *.js)


var macro, click_ad,reff;
var i ;


reff = "CODE:";
reff += "SET !TIMEOUT_PAGE 20"+"\n";
reff += "REFRESH"+"\n";

while (1) {
i = 1;
while(i<=10){

macro ="CODE:";
macro +="SET !ERRORIGNORE YES"+"\n";
macro += "SET !TIMEOUT_PAGE 30"+"\n";
macro += "TAG POS="+ i.toString() +" TYPE=TD ATTR=* EXTRACT=TXT"+"\n";

click_ad = "CODE:";
click_ad += "SET !ERRORIGNORE YES"+"\n";
click_ad += "SET !TIMEOUT_PAGE 30"+"\n";
click_ad += "SET !TIMEOUT_STEP 12"+"\n";
click_ad += "TAG POS="+ i.toString() + " TYPE=TD ATTR=*"+"\n";
click_ad += "TAB T=2"+"\n";
click_ad += "EVENT TYPE=CLICK SELECTOR=\"#header>DIV:nth-of-type(2)>A\" BUTTON=0"+"\n";
click_ad += "TAB T=1"+"\n";
click_ad += "TAB CLOSEALLOTHERS" + "\n";
click_ad += "URL GOTO = http://www.hqrevshare.com/businessdirectory.php"+"\n";

iimPlay(macro)

var text=iimGetLastExtract();

if(text.search("Viewed")== -1)
{
iimPlay(click_ad);
i= 1;
}else{
if(i < 10){
i++;
}
else {iimPlay(reff);i=1;}
}

}
}





I'm really noob in these script things. Please tell me how to run it?