Results 1 to 2 of 2
  1. #1
    jjhend's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Chicago, Illinois
    Posts
    136
    Reputation
    32
    Thanks
    86
    My Mood
    Sleepy

    applying this to C++

    Now im slightly familiar at C++ but not enough yet that I can figure this out.

    So I'm working on a memory hack for a game and the address/offsets started to get kinda funky so I wasn't able to continue with the way i was doing it. So I was wondering how I would use the following to get the address i need to edit with c++

    So my base address is "client.dll"+005AA714 which gives me something along the lines of 0x0*****68 and then if i add an offset of 30 to that it gives me the address that i need. Now all i ask is how i would implement this into c++

    Best Regards,
    jjhend
    Last edited by jjhend; 08-24-2013 at 06:28 PM.

  2. #2
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    I assume you're injecting so:
    Code:
    DWORD offset = *(DWORD*)((DWORD)GetModuleHandleA("client.dll") + 0x5AA714) + 0x30;

Similar Threads

  1. Is pick order actually "greater than" calls? If so, does this only apply to Ranked?
    By zapthehunter in forum League of Legends Discussions
    Replies: 12
    Last Post: 05-15-2013, 04:11 PM
  2. [Release] hey alL join this clan .. well be the first clan in cf apply please ...
    By anabeed in forum CrossFire Clan Recruitment & Advertising
    Replies: 2
    Last Post: 01-11-2013, 09:54 PM
  3. Replies: 24
    Last Post: 04-13-2010, 08:05 PM
  4. How many people on this forum Play WoW?
    By RebornAce in forum General
    Replies: 27
    Last Post: 12-31-2009, 05:27 PM
  5. Replies: 12
    Last Post: 04-05-2009, 06:13 AM