Code: Select all
...
label(fValue)
...
newmem:
movss xmm5,[fValue]
...
jmp returnhere
fValue:
dd (float)100
...
Also look in other xmm registers often the max. and min. will be stored in one of them as well.
Code: Select all
...
label(fValue)
...
newmem:
movss xmm5,[fValue]
...
jmp returnhere
fValue:
dd (float)100
...
Thank you been kinda trying to do that, with lua.DaSpamer wrote: ↑Sat Mar 04, 2017 2:34 am
Some quick method to create a dir (Silently).Code: Select all
YOURPATH = "%APPDATA%\\blah" shellExecute('cmd.exe', '/c mkdir "' .. YOURPATH .. '"', nil, false);
Code: Select all
mov [esi+9A],(int)100
Code: Select all
define(PushValue,(int)100)
...
mov [esi+9A],PushValue