Make a packet bot

07/22/2011 04:15 rjsdabom#1
Hello, i have recently started programing in vb 2010, i have searched but cannot find, can someone please give me a link on a tutorial on how to start coding a packet bot for online games. I have not made any bots yet that comunicate with online servers, just simple bots like youtube refreshers and such. Help is much appreciated thanks,
07/22/2011 05:11 hoocrax#2
There are quite many tutorials on e*pvp itself, try to find in the coders / gamehacking section.. i'm sure u will find something :)
07/22/2011 17:52 rjsdabom#3
I have searched but cannot seem to find...
07/22/2011 20:05 Affensohn^^#4
you'll need a tcp socket and a sniffer to understand the "commands" of the server and the client. Your bot has to send those packets to the server, like a normal player does it
07/22/2011 20:38 rjsdabom#5
Lol^^ I know, i need a link or a detailed tutorial on HOW to make a bot.
07/22/2011 20:43 Ghosttiger#6

I don't know, mabey it Helps you
07/22/2011 20:47 rjsdabom#7
^^ I have seen this tut, it is mainly how to make your application have a webbrowser i think. Thanks for the suggestions so far
07/22/2011 21:25 Klenix123#8
There no realy good tutorials for coding a TCP/Socket/Packet bot, because in the most Forums something like that is not allowed...

Understand the Commands and try to make a working TCPClient connection...
My Own Bot has ~2000 lines and its collect no boxes at the moment!!!

If someone want screens or help(no code) write me a PM.
07/22/2011 21:26 rjsdabom#9
Then how will someone learn to make a bot?
07/22/2011 21:33 Klenix123#10
1. Learn the Basics!
2. Show tutorials about TCP or something like that.
(Dont show Tutorials "How To make a Packet Bot", Because they are often real shit!)
3. Dont use codes from other people, write your own!
07/22/2011 21:38 rjsdabom#11
Thanks^^
I will try to learn from the udo bot source code i guess then write my own bot...
07/23/2011 00:51 maledict#12
Don't think you can "read" or "learn how to" about everythink. Sometimes you are on your own, you have to invent it yourself.
Download the wireshark and learn how to use it. Find a good swf decompiler (not a dissasembler). Also you'll have to learn how to do transparent proxy, or (more advanced) dll injection and mainly how to not get caught..one little change in the protocol and...
07/23/2011 01:10 rjsdabom#13
Yes, actually I can learn. I know nothing about coding packet bots so I need somewhere to start out.
07/23/2011 12:35 aser96#14
i`m currently making a packet bot in java and it isn`t much difficult, you just need to manipulate strings and use tcp functions