script bitgames.io

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
fabiodurgante
Posts: 22
Joined: Sun Jan 07, 2018 5:02 pm

script bitgames.io

Post by fabiodurgante » Thu Mar 08, 2018 6:12 pm

Hello, I'm trying to do script for site https://www.bitgames.io/ he finds and sends to 9kw solve media everything OK, 9kw solves captcha everything ok, but when it comes back from 9kw to the site it does not write on the page o captcha result is left page bitgames the place where to type captcha is left blank what to do ??

Code: Select all



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=1
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=C:\Imagens\bitgames.png
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT ATTR=TYPE:submit
SET !TIMEOUT_STEP 500
TAG POS=1 TYPE=INPUT ATTR=NAME:result EXTRACT=TXT
WAIT SECONDS=1
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=ID:adcopy_response CONTENT={{!EXTRACT}}
WAIT SECONDS=5
EVENT TYPE=CLICK SELECTOR="#human>INPUT" BUTTON=0

error here TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=ID:adcopy_response CONTENT={{!EXTRACT}}
User avatar
thecoder2012
Posts: 446
Joined: Sat Aug 15, 2015 5:14 pm
Location: Internet
Contact:

Re: script bitgames.io

Post by thecoder2012 » Fri Mar 09, 2018 7:36 pm

fabiodurgante wrote:Hello, I'm trying to do script for site https://www.bitgames.io/ he finds and sends to 9kw solve media everything OK, 9kw solves captcha everything ok, but when it comes back from 9kw to the site it does not write on the page o captcha result is left page bitgames the place where to type captcha is left blank what to do ??
Your script is incomplete and your page is NOT possible without login. You can check the page with inspect element (or record function) in your browser with imacros. I think "adcopy_response" is wrong because it's not always same.
Join 9kw.eu Captcha Service now and let your iMacros continue downloads and scripts while you sleep. - Custom iMacros? Contact me! :idea:
Post Reply