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 


scan doesnt work

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

Joined: 10 Sep 2012
Posts: 1

PostPosted: Mon Sep 10, 2012 6:03 pm    Post subject: scan doesnt work Reply with quote

im trying to get address, but it doesnt return anything and even didn't showed the scan bar active. And if I scan manualy it does find.
Code:
pid=getProcessIDFromProcessName("arma2oa.exe")
if(pid~=nil) then
             openProcess(pid)
else
             showMessage("Process not found!")
             return
end

ms=createMemScan(true)
memscan_returnOnlyOneResult(ms, true)
memscan_firstScan(ms, soExactValue, vtString, rtRounded, "private [\"_dummy\"]; _dummy = [_this,\"onload\"] execVM \"\ca\ui\scripts\dedicatedServerInterface.sqf\";", "0", 0, 0xffffffffffffffff, "", fsmNotAligned, "", false, false, false, false) --change the last true to false if you do not wish case sensitivity

memscan_waitTillDone(ms)

--get the result of the scans
result = memscan_getOnlyResult(ms)
if result==nil then
  print("N/A")
else
      print("Address: "..memscan_getOnlyResult(ms))
end

--cleanup
object_destroy(ms)



CE.PNG
 Description:
Image
 Filesize:  176.9 KB
 Viewed:  7243 Time(s)

CE.PNG


Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Wed Sep 12, 2012 2:27 pm    Post subject: Reply with quote

Try [[ / ]] quotes to make sure the scanstring is correct (perhaps you missed a \ somewhere, like in \ca\ui\scripts\dedicatedServerInterface.sqf )
Also, instead of leaving the protection flags to "" try setting them to +W*X-C

Besides that not really sure

_________________
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