[Project] New Tool Bot Creator

kingofunivers

Junior Member
Joined
Apr 4, 2010
Messages
128
Reaction score
409
Hi guys im working on a new bot creator, something like uBot.

It will be really cheap software and it will be able to do most of things that ubot does like click buttons,setting text,scapre text on web pages ect,ect with a cool grapich.
And relly easy script coding.

These pictures show how the tool looks after 1 day of work :

v0nrnl.png


wl0o0o.png


And that an exaple of easy script for search on google :

Code:
nav*http://www.google.com/|
id*q|.settext=*Element=<Textbox1>|
id*btnG|.click
Obviously the tool generate script so you no need to type nothing.

Someone would be interested in something like that?
 
Would be very interested in things like this. Many other people would say the same things. Why? Because there are bots out that arent able to do certain things and with this the user can create it themselves to fit their needs. As well as making it at a very small price as you defined.
 
Might be cool, but you need a lot more work on this, I know because I actually coded a thing like that for myself :). One suggestion: make the script more human readable, like:

Code:
Navigate("http://www.google.com/")
GetElementByID("q").SetText(GUI.Textbox1)
GetElementByID("q").Click

That's how did it...a lot more understandable, don't you think? You can also add semicolons ";" at the end of each line, to simplify parsing, like in C#.
 
Would be very interested in things like this. Many other people would say the same things. Why? Because there are bots out that arent able to do certain things and with this the user can create it themselves to fit their needs. As well as making it at a very small price as you defined.

Yeah, that what i was think too that why im making this tool.

that baby looks kooler than ubot and most of all it looks very simple man what are the limitations with this baby huh? can you code pretty much everything with?

When it will be finished you will able to automate almost all

I'm interested too.....Need beta tester?

When it will be almost finished i will need beta tester but not now. maybe next week.

Might be cool, but you need a lot more work on this, I know because I actually coded a thing like that for myself :). One suggestion: make the script more human readable, like:

Code:
Navigate("http://www.google.com/")
GetElementByID("q").SetText(GUI.Textbox1)
GetElementByID("q").Click
That's how did it...a lot more understandable, don't you think? You can also add semicolons ";" at the end of each line, to simplify parsing, like in C#.

yeah you are true i will create language like this

you wanna code me a bot with yours i'l pay?

PM me your bot
 
as one of the first dudes to use ubot...i just want u to know u are in for a helluva lot of developing if this is to be anywhere near as good as ubot (which isnt as good as learning a real programming language) because users will come up with things they want to do that you havent thought of yet...just a few features this need to have off the bat...it needs to be able to create bots and that upload pix, video, other files, it need a gui builder, and it need to be able to handle lists...you will also need math variables, account creation variables like first and last names, male or female, b-day, fake email, passwords, usernames, and tons of other shit Seth has crammed into ubot...he slaves on his software everyday...there are constant updates and bug fixes and implementations...if the bots were able to go any faster without errors...it would be the perfect marketing/blackhat tool
 
I would be willing to beta test as well. Are the bots you build with your program locked into IE like the bots I build with uBot?
 
Add captcha reading...
Add a proxy changing...
Add a powerful IF Then (conditional Statement) command

and i suggest to not create a new language for your bot, because people wont like to spend time and learn a new language only for your bot, use one of the the most easiest and popular language that is out there
 
You should make some design decisions from the start or else you 'll be refactoring a lot in the future.

The most important decision is if you are going to do multi-threading or not.
 
as one of the first dudes to use ubot...i just want u to know u are in for a helluva lot of developing if this is to be anywhere near as good as ubot (which isnt as good as learning a real programming language) because users will come up with things they want to do that you havent thought of yet...just a few features this need to have off the bat...it needs to be able to create bots and that upload pix, video, other files, it need a gui builder, and it need to be able to handle lists...you will also need math variables, account creation variables like first and last names, male or female, b-day, fake email, passwords, usernames, and tons of other shit Seth has crammed into ubot...he slaves on his software everyday...there are constant updates and bug fixes and implementations...if the bots were able to go any faster without errors...it would be the perfect marketing/blackhat tool

All the things you said aren't hard they will just ask for time and i have alot of free time :D

I would be willing to beta test as well. Are the bots you build with your program locked into IE like the bots I build with uBot?

I think IE browers is must but it will be hidden or made it show up just if asked.

Add captcha reading...
Add a proxy changing...
Add a powerful IF Then (conditional Statement) command

and i suggest to not create a new language for your bot, because people wont like to spend time and learn a new language only for your bot, use one of the the most easiest and popular language that is out there

Proxy and If/else/while/each ect condition are not problems about the captcha it will be loaded into picture box as well but it will not get solve from the program

You should make some design decisions from the start or else you 'll be refactoring a lot in the future.

The most important decision is if you are going to do multi-threading or not.
i don't think design is so important i can change it when i want..

multi-thread + webbrowers controll = pc explosion :D for doing it multi-threading i should use httprequest and that will cut off alot of elements automations so i prefer more possibilty things to automate but just one thread.
 
How far out is your roadmap for a beta release?
 
Here is a little tip. Instead of reinventing the wheel using IE, just integrate WatiN into your application
 
bump...i will need beta tester really soon
 
i'd be happy to help. I believe i was the first client/customer of seth's when he pre-released ubot ;)
 
Back
Top