Results 1 to 4 of 4
  1. #1
    |-|3|_][({}PT3R12's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    UnkwOwnS
    Posts
    449
    Reputation
    12
    Thanks
    472
    My Mood
    Twisted

    Player Info Class Unchanged?

    Is this player info class still working to this date? What ever patch Combat Arms is on, I don't even know anymore.

    Code:
    class PlayerInfo
    {
    	public:
    	char _0x0000[4];
    		__int32 index; 
    	char _0x0008[12];     //pad 4 bytes before player name( should be at 0x14 )    
    		CHAR Pad[4];
    		char Name[12];  
    	char _0x0020[12];
    		_Object *obj; 
    	char _0x0030[4];
    		__int32 Death; 
    	char _0x0038[4];
    		__int32 Death2; 
    		__int32 Kills; 
    	char _0x0044[48];
    		__int32 Team;
    	char _0x0078[4];
    		BYTE IsDead;
    	char _0x007D[1171];
    };
    Greets,
    Heli

  2. #2
    R3d_L1n3's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    208
    Code:
    class pPlayerInfo
    {
    	public:
    	char _0x0000[4];
    		__int32 index; //0x0004 
    	char _0x0008[12];
    		char Name[12]; //0x0014 
    	char _0x0020[12];
    		__Object* Object; //0x002C 
    	char _0x0030[4];
    		__int32 Death; //0x0034 
    	char _0x0038[4];
    		__int32 Death2; //0x003C 
    		__int32 Kills; //0x0040 
    	char _0x0044[48];
    		__int32 Team; //0x0074 
    	char _0x0078[4];
    		BYTE IsDead; //0x007C 
    	char _0x007D[1171];
    
    };

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

    |-|3|_][({}PT3R12 (03-07-2013)

  4. #3
    |-|3|_][({}PT3R12's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    UnkwOwnS
    Posts
    449
    Reputation
    12
    Thanks
    472
    My Mood
    Twisted
    Thanks for the info my friend! Glad to see some responsive people out there!

  5. #4
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,587
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    There's your anwser

    /Solved
    /Closed
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


Similar Threads

  1. Local Info Class
    By Hahaz in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 09-24-2010, 12:49 PM
  2. How i get that Player Info thingy?
    By Massive in forum CrossFire Help
    Replies: 1
    Last Post: 07-19-2010, 04:37 PM
  3. [cf] TOURNAMENT [updated player info]
    By -FAIL- in forum CrossFire Discussions
    Replies: 31
    Last Post: 07-03-2010, 10:12 PM
  4. Improper player info
    By MechaChrist in forum CrossFire Glitches
    Replies: 8
    Last Post: 04-04-2010, 10:32 AM
  5. legit player info
    By reyes94x in forum Combat Arms Europe Hacks
    Replies: 6
    Last Post: 04-20-2009, 12:50 PM