Working Script - Freebitco.in auto claimer IMacros



  • @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?



  • @nixxda Yes... your error is because the imacros auto updated to the last version probably because you restarted the firefox...
    Try unninstall the imacros and install again the version @dagentlemang said in the initial post, then go to the more button of the imacros and choose "no" in auto update in the bottom of the page ;D



  • @nixxda, the script is working perfectly.
    As @gpedro said, make sure you installed iMacros addon ver 8.9.7 if you're using firefox, then set the autoupdate off.



  • @gpedro yes it sure did! thanks for catching that!-)
    Macro is up and running again!

    If somebody else is searching for the correct version, here's the link for the Firefox addons:

    https://addons.mozilla.org/de/firefox/addon/imacros-for-firefox/versions/

    choose "Version 8.9.7" and disable Firefox/Addons/iMacro/more...



  • @nixxda Sure it happened to me 2 times already ahahaha

    @samreader1 dude just remembered that you can be having this issue too ;D



  • @dagentlemang any update on the edited script link?



  • I'll release my edited script in two hours I have to tell everyone @bitko 's js and iim script is working like a charm

    @darkshadow97056 after using v.2 it's. Much better but will still post mine

    (I added a refresh command a few wait seconds and a timer randomizer Wil update soon)



  • As promised my edited script in the plus random timer optimizer ( seperately )

    I'd like to remind everyone there might be potential risk if you act like a bot you might get banned for being a bot that said wager a few coins here and there now and then, stop the bots a few minutes a day or wait on a claim anything to throw them off Happy claiming.

    REFRESH
    WAIT SECONDS=3
    SET apikey **YOURAPIKEY**
    SET shit C:\Users\**YOURPCNAME**\Documents\iMacros\freebitcoin.png
    
    SET !ERRORIGNORE YES
    TAG POS=1 TYPE=A ATTR=TXT:CLAIM<SP>YOUR<SP>FREE<SP>BTC<SP>NOW!
    SET !ERRORIGNORE NO
    TAG POS=1 TYPE=SELECT ATTR=ID:free_play_captcha_types CONTENT=%solvemedia
    
    SET !ERRORIGNORE YES
    FILEDELETE NAME=C:\Users\**YOURPCNAME**\Documents\iMacros\freebitcoin.png
    SET !ERRORIGNORE YES
    ONDOWNLOAD FOLDER=C:\Users\**YOURPCNAME**\Documents\iMacros\ 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 180
    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=5
    TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:free_play_form_button
    WAIT SECONDS=4
    REFRESH
    WAIT SECONDS=3620
    

    This code made the refresh bug not happen anymore a bad captcha would put the bot on hold and it would get an error with the refresh waits we're eliminating this completely

    This is you random timer optimizer

    CODE: SELECT ALL

    SET randomNumber EVAL("var min=70, max=150; Math.floor(Math.random() * (max - min + 1) + min);")
    PROMPT randomNumber:<SP>_{{randomNumber}}_
    

    And you will get a Random Number in Unit = Milliseconds between 70 and 150.

    But OK, I guess you don't really want it expressed in Unit = Millisecond, but in Unit = Second (=> between 0.070 and 0.150), to be able to use it for the 'WAIT' Statement.
    Well then, you just need to divide it by 1000:
    CODE: SELECT ALL

    SET randomNumber EVAL("var min=70, max=150; var x=(Math.floor(Math.random() * (max - min + 1) + min))/1000; x;")
    PROMPT randomNumber:<SP>_{{randomNumber}}_
    

    You can also create many different variables beforehand and use them in your script like so

    CODE: SELECT ALL

    SET random1 EVAL("var min=1,max=100;Math.floor(Math.random() * (max - min + 1) + min);")
    SET random2 EVAL("var min=1,max=100;Math.floor(Math.random() * (max - min + 1) + min);")
    SET random3 EVAL("var min=1,max=100;Math.floor(Math.random() * (max - min + 1) + min);")
    ...
    WAIT SECONDS={{random1}}
    TAG POS=1 TYPE=DIV ATTR=CLASS:hunt_job_button&&ID:hunt_job_button1600
    WAIT SECONDS={{random2}}
    TAG POS=1 TYPE=DIV ATTR=CLASS:hunt_job_button&&ID:hunt_job_button1600
    WAIT SECONDS={{random3}}
    


  • 0_1481396833221_upload-2eac0187-16d2-4a43-b56d-637673290c0c

    Update : I will be sending 100% of the referral bonus to FAD(feed a Dev) instead of the 80%

    I have claimed for 76.7k satoshi since the start of this project and have bought burst coins!!!! around 700 burstcoins = 200-300 gbs of extra mining power

    There was tons of down time , as it was a learning process everything seems to be panned out now

    Will update next week and thank you for your referrals



  • @dagentlemang Hey G... Have you looked at the Reward Points at freebitcoin faucet? You can maximize your earnings there and with so much referrals you should be able to maximize it even more than me xD

    My plan with the RP in there:
    Day one - Redeem 1200 RP for extra 100 RP per claim and Redeem 300 RP per 100% bonus per claim
    Day two - Redeem 1200 RP for extra 100 RP per claim and Redeem 300 RP per 100% bonus per claim
    Day three - Redeem 1200 RP for extra 100 RP per claim and Redeem 3200 RP per 500% bonus per claim
    Day four - Return to day one plan

    This plan will allow you to claim at least 600k sat per month (600k sat stands for around 4,5€)
    Since you receive 2 RP per each claim of your referrals you should be able to enjoy even better % bonus on your claims ;D
    If you didn't studied that case just yet, do it mate... It will allow you to earn much more !!!!
    Happy bursting! hahah



  • Faucet claimer is up to 163k satoshi, with over 88% captcha success rate and 23 claims a day... Happy claiming!



  • Tasting 100% Rewards Points + 500% Free Bonus .... very delicious.
    1.5K satoshi per hour.

    alt text

    If you're new to freebitco, you can use @dagentlemang referral, or @bitko referral:

    Get the free btc, and buy more Burst.

    PS: If you join @dagentlemang's ref you'll help him to feed the Burst Dev. If you join @bitko's ref you'll help him to build his house... lol. (Effective 01-Jan-2017, @bitko will be full time with his family, no more conventional job, and will be Burst-ing for all of his entire life, teaching kids on Burst, mining & building assets).

    Happy Bursting!



  • Well done thank you @gpedro fir the tip we've been staking bonuses I'm up to almost 200k satoshis

    Burst family, can't wait to see this!!!



  • something changed in freebitcoin with solved media ?

    0_1483224082551_Knipsel2.PNG

    0_1483224090617_Knipsel3.PNG


Log in to reply
 

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