[Lua] Table Search

Search any memory record with ease

Place snippets of code and scripts under here to share with others. Archives and .Lua extensions are allowed


Moderator: Table Moderator

Post Reply
User avatar
imjustmaxie
Curious
Curious
Posts: 6
Joined: Thu Apr 06, 2023 4:34 am
Answers: 0
x 11

[Lua] Table Search

Post by imjustmaxie »

Table Search
Made by yours truly.
Credits: Akira Fudo, Fury Zenblade, LeFiXER

  • Search any memory record in the address list

  • Includes a case sensitive search filter

  • Includes an auto search filter to update address list on typing

  • Click to show the selected record ID and description

  • Double click to change the selected record value / address / type (depends on vartype)


Put in the autorun folder in Cheat Engine's root directory.
-=-=-=-=-=-
Demo:
Image

Older versions, not recommended for use
TableSearch.lua
Version 0.2.1 [OUTDATED]
- High priority fix where the checkboxes do not appear when using any resolution scaling methods
(13.37 KiB) Downloaded 608 times
TableSearch.lua
Version 0.2 [OUTDATED, DO NOT USE]
(13.25 KiB) Downloaded 476 times
TableSearch.lua
Initial Release [OUTDATED, DO NOT USE]
(10.72 KiB) Downloaded 523 times
Attachments
TableSearch.lua
Version 0.2.2.2

Fixes from 0.2.2.1 to 0.2.2.2
- Added group header types
- Add string size provided from the memrec
- Pointer memrecs now display the address as pointer form as opposed to the base address
- Fixes a bug where the form checkboxes are able to be checked even when the actual memrecs have invalid/unknown ?? values

Fixes from 0.2.1 to 0.2.2.1
- Code optimization
- Set the `Auto Search` checkbox to be enabled by default
(13.9 KiB) Downloaded 103 times
Last edited by imjustmaxie on Thu Oct 23, 2025 6:56 am, edited 5 times in total.

User avatar
imjustmaxie
Curious
Curious
Posts: 6
Joined: Thu Apr 06, 2023 4:34 am
Answers: 0
x 11

Re: [Lua] Table Search

Post by imjustmaxie »

Updated to version 0.2.
Click the version number in the search window for changelog.

Refer to the post under.
Sorry for the inconvenience.

Last edited by imjustmaxie on Mon Nov 06, 2023 4:45 am, edited 1 time in total.

User avatar
imjustmaxie
Curious
Curious
Posts: 6
Joined: Thu Apr 06, 2023 4:34 am
Answers: 0
x 11

Re: [Lua] Table Search

Post by imjustmaxie »

Updated to version 0.2.1.
A critical UI issue has been fixed.
Refer to the version label for changelog.


User avatar
imjustmaxie
Curious
Curious
Posts: 6
Joined: Thu Apr 06, 2023 4:34 am
Answers: 0
x 11

Re: [Lua] Table Search

Post by imjustmaxie »

Updated to version 0.2.2.2.
Changelogs are in the attachment description.
Apologies for the long delay.


Post Reply