Bitcoin Forum
April 23, 2024, 09:15:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: iMacro bots  (Read 2100 times)
zahra4571 (OP)
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250



View Profile WWW
August 14, 2014, 09:52:22 AM
 #1

Share and discuss about your iMacro bots with others here

1713863718
Hero Member
*
Offline Offline

Posts: 1713863718

View Profile Personal Message (Offline)

Ignore
1713863718
Reply with quote  #2

1713863718
Report to moderator
1713863718
Hero Member
*
Offline Offline

Posts: 1713863718

View Profile Personal Message (Offline)

Ignore
1713863718
Reply with quote  #2

1713863718
Report to moderator
1713863718
Hero Member
*
Offline Offline

Posts: 1713863718

View Profile Personal Message (Offline)

Ignore
1713863718
Reply with quote  #2

1713863718
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713863718
Hero Member
*
Offline Offline

Posts: 1713863718

View Profile Personal Message (Offline)

Ignore
1713863718
Reply with quote  #2

1713863718
Report to moderator
1713863718
Hero Member
*
Offline Offline

Posts: 1713863718

View Profile Personal Message (Offline)

Ignore
1713863718
Reply with quote  #2

1713863718
Report to moderator
zahra4571 (OP)
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250



View Profile WWW
August 14, 2014, 10:12:37 AM
 #2

Here is one of my old useless bot for collecting faucet you can use it for practice
Work only in Firefox
To have this fully work you need DBC account for captha solving.
Replace USERNAME and PASSWORD in code with yours DBC account.
And replace XXX with your computer name.

Code:
TAB T=1

SET !TIMEOUT_PAGE 60
SET !ERRORIGNORE YES


ONDOWNLOAD FOLDER=* FILE=image.jpg WAIT=YES

URL GOTO=http://freebitco.in/?op=home&tab=free_play

TAG POS=1 TYPE=IMG ATTR=HREF:*captcha* CONTENT=EVENT:SAVEPICTUREAS

WAIT SECONDS=5

TAB OPEN

TAB T=2

SET !EXTRACT_TEST_POPUP NO

URL GOTO=http://api.deathbycaptcha.com/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:\Users\XXX\Documents\iMacros\Downloads\image.jpg

TAG POS=1 TYPE=INPUT ATTR=TYPE:submit

WAIT SECONDS=5

TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT

SET !VAR1 {{!EXTRACT}}

TAB CLOSE

TAB T=1


TAG POS=1 TYPE=INPUT:TEXT FORM=ID:free_play_form ATTR=ID:recaptcha_response_field CONTENT={{!VAR1}}
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:free_play_form ATTR=ID:free_play_form_button
WAIT SECONDS=3610
REFRESH

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!