Hi,
From Ohack I have extracted the following information
" // Unlock Lua
const byte LuaUnlock[] = {0x8B, 0xE5, 0x5D, 0xC3};
Write(WoWBase + SomeLuaFunction + 0x21D, LuaUnlock, 4);
// To stop those damn pop-ups
const byte NoPopups[] = {0x90, 0xE9};
Write(WoWBase + CGGameUI__ShowBlockedActionFeedback + 0x10, NoPopups, 2);
"
How can I do to be able to execute that without executing all the hack. Is there any option to convert that in something I can handle using cheatengine?
Any LUA Unlocker for 4.3.4?
Thank you
Regards