Results 1 to 5 of 5
  1. #1
    Romop5's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Unhappy Float Address In Game Memory [Solved]

    Hello everybody,
    I have small code to change int address with offsets in game memory. Code is:
    Code:
    *(DWORD*) ((*(DWORD*)((*(DWORD*)((*(DWORD*)((*(DWORD*)((*(DWORD*)0x006F9430)+0x30))+0x80))+0x754))+0x778))+0x28) = -4.88;
    But game address which I want to change is float type, so this piece of code writes int value into float type and that's my problem. How can I correct it ?
    Thanks

  2. #2
    KissU's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    107
    Reputation
    10
    Thanks
    14
    My Mood
    Blah
    Look at Crossfire/Combat arms Hack source code section '-'
    "More suicides in world make there are less suicides in the world"


  3. #3
    Romop5's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    thx man, just edit first *(DWORD*) to *(float*)

  4. #4
    KissU's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    107
    Reputation
    10
    Thanks
    14
    My Mood
    Blah
    I actually know but I could miss something up
    "More suicides in world make there are less suicides in the world"


  5. #5
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Romop5 View Post
    thx man, just edit first *(DWORD*) to *(float*)
    Alright. Marked solved then.

Similar Threads

  1. [Help] More on Accessing Memory [Solved]
    By 258456 in forum C++/C Programming
    Replies: 19
    Last Post: 09-01-2011, 05:23 PM
  2. [Help]Write memory[Solved]
    By pyton789 in forum Visual Basic Programming
    Replies: 5
    Last Post: 02-08-2011, 01:06 AM
  3. Crossfire in game server[SOLVED]
    By weezysaid in forum CrossFire Help
    Replies: 5
    Last Post: 08-18-2010, 01:32 PM
  4. Replies: 2
    Last Post: 07-13-2010, 08:53 AM
  5. how to write/Read game memory with vb 2008
    By CodeHPro in forum Visual Basic Programming
    Replies: 33
    Last Post: 11-08-2009, 09:50 PM

Tags for this Thread