How do i make my own bot?

LetterCraft Inc.

Junior Member
Joined
Jun 21, 2009
Messages
124
Reaction score
30
Hey guys, i've been reading way too much and have not posted too much. I just had a query that how do these members who make bots make them? Are these written in a particular language? If yes, then which one? I'm pretty sure they're written in some language (DOH!) (or maybe iMacros) but i don't know where to start off like most others. I know i might be sounding a bit stupid but it would be great if someone could help me out :) Can someone guide me to which software/language is used to create these bots such as gmail account creators, godcpa, etc... Hopefully if i learn i would be able to contribute one to the forum :D
 
Now...you did see this thread, right?

HTML:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/99662-so-i-made-my-first-bot-imacros.html

Up to a week ago, I never used iMacros. I can now create a iMacro bot that logs in and posts all sorts of stuff - all because of that thread.
 
I had checked this thread the day after it was posted and there wasn't much info on it. It looks like there are some very constructive posts there now. I'll check it out and see if i can make something of my own. Thanks for the heads up. If I'm having problems i'll post back here. I'm sure godcpa wasn't made using macros. Any idea what's required to make those kind of softwares?
 
Most actual coders use the .NET framework for bots. I would suggest if you want to make quality bots, you learn either C# or VB.NET. They are both very powerful, yet very easy to use compared to other programming languages. That said, it will still take some time coding before you can make awesome bots, but I would say a few weeks of studying, and you should be able to make some decent quality bots.
 
good and fast bots are stilll coded by a good programmer of your choice ;)
 
doomster, can I have a copy of your ebook for free? (PM)

I'll try to learn the C# language, currently all I know is php, javasrcipt, html and css.
 
If you really want to code things you want to look into libcurl. It is a library that makes bot creation fairly easily with php. There's a book called webbots, spiders and such by a guy with the last name Schrenk that outlines basic libssl usage. I have used libssl to create software to track keywords in search engines, perform submissions, watch prices and do form filling, but it really depends on what you want to do.. basic form filling is pretty easy to do with iMacros so I would just use that if you're not a programmer.
 
Most actual coders use the .NET framework for bots. I would suggest if you want to make quality bots, you learn either C# or VB.NET. They are both very powerful, yet very easy to use compared to other programming languages. That said, it will still take some time coding before you can make awesome bots, but I would say a few weeks of studying, and you should be able to make some decent quality bots.

Thanks so much, i have so much to catch up on, i wan to learn so many thing + college to attend. I've been wanting to learn PHP, html, photoshop and now how to make bots... thanks so much :D

good and fast bots are stilll coded by a good programmer of your choice ;)

huh?

dude go for c# its the best n stable language for bot programming n the bots can be multithreaded as well , i have ebook on bots if u need it hit me .

Thanks so much! :)

If you really want to code things you want to look into libcurl. It is a library that makes bot creation fairly easily with php. There's a book called webbots, spiders and such by a guy with the last name Schrenk that outlines basic libssl usage. I have used libssl to create software to track keywords in search engines, perform submissions, watch prices and do form filling, but it really depends on what you want to do.. basic form filling is pretty easy to do with iMacros so I would just use that if you're not a programmer.
Thanks for the tips, i think i'll start off with learning iMacros first as you said and then i will move on to something tougher like C# and VB

Google it. You will find more information...:D
Haha, yeah... Good ol' Google! I just wanted some specific information and with the amount of knowledge BHW has i thought it would be best to ask here.

Thanks all you guys :D
 
For many such things PHP is a very nice approach.
Just multithreading is not possible easiy but depending on the goal you often do not need more than one process working on something.
 
thanks doomster and mtnman_sierras, I'll read this everyday after work.
 
Hello

Can anyone re upload the links for those 2 ebooks please ?

Many Thanks !
 
I made my first bot with Ubot Studio few days back (just a simple Pinger). I'm not a programmer nor have any programing knowledge but if you really want to create a web automation software, then Ubot Studio is the obvious choice.
 
so iev got some PM requesting for the ebook check the link . its pdf so i guess it doesnt require AV scan .
Code:
http://www.mediafire.com/?pzc1eg4tm4y32tq
btw this ebook is kinda basic stuff about using httprequest to get pages using cookiecontainer to maintain sessions and some html parsers . if u want to make some advance bot ull need to learn advance multithreading and captcha api n stuff .
 
Back
Top