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 with pointer script

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

Joined: 20 Apr 2016
Posts: 5

PostPosted: Sun Oct 23, 2016 10:50 am    Post subject: Help with pointer script Reply with quote

Hi guys,

I have a table with a money pointer, and I'd like to write a lua script that doubles the money income (like those 2x exp).

But I can't figure out how to set up my variable in the script using the pointer adress and offsets, nothing I tried works.

Here's my 4 bytes pointer adress with all offsets:

f4
8
0
238
10

"mono.dll" + 00209554



Can anyone help me write that lua?

thanks
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 23, 2016 12:52 pm    Post subject: Reply with quote

Code:
local address = readPointer("mono.dll+00209554")
address = readPointer(address + 0x10)
address = readPointer(address + 0x238)
address = readPointer(address + 0x0)
address = readPointer(address + 0x8)
address = address + 0xF4
local value = readInteger(address)
writeInteger(address, value * 2)

Code:
local value = readInteger("[[[[[mono.dll+00209554]+10]+238]+0]+8]+F4")
writeInteger("[[[[[mono.dll+00209554]+10]+238]+0]+8]+F4", value * 2)
Back to top
View user's profile Send private message
Hedi
How do I cheat?
Reputation: 0

Joined: 20 Apr 2016
Posts: 5

PostPosted: Sun Oct 23, 2016 1:18 pm    Post subject: Reply with quote

Thank you sir!
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