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 


Access Lua variables like symbols

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Extensions
View previous topic :: View next topic  
Author Message
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Wed Apr 26, 2017 1:26 pm    Post subject: Access Lua variables like symbols Reply with quote

Place this code in your table or autorun folder, and you'll be able to access lua variables as if they're symbolhandler symbols

Code:

if luasymbols then
  unregisterSymbolLookupCallback(luasymbols)
  luasymbols=nil
end
luasymbols=registerSymbolLookupCallback(function(str)
  return tonumber(_G[str])
end, slFailure)


I'm sure you can upgrade this more to add in function calls and what not (tip: use slNotSymbol to get multiple 'possibilities')

_________________
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
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Wed Apr 26, 2017 1:33 pm    Post subject: Reply with quote

another version that will let you execute lua code in case symbol lookup fails:
Code:

if luasymbols then
  unregisterSymbolLookupCallback(r)
  luasymbols=nil
end
luasymbols=registerSymbolLookupCallback(function(str)
  local c='return '..str
  local lc=loadstring(c)
  if lc then
    return lc()
  end
end, slNotSymbol)


you can then go to address
Code:

getAddress('00500000')+1000

and it'll resolve

_________________
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 Extensions 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