
Originally Posted by
why06
Wow. This program is incredible. It just rips apart .dll and gives you the addresses to each function, even the names of them. I suppose if we find the right one to attack we could detour the function. Ofcourse I'm not completely sure how to detour functions not part of the native Windows API.
ive already figured out how to make hack addies unpatchable.
this wont stop bypasses form getting patched though
notice in the one .dll i riped apart hshield only chekcs the version of engine.exe
this what stops u from using an old version of it
now what do we know about hacks
#1 cshell.dll is were all the hack addies are
#2 engine.exe and cshell get updated together
so what can we do
#1 detour the version checking functions
what will this do?
this will alow us to keep old versions of engine.exe and cshell.dll
this way when theres an update ours wont change and old hack addies will still work
theres alil more to it then that but u get the idea
now possible problems with the above
#1 does the server do a check on the file versions as well
if it does we could patch the files with updated version numbering
if this works we would no longer have to update hgacks with current addies and base pointers.useful yes.importnant so/so it dont take long to update the addies anyways but it stops the coders from having to search all the addies all over again, and leaves them more free time to work on the new bypass when hshield updates
just kicking around some ideas