1
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
Ref: hqrevshare.com
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)
Code: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;} } } }
Bookmarks