Joined: 09 May 2003 Posts: 25838 Location: The netherlands
Posted: Mon Jun 06, 2011 7:42 pm Post subject:
Depends on what ou mean with lua extension
The default lua extension as in a lua file you register or using ce's tools
for the default method check the lua websites
if using ce's tools:
Once you have created a nice form with stuff and scripts you need you can save that form to disk using the form_saveToFile to save your formdata.
Then you can save the current script to another file and add in some code that loads the form back as well(createFormFromFile) and spread that script+formfile around
When I get time I'll write an example, but if someone else has time, please go ahead _________________
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
Joined: 09 May 2003 Posts: 25838 Location: The netherlands
Posted: Tue Jun 07, 2011 9:57 am Post subject:
here is an example
First: Redownload ce if you installed it before this post (I encountered some major bugs, like the listbox component not being able to be added to the form with the designer)
Extract it to the ce folder and add "require("flashview")" to main.lua so it gets executed each time ce starts
Now when you open a process a window will pop up with memory regions that contain the flash file header
How it was made:
First the form was created with ce and saved into a cheat table
Then the code was written and tested using the cheat table
Then form_saveToFile was used on the form to save it to a file and the script was copy/pasted to flashview.lua
The Extension 'zip' was deactivated by an board admin, therefore this Attachment is not displayed.
_________________
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
There is plenty of information regarding how to make extensions/modules in Lua on the net. Cheat Engine does nothing different to Lua with its implementation besides exposing personal API. So you should be able to understand all the tutorials on the net. _________________
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