Page 5 of 5 FirstFirst ... 345
Results 61 to 64 of 64
  1. #61
    Ecthelion75's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Does anyone know which version of MisterY's zombie trainer works with the latest fitgirl repack?

  2. #62
    qwertyr's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    205
    Reputation
    10
    Thanks
    1,449
    Here's some stuff I updated for you zombies players i'm too lazy to do the rest. The EntityInfo struct holds most the things so you can look through it with reclass and find them if you want but everything you need for unlimited ammo/godmode and teleporting the local player and zombies if below.

    struct GEntity_T
    {
    short ClientNum; //0x0000
    char pad_0002[6]; //0x0002
    char State; //0x0008
    char pad_0009[7]; //0x0009
    int IsAlive; //0x0010 //not checked in game
    char pad_0014[8]; //0x0014
    Vector3 NewOrigin; //0x001C
    char pad_0028[24]; //0x0028
    Vector3 Angle1; //0x0040
    char pad_004C[336]; //0x004C
    int Team; //0x01A0
    int EntityType; //0x01A4
    char pad_01A8[116]; //0x01A8
    Vector3 Pos1; //0x0218 //one of these is the head position
    Vector3 Pos2; //0x0224
    Vector3 ModifiablePos; //0x0230
    Vector3 Angle2;
    char pad_023C[128]; //0x023C
    int ModifiableHealth; //0x02C8
    int MaxHealth; //0x02CC
    char pad_02D0[552]; //0x02D0
    }; //Size: 0x4F8 //next player

    struct EntityInfo //don't know the name to this struct
    {
    char pad_000[0x30];
    Vector3 ModifiableLocalPos; //0x3C
    char pad_001[0x18];
    int Rapidfire; //0x54
    char pad_002[0x630];
    int Ammo[5]; //0x688
    char pad_003[0x164CC];
    }; //Size: 0x16B68 //next player

    Offsets:
    Gentity = gameExe + 0xA3D39F0 //pointer
    GentityInfo = gameExe + 0xA54BDE0 //pointer

  3. #63
    nibbaowrldv3's Avatar
    Join Date
    Feb 2021
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic

    Everything good but how do i use cheat engine without getting banned?

    i cant find anything that enables cheat engine so i dont get banned for using the codes

  4. #64
    KCxAce's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic

    How to attach cheat engine?

    Every time I open cheat engine I get a crash, anyone have an anti anti debugger?

Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. [Outdated] Gotham City Impostors Cheat Engine table
    By a1i3n in forum General Game Hacking
    Replies: 61
    Last Post: 05-25-2016, 12:30 AM
  2. Replies: 17
    Last Post: 09-26-2013, 11:35 AM
  3. Borderlands 2 Cheat Engine Table
    By Nap_Time in forum Borderlands 2 Hacks
    Replies: 24
    Last Post: 10-04-2012, 11:53 AM
  4. Borderlands 2 cheat engine table (steam version)
    By BadLuck in forum Borderlands 2 Hacks
    Replies: 22
    Last Post: 09-25-2012, 01:27 PM
  5. [Patched] *Update* Release Cheat Engine Table V3
    By Linux38 in forum Counter-Strike 2 Hacks
    Replies: 24
    Last Post: 02-15-2012, 08:10 AM