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

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

Joined: 09 Sep 2015
Posts: 48

PostPosted: Sat Oct 10, 2015 7:39 pm    Post subject: help Reply with quote

help how do i make this aob change and freeze(active)

local scan = '40 02 04 04';
local replace = '05 02 03 05';
local replace_table = {};
for byte in string.gfind(replace, "[^%s]+") do
table.insert(replace_table, tonumber('0x'..byte));
end
local data = AOBScan(scan);
if (data) then
local count = data.getCount();
for i=0, count-1 do
local address = data.getString(i);
writeBytes(address, replace_table);
end
end


Last edited by zakusa on Sun Oct 11, 2015 10:59 am; edited 1 time in total
Back to top
View user's profile Send private message
zakusa
Cheater
Reputation: 0

Joined: 09 Sep 2015
Posts: 48

PostPosted: Sun Oct 11, 2015 10:59 am    Post subject: Reply with quote

plz help this should be easy for pros
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sun Oct 11, 2015 11:12 am    Post subject: Reply with quote

/shrug
Code:
local scan = "40 02 04 04"
local replace = "05 02 03 05"
local aob = AOBScan(scan)
if aob ~= nil then
  local addr = getAddressList()
  local size = (#replace + 1) / 3
  for i = 0, aob.Count - 1 do
    local mem = addr.createMemoryRecord()
    mem.Description = "Address " .. i
    mem.Address = aob[i]
    mem.Type = vtByteArray
    mem.Aob.Size = size
    mem.Active = true
    mem.Value = replace
  end
  aob.Destroy()
  aob = nil
end
Back to top
View user's profile Send private message
Pencil3990
How do I cheat?
Reputation: 0

Joined: 16 Dec 2013
Posts: 9

PostPosted: Sun Oct 11, 2015 1:53 pm    Post subject: Reply with quote

zakusa wrote:
plz help this should be easy for pros
I dont mind helping u in skype, ill PM you it
Back to top
View user's profile Send private message
zakusa
Cheater
Reputation: 0

Joined: 09 Sep 2015
Posts: 48

PostPosted: Sun Oct 11, 2015 4:19 pm    Post subject: Reply with quote

ok plz whats your skype
Back to top
View user's profile Send private message
Pencil3990
How do I cheat?
Reputation: 0

Joined: 16 Dec 2013
Posts: 9

PostPosted: Mon Oct 12, 2015 12:34 pm    Post subject: Reply with quote

zakusa wrote:
ok plz whats your skype

slimshady00931
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