Sunday, April 24, 2016

Earn Freedoge.co.in Auto Pilot method!



Freedoge.co.in is a website here you earn some dogecoin free every hour. Now I share a imacro code with this you can automate task.
It use deathbycaptcha for auto solving so you need some

credit there.
This version work with windows.
 
So it will automatically claim doges every hour and it solve captcha too.

How to use:
1. U need imacro in firefox
2. Change username and password in script to your deathbycapcha logins
3. Make new macro, press rec, stop, edit macro and put script there.
4. Go freedoge site and login
5. Run script in loop and profit

Code for imacro :
URL GOTO=http://freedoge.co.in
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES

TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:CLAIM<SP>YOUR<SP>FREE<SP>DOGE<SP>NOW!
'WAIT SECONDS=1
TAG POS=1 TYPE=SELECT ATTR=ID:free_play_captcha_types CONTENT=%recaptcha_v1
'WAIT SECONDS=1
FILEDELETE NAME=C:\Capt\freedoge.jpg
ONDOWNLOAD FOLDER=C:\Capt\ FILE=freedoge.jpg
TAG POS=1 TYPE=IMG ATTR=ID:recaptcha_challenge_image CONTENT=EVENT:SAVEITEM

TAB OPEN
TAB T=2

URL GOTO=http://api.dbcapi.me/decaptcher?function=picture2&print_format=html
TAG POS=1 TYPE=INPUT ATTR=NAME:username CONTENT="Username"
TAG POS=1 TYPE=INPUT ATTR=NAME:password CONTENT="Password"
TAG POS=1 TYPE=INPUT ATTR=NAME:pict CONTENT=C:\Capt\freebitcoin.jpg
TAG POS=1 TYPE=INPUT ATTR=TYPE:submit

TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
TAB CLOSE

TAB T=1
TAG POS=1 TYPE=INPUT ATTR=ID:recaptcha_response_field CONTENT={{!EXTRACT}}
'WAIT SECONDS=3
'Press Roll Button
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:free_play_form_button
WAIT SECONDS=3777

-Thanks-​

No comments:

Post a Comment