[LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)

Utilities and third party tools used as an external or internal application for specific programs and games


Moderator: Table Moderator

Post Reply
User avatar
YoucefHam
LUA Master
LUA Master
Cheater
Cheater
Posts: 13
Joined: Sat Aug 20, 2022 5:15 am
Answers: 0
Location: Algeria
x 24
YoucefHam’s avatar
Loading…

[LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)

Post by YoucefHam »

Cheat Engine Wide Window (FoundList and AddressList Side by Side)

Hello Hello, 👋,
Thanks for @LeFiXER for helping me test.

ADD to Main Cheat Engine window the Menu "Window"

  • "Vertical", => The default Cheat Engine window.

  • "Horizontal", => Make the Found list and Address List Side by Side.

  • "Auto Switch", => Enable/Disable change mode automatically when the windows is maximized

ADD to Main Cheat Engine window the Menu "▲-CE-▲"

  • "▲-CE-▲", => Resize CE window (Compact CE).

Note: If you want one menu, Edit the code and set Use_One_Menu = true

Changelogs:

  • +Fix for CE 7.2+ not saving window size.

  • +Added an option to move the menu "▲-CE-▲" under "Window" menu.

  • -Removed the bottom Button.

  • +Splitter position auto restore when switching modes.

  • +Window size auto restore when switching modes.

Screenshots

Image

Image

Image

Download:
Note: Put the file "MainForm Wide Window.LUA" in "autorun" folder, located in "C:\Program Files\Cheat Engine 7.x\"

MainForm Wide Window.zip
+Fix for CE 7.2+ not saving window size.
+Added an option to move the menu "▲-CE-▲" under "Window" menu.
(3.03 KiB) Downloaded 330 times
MainForm Wide Window.zip
-Removed the bottom Button.
+Splitter position auto restore when switching modes.
+Window size auto restore when switching modes.
(3.04 KiB) Downloaded 298 times
MainForm Wide Window.zip
V1
(1.83 KiB) Downloaded 346 times
Last edited by YoucefHam on Fri Jul 14, 2023 11:10 pm, edited 2 times in total.

-- SPREAD PEACE BETWEEN YOURSELVES :D -- YoucefHam --


User avatar
YoucefHam
LUA Master
LUA Master
Cheater
Cheater
Posts: 13
Joined: Sat Aug 20, 2022 5:15 am
Answers: 0
Location: Algeria
x 24
YoucefHam’s avatar
Loading…

Re: [LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)

Post by YoucefHam »

YoucefHam wrote: Thu Jul 06, 2023 10:21 pm

UPDATED

Changelogs:

  • -Removed the bottom Button.

  • +Splitter position auto restore when switching modes.

  • +Window size auto restore when switching modes.

-- SPREAD PEACE BETWEEN YOURSELVES :D -- YoucefHam --


User avatar
YoucefHam
LUA Master
LUA Master
Cheater
Cheater
Posts: 13
Joined: Sat Aug 20, 2022 5:15 am
Answers: 0
Location: Algeria
x 24
YoucefHam’s avatar
Loading…

Re: [LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)

Post by YoucefHam »

YoucefHam wrote: Thu Jul 06, 2023 10:21 pm

UPDATED

Changelogs:

  • +Fix for CE 7.2+ not saving window size.

  • +Added an option to move the menu "▲-CE-▲" under "Window" menu.

-- SPREAD PEACE BETWEEN YOURSELVES :D -- YoucefHam --


User avatar
JustcallmemrX
Apprentice Hacker
Apprentice Hacker
Posts: 59
Joined: Sun Mar 09, 2025 1:07 am
Answers: 0
Location: Everywhere @ Nowhere 😶‍🌫️
x 3

Re: [LUA] Cheat Engine Wide Window (FoundList and AddressList SbS)

Post by JustcallmemrX »

I'm using CE 7.6 and I'm getting an error.
Thread unsafe GUI access detected.
says,
please edit the script and encaplulate all the access to GUI controls using "synchronize(function() <your code>end)" or ask the person who made the current table to fix this for you.

Error in thread called Unnamed::Error: GUI Control access outside of main thread (miWideWindow:TMenuItem)
You can disable this error by executing 'setThreadSafetyCheck(false)' but you will end up having unexpected behaviour at random when this code runs
stack traceback:
[C]: in function 'setProperty'
[C]: in metamethod '__newindex'
...gram Files\Cheat Engine\autorun\MainForm Wide Window.LUA:321: in local 'addMenuItem'
...gram Files\Cheat Engine\autorun\MainForm Wide Window.LUA:327: in upvalue 'MainForm_Wide_Window'
...gram Files\Cheat Engine\autorun\MainForm Wide Window.LUA:454: in function <...gram Files\Cheat Engine\autorun\MainForm Wide Window.LUA:443>


Post Reply