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 


c# write memory float

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
mamaorha
Newbie cheater
Reputation: 0

Joined: 10 Mar 2012
Posts: 14

PostPosted: Sun Jun 10, 2012 4:03 pm    Post subject: c# write memory float Reply with quote

how can i write to memory using float number instead of int32?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

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

PostPosted: Sun Jun 10, 2012 4:56 pm    Post subject: Reply with quote

the same was as you did the int32 but then it's a 4 byte address in float encoding instead of a 4 byte address in decimal encoding
_________________
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
mamaorha
Newbie cheater
Reputation: 0

Joined: 10 Mar 2012
Posts: 14

PostPosted: Sun Jun 10, 2012 11:58 pm    Post subject: Reply with quote

didnt fully understood what u ment

this is what i got
Code:

public Int32 WriteMemory(IntPtr Handle, IntPtr Address, Int32 Value)
        {
            return WriteProcessMemory(Handle, Address, BitConverter.GetBytes(Value), sizeof(Int32), 0);
        }


how can i change it?

will this work?
Code:
public float WriteMemoryFloat(IntPtr Handle, IntPtr Address, float Value)
        {
            return WriteProcessMemory(Handle, Address, BitConverter.GetBytes(Value), sizeof(float), 0);
        }
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

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

PostPosted: Mon Jun 11, 2012 3:47 am    Post subject: Reply with quote

it should work yes (with the exception that the return type of the function should stay int32)
_________________
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