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 


AOBScan Problem

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

Joined: 22 Sep 2023
Posts: 2

PostPosted: Fri Sep 22, 2023 5:03 pm    Post subject: AOBScan Problem Reply with quote

I'm trying to make a Car For Sale script by using AOBScan since the addresses always change, but I can't use it because; 1. It's slow. And 2. I can't do aobscanmodule() because my address isn't a module. Is there any way to do an AOBScan but fast? Preferrably instant if possible.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25298
Location: The netherlands

PostPosted: Sat Sep 23, 2023 1:04 am    Post subject: Reply with quote

Maybe you can use CE's mono features to get the symbol for the code
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Arcold
How do I cheat?
Reputation: 0

Joined: 22 Sep 2023
Posts: 2

PostPosted: Sat Sep 23, 2023 8:59 am    Post subject: Reply with quote

I'm unable to change float values, but I was successful with 4 bytes values.
Here is my script that tries to change money value with the mono symbol in it:
Code:
define(MoneyPlease,CashManager:AddCash)

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat



//aobscan(MoneyHe,F3 0F 11 68 20 48 B8) // should be unique
alloc(newmem,$1000)
alloc(momoney,4,MoneyPlease)
label(code)
label(return)

momoney:
dd (float)999999

newmem:

movss xmm5,[momoney]

code:
  movss [rax+20],xmm5
  jmp return

MoneyPlease+101:
  jmp newmem
return:
registersymbol(MoneyPlease)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
MoneyPlease+101:
  db F3 0F 11 68 20

unregistersymbol(MoneyPlease)
dealloc(newmem)
dealloc(momoney)
[/code]
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 Tutorials 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