_MemoryWrite problem

02/15/2014 21:06 szymek111#1
Soo i am using _MemoryWrite to change static adress value and i have this :

_MemoryWrite(0xF8A8D0, $handle , "1" , "Float")

But this doesn't seems to work . How to solve this ?

It doesn't change value when i see it in cheat engine .
02/16/2014 22:50 szymek111#2
FIXED
02/16/2014 23:06 alpines#3
Then post the solution so other users can have a look at it.
02/17/2014 18:49 szymek111#4
I just added #RequireAdmin in first line .

Also i changed float to double . My fault...