-
Member
Pls help. [WoW] [7.3.5.26365]
I watched the forum and found the topic.
https://www.ownedcore.com/forums/wor...5-26365-a.html ([WoW] [7.3.5.26365])
But I did not find the function I needed here. This function is very important to me.
Please, I need help. I need the address of the 32x LuaDoString function. I will be very grateful.
-
Contributor
FrameScript_Execute 0x181067
FrameScript_Execute(const char* lua_script, const char* lua__script_name, 0)
-
Post Thanks / Like - 1 Thanks
Corthezz (1 members gave Thanks to air999 for this useful post)
-
Contributor
Originally Posted by
Little_Jasmine
A fast way to find luadostring/framescript execute is to go in ida to strings and search for the lua function "RunScript" go to that and the last call in that function will always be luadostring
-
Post Thanks / Like - 3 Thanks
-
Member
Originally Posted by
air999
FrameScript_Execute 0x181067
FrameScript_Execute(const char* lua_script, const char* lua__script_name, 0)
Thank you very much for your help. But I did not succeed.
I had a 3.3.5 lua inject project. He coped with the task. I rewrote the offset to yours, and nothing happened.
Could you tell me how it works on 7.3.5? Can an error in the address?
I was given the above code, but it is not complete, I did not understand much. Maybe you have your way of injection for 7.3.5?
I would be very grateful for the help.
P.s. WoW 32x
Last edited by Little_Jasmine; 05-13-2019 at 09:30 PM.
-
You're going to need to post some code ( for the small amount willing to spoon feed ). I'm guessing you're not rebasing the address or some calling convention mistake. I don't think they are checking the return address for that call, I could be wrong. I would spoof regardless. Most emus run custom code so I would watch out. But I don't think my answer will help much.
Last edited by DarkLinux; 05-13-2019 at 10:19 PM.
-
Contributor
as dark said you need to add wow base address in cata+ expansions so you should be doing (wowBase + 0x181067) = FrameScript_Execute