bot

Status
Not open for further replies.

luckymoney

Registered Member
Joined
Mar 29, 2010
Messages
68
Reaction score
3
Hi, guys I'm trying to learn how to make bots, I'm newbie and if there is any person who is welling to show me the right direction to make a bot thank you oh yea few examples of bots that I'm interested in is the yahoo email maker Read Greed 1.0.
 
Pick a programming language and learn it inside and out. Pick up an ebook on c# maybe (there are a couple here). Once you work your way through the ebook, and gain an understanding of the http protocol you will have an idea of what is required to make a bot.

Don't skip any steps, start with a simple "hello world" program and slowly work your way up to stuff like account makers.
 
Thats good advice by grizz, almost all languages start off with hello world :) i never touched on C# but i know PHP/VB.NET fairly well.

cheers

Graham
 
Depending on your needs learning a programming language may be unnecessary. Check out iMacros, you can also control it with most other programming languages anyway.
 
I second the Ubot vote. Combine that with the first post of learning it inside and out and you are well on your way to online automation.
 
is it possible to get Ubot somewhere (warez)?

Even if you got the very few cracked versions out there - it would throw out errors pretty much all the time + alot of the features that's on the server side are lost. ;)

It would work, but not work work. And if you don't got $245 (okay $199 with coupons) to spend then you should really start grinding some money man.
 
Thank you, everyone for your replays anyone knows of the name of the book I could get and start reading I'm trying to learn all this stuff without any support from anyone so yea kind of getting hard.
 
get visual studio express versions from microsoft. get some vb.net books. and as grizzy pointed out, get the know how of http protocol.

Hope to see some bots from you soon.

Hope that helps
 
You can also seach google for basic tutorials on any language you want to work with. There are some really good tutorial sites on the web for just about any language you can think of. Reference sites, tutorial sites, examples sites, etc. It's good to get additional books as well, but you can get a good start online and then start buying books after you've had a taste of the language first.

If you can't find the information you need to start learning a language online it means you aren't really trying.

You can also do a search on google for opensource bots. Find some poker bots or some other workable code to analyze and learn from.

Good luck on your projects. :)
 
Last edited:
for IM, or simple web browser based bots, get ubot. its worth the $200 - coupon codes are all over. BUT you will have to take the time to learn it, its not a I bought this ten minutes ago and made a ten thousand dollar bot, there isnt any thing like that ever, or else I'd not be forum hoping on a thursday night
 
for making bots
first thing download visual C# express
or buy Visual studio

net learn basics
conditions loops etc..
handling data
string manipulations
reg ex
handling files

OOP -

what you need to learn is socks programming
here in programming section you will get one very good fro bot programming

also get one network analyzer good ones are available for free


write codes
if you face problem post them and someone will helpyou

I would spend 10-30$ for some simple bots example on freelancer websites
another 30-50$ to leanr sme stuff \quickly from a professional...

search search n search u will get videos on c# programming also...
search you will get codes for simple bots also....

find like minded friends who are willing to learn bot programming....

good luck.....

EDIT
http protocol is good to start with
focus on sockets

don't get confused..
.. coding your own bot is fun even if its small enough.. keep doing
more you do it more you learn it... <<pain is for a while pride is for ever

I say this because i smell u want to go into bot coding...
 
Last edited:
thanx, everyone I'm going to starting soon.
 
ubot is on the DNS list, but don't let anyone tell you a fully working cracked version is not available. lol It is worth the price though IMO
 
Last edited:
imacro is great
you can easily find many imacro scripts which actually work..

ubot and autoit i have to see a single working bot
 
I used to use AutoIt. It's fairly simple but not too powerful, however I still use it from time to time to make bots for games because of the easy to use imagerecognition plugin.

Other than that I use Visual Basic Express. It's very easy to learn the basics and it shouldn't take you long to learn how to manipulate web pages.
I made a forum poster with it about 1 year ago, and I'm working on an article spinner now.
There are tons of videos on youtube and many forums that provide quick help.
 
Status
Not open for further replies.
Back
Top