what application you using for offspring other than PE?
Hello !
I have a little problem here, offspring is injected (message in the chatbox) but when i try to execute protected LUA the game just crash with #132
like: /run oexecute(JumpOrAscendStart())
I don't have any AV, 32bit wow etc...
"If it compiles, it works."
/run oexecute("JumpOrAscendStart()") ?
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.
check for russian (other like chinese and etc utf symbols include spaces) in path to offspring. still fighting with it :\
will create fishing bot using lua+os tonight
Hi, i try to use your tool, but its not working for me.
injection works fine. But if i call a protected api function wow crashes (fatal exception - access violation)
tried to call: " oexecute(CastSpell([ID], "spell")) and oexecute(CastSpellByName("Frostbolt"))
oexecute("JumpOrAscendStart()") works fine.
read some upper posts, it's lua error - you post parameter to oexecute as function (or table in lua representation)
seems i should add some exceptions to prevent it :\
and how can i call the protected function "CastSpellByName"?
Im sorry, but i dosn't get it.
oexecute("CastSpellByName(\"Frostbolt\")")
Ah thats working fine, thank you.
Do you know how to use a trinket using lua?
Last edited by Syrac88; 01-29-2015 at 08:32 AM.