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 


Writing to a Pointer Help

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

Joined: 10 Feb 2016
Posts: 1

PostPosted: Wed Feb 10, 2016 2:32 pm    Post subject: Writing to a Pointer Help Reply with quote

So i am having an issue im trying to write to my pointer
Address:0x00992E04
Offset:0x27C

im using

Code:
        private void button1_Click(object sender, EventArgs e)
        {
            myMemory.ReadProcess = ClemRun[0];
            myMemory.Open();
            long pointerAddress = ClemRun[0].MainModule.BaseAddress.ToInt64() + 0x00992E04;
            int[] pointerOffset = HeightOffset;
            int bytesWritten;
            byte[] valueToWrite = BitConverter.GetBytes(FloatHeightValue);
            string writtenAddress = myMemory.PointerWrite((IntPtr)pointerAddress, valueToWrite, pointerOffset, out bytesWritten);
            myMemory.CloseHandle();
            textBox1.Text = writtenAddress;
        }


and its not working
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

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

PostPosted: Tue Feb 16, 2016 3:55 am    Post subject: Reply with quote

you need to read the 4/8 byte value at pointerAddress and add 0x27c to that value
then write to the address that new value represents

_________________
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
Display posts from previous:   
Post new topic   Reply to topic    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