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 address

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
zakusa
Cheater
Reputation: 0

Joined: 09 Sep 2015
Posts: 48

PostPosted: Wed Oct 07, 2015 12:14 am    Post subject: Help with pointer address Reply with quote

Hi, I need help I have been stuck on pointer address for like a week and I can't find any c++ script on Google ya so I have 6 offsets(NOT 2) I has a static offset I think it's called its liek game+01B741A. How would I use that in c++ plz create a script for me so I can learn from it and so I can stop wasting time searching it up on google because it's not helping I see many scripts but editing it doesn't work for me it gives me wrong value always
Back to top
View user's profile Send private message
ulysse31
Master Cheater
Reputation: 2

Joined: 19 Mar 2015
Posts: 324
Location: Paris

PostPosted: Wed Oct 07, 2015 5:58 am    Post subject: Reply with quote

Noone helps people that expect a simple please to make others do their bidding.

By now you should start to get your threads deleted
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Wed Oct 07, 2015 12:03 pm    Post subject: Reply with quote

huh had a feeling it was something simpler than kernel virtualization (wonder where did you even learn that word ? Shocked )

Its simple

Fetch the base address or the static offset (according to your wording) game+01B741A. You do that by finding the base address of the game module "game.exe" or whatever CE is showing you then simply add offsets to it until you reach your pointer address exactly how CE does.

Example, my game name is denuvo.dll, CE shows my static offset is denuvo.dll+092ACE

I find the base address of denuvo.dll first in my c++ code ( using CreateToolHelpSnapshot32 APIs, search this forum for examples) which gives me the DLLBase.

I then start adding my offsets to DLLBase until i reach the final offset to my health address e.g

DLLBase = DLLBase + 092ACE
DLLBase = DLLBase + OFFSET1
DLLBase = DLLBase OFFSETLAST

and there i have my health address in DLLBase variable or whatever other variable i choose.

If this is not making sense, read Code Shifting tutorials (preferably by spookie). It shows how to grab base address of a module and use offsets.

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed Oct 07, 2015 12:41 pm    Post subject: Reply with quote

Given that you have shown you are making no attempt to search the forums here or really actually Google, I am just going to lock your topics. You are doing nothing but begging for code / having someone do it for you. This exact question is asked nearly twice a week and is answered in tons of other topics. There are so many different code examples that show how to do this on this forum alone.

Take the time to actually look and learn what you are doing rather then beg for code in every topic you post.

Locked.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming 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