Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Getting soUnknownValue to work

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
autodbg1
How do I cheat?
Reputation: 0

Joined: 30 Nov 2016
Posts: 1

PostPosted: Wed Nov 30, 2016 1:30 am    Post subject: Getting soUnknownValue to work Reply with quote

Does the soUnknownValue scanoption work in CE 6.6? I am trying to scan for doubles, of unknown value, that increase over time.


Code:

local pid = 9388
local mlist = createMemScan()

openProcess(pid)

mlist.firstScan(soUnknownValue,
   vtDouble,
   rtRounded,
   nil,
   nil,
   0,
   0xFFFFFFFFFFFFFFFF,
   "+W",
   fsmNotAligned,
   "",
   false,
   false,
   false,
   false)

local f = createFoundList(mlist)
mlist.waitTillDone()
f.initialize()
print(f.Count)

mlist.nextScan(soIncreasedValue, rtRounded, nil, nil, false, false, false, false, false);
mlist.waitTillDone()
print(f.Count)

f.destroy()
mlist.destroy()
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25287
Location: The netherlands

PostPosted: Wed Nov 30, 2016 5:02 am    Post subject: Reply with quote

don't forget to initialize the foundlist after the nextscan

and this will scan instantly after the first scan. is that what you what? (perhaps it hasn't increased yet)

_________________
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
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites