I want to share a small tool I created to help generate Lua code for Cheat Engine tables more efficiently.
📌 What does it do?
This tool generates the Lua decorator code for your Cheat Engine tables, including:
Main form caption customization
Auto-attach process list configuration
Dark theme styling for CE tables
🖼️ Screenshot:
Table ---> Show Cheat Table Lua Script
Left CE = Normal Dark Mode
Right CE = my Dark Mode
🎮 Generated Code Example:
```lua
-- Cheat Table Decorator
function decorateSSKTable()
local mainForm = getMainForm()
-- Main Form Styling
mainForm.Caption = 'Your Game - Enhanced Table'
mainForm.Color = 0x2B2B2B
mainForm.Font.Color = 0xE6E6E6
getAutoAttachList().add('game.exe')
end
decorateSSKTable()
🔧 How to use:
1.Enter your desired table caption ( Main Caption= Cheat Engine Window Titel)
2.Enter the game process name (e.g., game.exe)
3.Click "GENERATE CODE"
4.Copy the output and paste into your Cheat Engine table's LUA Script
SUPPORT & FEEDBACK:
If you have suggestions or find bugs, please let me know!
Support my work: Buy me a coffee
Enjoy the tool!
VirusTotal Scan Result - 0/71 Detections
