I don't understand. What's with that list ?
I don't understand. What's with that list ?
Just a quick question about warden.
These memory addresses, are they "watched" for writes only? Would reading these locations also trigger warden?
Thanks!
Warden scans and sends a hash of the contents of those regions. AFAIK, any modification will trigger a DC, and possibly an autoban. Someone who knows more about the Warden signature process correct me if I'm wrong, but I'm pretty sure that's the gist of it.
Reading the addresses shouldn't cause a problem (as there's no non-kernel way to reliably prevent you from reading memory, assuming you have sufficient privileges; every detection technique -- e.g. guard pages -- has a corresponding countermeasure -- e.g. VirtualProtect(Ex)).
Don't believe everything you think.
Thank you for the response amadmonk.
So would you agree with the statement that if you created a bot which never "wrote" to the memory space of WoW and only "read" and to cast spells and movement using keybd_event do you think I would be relatively safe? My intentions are not to publish my bot only use myself.
This doesn't cover everything, there is also Patch Scans etc..
If your worried, easy way is just set a break point on it to find anything related.
www.MMOHelping.com
It would be safer, since there wouldn't be any way they could use memory checksumming alone to catch you. Much more limited in what it could do, but safer. Still, I've been in-process botting for nearly two years and never been banned (or even questioned by a GM) since I don't farm/grind in populated areas, I don't exploit/hack, and I use all my own code (well except for snippets that I leeched from Apoc/Cypher/etc... but I use source code, not binaries).
When it comes to risk, nothing is 100% safe (even input events can be detected if you don't have a custom driver, since sending fake input sets a flag in the kernel that indicates that the input events are synthesized), but when your risk level drops low enough, it's not worth worrying any more.
Edit: edited to give credit where it's due.
Last edited by amadmonk; 01-26-2011 at 03:18 PM.
Don't believe everything you think.
Thanks again for the reply.
Can you please clarify what you mean by in-process botting? I'm guessing you mean injection. The only limit of my current bot is I can't move around as easily and I can't target.
My only option would be using injection and hooking the end scene and using CTM/Target. How do you get around warden since I'm sure it is protection the target address and CTM?
Warden does not protect the target address (AFAIK) because it is dynamic -- nothing to hash against. And yes, I mean injected.
Edit: added AFAIK because I'm not 100% sure on this (I don't use the target GUID anyway). I recommend using LastTarget and switching it in to the Target with TargetLastTarget, or getting creative and using mouseover.
Last edited by amadmonk; 01-26-2011 at 04:58 PM.
Don't believe everything you think.
I did get banned from wow for posting something here that was directly related to my account. They've been following my signature aswell to send me a link to my own youtube channel and everything to make me feel guilty.... And then they sent me a satisfaction survey for the help I received with my ban <3
Last edited by draco1219; 01-26-2011 at 06:02 PM.