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 


Auto Assemble Help

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

Joined: 12 Oct 2015
Posts: 0
Location: Milky Way Galaxy

PostPosted: Mon Oct 12, 2015 8:56 am    Post subject: Auto Assemble Help Reply with quote

I need help where you can put a code like this:
[ENABLE]
aobscan(aob1,[aob here])
aob1:
db [replace here]
If (aob1 == failed)
scan for aob2
Any way?
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Mon Oct 12, 2015 10:16 am    Post subject: Reply with quote

Code:
[ENABLE]
{$lua}
local aob = AOBScan("pattern 1")
if aob == nil then
  aob = AOBScan("pattern 2")
end
if aob ~= nil then
  for i = 0, aob.Count - 1 do
    writeBytes(aob[i], 0x90, 0x90, 0x90, 0x90, 0x90)
  end
end
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking 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