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 


Help please

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
kaowner
Newbie cheater
Reputation: 0

Joined: 30 May 2015
Posts: 18

PostPosted: Mon May 16, 2016 1:27 am    Post subject: Help please Reply with quote

I need help with that i need a script to search that:
02 6F ?? ?? ?? ?? 1F ?? 6B 7E ?? ?? ?? ?? 59 69 80 ?? ?? ?? ?? 2A
And change to that:
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

help please
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 138

Joined: 06 Jul 2014
Posts: 4275

PostPosted: Mon May 16, 2016 7:53 am    Post subject: Reply with quote

To replace all occurrences of that AoB signature:
Code:
local res = assert(AOBScan("02 6F ?? ?? ?? ?? 1F ?? 6B 7E ?? ?? ?? ?? 59 69 80 ?? ?? ?? ?? 2A"),"AoB signature not found")
local bt = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}

for i=0,res.Count-1,1 do
  writeBytes(res[i],bt)
end
res.destroy()

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
kaowner
Newbie cheater
Reputation: 0

Joined: 30 May 2015
Posts: 18

PostPosted: Sat May 21, 2016 4:48 pm    Post subject: Reply with quote

Error:[string "local res = assert(AOBScan("02 6F ?? ?? ?? ??..."]:1: AoB signature not found
Error:[string "local res = assert(AOBScan("02 6F ?? ?? ?? ??..."]:1: AoB signature not found


No work : /
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 138

Joined: 06 Jul 2014
Posts: 4275

PostPosted: Sat May 21, 2016 4:52 pm    Post subject: Reply with quote

Quote:
AoB signature not found

Something tells me you might want to check your AoB signature.

_________________
I don't know where I'm going, but I'll figure it out when I get there.
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