Posted: Mon Nov 26, 2018 5:01 pm Post subject: How to use Lua inside Autoassembler to change AA variable
I allocated variables inside the AA script and wish to use LUA to place a mathematical return value into them. Now this is to initialize a math variable for use that is later injected into a variable, changed by AA.
like this:
{$lua}
a = math.sqrt(3)
return value = a
{$asm}
_address:
mov eax,[value]
I want something done like this. or...if you can supply an easier way. I will greatly appreciate it. _________________
Life can be a blitz. What's right and wrong will fly right past you without you having to do a thing about it.
"Cheating only means you want to hold on to the things you value."
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum