User File #19015059006603127

Upload All User Files

#19015059006603127 - lua rayman advance

lua.lua
Game: Rayman Advance ( GBA, see all files )
4 comments, 821 downloads
Uploaded 11/26/2014 7:55 AM by gamerretro2 (see all 38)
hello i have a problem i have nothing displayed help
local SPEED X 1 = 0x020FA66
local speed X 2 = 0x020FA68
local first charge pos = 0x0202EE88

solarplex
on 11/26/2014 8:00 AM
Spikestuff
on 11/26/2014 10:03 AM
None of these values are correct to begin with.
There is no point being able to help provide a lua script when all the values are incorrect.
got4n
on 11/26/2014 11:19 AM
also, please fucking stop lying about learning lua in school if you don't even manage to display lua adresses...
scrimpeh
on 11/26/2014 6:28 PM
All this script does so far is define* three constants containing the memory addresses of the values you want to read.
You still need to:
A.Read the values from the addresses you have defined (memory.readdword)
B.Display that on the screen. (gui.text)
Good luck.
*That it would, if variable identifiers could have spaces.