-
Member
Last edited by presto112; 09-08-2024 at 01:55 PM.
-
Member
you need an unlocker to do that.
-
Active Member
There are a couple of global variables that turn on and off lua protection. lua_tainted and lua_tained_expected. To unlock set them both to zero. To relock, restore the original values. Relocking might be optional. I expect that the game code will automatically relock when switching to another addon. But my hack relocks right away after calling a protected function.
I find google site search a great way to find useful information on ownedcore.
Code:
unlock lua site:www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/
Last edited by thateuler; 08-10-2024 at 09:26 AM.
-
Post Thanks / Like - 1 Thanks
presto112 (1 members gave Thanks to thateuler for this useful post)
-
Contributor