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 


Unclear usage of registerSymbol()

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
sgsgwv$6263
Advanced Cheater
Reputation: 0

Joined: 05 Aug 2020
Posts: 75

PostPosted: Thu Mar 11, 2021 1:15 am    Post subject: Unclear usage of registerSymbol() Reply with quote

Code:


local x=5
registerSymbol("x",getAddress("x"))  -- line 2
writeFloat('12345678',x)


Script cannot be activated with line 2.
Is my syntax for registerSymbol() correct?
And if this is wrong so then how to register a symbol or variable present in my lua script so that it can be used in cheat table?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Thu Mar 11, 2021 5:06 am    Post subject: Reply with quote

registerSymbol takes a custom name, and an address which causes that name to be the specified address when used in AA script asm sections

a lua var doesn't really have an address, so you can't pass that. But you can pass it's value as if it's an address (as long as it's an integer)

e.g:
Code:

local x=5
registerSymbol("xvalue",x)
writeFloat(0x12345678,getAddress('xvalue'))


Why you'd want to do that is something else, but it works

_________________
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