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 


Text search and replace in script ?

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

Joined: 10 Jul 2010
Posts: 2

PostPosted: Mon Apr 21, 2014 9:10 am    Post subject: Text search and replace in script ? Reply with quote

Hi guys

I want to search (because every time it will be change offset addr.) some text and replace it in memory.
If its find 2 or more I want to change all of them..


is there any code sample for text searching and replace in script ?
I want to make trainer for this.

OS and target is x64

Thanx for your help..
Back to top
View user's profile Send private message
hiphop
How do I cheat?
Reputation: 0

Joined: 10 Jul 2010
Posts: 2

PostPosted: Tue Apr 22, 2014 5:42 am    Post subject: Reply with quote

Thanx my self for my helps..

May be need someone
nobody help me but I will help some one elses



Code:

openProcess("notepad.exe")
ms=createMemScan()
memscan_firstScan(ms, soExactValue, vtString, rtRounded, "find this", "0", 0x00000000, 0x7fffffff, "", fsmNotAligned, "",  false,false, true, false)
memscan_waitTillDone(ms)

fl=createFoundList(ms)
foundlist_initialize(fl)
local count=foundlist_getCount(fl)

if (count>0) then
 for i=0, count do
  local saddress=foundlist_getAddress(fl, i)
  i=i+1
  writeString(saddress, "change this",0)
end

else
  print("No record found")
end

object_destroy(fl)
object_destroy(ms)


Back to top
View user's profile Send private message
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