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

    GodsWar Address and Class

    Hi, I will post everything you need to make a trainer


    Screen Shoot




    Class

    Code:
    class cInfoPlayer
    {
    public:
    char _0x0000[20];
    	__int32 Player; //0x0014 2 -> walking, 8 -> using magic, 6 -> attacking 
    char _0x0018[580];
    	char Name[20]; //0x025C 
    char _0x0270[16];
    	float Teleport1; //0x0280 
    char _0x0284[4];
    	float TelePort2; //0x0288 
    char _0x028C[40];
    	DWORD Exp; //0x02B4 
    	DWORD Level; //0x02B8 
    	DWORD Life; //0x02BC 
    	DWORD Mana; //0x02C0 
    char _0x02C4[8];
    	__int32 Silver; //0x02CC 
    	__int32 Gold; //0x02D0 
    	__int32 Honor; //0x02D4 
    	__int32 Points; //0x02D8 
    	__int32 BGold; //0x02DC 
    	__int32 Medal; //0x02E0 
    	DWORD MaxLife; //0x02E4 
    	DWORD MaxMana; //0x02E8 
    char _0x02EC[8];
    	__int32 Attack; //0x02F4 
    	__int32 Def; //0x02F8 
    	__int32 MagicAttack; //0x02FC 
    	__int32 MagicDef; //0x0300 
    	__int32 Hitting; //0x0304 
    	__int32 Dodge; //0x0308 
    	__int32 Critical; //0x030C 
    	__int32 Tenacity; //0x0310 
    	float Dagame; //0x0314 
    	float MDamage; //0x0318 
    	__int32 Absorption; //0x031C 
    char _0x0320[352];
    
    };//Size=0x0480
    
    class cCall
    {
    public:
    char _0x0000[4];
    	cInfoPlayer* pInfoPlayer; //0x0004 
    char _0x0008[56];
    
    };//Size=0x0040
    Address

    Code:
    DWORD Gods = (DWORD)GetModuleHandleA("GodsWar.exe");
    
    #define ADDR_Camera            0x5C9600
    #define PlayerInfo             0x011A9CCC

    How To Use

    Code:
    cCall *MyClass = (cCall*)Gods + PlayerInfo; // class definition
    
    MyClass->pInfoPlayer->Level = 999; // visual level hack

    If you don´t know how to use this codes, study c++


    Credits

    Hacker Fail, @Coder.Dash
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  2. #2
    cabusao14's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    All the address you posted are all visual only, and the teleport hack is already detected

Similar Threads

  1. Updated Address and Classes 15/03/2013
    By luizimloko in forum CrossFire Latin America / Brazil Hack Source Code
    Replies: 10
    Last Post: 04-07-2013, 04:50 PM
  2. [request] accuaracy and ammo address and values plz
    By khaid in forum WarRock - International Hacks
    Replies: 1
    Last Post: 08-05-2007, 10:01 PM
  3. no fall damage addresse and pointer or value
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-28-2007, 06:04 PM
  4. addresses and value!!
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-08-2007, 01:18 PM
  5. warrock addresses and how to use
    By ragman1234 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-15-2007, 12:38 PM