Results 1 to 10 of 10
  1. #1
    DAGER-05's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    0

    Unhappy Class CANA / CAEU

    hi all i need updated classes for CAEU or CANA please update it for CAEU thank you

    class PlayerInfo
    {
    public:
    __int32 pPing; //0x0000
    __int32 index; //0x0004
    __int32 ID; //0x0008
    char unknown2[8]; //0x000C
    char pName[20]; //0x0014
    char unknown3[4]; //0x0028
    __int32* Object; //0x002C
    __int32 Kills; //0x0030
    __int32 Deaths; //0x0034
    char unknown4[44]; //0x0038
    __int32 HeadShots; //0x0064
    char unknown5[12]; //0x0068
    __int32 pTeam; //0x0074
    char unknown6[4]; //0x0078
    BYTE pIsDead; //0x007C
    char unknown7[679]; //0x007D
    PlayerInfo* PlayerPrev; //0x0300
    PlayerInfo* PlayerNext; //0x0304
    };//Size=0x0308

  2. #2
    DAGER-05's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    0
    someone can help me? i thank you guys full

  3. #3
    zikox's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    568
    Reputation
    40
    Thanks
    1,022
    My Mood
    Cool
    class PlayerInfo
    {
    public:
    __int32 pPing; //0x0000
    __int32 index; //0x0004
    __int32 ID; //0x0008
    char unknown2[8]; //0x000C
    char pName[20]; //0x0014
    char unknown3[4]; //0x0028
    cVector* obj; //0x002C
    __int32 Kills; //0x0030
    __int32 Deaths; //0x0034
    char unknown4[44]; //0x0038
    __int32 HeadShots; //0x0064
    char unknown5[12]; //0x0068
    __int32 Team; //0x0074
    char unknown6[4]; //0x0078
    BYTE IsDead; //0x007C
    char unknown7[643]; //0x007D
    PlayerInfo* PlayerPrev; //0x0300
    PlayerInfo* PlayerNext; //0x0304
    };//Size=0x0308

  4. The Following User Says Thank You to zikox For This Useful Post:

    DAGER-05 (01-13-2014)

  5. #4
    DAGER-05's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by zikox View Post
    class PlayerInfo
    {
    public:
    __int32 pPing; //0x0000
    __int32 index; //0x0004
    __int32 ID; //0x0008
    char unknown2[8]; //0x000C
    char pName[20]; //0x0014
    char unknown3[4]; //0x0028
    cVector* obj; //0x002C
    __int32 Kills; //0x0030
    __int32 Deaths; //0x0034
    char unknown4[44]; //0x0038
    __int32 HeadShots; //0x0064
    char unknown5[12]; //0x0068
    __int32 Team; //0x0074
    char unknown6[4]; //0x0078
    BYTE IsDead; //0x007C
    char unknown7[643]; //0x007D
    PlayerInfo* PlayerPrev; //0x0300
    PlayerInfo* PlayerNext; //0x0304
    };//Size=0x0308
    this is old for CAEU but thanks anyway

  6. #5
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    If you cant reverse it just add some random paddings (mostly 4 byte) arround and test it until it works...
    Trial and error is easiest part though.

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  7. #6
    DAGER-05's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Ch40zz-C0d3r View Post
    If you cant reverse it just add some random paddings (mostly 4 byte) arround and test it until it works...
    Trial and error is easiest part though.
    do you mean here ? >>> char unknown7[679]; //0x007D ? like so >>> char unknown7[683]; //0x007D

  8. #7
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    It depends where you are crashing / reading wrong memory and where not. Try some class members until you crash / read wrong memory and try putting it above.

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  9. #8
    DAGER-05's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Ch40zz-C0d3r View Post
    It depends where you are crashing / reading wrong memory and where not. Try some class members until you crash / read wrong memory and try putting it above.
    the problem is i dont crash )) this class only need for ESP and Aimbot )) kannst du das machen? ich bezahle dir für dein job ))

  10. #9
    zikox's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    568
    Reputation
    40
    Thanks
    1,022
    My Mood
    Cool
    Quote Originally Posted by DAGER-05 View Post
    the problem is i dont crash )) this class only need for ESP and Aimbot )) kannst du das machen? ich bezahle dir für dein job ))
    Af Pm Me Skype I will Help You

  11. #10
    DAGER-05's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by zikox View Post
    Af Pm Me Skype I will Help You
    i have added you in skype.
    Last edited by DAGER-05; 01-14-2014 at 05:43 AM.

Similar Threads

  1. [CANA] Sgt. 1st Class II/ 2 perms/1.72 kdr
    By sozdog in forum Combat Arms Selling / Trading / Buying
    Replies: 6
    Last Post: 04-26-2012, 08:55 PM
  2. [Help] CAEU / CANA
    By Achocolatado in forum Combat Arms Brazil Discussions
    Replies: 5
    Last Post: 06-26-2011, 11:14 AM
  3. Guild Wars New Classes
    By Chronologix in forum General Gaming
    Replies: 24
    Last Post: 07-23-2006, 08:46 AM
  4. Heavy Weapons Class mine bug. I had no idea.
    By NukeAssault in forum General Gaming
    Replies: 2
    Last Post: 07-20-2006, 06:54 AM
  5. [Tutorial]Change class without respawn
    By vir2000 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-04-2006, 01:47 PM