Page 1 of 1

[Lua] LUA ENGINE SETTINGS EXTRAS

Posted: Wed Feb 23, 2022 11:39 pm
by YoucefHam
LUA ENGINE SETTINGS EXTRAS

Hello there 👋,
This is a Lua Script I made to make it easy for me to use LUA Engine faster.
  • Add "LUA Engine" Button next to Memory View button
  • Add items to the Right click menu in the lua engine editor:
    • "Font Size": to change the font size of the editor and the output.
    • "LuaEngine Editor On Top": Puts the editor on top and the output at the bottom.
    • "Clear Output": Clear the output text.
  • Add some functions:
    • "clc()": Clear Output.
    • "tsprint(...)": it is print(tostring(...)).
    • "cprint(Component , string_to_filter)": print components, example "cprint(MainForm)" or "cprint(MainForm,'memory')"
    • "countPattern(String , pattern)": count how many pattern in String, example "countPattern('29 87 1C 01 00 00 FF 77 7C', '%x%x')" return 9.
PICTURES
Image
Image
Note: Put the file "LUA ENGINE SETTINGS EXTRAS.lua" in "autorun" folder, located in "C:\Program Files\Cheat Engine 7.x\"

Download:
LUA ENGINE SETTINGS EXTRAS.zip
Put the file "LUA ENGINE SETTINGS EXTRAS.lua" in "autorun" folder, located in "C:\Program Files\Cheat Engine 7.x\"
(2.57 KiB) Downloaded 1263 times