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

    WarZombie Class - Stamina, Fly, Fast PickUP

    Hi guys, I will share a simple class that I did for WarZombie.
    It´s simple, take a look :

    Code:
    class cMyPlayer
    {
    public:
    char _0x0000[16];
    	D3DXVECTOR3 SpawnPos; //0x0010 
    char _0x001C[44];
    	D3DXVECTOR3 Pos; //0x0048 
    char _0x0054[604];
    	float TimePlayed; //0x02B0 
    char _0x02B4[632];
    	char Name[15]; //0x052C 
    char _0x053B[69];
    	__int32 BackPackID; //0x0580 
    	__int32 isAlive; //0x0584 
    char _0x0588[12];
    	float Life; //0x0594 
    	float Food; //0x0598 
    	float Water; //0x059C 
    	float Toxic; //0x05A0 
    char _0x05A4[40];
    	__int32 SafeZone; //0x05CC 
    char _0x05D0[296];
    	__int32 Hand; //0x06F8 
    char _0x06FC[3064];
    	__int32 PlayerState; //0x12F4 
    	__int32 PlayerMove; //0x12F8 
    char _0x12FC[48];
    	__int32 Hitting; //0x132C 
    char _0x1330[24];
    	float PickUP; //0x1348 
    char _0x134C[56];
    	float Pitch; //0x1384 
    	float Yaw; //0x1388 
    char _0x138C[96];
    	float Camera; //0x13EC 
    	float Stamina; //0x13F0 
    char _0x13F4[132];
    	float Jump; //0x1478 
    };//Size=0x1C3C
    I´m still learning this game

    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:

    Coder.DiasII (06-18-2016)

  3. #2
    tiderno's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how its works?

  4. #3
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,564
    Quote Originally Posted by tiderno View Post
    how its works?
    You need to know how to use Cheat Engine, to get the address and acess this class.
    With this, you can get Stamina Address, for example, and subtract the offset 0x13F0, and you will get the cMyPlayer address.
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

Similar Threads

  1. [Info] Fly hack using Teleport Class
    By [H]aaBX in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 32
    Last Post: 12-19-2012, 10:26 PM
  2. [Help Request] yw class for cape mod which is compatible with zombe fly mod
    By Pryingopen3rdeye in forum Minecraft Help
    Replies: 3
    Last Post: 04-06-2012, 04:24 AM
  3. I FLY BUSINESS CLASS
    By Insane in forum General
    Replies: 41
    Last Post: 07-02-2011, 12:42 AM
  4. I need a fly pro glitcher partner FAST
    By Goncalao in forum CrossFire Glitches
    Replies: 1
    Last Post: 07-04-2010, 10:35 AM