Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Offsets for AntiCheats

Junior Spellweaver
Joined
Jun 1, 2006
Messages
130
Reaction score
51
Junior Spellweaver
Joined
Oct 30, 2011
Messages
101
Reaction score
44
anyone know how to add SolidProxy? i try but the address for EP is too long
PHP:
{this is wrong ->0x755A812F, {0xC9, 0xC2, 0x10, 0x00, 0x89, 0x45, 0xC0, 0xEB, 0xED, 0x3D, 0x01, 0x01, 0x00, 0x00, 0x0F, 0x85, 0x6D, 0x96, 0xFF, 0xFF, 0xE9, 0x49, 0x96, 0xFF, 0xFF, 0x8D, 0x4D, 0xB8, 0xFF, 0x15, 0x4C, 0x10}},  //Solid proxy 1.22
 
Last edited:
Junior Spellweaver
Joined
Jun 1, 2006
Messages
130
Reaction score
51
anyone know how to add SolidProxy? i try but the address for EP is too long
PHP:
{this is wrong ->0x755A812F, {0xC9, 0xC2, 0x10, 0x00, 0x89, 0x45, 0xC0, 0xEB, 0xED, 0x3D, 0x01, 0x01, 0x00, 0x00, 0x0F, 0x85, 0x6D, 0x96, 0xFF, 0xFF, 0xE9, 0x49, 0x96, 0xFF, 0xFF, 0x8D, 0x4D, 0xB8, 0xFF, 0x15, 0x4C, 0x10}},  //Solid proxy 1.22

Hi, post there download link for executable, ill try to check correct EP.
 
Junior Spellweaver
Joined
Oct 30, 2011
Messages
101
Reaction score
44
Hi, post there download link for executable, ill try to check correct EP.
ok here is the .exe .
i try to detect it with his windows name too, but is very rare, i can't write it correctly...
thanks
 
Newbie Spellweaver
Joined
Nov 18, 2009
Messages
14
Reaction score
4
please tell how to Find the DUMP and EP (offset and data)
For other programs (not in the list)
thank.
 
Newbie Spellweaver
Joined
Mar 2, 2012
Messages
7
Reaction score
2
Hi i want to ask something about this, i wanna add the hacks to my database. i am using CheatShield.
there they have Memory editor, you can use those to block programs if you have their source or signatures i guess.

i am not really familiar with this thats why i want to learn.

so here is my question

cheatengine-x86_64.exe EP-004174C0
cheatengine-x86_64.exe DUMP-48 83 EC 28 C6 05 25 FB 55 00 00 E8 A0 EE FF FF 48 83 C4 28 C3 00 00 00 00 00 00 00 00 00 00 00

if you ahve this 1. which one is the offset? and which one is the address?
and what is EP? entry point? :p
i hope you can answer these silly questions... thanks :)
 
Joined
Sep 30, 2010
Messages
728
Reaction score
107
Cheatshield's format;

0x59D002

0x68, 0xAB, 0x03, 0x0E, 0x75, 0xE8, 0x18, 0xC9, 0x01, 0x00, 0x43, 0xB6, 0xE5, 0x64, 0xB3, 0x16, 0xA5, 0xBC, 0x5B, 0x96, 0xE5, 0x10, 0x2D, 0x40, 0x47, 0x15, 0xC9, 0x93, 0x14, 0xCA, 0x79, 0x36
 
Newbie Spellweaver
Joined
Mar 2, 2012
Messages
7
Reaction score
2
Cheatshield's format;

0x59D002

0x68, 0xAB, 0x03, 0x0E, 0x75, 0xE8, 0x18, 0xC9, 0x01, 0x00, 0x43, 0xB6, 0xE5, 0x64, 0xB3, 0x16, 0xA5, 0xBC, 0x5B, 0x96, 0xE5, 0x10, 0x2D, 0x40, 0x47, 0x15, 0xC9, 0x93, 0x14, 0xCA, 0x79, 0x36

so 0x59D002 is the offset right? and

0x68, 0xAB, 0x03, 0x0E, 0x75, 0xE8, 0x18, 0xC9, 0x01, 0x00, 0x43, 0xB6, 0xE5, 0x64, 0xB3, 0x16, 0xA5, 0xBC, 0x5B, 0x96, 0xE5, 0x10, 0x2D, 0x40, 0x47, 0x15, 0xC9, 0x93, 0x14, 0xCA, 0x79, 0x36 --------------- is the address?

and can you tell me how did you derive to this? and how did you get this offset and address?
i need to learn how you got those offsets so that i can add the new hacks manually to the CHeatshield database

hope you can help me
 
Newbie Spellweaver
Joined
Mar 2, 2012
Messages
7
Reaction score
2
ok so i found PS Get Dump program here on forum,.

can you tell me how did you translate the get dump address to cheatshield format? so that i can add them to the database..

also you 19871986 you released an auto updater launcher with cheatshield right?

is there any way you can combine the Cheatshield + auto update launcher? that would be so awesome!

i tried your auto update launcher an it works good, but the splash screen gets stuck, and it always run main.exe (whereas for my client i need it to run Launcher.exe...so basically its like this. MuLauncher.exe(CShield) >>>> Launcher.exe>>>Main.exe) and the game works fine together with anticheat.
sorry for being offtopic :)
 
Back
Top