[VB.NET] What´s is the link for the maprevolution on darkorbit?

02/24/2013 17:13 vadimkovr#1
I can making the part o login into the bot and how can I open the maprevolution and wait to loading and then press start again to open the game?
Please give me a source as vb.net.
Or just add me at skype: vadimkovalev123
02/24/2013 17:43 'Heaven.#2
first u have to sniff the packets the client sends to the server
2. decrypt those packets and analyze it
3. rebuilt the packet
4. encrypt the packet and send it to the server
5. your done :)
02/24/2013 18:01 vadimkovr#3
But I don´t know how o ake this and sending this from vb.net.
02/24/2013 20:40 'Heaven.#4
so u have a problem ;)
02/24/2013 20:48 Dorfman#5
First you need to learn it with an other games... With an better packet structure ;)

I mean with non encrypted packets...
02/26/2013 06:59 »jD«#6
If you don't know the basics of network programming, then I wouldn't be trying to write a bot for one of the most aggressively protected browser games.

If you really want to learn about network programming, take a look at this book: [Only registered and activated users can see links. Click Here To Register...]

-jD