Results 1 to 5 of 5
  1. #1
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh

    What's wrong in my see ghost code?

    Hello... my see ghost doesnt work... but i dont know why...
    Sometimes all hack doesnt work, sometimes only see ghost and sometimes i get error...

    I use this addy

    BasicPlayerInfo 0xA02208

    The code is
    Code:
    if(BasicPlayerInfo) {	*(float*)(BasicPlayerInfo + 0x88) = (float)300;
    	*(float*)(BasicPlayerInfo + 0x8C) = (float)300;
    	*(float*)(BasicPlayerInfo+ 0x90) = (float)300;
    	*(float*)(BasicPlayerInfo + 0x94) = (float)300;
    }

  2. #2
    matheusgtx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MPGH
    Posts
    178
    Reputation
    10
    Thanks
    2,027
    My Mood
    Aggressive
    Basic player Info Definition:
    #define BasicPlayerInfo 0xA021F8

    Basic Player Info Memory:
    DWORD pBasicPlayerInfo = *(DWORD*)(CShell + BasicPlayerInfo);

    The Loop:
    if(pBasicPlayerInfo){
    *(float*)(pBasicPlayerInfo+ 0x88) = 300.0f;
    *(float*)(pBasicPlayerInfo+ 0x8C) = 300.0f;
    *(float*)(pBasicPlayerInfo+ 0x90) = 300.0f;
    *(float*)(pBasicPlayerInfo+ 0x98) = 300.0f;
    }

    Give Thanks if Help!

  3. The Following User Says Thank You to matheusgtx For This Useful Post:

    xKickAss (12-27-2011)

  4. #3
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh
    I missed the addy, everything else was ok, thank you

  5. #4
    Fabii's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    30
    Reputation
    11
    Thanks
    63
    My Mood
    Bored
    you only need 0x88 0x8C and 0x90
    the value is 300!!!

    The Pointer is PlayerMgrOffset: 0xA021F8

    give creditz!!
    Last edited by Fabii; 12-27-2011 at 02:25 PM.

  6. #5
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh
    @Fabii i wont because i did all ok, i missed only addy that matheus already said to me...

Similar Threads

  1. Bad Syntax - What is wrong with this code?
    By HACKINGPIE in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 5
    Last Post: 01-19-2011, 12:12 AM
  2. For questions about the Code of WallHak + See Ghost in the Crossfire
    By vailozchinsu in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 10-03-2010, 01:14 PM
  3. [code]Code for Boxes and see ghost
    By mrkiller2010 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 20
    Last Post: 09-06-2010, 09:16 PM
  4. What's wrong with ths code?
    By killashoota1 in forum C++/C Programming
    Replies: 13
    Last Post: 04-13-2010, 04:47 PM
  5. What is wrong with this code?
    By t7ancients in forum C++/C Programming
    Replies: 10
    Last Post: 10-19-2009, 01:58 PM