• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Warden Memory Check

krill

Emulation Addict
https://www.youtube.com/watch?v=y8UdwAefxzM&feature=youtu.be

Video explains all ;)

PUBLIC SIGNATURE LIST
: https://github.com/jaxx56/database/commit/0c0d6209710f0acad82a12e145d5540685c5f025

---------------------------------------Text Tutorial Below--------------------------------------------

I'm going to be going over basic signature creation, following the steps of a already created signature (But the same steps can be applied for any "Undetected" hack and it should work just fine)


Step 1: Start WoW

https://imgur.com/6PXUl9i

Step 2: Login and go into game

https://imgur.com/o4cN238

Step 3: Get your offsets that you want to detect, i'll be going after Air Swim

007C6206

Step 4: Hook Cheat Engine onto WoW and Search that offset in Cheat Engine in Memory Space (Ctrl + G)

Step 5: Search and you will get a result similar to this

https://imgur.com/wPX0Nx1

Step 6: Look for the common repeating address (3C62).. this is useless for what we are doing and should be discarded.

Step 7: Add the values after 3C62 (25FFFFDFB0D0020000089) This spans across 3 "Opcodes" This is the Result

Step 8: Getting the length. This one is simple.. add up the 2nd Opcode (OR) OD 0200000 = 11 (Counting the space)

Step 9: Convert offset (HEX) to Decimal, this is the Address.

7C6206 -> 8151558

Source: https://github.com/mangoszero/datab.../Updates/Rel21/21000_08_warden_checks.sql#L65

If you have any concerns or questions add my skype, Krill156
 
Last edited:
Top