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 


AOB SCAM FREEZE...

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

Joined: 19 Jun 2016
Posts: 1

PostPosted: Sun Jun 19, 2016 1:17 pm    Post subject: AOB SCAM FREEZE... Reply with quote

I want a SCRIPT

that when someone clicks the button
the value in AOB freeze

Has as?
Back to top
View user's profile Send private message
cooleko
Grandmaster Cheater
Reputation: 11

Joined: 04 May 2016
Posts: 717

PostPosted: Sun Jun 19, 2016 6:00 pm    Post subject: Reply with quote

I would use a script with a child memory value:
Parent Script:
Code:
[enable]
aobscan(bAddr, ?? ?? ?? ?? ?? ?? ??)
registersymbol(bAddr)

bAddr:
db 00 00 00 00 00
//dd (int), dd (float), dq (double) if you want to set a numeric value instead of bytes

[disable]
unregistersymbol(bAddr)


Child memory value:
Address: bAddr

Make sure you set "Activating this entry activates its children", the deactivates one, and the hide children when deactivated.

When you activate the script, it will set bAddr to the value you set and freeze it.

You can add an offset if needed by adding it to the script as bAddr+###: and to the child memory value as changing it to pointer and adding the offset there
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 Jun 19, 2016 9:37 pm    Post subject: Reply with quote

Code:
alloc(myvar,4)
newmem:
  cmp [myvar],0
  jne code
  mov [myvar],{game value}
code:
  mov {game value},[myvar]
  jmp return
myvar:
  dd 0
INJECT:
  jmp newmem
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