Automate, NQL, and ubot if you have em. Like i said i have licenced versions of imacros and winauto. id love to try others out. ill have to take a good dive into the videos on creating bots though. i know with PHP you can send Useragent data to appear that you are using a browser which is a good idea.@lighthouse
Just see the videos above its so easy to make bots nowdays which do simple tasks and I also am not much of a programmer but still can do lots of simple bots so just take action and see
Also, which program u want out of the above I can host it and post a link here
Also, if you dont want to do programming check out automate it is really nice.
it.
Just thought I'd ask here cuz someone might know.
As you all know decaptcher using HTTP post function returns strings like this:
0|Major ID|Minor ID|0|0|captcha
My problem is when I use the extract function in imacros it gives me the whole string! Is there a way to just extract the captcha text and major/minor/id and store them as variables?
Tried fooling around with the extraction wizard with no success always got whole string.
[FONT='times new roman', serif]
[/FONT]
ok so i decided to put up my yahoo email account creator eith captcha support from beatcaptchasi made a while back heres the link:
http://rapidshare.com/files/272389580/yahooaccountcreator.zip
This is for imacros scripting edition only and will not work with the firefox edition
Instructions
1. put the 2 macro files accyahoo.iim and accyahooerror.iim into your macros folder and put the vbs file yahooaccount.vbs wherever you want
2. open yahooaccount.vbs with notepad or any text editor and edit the top part that says: Customize this
It looks like this and explains what and how to edit the sections you need to
'CUSTOMIZE THESE PARTS
'------------------------------------------------------------------'
'put your BeatCaptcha Key here
beatcaptchakey = "INSERTYOURKEYHERE"
'change makeaccounts variable to the amount of accounts you want to make
makeaccounts = 3
'change runintray variable to yes if you want the account creator to run in your tray
runintray = "no"
'wait time between making accounts in seconds
waittime = 5
'this is the directory you want the account information stored
strDirectory = "c:\yahooaccounts"
'this is what you want the file to be called
strFile = "\yahooaccounts.txt"
'---------------------------------------------------------------------'
once you edit the settings to your liking just doubleclick/open yahooaccount.vbs normally and let it run
Just thought I'd ask here cuz someone might know.
As you all know decaptcher using HTTP post function returns strings like this:
0|Major ID|Minor ID|0|0|captcha
My problem is when I use the extract function in imacros it gives me the whole string! Is there a way to just extract the captcha text and major/minor/id and store them as variables?
Tried fooling around with the extraction wizard with no success always got whole string.
[FONT='times new roman', serif]
[/FONT]
You may have to do some coding to strip the rest of the text from the captcha. I have a Vbscript that can strip a number from a sentence but nothing for stripping words from a sentence yet.
would it work for pulling a password out of an email to save it as VAR1?
any idea how to randomly pick values from excel column????????
SET !EXTRACT NULL
SET !EXTRACT_TEST_POPUP NO
URL GOTO=http://www.graphpad.com/quickcalcs/randomN1.cfm
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:CFForm_1 ATTR=ID:low CONTENT=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:CFForm_1 ATTR=ID:hi CONTENT=10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:CFForm_1 ATTR=NAME:Random
TAG POS=18 TYPE=TD ATTR=TXT:* EXTRACT=TXT
SET !LOOP {{!EXTRACT}}
maybe, I will have to see what I can come up with in the morning. I don't think I can save it as VAR1 if I use VBscript to strip the rest of the text from the password but I could save it as RAV1
I'm having a problem, when my macro runs into a video for over 18's it hangs at the verification page, how do I overcome it?
anyone know the basic code to start a macro and rotate a proxy/clear cache each time its looped? I have everything else done in the IDe but i do not know how to prgram it in the scripting version and do what i want.