View previous topic :: View next topic |
Author |
Message |
YoucefHam Cheater Reputation: 5
Joined: 19 Mar 2015 Posts: 39 Location: Algeria
|
Posted: Tue Feb 22, 2022 5:43 pm Post subject: LUA ENGINE SETTINGS EXTRAS |
|
|
LUA ENGINE SETTINGS EXTRAS
Hello there 👋,
This is a Lua Script I made to make it easy 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.
Note: Put the file "LUA ENGINE SETTINGS EXTRAS.lua" in "autorun" folder, located in "C:\Program Files\Cheat Engine 7.x\"
Download:
Description: |
Put the file "LUA ENGINE SETTINGS EXTRAS.lua" in "autorun" folder, located in "C:Program FilesCheat Engine 7.x" |
|
Download |
Filename: |
LUA ENGINE SETTINGS EXTRAS.lua |
Filesize: |
9.21 KB |
Downloaded: |
1381 Time(s) |
Last edited by YoucefHam on Fri Feb 25, 2022 7:33 am; edited 1 time in total |
|
Back to top |
|
|
LeFiXER Grandmaster Cheater Supreme Reputation: 20
Joined: 02 Sep 2011 Posts: 1063 Location: 0x90
|
Posted: Tue Feb 22, 2022 8:20 pm Post subject: |
|
|
Some nice additions. Just thought you might like to know that you can show the Lua engine by pressing Ctrl, Alt, Shift + L
|
|
Back to top |
|
|
Frouk Master Cheater Reputation: 5
Joined: 22 Jun 2021 Posts: 490 Location: mov dword ptr [Ukraine]
|
Posted: Wed Feb 23, 2022 8:35 am Post subject: |
|
|
LeFiXER wrote: | Some nice additions. Just thought you might like to know that you can show the Lua engine by pressing Ctrl, Alt, Shift + L |
yeah the calling by pressing Ctrl+ L is kinda original since when you are in memory editor you can call it with Ctrl + L
_________________
void(__cdecl *Haxing)(HWND hGameWindow) |
|
Back to top |
|
|
LeFiXER Grandmaster Cheater Supreme Reputation: 20
Joined: 02 Sep 2011 Posts: 1063 Location: 0x90
|
Posted: Wed Feb 23, 2022 8:38 am Post subject: |
|
|
Frouk wrote: | LeFiXER wrote: | Some nice additions. Just thought you might like to know that you can show the Lua engine by pressing Ctrl, Alt, Shift + L |
yeah the calling by pressing Ctrl+ L is kinda original since when you are in memory editor you can call it with Ctrl + L |
Ctrl, Alt, Shift + L works when not in the memory viewer window.
|
|
Back to top |
|
|
|