User Tag List

8824Views
Results 1 to 8 of 8
  1. #1
    Member
    Join Date
    Aug 2015
    Posts
    4
    Coins
    1
    Thumbs Up
    Received: 1
    Given: 0

    [IMACRO] HQrevshare auto clicker

    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;}
    		}
    		
    	}
    }



    1 Not allowed! Not allowed!
    Last edited by EdgarT; 09-24-2015 at 04:26 PM.

  2. #2
    Admin


    Join Date
    Dec 2014
    Posts
    200
    Coins
    6
    Thumbs Up
    Received: 44
    Given: 50
    @hamza119944 Ref and non ref links must be same size.

    0 Not allowed! Not allowed!

  3. #3
    Member
    Join Date
    Aug 2015
    Posts
    4
    Coins
    1
    Thumbs Up
    Received: 1
    Given: 0
    can you change it please because i'm not allowed to

    0 Not allowed! Not allowed!

  4. #4
    Member
    Join Date
    Oct 2015
    Posts
    4
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0
    Edited: Nevermind, I got it working. Ty

    0 Not allowed! Not allowed!
    Last edited by killa; 10-30-2015 at 04:03 AM.

  5. #5
    Member
    Join Date
    Jul 2015
    Posts
    7
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0
    Ty, maybe i`ll use it in the future

    0 Not allowed! Not allowed!

  6. #6
    Member
    Join Date
    Oct 2015
    Posts
    4
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0
    Please fix the script for a similar site revadbrokers.com

    0 Not allowed! Not allowed!

  7. #7
    Member
    Join Date
    Mar 2015
    Location
    Serbia
    Posts
    9
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0
    I would give it a shoot looks like a nice script

    0 Not allowed! Not allowed!

  8. #8
    Member Batman's Avatar
    Join Date
    Sep 2014
    Location
    https://t.me/pump_upp
    Posts
    74
    Coins
    1
    Thumbs Up
    Received: 7
    Given: 2
    Quote Originally Posted by hamza119944 View Post
    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;}
    		}
    		
    	}
    }
    I'm really noob in these script things. Please tell me how to run it?

    0 Not allowed! Not allowed!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •