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,
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
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 ****!)
3. Dont use codes from other people, write your own!
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...