Working Script - Freebitco.in auto claimer IMacros



  • @bitko Thanks man, will give it a shot!



  • Confirm this works on the brave browser



  • @bitko @dagentlemang pm me your burst adres I send you some burst



  • @dagentlemang , @gpedro , and others...
    Guys, here is the script I've promised. Please read the steps carefully :

    1. The iMacros script to be saved using filename: #autosolver-freebitco.iim
    2. The javascript code to be saved using .js extension. (Sample filename: AutoSolver-freebitco-player.js)
    3. Put both files inside folder: \iMacros\Macros\ (default folder when you record any iMacros script)
    4. Input parameters in the .iim file, put your Computer Name & your APIKEY (only change the first two lines of the code).
    5. Login into your freebitco account, then click PLAY on the .js file (not the .iim file). The .iim file is only a dependency file that is run by the .js file.

    Once you click on PLAY, the script will run continuously and doing necesssary actions automatically (eg: checking the claim result, setting up the interval, repeat the claim if the captcha resulted in error, etc.).

    Here's the iMacros (.iim) code:

    'Please save this script with filename: #autosolver-freebitco.iim
    '-----------to input parameter in following 2 lines -------------
    SET ComputerName YOUR-COMPUTER-NAME
    SET apikey YOUR-API-KEY-FROM-9kw.eu
    '================================================================
    
    SET bullshit C:\Users\
    ADD bullshit {{ComputerName}}
    SET bearshit {{bullshit}}
    ADD bearshit \Documents\iMacros\
    SET shitcontainer {{bearshit}}
    SET shit {{shitcontainer}}
    ADD shit freebitcoin.png
    
    URL GOTO=https://freebitco.in/?op=home
    TAG POS=1 TYPE=A ATTR=TXT:FREE<SP>BTC
    
    SET !ERRORIGNORE YES
    TAG POS=1 TYPE=SELECT ATTR=ID:free_play_captcha_types CONTENT=%solvemedia
    SET !ERRORIGNORE YES
    FILEDELETE NAME={{shit}}
    ONDOWNLOAD FOLDER={{shitcontainer}} FILE=freebitcoin.png
    WAIT SECONDS=3
    TAG POS=1 TYPE=DIV ATTR=ID:adcopy-puzzle-image CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
    WAIT SECONDS=5
    
     
    TAB OPEN
    TAB T=2
    URL GOTO=http://www.9kw.eu/grafik/form.html
    TAG POS=1 TYPE=INPUT ATTR=NAME:apikey CONTENT={{apikey}}
    TAG POS=1 TYPE=INPUT ATTR=NAME:prio CONTENT=0
    TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:/index.cgi ATTR=NAME:selfsolve CONTENT=NO
    TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:/index.cgi ATTR=NAME:confirm CONTENT=NO
    TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:/index.cgi ATTR=NAME:case-sensitive CONTENT=NO
    TAG POS=1 TYPE=INPUT ATTR=NAME:source CONTENT=imacros
    TAG POS=1 TYPE=INPUT ATTR=NAME:file-upload-01  CONTENT={{shit}}
    TAG POS=1 TYPE=INPUT ATTR=TYPE:submit
    SET !EXTRACT_TEST_POPUP NO
    SET !TIMEOUT_STEP 200
    TAG POS=1 TYPE=INPUT ATTR=NAME:result EXTRACT=TXT
    WAIT SECONDS=1
    TAB CLOSE
     
     
    TAB T=1
    TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:adcopy_response CONTENT={{!EXTRACT}}
    WAIT SECONDS=3
    TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:free_play_form_button
    WAIT SECONDS=5
    TAG POS=12 TYPE=A ATTR=TXT:×
    WAIT SECONDS=1
    SET !EXTRACT NULL
    REFRESH
    
     
    '-------script contributor: @dagentlemang
    '-------refurnished by: @bitko
    

    And here's the javascript code:

    //----------------main script to run #autosolver-freebitco.iim----------------------
    //----------------please save this file using .js extension------------------------
    //----------------Put this file and the .iim file inside folder: \iMacros\Macros\
    //---------------------------------------------------------------------------------
    //variables declaration
    var i=0, macro, stat=[0], claimstat=0;
    
    //functions
    function CheckAvailability(){
    	for (var i=0;i<(i+1);i++){
    		macro  = "CODE:";
    		macro += "WAIT SECONDS=1\n";
    		macro += "TAG POS=1 TYPE=P ATTR=TXT:Captcha<SP>difficult<SP>to<SP>read?<SP>Select<SP>a<SP>differ* extract=txt\n";
    		iimPlay(macro);
    		stat[i]  = iimGetExtract();
    		macro=null;
    		
    		if(stat[i].search("Captcha difficult")!=-1){
    			claimstat=1;
    			stat=null;
    			stat=[0];
    			break;	
    		}else{
    			claimstat=0;
    			stat=null;
    			stat=[0];
    			break;
    		}
    	}
    	return claimstat;
    }
    
    
    function WaitOneMinute(){
    	macro="CODE:";
    	macro+="WAIT SECONDS=60\n";
    	iimPlay(macro);
    	macro=null;
    }
    
    //main looping process
    for (var i=0;i<(i+1);i++){
    
    	CheckAvailability();
    		
    	if(claimstat==1){
    		claimstat=null;
    		claimstat=0;
    		iimPlay("#autosolver-freebitco.iim");		
    	}else if(claimstat==0) {
    		claimstat=null;
    		claimstat=0;
    		WaitOneMinute();		
    	};
    
    	i=null;
    	i=0;
    };
    //-----------------------end of script------------------------------------------
    //-------------created for Burst community by: @bitko
    //-------------developed from initial .iim script provided by: @dagentlemang
    //-------------Collect the free coins, then use it to buy Burst!----------------
    //-------------Happy Bursting!--------------------------------------------------
    

    Okay.... I need some rest now, sleepy. :)
    I drank too much coffee today.

    Happy Bursting!



  • @bitko Send me your burst adres so I send u some coins :)



  • @Rendavu said in Working Script - Freebitco.in auto claimer IMacros:

    @bitko Send me your burst adres so I send u some coins :)

    Hi @Rendavu , here's my Burst address: BURST-3LEF-2UMY-GXT9-9V7TV

    Thanks for 'Burst'ing me up buddy!



  • @bitko Coins incoming now.... we need to find more faucets to let the script work ;) so we get more income and we change all that into burst



  • i would like to warn everybody YOU CAN GET BANNED FOR USING I MACROS ON SITES. i was banned last night for using an imacro script



  • @darkshadow97056 said in Working Script - Freebitco.in auto claimer IMacros:

    i would like to warn everybody YOU CAN GET BANNED FOR USING I MACROS ON SITES. i was banned last night for using an imacro script

    Could yo give us more specific information:

    • Which "sites" did you get banned on?
    • What kind of script you were using? Do you have any idea of the algorithm used by your script (eg: what steps being done by the script)?
    • Were you banned by freebitco.in website using the script given in this forum thread? If not, then your warning is not applicable at this point.

    If you can provide above details, I would be very happy so that I can avoid the similar algorithm used by your script which get you banned. Thanks!



  • @Rendavu said in Working Script - Freebitco.in auto claimer IMacros:

    @bitko Coins incoming now.... we need to find more faucets to let the script work ;) so we get more income and we change all that into burst

    Burst received.
    Thanks buddy!



  • @bitko i was banned on free bitcoin, and my account was shortly un banned since i sent them an email, i was using the same script that dagentlemang made 0_1481174340916_upload-bfb5ec71-04cb-44fa-ae8d-bf59e1d381be



  • @darkshadow97056 said in Working Script - Freebitco.in auto claimer IMacros:

    @bitko i was banned on free bitcoin, and my account was shortly un banned since i sent them an email, i was using the same script that dagentlemang made 0_1481174340916_upload-bfb5ec71-04cb-44fa-ae8d-bf59e1d381be

    I don't think it happened because of the script. Could be due to IP conflict (proxy address, running on more than 1 IP at the same time, etc), or other problem which violated the freebitco's terms n conditions.

    I've been running the script for several days and nothing happened except the increase of my satoshi.

    Last year, I made script for freebitco's bet, and been used by many people with no problem at all. And the free-roll script we provided here is more safe than bet-script I made previously.



  • I'm been running this for 4 days non stop added a few refresh commands and a randomizer I can link shorty the newest version but I'd also like to know. Do you play with that account once in a while or do you just claim? Have you ever played with it was there refreshes happening?



  • @dagentlemang said in Working Script - Freebitco.in auto claimer IMacros:

    I'm been running this for 4 days non stop added a few refresh commands and a randomizer I can link shorty the newest version but I'd also like to know. Do you play with that account once in a while or do you just claim? Have you ever played with it was there refreshes happening?

    That randomizer would be awesome man?! I had been running it for some time too but sometimes i need to re-login, i think it's their way of letting you know "We know you are using an iMacros" LOL The randomizer with a couple of refreshes every hour should solve that in my opinion ;D



  • @dagentlemang the script you are currently using would be grat, i dont wanna get banned again :P



  • @bitko said in Working Script - Freebitco.in auto claimer IMacros:

    @darkshadow97056 said in Working Script - Freebitco.in auto claimer IMacros:

    @bitko i was banned on free bitcoin, and my account was shortly un banned since i sent them an email, i was using the same script that dagentlemang made 0_1481174340916_upload-bfb5ec71-04cb-44fa-ae8d-bf59e1d381be

    I don't think it happened because of the script. Could be due to IP conflict (proxy address, running on more than 1 IP at the same time, etc), or other problem which violated the freebitco's terms n conditions.

    I've been running the script for several days and nothing happened except the increase of my satoshi.

    Last year, I made script for freebitco's bet, and been used by many people with no problem at all. And the free-roll script we provided here is more safe than bet-script I made previously.

    i used the same script on another site and i also got banned fairly quickly. could just be a coincidence, im just glad i didnt get perma banned :D



  • @darkshadow97056 said in Working Script - Freebitco.in auto claimer IMacros:

    i used the same script on another site and i also got banned fairly quickly. could just be a coincidence, im just glad i didnt get perma banned :D

    Strange then.
    Mine one's been running non-stop, now got 20K+sat. Even the one I modified for freedoge, just withdrew 644doge and received in my wallet already.



  • @bitko said in Working Script - Freebitco.in auto claimer IMacros:

    @dagentlemang , @gpedro , and others...
    Guys, here is the script I've promised. Please read the steps carefully :

    1. The iMacros script to be saved using filename: #autosolver-freebitco.iim
    2. The javascript code to be saved using .js extension. (Sample filename: AutoSolver-freebitco-player.js)
    3. Put both files inside folder: \iMacros\Macros\ (default folder when you record any iMacros script)
    4. Input parameters in the .iim file, put your Computer Name & your APIKEY (only change the first two lines of the code).
    5. Login into your freebitco account, then click PLAY on the .js file (not the .iim file). The .iim file is only a dependency file that is run by the .js file.

    Once you click on PLAY, the script will run continuously and doing necesssary actions automatically (eg: checking the claim result, setting up the interval, repeat the claim if the captcha resulted in error, etc.).

    Here's the iMacros (.iim) code:

    'Please save this script with filename: #autosolver-freebitco.iim
    '-----------to input parameter in following 2 lines -------------
    SET ComputerName YOUR-COMPUTER-NAME
    SET apikey YOUR-API-KEY-FROM-9kw.eu
    '================================================================
    
    SET bullshit C:\Users\
    ADD bullshit {{ComputerName}}
    SET bearshit {{bullshit}}
    ADD bearshit \Documents\iMacros\
    SET shitcontainer {{bearshit}}
    SET shit {{shitcontainer}}
    ADD shit freebitcoin.png
    
    URL GOTO=https://freebitco.in/?op=home
    TAG POS=1 TYPE=A ATTR=TXT:FREE<SP>BTC
    
    SET !ERRORIGNORE NO
    TAG POS=1 TYPE=SELECT ATTR=ID:free_play_captcha_types CONTENT=%solvemedia
    SET !ERRORIGNORE YES
    FILEDELETE NAME={{shit}}
    ONDOWNLOAD FOLDER={{shitcontainer}} FILE=freebitcoin.png
    WAIT SECONDS=3
    TAG POS=1 TYPE=DIV ATTR=ID:adcopy-puzzle-image CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
    WAIT SECONDS=5
    TAG POS=1 TYPE=BUTTON FORM=ACTION:/ask/ ATTR=ID:refresh_delays_button
    TAG POS=1 TYPE=INPUT:RADIO FORM=ACTION:/ask/ ATTR=ID:id_payout_type_0
     
    TAB OPEN
    TAB T=2
    URL GOTO=http://www.9kw.eu/grafik/form.html
    TAG POS=1 TYPE=INPUT ATTR=NAME:apikey CONTENT={{apikey}}
    TAG POS=1 TYPE=INPUT ATTR=NAME:prio CONTENT=0
    TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:/index.cgi ATTR=NAME:selfsolve CONTENT=NO
    TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:/index.cgi ATTR=NAME:confirm CONTENT=NO
    TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:/index.cgi ATTR=NAME:case-sensitive CONTENT=NO
    TAG POS=1 TYPE=INPUT ATTR=NAME:source CONTENT=imacros
    TAG POS=1 TYPE=INPUT ATTR=NAME:file-upload-01  CONTENT={{shit}}
    TAG POS=1 TYPE=INPUT ATTR=TYPE:submit
    SET !EXTRACT_TEST_POPUP NO
    SET !TIMEOUT_STEP 200
    TAG POS=1 TYPE=INPUT ATTR=NAME:result EXTRACT=TXT
    WAIT SECONDS=1
    TAB CLOSE
     
     
    TAB T=1
    TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:adcopy_response CONTENT={{!EXTRACT}}
    WAIT SECONDS=3
    TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:free_play_form_button
    WAIT SECONDS=5
    TAG POS=12 TYPE=A ATTR=TXT:×
    WAIT SECONDS=1
    SET !EXTRACT NULL
    
     
    '-------script contributor: @dagentlemang
    '-------refurnished by: @bitko
    

    And here's the javascript code:

    //----------------main script to run #autosolver-freebitco.iim----------------------
    //----------------please save this file using .js extension------------------------
    //----------------Put this file and the .iim file inside folder: \iMacros\Macros\
    //---------------------------------------------------------------------------------
    //variables declaration
    var i=0, macro, stat=[0], repeat=0, winstat=0;
    
    //functions
    function CheckAvailability(){
    	for (var i=0;i<(i+1);i++){
    		macro  = "CODE:";
    		macro += "WAIT SECONDS=1\n";
    		macro += "TAG POS=1 TYPE=P ATTR=TXT:Captcha<SP>difficult<SP>to<SP>read?<SP>Select<SP>a<SP>differ* extract=txt\n";
    		iimPlay(macro);
    		stat[i]  = iimGetExtract();
    		
    		if(stat[i].search("Captcha difficult")!=-1){
    			repeat=2;
    			break;	
    		}else{
    			repeat=1;
    			break;
    		}
    	}
    	return repeat;
    }
    
    
    function SuccessConfirmer(){
    	for (var i=0;i<(i+1);i++){
    		macro  = "CODE:";
    		macro += "WAIT SECONDS=1\n";
    		macro += "TAG POS=2 TYPE=DIV ATTR=TXT:You<SP>win* extract=txt\n";
    		iimPlay(macro);
    		stat[i]  = iimGetExtract();
    		
    		if(stat[i].search("You win")!=-1){
    			winstat=2;
    			break;			
    		}else{
    			winstat=1;
    			break;			
    		}
    	}
    	return winstat;
    }
    
    function WaitOneHour(){
    	macro="CODE:";
    	macro+="WAIT SECONDS=3600\n";
    	iimPlay(macro);
    }
    
    function WaitOneMinute(){
    	macro="CODE:";
    	macro+="WAIT SECONDS=60\n";
    	iimPlay(macro);
    }
    
    //main looping process
    for (var i=0;i<(i+1);i++){
    	for(var i=0;i<(i+1);i++){
    		CheckAvailability();
    		
    		if(repeat==2){
    			i=null;
    			i=0;
    			repeat=null;
    			break;
    		}else if(repeat==1){
    			repeat=null;
    			WaitOneMinute();
    		};
    	};
    
    	iimPlay("#autosolver-freebitco.iim");
    	SuccessConfirmer();
    	if(winstat==2){
    		winstat=null;
    		WaitOneHour();
    	}else if(winstat==1){
    		winstat=null;
    		//do nothin'
    	};
    };
    //-----------------------end of script------------------------------------------
    //-------------created for Burst community by: @bitko
    //-------------developed from initial .iim script provided by: @dagentlemang
    //-------------Collect the free coins, then use it to buy Burst!----------------
    //-------------Happy Bursting!--------------------------------------------------
    

    Okay.... I need some rest now, sleepy. :)
    I drank too much coffee today.

    Happy Bursting!

    Dude BIG THANKS on that update xD
    Already set it up and it's really easy to set up and i think it runs even faster but the difference could be my PC since i just rebooted it like half an hour ago xD



  • This post is deleted!


  • @darkshadow97056 said in Working Script - Freebitco.in auto claimer IMacros:

    @bitko i was banned on free bitcoin, and my account was shortly un banned since i sent them an email, i was using the same script that dagentlemang made 0_1481174340916_upload-bfb5ec71-04cb-44fa-ae8d-bf59e1d381be

    same here! and now the script doesn't work anylonger!-/ I always get an "0008 Kein Captcha gefunden. / No captcha found." on the second tab.
    I checked the folder and the current .png is there! Are you guys using the "Solve Media" Capcha?


Log in to reply
 

Looks like your connection to Burst - Efficient HDD Mining was lost, please wait while we try to reconnect.