Is there a bot that it can grab txt file and fill in forms ?

ch8878

Elite Member
Joined
Mar 21, 2009
Messages
2,253
Reaction score
438
I want to know if anyone knows if there is a bot that can grab a txt file and fill in forms like this below:


Title Mr or Mrs depending on gender
First Name
Lastname
Username
Gender M or F
Birthday Month, Day and Year
Address
City
State
Zip
Country US
Email Address
Phone Number 000-000-0000
Password
Confirm Password

The txt file would be like this below:

Profile 1
Title Mr or Mrs depending on gender
First Name
Lastname
Username
Gender M or F
Birthday Month, Day and Year
Address
City
State
Zip
Country US
Email Address
Phone Number 000-000-0000
Password
Confirm Password

Profile 2
Title Mr or Mrs depending on gender
First Name
Lastname
Username
Gender M or F
Birthday Month, Day and Year
Address
City
State
Zip
Country US
Email Address
Phone Number 000-000-0000
Password
Confirm Password

Profile 3
Title Mr or Mrs depending on gender
First Name
Lastname
Username
Gender M or F
Birthday Month, Day and Year
Address
City
State
Zip
Country US
Email Address
Phone Number 000-000-0000
Password
Confirm Password

Let me know if anyone knows of one
 
i don't there's something like that right now, but you can pay somebody to do something similar at freelancer.com
 
i don't there's something like that right now, but you can pay somebody to do something similar at freelancer.com

Do you know anyone thats good over there ?

If so how much would something like that cost ?
 
You could easily create something like that with uBot. Would take a couple hours at the most.
 
You could easily create something like that with uBot. Would take a couple hours at the most.

I don't have uBot, I tried using VB.net but I had no clue what I was doing.
 
I can make it in uBot and in Imacros as well.Depends on exact requirements.
Pass me a PM for pricing.
 
I could do it easily in php or autoit.
Hit me up with a PM, I will send you a good tut or code it for you.
 
you can try forum bot or forum poster if it meet your requirments..
 
Last edited:
Well if you mean to register to the same website.

In that case it is fully doable with jibbit maccro recorder.

You just need to cut the text you are pasting in the form, you do it once one time and completly.

A mouse recording software is really powerful with this tips.

And even more powerful with this other trick. When you have a bunch of file to do something with, you create a folder, you record what you need to do and you drag the file into the folder. So when you launch the macro again it will always use the next file.

ANother trick : If you mean to use different Url that you have placed in a text file and to do something similar on the website. You have a firefox plugin which allow you to associate links to a number. SO if the links move, you'll be able to select it. I use that to modify non protected wikispace links ;)
 
Last edited:
Well if you mean to register to the same website.

In that case it is fully doable with jibbit maccro recorder.

You just need to cut the text you are pasting in the form, you do it once one time and completly.

A mouse recording software is really powerful with this tips.

And even more powerful with this other trick. When you have a bunch of file to do something with, you create a folder, you record what you need to do and you drag the file into the folder. So when you launch the macro again it will always use the next file.

ANother trick : If you mean to use different Url that you have placed in a text file and to do something similar on the website. You have a firefox plugin which allow you to associate links to a number. SO if the links move, you'll be able to select it. I use that to modify non protected wikispace links ;)

I need something that can fill out the same info in many different url's like lastpass but I need it to grab a txt file that has the info in it.
 
This is the problem with imacros:

I have tried imacros to do what I need on auto pilot the problem with imacros is when you record a site like this: sitesurl.com/ref0090990990

Then I try to do the website again with a new url that url needs to be used otherwise the macro won't work.
 
Back
Top