Posted: Fri Aug 19, 2016 4:43 am Post subject: Scanning only certain pages
I want to use ce to only scan in certain pages ( a small set),
I can use the address region setting when scanning, but that limits me to only one page at a time.
Is there some way to make a Lua script that modifies all searches that come from the cheat engine UI so they skip multiple address ranges?
For example I only want to scan inside those two pages:
0x600000-0x601000 and 0x0 - 0x1000
Joined: 09 May 2003 Posts: 25792 Location: The netherlands
Posted: Fri Aug 19, 2016 5:14 am Post subject:
if lua, then you can create multiple memscan objects and let them scan at the same time but different regions
then wait for them to finish, and read trough each result. (it just won't show in the gui as the foundlist only supports one resultset, so you have to setup your own display)
alternatively, hook virtualqueryex in ce (plugin or lua/aa) and change it to only return the regions you're interested in _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum