Jump to content

Recommended Posts

Posted

There's any way to bypass the 'sentinel' anti-cheat protection?

 

Warden's most powerful and dangerous (for exploiters) check is MEM_CHECK. It can request any memory location from memory witch Wow.exe uses. It sends the actual memory in that location to server for checking

For example MEM_CHECK request for memory 0x5191C0 with length 2 would send '558B' to server (this is the most usual injection point for LUA protection removal), so if it sends something other than 558B you get ban

Warden packets have checksum, that server validates

TL;DR; If you don't want to get your hack detected by warden, never give it to anyone EVER EVER. If they find memory location you modify it's GG in minutes.
This is no longer about writing tricky checks server side and thinking how they will affect performance (like it is with movement cheat detecion serverside). Now it is just about finding the memory location you inject into.
The worst case scenario is someone splitting whole Wow.exe in MEM_CHECKs and checking every single byte in it over time

Warden has been active on AT for almost month already and it's good, but there are ways around it.
[\code]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...