|
||
|
|
#1 (permalink) |
|
Join Date: Jan 2004
Posts: 3
|
In the file ProcessStream.cs it gets a handle to the Client process and use ReadProcessMemory( m_Process, m_Position, p + offset, count, ref res ) to access its memory. Everything is clear except for m_Position and p+Offset. Does anyone have documentation on where everything is layed out in the Client's memory?
Again thanks a lot Li-ion |
|
|
|
|
|
#5 (permalink) |
|
Join Date: Apr 2004
Age: 25
Posts: 8
|
It's very simple to do... for me this take 5 minutes.... i use 2.0.3 Client Version.... and ... find this value...
LastMessage 20040094... this offset content last sysmessage .... str - 013E3160 - 4 byte value dex - 013E3164 - 4 byte value int - 013E3168 - 4 byte value or same value here str - 00B65718 - 2 byte value dex - 00B6571A - 2 byte value int - 00B6571C - 2 byte value location: Z order at adress 00CC07FC - 4 byte value Y at adress 00CC0800 - 4 byte value X at adress 00CC0804 - 4 byte value as you can see... x,y,z go with one end another start .... this block 12 byte... maybe use type... as example.... type x as dword y as dword z as dword end type i find also .... anothe adress wich containe this value ... but ... i do not now which adress is true wich is false... so you can ... make table for all client version.... and all value.... with your be working.... Craft Yor Own Client Engine! +) .... Or... BOT SYSTEM.... Or Flood Bot System.... P.S: My english so bad ..+) but i understend what your write in english .... so ... it is +) |
|
|
|
|
|
#7 (permalink) | |
|
Join Date: Apr 2004
Age: 25
Posts: 8
|
Quote:
if you what i help you with adress for your client version..... BUT! you must send your client on my E-MAIL.... and other who whant... please send me clients on my e-mail... i do not whant ... search clients in internet.... PS: my email roman3k@mail.ru only client's! NO VIRUSIS! +) |
|
|
|
|
|
|
#8 (permalink) | |
|
I R TEH POSTING!!1!eleven
Join Date: Jan 2004
Posts: 1,617
|
Or you could just use something like Win32 Game Wizard to find it for yourself...
![]()
__________________
Get your C# documentation today! Quote:
abralka@doramail.com |
|
|
|
|
|
|
#9 (permalink) |
|
Join Date: Apr 2004
Age: 25
Posts: 8
|
Yes yes... this is realy easy +) ha-ha-ha
so you can test your adress .... use this small utility.... i write it only for test adress... ScreenShot ... what that utiliti is do: http://mudator.by.ru/pictures/uomonit.gif Source Code and Compiled Version in VisualBasic6 is here: http://mudator.by.ru/files/UOMON.zip That sample .... show you how to write your own Memory Utility for Uo =) Sample is very simple =) so .... it is |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|