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 


Can i change All AOB Results at once ? please help

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

Joined: 05 Feb 2017
Posts: 2

PostPosted: Wed Feb 08, 2017 11:38 am    Post subject: Can i change All AOB Results at once ? please help Reply with quote

Evil or Very Mad Can i change All AOB Results at once ? please help
i wanna know how to change 2 or more similar AOB results cuz seems that i can't make the AOB Code unique ... already very long
Back to top
View user's profile Send private message Send e-mail
Filipe_Br
Master Cheater
Reputation: 3

Joined: 07 Jan 2016
Posts: 272
Location: My house

PostPosted: Wed Feb 08, 2017 12:00 pm    Post subject: Re: Can i change All AOB Results at once ? please help Reply with quote

Use Lua script
Code:
my_aob = "89 83 80 04 00 00 8D 55 D4"
result = AOBScan(my_aob, "-W*X-C")

for i=0, result.Count-1 do
    writeBytes(result[i], 0x90, 0x90, 0x90, 0x90, 0x90, 0x90)
end

_________________
...
Back to top
View user's profile Send private message
Friedeggs911
How do I cheat?
Reputation: 0

Joined: 05 Feb 2017
Posts: 2

PostPosted: Wed Feb 08, 2017 12:10 pm    Post subject: Filipe_Br Reply with quote

thanks Filipe_Br but where can i put this script ... sry im new
Back to top
View user's profile Send private message Send e-mail
Filipe_Br
Master Cheater
Reputation: 3

Joined: 07 Jan 2016
Posts: 272
Location: My house

PostPosted: Wed Feb 08, 2017 1:24 pm    Post subject: Re: Filipe_Br Reply with quote

You can put it in the Lua engine script. Or if you prefer in the auto assembly. To use in auto assemble you have to make this adjustment.
Code:
[ENABLE]
{$lua}
my_aob = "89 83 80 04 00 00 8D 55 D4"
result = AOBScan(my_aob, "-W*X-C")

for i=0, result.Count-1 do
    writeBytes(result[i], 0x90, 0x90, 0x90, 0x90, 0x90, 0x90)
end
{$asm}
[DISABLE]

_________________
...
Back to top
View user's profile Send private message
Friedeggs911
How do I cheat?
Reputation: 0

Joined: 05 Feb 2017
Posts: 2

PostPosted: Thu Feb 09, 2017 12:59 am    Post subject: Reply with quote

okay thanks Very Happy will try this
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine 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