skynet888 !BEWARE! Deletes post on answer Reputation: 1 Joined: 12 Apr 2021 Posts: 64
|
Posted: Fri Jun 17, 2022 9:16 pm Post subject: |
|
|
LeFiXER wrote: | Save this as a Lua file and place it in the autorun folder of Cheat Engine:
Code: |
function compactMode()
getMainForm().Panel5.Visible = not getMainForm().Panel5.Visible
end
function addCompactMenu()
local parent = getMainForm().Menu.Items
cMenu = createMenuItem(parent)
parent.add(cMenu)
cMenu.Caption = 'Toggle Compact'
cMenu.OnClick = compactMode
end
addCompactMenu()
|
|
I already tried it! Great! Thanks a lot!
|
|