Best posts made by bitko
-
Working Script (Vol.2) freedoge.co.in Auto Claimerposted in General Discussion
Hi guys, this thread is a continuation of 1st thread created by @dagentlemang about freebitco auto claimer. To understand the usage of the script I'm gonna post here, you need to be aware of captcha service thru 9kw.eu along with its API-key and iMacros addon ver 8.9.7, as mentioned in the 1st thread. Take your time to see following index:
- Here is the 1st thread created by @dagentlemang : https://forums.burst-team.us/topic/2818/working-script-freebitco-in-auto-claimer-imacros
- Here is the latest update of the freebitco script (I combined the original iMacros script with javascript code): https://forums.burst-team.us/post/29772
==============================
NOW, LET'S GET READY TO RUMBLE...................... the similar script for freedoge!
Wait a moment, not registered yet to freedoge?- Link for bitko's referral >>> freedoge with bitko
- Link for dagentlemang's referral >>> freedoge with dagentlemang
- Link for non-referral >>> http://freedoge.co.in
Let's now proceed to the script. Please read following steps carefully :
- The iMacros script to be saved using filename: #autosolver-freedoge.iim
- The javascript code to be saved using .js extension. (Sample filename: AutoSolver-freedoge-player.js)
- Put both files inside folder: \iMacros\Macros\ (default folder when you record any iMacros script)
- Input parameters in the .iim file, put your Computer Name & your APIKEY (only change the first two lines of the code).
- Login into your freedoge 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 file using filename: #autosolver-freedoge.iim --------- '-----------to input parameter in following 2 lines --------------------------------------- SET ComputerName YOUR-COMPUTERNAME SET apikey YOUR-APIKEY '================================================================ SET bullshit C:\Users\ ADD bullshit {{ComputerName}} SET bearshit {{bullshit}} ADD bearshit \Documents\iMacros\ SET shitcontainer {{bearshit}} SET shit {{shitcontainer}} ADD shit freedogecoin.png URL GOTO=https://freedoge.co.in/?op=home TAG POS=1 TYPE=A ATTR=TXT:FREE<SP>DOGE 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=freedogecoin.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: @bitkoAnd here is the javascript code:
//----------------main script to run #autosolver-freedoge.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-freedoge.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!--------------------------------------------------Additional browsers (other than firefox + iMacros 8.9.7) which are compatible to run the script:
- Palemoon ver 26.3.2, with iMacros addon ver 8.8.7.1
- Cyberfox (any version), with iMacros addon ver 8.9.7
Okay guys, let's get the free coins and use 'em to buy BURST.
Happy Bursting to everyone! -
RE: Working Script - Freebitco.in auto claimer IMacrosposted in General Discussion
@dagentlemang , @gpedro , and others...
Guys, here is the script I've promised. Please read the steps carefully :- The iMacros script to be saved using filename: #autosolver-freebitco.iim
- The javascript code to be saved using .js extension. (Sample filename: AutoSolver-freebitco-player.js)
- Put both files inside folder: \iMacros\Macros\ (default folder when you record any iMacros script)
- Input parameters in the .iim file, put your Computer Name & your APIKEY (only change the first two lines of the code).
- 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: @bitkoAnd 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!
-
RE: [SOLD-OUT] CCMINER_100TB new asset!posted in Asset Exchange
@nameless said in [ANN] CCMINER_100TB new asset!:
@bitko forget about payouts. I say we have a much more urgent situation to deal with. An advice @ccminer has ignored for too long and it might cost him his asset and reputation in this forum.
Such oversight sickens me to be honest. Although it has been brought to his attention, he chose not to act upon it and endanger his whole mining operation.
It's been over 2 months!!! 2 months that people just focused on growth and payouts, but never on the important issue. And this small detail can stop his entire operation in a matter of seconds. If you will scroll up a few hundred posts, you will see me openly and publicly warn him about it and yet he decides to pull a pun and change subjects. That should tell you something about the person you trust to handle your money...
I mean, have you seen this man's mouse? It's complete shit! What if that mouse stops working one day soon and he won't be able to click away and give people dividends or set up his mining thingy? Did anyone consider that? Of course not! You were all paying attention to how fast and well he was doing and nobody noticed this fundamental flaw in his entire operation. A bad mouse can damage lives !!!
And that my friends is how you troll like a pro :)
Sh*t, I did not take consideration that your prediction would become a reality. The mouse-less offer was actually the key of today situation. I must admit that you really has a particular skill on it. And one more, ... it's very detail even in single piece of tiny factor.
But, I think it's not been 2 months, prolly only 1 month back. (But, it's okay, you won... last month was Nov and this month is Dec, i.e. 2 names of months a.k.a 2 months).
ROFL + LMAO + LOL + I did burst my coffee inside my mouth while reading your comment due to couldn't stop my laugh factor.
Crab, @ccminer should had taken your 'mouse-less' advice. -
RE: Price , Value Of Burst ...posted in General Discussion
@Gibsalot , agree on your point.
I've even been addicted of buying assets. Almost everyday I buy Burst out of my tiny satoshi from several faucets. As long as >10K sat, I throw 'em in Polo and buy Burst.I have several exchange wallets, and my fav is in cryptopia, using it to convert many cryptos and btc into doge, then send it to polo, sell doge to btc, then buy Burst. This the easiest way for me to avoid big tx fee of btc.
I'm doin' many things as long as I can buy Burst. Unfortunately, I'm addicted to buy assets and keep my balance low.
Dunno if this is a bad habit of mine, or somethin' that's gonna drive me to be a millionaire in next several years. :)
-
RE: Working Script (Vol.2) freedoge.co.in Auto Claimerposted in General Discussion
@gpedro , you said you like bots... enjoy this. Tomorrow I will start working on additional script for 20mins claim faucet. Happy bursting buddy!
-
RE: Call to Arms! A Burst Media Promotional Contest (695.5k+ burstcoin pot)posted in Announcements
@gpedro said in Call to Arms! A Burst Media Promotional Contest (695.5k+ burstcoin pot):
Here we go...
Credits of the art to @chyna88 , i just gave the idea... If this win any prize, the totality of funds will be used to start a merchandising effort to promote BURST with the help of her doing some designs ;DI had to make it to this contest somehow @dagentlemang ... hahahah
Happy holidays guys...Vote to win the contest. (But I'm not a judge). :)
-
RE: Call to Arms! A Burst Media Promotional Contest (695.5k+ burstcoin pot)posted in Announcements
Merry Christmas ... from SantaBurst
Make a comment (quote/reply) and mention your wallet address to receive the share.
Any comments without mentioning wallet address, the gift will be given to other people in this forum randomly (as long as they have wallet address on their signatures).
-
RE: YASAssetposted in Asset Exchange
@LithStud, do you also receive LANA coin to get your asset? (Maybe you can stake it for future sale when the price increases. Currently it has value of 1 till 2 sat for each 1 LANA coin).
I have some of this coin which I'm staking in my win wallet. -
RE: [SOLD-OUT] CCMINER_100TB new asset!posted in Asset Exchange
@TimboSlice said in [ANN] CCMINER_100TB new asset!:
Maybe then ccminer1000 asset will have to have a special fee category for a new mouse! Or @nameless maybe you should start a crowdfund?
Or maybe someone needs to start an asset of BurstMouse, a mouse trading based asset.
-
RE: Working Script - Freebitco.in auto claimer IMacrosposted in General Discussion
Tasting 100% Rewards Points + 500% Free Bonus .... very delicious.
1.5K satoshi per hour.If you're new to freebitco, you can use @dagentlemang referral, or @bitko referral:
- @dagentlemang >>>>> join dagentlemang's referral on freebitco
- @bitko >>>>> join bitko's referral on freebitco
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!
-
Idea of New "Daily Asset Shares" (DAS) Faucet.posted in General Discussion
Hi Guys...
This is only an idea (as of now I'm writing this post).
What if we have a brand new faucet which is giving daily of 1 asset share? And what if the share belongs to the daily dividend asset?
Would it be great and is like a magnet for more people to embrace BURST?
I'm gonna call it "Daily Asset Shares" (DAS) Faucet.
People can claim a daily 1 share of upcoming @ccminer 1000 asset. The scenario is:
- Crowdfunding to get 10,000,000 BURST.
- Purchase (order in advanced) of 1,000,000 shares of ccminer1000 asset. (of course if @ccminer keep the share price at 10BURST).
- The Faucet will dry after 1,000,000 shares are fully Burst-ed to all claimers.
So, if this is a good idea, I'm sure many people will be Bursting to the faucet daily to get a free share.
What do you think guys? Who wanna be a volunteer to handle this thing?
Happy Bursting!










