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 create trainer which willDumpValue of pointers in.INI

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

Joined: 17 Jul 2022
Posts: 1

PostPosted: Sun Jul 17, 2022 6:36 am    Post subject: How to create trainer which willDumpValue of pointers in.INI Reply with quote

Guys im new one and im trying understand how to create trainer wihch will dump float values of pointers into .ini file everytime i press

Can anybody help with that or give resources to learn only about this

There a code to dump pointers from CE address list into .ini writen by LeFiXER
[code]function saveData(file)
if file ~= nil then
local f = io.open(file, 'w')
local x = AddressList.getMemoryRecordByDescription('That X')
local y = AddressList.getMemoryRecordByDescription('That Y')
local z = AddressList.getMemoryRecordByDescription('That Z')
if x ~= nil and y ~= nil and z ~= nil then
f:write('[Coords]\nX=' .. x.value .. '\nY=' .. y.value .. '\nZ=' .. z.value)
end
f:close()
end
end

saveData('C:\\Program Files (x86)\\Steam\\steamapps\\common\\Game\\XYZTool.ini')[/code]
Back to top
View user's profile Send private message
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