Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How to use getSymbolInfo

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
attikaintheworld
How do I cheat?
Reputation: 0

Joined: 10 Oct 2022
Posts: 3
Location: EU

PostPosted: Fri Sep 19, 2025 6:21 am    Post subject: How to use getSymbolInfo Reply with quote

Could someone please explain when/how to use getSymbolInfo. I've expected following works but it is not working.

registerSymbol("QQQ", 0x4f4f4f4f, true)
print(getAddressSafe("QQQ"))
print(getSymbolInfo("QQQ").address)


1330597711
Error:[string "registerSymbol("QQQ", 0x4f4f4f4f, true)
..."]:3: attempt to index a nil value
Script Error

_________________
not sure I am not too old for this
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25796
Location: The netherlands

PostPosted: Sat Sep 20, 2025 12:53 am    Post subject: Reply with quote

registersymbol isn't a symbollist symbol so that doesn't work

Code:

if getOpenedProcessID()==0 then error('needs an open process') end

if getAddressSafe("QQQ")==nil then
  sl=createSymbolList()
  sl.addSymbol(nil,'QQQ', 0x4f4f4f4f, 8)
  sl.register()
end

print(getAddressSafe("QQQ"))
print(getSymbolInfo("QQQ").address)

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites