AutoCaptcha Bot | BitCoinker | 5 Min Faucet|20k Payout on Sundays| UPDATE 16-DEC-2016
EDIT: Version 2 Updated in You are not allowed to view links. Register or Login to view.
This is basically the script by You are not allowed to view links. Register or Login to view. in You are not allowed to view links. Register or Login to view. thread modified by me a bit to suit the You are not allowed to view links. Register or Login to view.
You are not allowed to view links. Register or Login to view. is facuet allow you to claim 120 time only in 24 hours (Progressive Timmer detects howmany time you claim and by passing time it reduce give you more chances not reset to 0 at 00:00 times) and have 5 minutes timmer between each claim which is usual 55 to 250 Satoshis. With this script you can get approx 30k to 40k satoshi every sunday with the minimum payouts just don't go over 120 time in 24 hour limit that is important.
WARNING: Never go above 120 times claim limit or facut will automaticall flag you wallet address and stop you to claim again ever untill owner reset the account and he/she not show up except Sunday so if you go above 120 your account have no chance of getting reset before next Sunday.
Minimum Payout is 20,000 Satoshi, every Sunday at 11:00 AM GMT if balance is above 20,000 payout is automatic no manual withdrawls
Follow the Instruction to make the bot work
NOTES:
This bot is not going to make you rich in 2 days...
I am trying to loop is that if wrong captcha is enter it start over right away not wait for 5 minutes but not found the solution yet anyways it is 5 minutes more to spend in that case no big deal.
This is basically the script by You are not allowed to view links. Register or Login to view. in You are not allowed to view links. Register or Login to view. thread modified by me a bit to suit the You are not allowed to view links. Register or Login to view.
You are not allowed to view links. Register or Login to view. is facuet allow you to claim 120 time only in 24 hours (Progressive Timmer detects howmany time you claim and by passing time it reduce give you more chances not reset to 0 at 00:00 times) and have 5 minutes timmer between each claim which is usual 55 to 250 Satoshis. With this script you can get approx 30k to 40k satoshi every sunday with the minimum payouts just don't go over 120 time in 24 hour limit that is important.
WARNING: Never go above 120 times claim limit or facut will automaticall flag you wallet address and stop you to claim again ever untill owner reset the account and he/she not show up except Sunday so if you go above 120 your account have no chance of getting reset before next Sunday.
Minimum Payout is 20,000 Satoshi, every Sunday at 11:00 AM GMT if balance is above 20,000 payout is automatic no manual withdrawls
Follow the Instruction to make the bot work
- Download Mozilla Firefox You are not allowed to view links. Register or Login to view..
- Download Imacro Add-on You are not allowed to view links. Register or Login to view. (Download Version 8.9.7 Only and disable autoupdate).
- Register in 9kw.eu You are not allowed to view links. Register or Login to view. This is a FREE captcha solver page, you earn points by solving captchas and then you can use those points to auto solve captchas with the bot.
- Create a new macro in Imacro in the Firefox and copy this Script: or copy the code to notepad and save file as BitCoinker.iim at location My Documents -> iMacros -> Macros folder.Code:
SET apikey INSERT_YOUR_API_KEY_HERE
SET wallet YOUR_WALLET_ADDRESS_HERE
SET !VAR1 NULL
SET !VAR2 NULL
SET !VAR3 NULL
SET !VAR4 NULL
'Step 1: Open WEBSITE
SET !ERRORIGNORE YES
URL GOTO=https://Bitcoinker.com/?r=16jHM8k2NijCo3zwNjzGgonpwBtjfVqCx4
URL GOTO=javascript:window.scrollBy(0,450)
'Step 2: Save Captcha ScreenShot
FILEDELETE NAME=d:\bitcoinker.jpg
'SET !ERRORIGNORE NO
ONDOWNLOAD FOLDER=d:\ FILE=bitcoinker.jpg
WAIT SECONDS=10
TAG POS=1 TYPE=DIV ATTR=ID:adcopy-puzzle-image CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
WAIT SECONDS=5
'Step 3: Send Captcha For Solving to 9kw
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=d:\bitcoinker.jpg
TAG POS=1 TYPE=INPUT ATTR=TYPE:submit
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 180
TAG POS=1 TYPE=INPUT ATTR=NAME:captchaid EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
'Clean the !EXTRACT variable for the next task
SET !EXTRACT NULL
'Extract the characters that are recoginzed from the picture of captcha.
TAG POS=1 TYPE=INPUT ATTR=NAME:result EXTRACT=TXT
WAIT SECONDS=1
TAB CLOSE
'Step 4: Check the captcha answer (text or nothing like #EANF# = Extraction Anchor Not Found)
SET !VAR2 EVAL("if (\"{{!EXTRACT}}\" == \"#EANF#\") {var x = \"\";} else {var x = \"{{!EXTRACT}}\";} x;")
'Clean the !EXTRACT variable for the next task
SET !EXTRACT NULL
'Step 5: Fill the recognized characters to the verification box
TAB T=1
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:adcopy_response CONTENT={{!VAR2}}
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:address CONTENT={{wallet}}
WAIT SECONDS=5
SET !ERRORIGNORE YES
SET !TIMEOUT_STEP 40
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:faucet ATTR=ID:claim_coins
WAIT SECONDS=5
'Step 6: Check and send the captcha feedback back to the captcha service (OK:1, NotOK:2, EN: Right/False, DE: Richtig/Falsch)
SET !EXTRACT NULL
SET !TIMEOUT_STEP 10
TAG POS=1 TYPE=P ATTR=TXT:Wrong<SP>Captchas EXTRACT=TXT
SET !VAR3 EVAL("if (\"{{!EXTRACT}}\" == \"#EANF#\") {var x = \"1\";} else {var x = \"2\";} x;")
TAB OPEN
TAB T=2
SET !TIMEOUT_STEP 60
URL GOTO=http://www.9kw.eu/index.cgi?source=imacros&action=usercaptchacorrectback&apikey={{apikey}}&correct={{!VAR3}}&id={{!VAR1}}
WAIT SECONDS=2
TAB CLOSE
TAB T=1
WAIT SECONDS=295
'SET !ERRORIGNORE NO
'Wait a random number (1 to 10) of seconds
SET !VAR4 EVAL("Math.floor(Math.random()*10 + 1);")
WAIT SECONDS={{!VAR4}} - In the Part where says "SET apikey INSERT_API_KEY_HERE" Replace INSERT API KEY HERE with your Api Key, you will find the key on 9kw.eu on API KEY => One-Click API Key and click GUI.
- In the Part where says "SET apikey YOUR_WALLET_ADDRESS_HERE" Replace YOUR_WALLET_ADDRESS_HERE with your BitCoin Wallet Address.
- When you already have enough points in 9kw, Just let it Run until you need to put more points in your account!
- Make the Play (Loop) to 120 Max don't claim it more then 120 times in 24 hours or account block | 24 hours time counts from your first claim not the standard times zones.
- Sometime when your browser is minimized it not capture the captcha but it not happen everytime and your credits will be reverse if it not get captured right or wrong answered so no worries however best to leave this window maximize when you leave computer sleep or whatever and there will be no error.
NOTES:
This bot is not going to make you rich in 2 days...
I am trying to loop is that if wrong captcha is enter it start over right away not wait for 5 minutes but not found the solution yet anyways it is 5 minutes more to spend in that case no big deal.