Results 1 to 6 of 6
  1. #1
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562

    Some updated classes

    Hi guys, I believe this is my first post in uc , and I will share some classes for War Inc.

    I don't know if anyone here still play this game, it's a little dead, but I will post anyway.

    Classes

    Code:
    class cGameManager
    {
    public:
    char _0x0000[16];
    	cPlayer* pPlayer; //0x0010 
    /*char _0x0014[60];
    	cPlayer* pPlayer2; //0x0050 
    char _0x0054[60];
    	cPlayer* pPlayer3; //0x0090
            ... */
    };//Size=0x0840
    
    class cPlayer
    {
    public:
    char _0x0000[12];
    	D3DXVECTOR3 RespawnPos; //0x000C 
    	D3DXVECTOR3 MyPos; //0x0018 
    char _0x0024[12];
    	float Yaw; //0x0030 
    char _0x0034[520];
    	float Velocity; //0x023C 
    char _0x0240[1180];
    	cWeaponClass* pPrimary; //0x06DC 
    	cWeaponClass* pSecondary; //0x06E0 
    	cWeaponClass* cThird; //0x06E4 
    char _0x06E8[172];
    	DWORD Life; //0x0794 
    char _0x0798[104];
    	__int32 isAlive; //0x0800 
    char _0x0804[32];
    	float SuperJump; //0x0824 
    char _0x0828[176];
    	D3DXMATRIX Matrix; //0x08D8 
    };//Size=0x1040
    
    class cWeaponClass
    {
    public:
    char _0x0000[48];
    	__int32 isReloading; //0x0030 
    char _0x0034[360];
    	DWORD Ammo; //0x019C 
    char _0x01A0[332];
    	__int32 RateofFire; //0x02EC 
    };//Size=0x0440
    Address

    Code:
    "WarInc.exe" + 035AC4F4
    Ammo and life are xored.

    If you wanna do something with others players, you can do something like this :

    Code:
    cPlayer * pEntity = (cPlayer*)(WarIncEXE + 0x035AC4F4 + 0x50 + ( i * 0x40 ));
    You can do fly / super jump hack with this class.

    Good bye
    Last edited by Hacker Fail; 10-23-2016 at 06:32 PM.
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  2. The Following User Says Thank You to Hacker Fail For This Useful Post:

    Hunter (10-23-2016)

  3. #2
    kcg's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    tyvm!!! appreciated it

  4. #3
    blade41flareon's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    ty so much

  5. #4
    idoloveyou's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Thank you for sharing

  6. #5
    Donkeyswag's Avatar
    Join Date
    Apr 2019
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    2
    omg amazing!

  7. #6
    qweaszx11's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    is this still working ?

    - - - Updated - - -

    amazing ty alot

Similar Threads

  1. [Tutorial] ReClass: Updating Classes
    By Flengo in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 12-30-2012, 02:40 PM
  2. [Release] Updated Class: LTClientShellBase + Some More Info
    By Flengo in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 11-10-2012, 01:10 PM
  3. Maybe trade for lv35-45 acc w/ some good classes.
    By Random1zer in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 4
    Last Post: 05-19-2012, 12:01 PM
  4. Some updated addys(new blood update)
    By mistertex in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 07-30-2011, 11:04 AM
  5. Some updates
    By Ryguy in forum Art & Graphic Design
    Replies: 30
    Last Post: 03-08-2011, 12:03 AM