Simple Warden Check
This is going to be a simple tutorial on how to see if an address is being scanned by warden. This is not an efficient way of doing things because it’s all manual and it takes some time. This tutorial will apply to any version of wow. I could automate it with hardware brake point, but that for another day. As you know it’s no one’s job to keep mmowned up to date with the latest Warden scans. This could give you an edge if your coding your own private hack.
You will need:
~World of warcraft (I am using 4.2.0)
~Cheat Engine (I am using 6.1)
~An address you would like to scan
~An address you know is scanned by warden
~And about $5 -10 to help me pay for my internet bill… (Highly recommended, Satisfaction Guaranteed)
1)
We are going to find an address that we know is scanned by warden, so we are going to take a look at the info dump thread.
http://www.mmowned.com/forums/world-...mp-thread.html
Side Note:
If you are looking to code a hack this is the place to be. Blizzard scans address that are used in hacks. So all you need to do is jump on a trail account and test each offset to see what is does. Then you can work around that scanned address to achieve the same results.
One of the downsides to this method, is that you need 1 address.
I am going to use this address
0x05FA926 Length: 5
I know that this is the old address for the fly hack, warden scans this address. Hacks like EVO work around address like that.
Side Note: I am not going to show you how to work around an address
So this is my new address I use to work around warden scan. But who knows, Blizz could update warden. So this is going to be the address that we will see if warden is scanning.
0x5FA91F
We need the address scanned by warden b/c warden is never in the same place. It is loaded into the heap. You can’t have a static address to warden. So every time you load wow you will need to repeat step #2.
2)
I recommend doing this all on a trial account just because.
We are going to start up wow and log into the game.
We are then going to start up cheat engine.
Attach CE to wow
We are going to enter both addresses into CE
Wow.exe + 05FA926
Wow.exe + 5FA91F
[spoiler]
[/spoiler]
3)
We are going to right click on the warden scanned address and select “Find out what access this address”
This can take from 1 sec to 5min
Do not pick an address that will be called without you moving.
[spoiler]
[/spoiler]
4)
The address is easy to see because it is being called from the heap, addresses in the heap are really big, for the most part.
The address some times will not be the same but they will be really close.
[spoiler]
[/spoiler]
After 2min warden scanned the address, seen above.
5)
Lets lake a closer look
[spoiler]
[/spoiler]
If it looks something like the about image, you should be good.
6)
Let’s take a look and see if our other address is being scanned by warden.
[spoiler]
[/spoiler]
This screenshot was taken after 30min, therefore warden does not scan that address.