Posted: Wed Feb 10, 2021 6:20 am Post subject: Reading/Writing values in the table with external app
Hi, im looking for a way to manipulate values in a cheat table with AutoIt.
Im kind of prolific in AutoIt, and i thought of making a tool that could read some values from the table to display in real time, through a window.
Trying to read the table the way i would usualy read controls fails, so im curious if there is another way of manipulating values other than direct table manipulation.
AutoIt is an automation (windows) tool that can create small executables that perform almost all tasks you can think of.
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Wed Feb 10, 2021 1:27 pm Post subject:
You could use CE's Lua engine and LuaSocket to connect to the CE instance and pass commands back and forth to AutoIt (assuming it can create sockets as well). Just an idea to make things easier than trying to deal with pointers and junk of the CE process itself. _________________
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