i used the win hex try to understand what is the codes in the packet. for example
A->61
B->62
1->31
)->29
and more. however the packeting for 2moon is **** difficult to figure out ,what are actions does it contain. i try to sent all the sent packets in the recording but end up dc. even i get the only 1 sent file in recorded packet to re sent again, it oso make me dc. let's say i try to drop 1m on the floor and i start to record be4 i press space bar to pick up 1 m. and i got 1 sent packet. and i resend it again. but it make me dc oso. any1 have any ideas???
The packets in dekaron are encrypted using some XOR and an the crypt table which is inside dekaron.exe. If u want to send packets modified by u, you need first to hook the send function from dekaron process and finding the encryption routine. Also u need to find the decryption routine too by hooking the receive function. (Try google hook send /receive function and u going to find some hits for helping u). When ur done you must create an app (sniffer) in c++ to send packets modified back to server. WPE, rEdo or other sniffer will not work in dekaron cause packets are already encrypted so u must decrypt them first then edit what u want then encrypt them back and sending to server.
Also u must know the packet structure in dekaron games (if u already know whats WORD, DWORD etc means). A good start for u is by learning Assembly language then u can easyly trace send and receive function from dekaron.exe. After that u need to understand the packet structure in dekaron (first is packet header which includes Checksum, Packet Nr, Packet length, Timestamp and Op code; second is the packet data). More information about packets u can find on google. Hope it helps.
tys!! do you have any link to the site for more inofmation abt the the packets?? and do u have any decrypt tools? if have pls send me the link if u dun mind.
Well I dont have any decrypt tools yet. Im using olly to change the packets in real time so I dont need any tools. Me and my friend we still working to a project. We trying to make an universal bot for dekaron with scripting. And about packets just google it. Don't remember which sites have a lot of info about packets.
[HELP]Understanding Client DC 04/11/2010 - Dekaron Private Server - 0 Replies as you guys know, i rarely come on here asking questions about stuff, but after days of searching, trial and error, pulling my hair out, etc, i cant figure out how to relate my findings with a fix.
and what are my findings?
as most p-servers do, i have what at first glance appears to be "random" client disconnects, they can/have/will be associated with skills, effects, animation etc. but pinpointing the exact reason why a client DC's is why im making this post, hopefully one of the more...
Understanding the Packet System 09/04/2009 - Cabal Online - 2 Replies can some plz explain it in german and/or exactlier (if possible cause i have some problems to understand how to this : http://www.elitepvpers.com/forum/cabal-main-discuss ions-questions/228983-understanding-packet-system- basics-packet-explained.html
[PSU] p-machinery: understanding and using 10/29/2006 - General Gaming Discussion - 0 Replies Remember the PETE (robot) in your hostal? It's the PM allow you to used the
warehouse, synthesis, and you can even raise it to be stronger, so that you
can team up with it.
#- Warehouse
- This function allow you to move and manage the inventory items. And you
will be able to take them out anytime.
#- Raise PM
- Under P-Machinary menu, select "Present an item" and select the item
Help understanding some ASM 01/18/2006 - General Coding - 0 Replies I've collected the next batch of stupid questions i hope someone could help me shed some light on.
Basicly im trying to enterpret some very helloworld'ish basic code written in c++ code(vs2005, console app).
http://www.geocities.com/iamasciiart/hellow.JPG
Truth be told, im fiddling with some codeinjection, evaluating different approaches, but i figure i'd get a little better at reading asm first.
The idea of this statement "cout<<"address :"<<IAmMethodOne<<endl;" was to print the...