Results 1 to 14 of 14
  1. #1
    I'M GONNA HAVE TO EAT EVERY F--KING CHICKEN
    MPGH Member
    Chris's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1,086
    Reputation
    29
    Thanks
    2,780
    My Mood
    Psychedelic

    Post DayZ SA Offsets 0.52

    DayZ SA Offsets 0.52.126.5
    These will be useful for some and irrelevant to others, if you don't know what to do with them, press that big back arrow in the top left.
    Code:
    Base: 01065DA8
    NetworkMgr: 010607C0
    Transformations: 01080DA4
    Worldtime: 01094750
    World
    Code:
    class CWorld
    {
       CObjectTable* Objects; //0x0768
        CObjTbl AnimalTable; //0x0A60
        CObjTbl FarAnimalTable; //0x0B10
        CObjTbl DroppedItemTable; //0x0FE8
        CObjTbl FarDroppedItemTable; //0x1098
        CObjTbl FarBuildingTable; //0x11F8
        CObjTbl FarFarAnimalTable; //0x1354
        CObjTbl ItemTable; //0x1374
        CObjTbl InvalidItemTable; //0x1468
        CEntity* LocalPlayer; //0x16FC
    };
    Item/Animal Class
    Code:
    Class Item_Animal
    {
        CObjectVisualState* visualstate; //0x0044
        CObjectClass* ObjectClass; //0x0078
        BYTE isDead; //0x02AC
    };
    Item Class
    Code:
    Class ItemTable
    {
        visualstate; //0x0044
        ObjectClass; //0x0078
        ItemType; //ObjectClass + 0x0070
        ItemTypeSize; //ItemType + 0x0004
        ItemName; //ObjectClass + 0x0768 (This was 0x05A0 in 0.51)
        ItemNameSize; //ItemName + 0x0004
    };
    Player/Zombie Class
    Code:
    Class Player_Zombie
    {
        CObjectVisualState* visualstate; //0x001C
        CObjectClass* ObjectClass; //0x0050
        BYTE isDead; //0x0284
        CGameVariablesTable* GameVariables; //0x0670
        __int32 playerid; //0x07F0
        CItem *InventorySlot[12]; //0x0A24
        CItem *QuickSlot[10]; //0xA54
        CWeaponPtr* weapon; //0xA94
        BYTE stance; //0x1328
    };
    Credits: DaxxTrias, Shockwavehf
    Last edited by Chris; 12-20-2014 at 08:27 AM.
    Vouch Thread
    Thank or +rep me if I helped you ★


  2. The Following 5 Users Say Thank You to Chris For This Useful Post:

    AlisaAlis (12-20-2014),Deepsy02 (12-20-2014),Mizzle420420 (12-20-2014),noric (12-20-2014),SnotBlade (12-21-2014)

  3. #2
    Deepsy02's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    3
    Thanks for sharing this dude !

  4. #3
    noric's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Does anyone know the offset to check if the player's gun is holstered or not?
    Last edited by noric; 12-20-2014 at 04:32 PM.

  5. #4
    XaioXiin's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by noric View Post
    Does anyone know the offset to check if the player's gun is holstered or not?

    0xA94

    Here u go

  6. #5
    patrick102's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Is grass 0x738 or am I missing something?

  7. #6
    Threadstarter
    I'M GONNA HAVE TO EAT EVERY F--KING CHICKEN
    MPGH Member
    Chris's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1,086
    Reputation
    29
    Thanks
    2,780
    My Mood
    Psychedelic
    Quote Originally Posted by patrick102 View Post
    Is grass 0x738 or am I missing something?
    No you are correct, just set it to 50f.
    Vouch Thread
    Thank or +rep me if I helped you ★


  8. #7
    boombeachcpt's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    24
    Quote Originally Posted by darkwrath505 View Post

    No you are correct, just set it to 50f.
    You sure? Not working for me either man, anyone else got no grass working?

  9. #8
    Threadstarter
    I'M GONNA HAVE TO EAT EVERY F--KING CHICKEN
    MPGH Member
    Chris's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1,086
    Reputation
    29
    Thanks
    2,780
    My Mood
    Psychedelic
    Quote Originally Posted by boombeachcpt View Post
    You sure? Not working for me either man, anyone else got no grass working?
    I am sure, it is working for me.
    Code:
    uintptr_t World = mem.read<uintptr_t>(0x1065DA8);
    mem.writef(World + 0x738, 50.0f);
    Vouch Thread
    Thank or +rep me if I helped you ★


  10. #9
    boombeachcpt's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    24
    Quote Originally Posted by darkwrath505 View Post

    I am sure, it is working for me.
    Code:
    uintptr_t World = mem.read<uintptr_t>(0x1065DA8);
    mem.writef(World + 0x738, 50.0f);
    Well what a day!
    Turns out my ban wasnt from using tools by mistake on a BE server.
    My Cheat base must have been siged because it only worked for me after i made a new base :/
    Ty tho dude

  11. #10
    DarkVap0rz's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    darkwrath505 Just wondering if maybe you could give me your Skype? I have a few questions i'd like to ask you, they are non-related to DayZ.

  12. #11
    Threadstarter
    I'M GONNA HAVE TO EAT EVERY F--KING CHICKEN
    MPGH Member
    Chris's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1,086
    Reputation
    29
    Thanks
    2,780
    My Mood
    Psychedelic
    Quote Originally Posted by DarkVap0rz View Post
    darkwrath505 Just wondering if maybe you could give me your Skype? I have a few questions i'd like to ask you, they are non-related to DayZ.
    It's that big button in my signature that says "Add my Skype" - click that.
    Vouch Thread
    Thank or +rep me if I helped you ★


  13. #12
    SpuuderMan's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    3
    My Mood
    Drunk
    Thankkk you

  14. #13
    Threadstarter
    I'M GONNA HAVE TO EAT EVERY F--KING CHICKEN
    MPGH Member
    Chris's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1,086
    Reputation
    29
    Thanks
    2,780
    My Mood
    Psychedelic
    Request outdated.
    @[MPGH]NormenJaydenFBI
    Vouch Thread
    Thank or +rep me if I helped you ★


  15. #14
    Jim Morrison's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Canterlot, Equestria
    Posts
    12,444
    Reputation
    1090
    Thanks
    3,336
    Quote Originally Posted by darkwrath505 View Post
    Request outdated.
    @[MPGH]NormenJaydenFBI
    These are now outdated.
    /Closed


    MPGH Staff History:
    Minion: 02-12-2013 - 6-28-2013
    Former Staff: 6-28-2013 - 7-14-2014
    Minion: 7-14-2014 - 1-3-2015
    Minion+: 1-3-2015 - 6-1-2015
    Moderator: 6-1-2015 - 10-2-2016
    Global Moderator: 10-2-2016 - Current

    Current Sections:
    DayZ Mod & Standalone Hacks & Cheats
    BattleOn Games Hacks, Cheats & Trainers
    Minecraft Hacks
    Other Semi-Popular First Person Shooter Hacks
    Blackshot Hacks & Cheats
    Need For Speed World Hacks
    Other First Person Shooter Hacks
    CounterStrike: Global Offensive Hacks
    Garry's Mod Hacks & Cheats


    Donating:
    If you want to donate money to me I take Bitcoin & Paypal, PM me for either of these if you're interested and thanks.
    Top Donators: (Awesome People)
    FanticSteal $75.00
    smurf_master $58.00 <- Best DayZ Gear Seller
    Fujiyama $25.00
    [MPGH]Black $10.00
    [MPGH]Hova $10.00
    xJudgez $4.54
    [MPGH]Normen's Sheep $3.50
    eminemlover $1.50


    Brony?
    https://www.mpgh.net/forum/groups/1728-mpgh-bronies.html

Similar Threads

  1. [Outdated] DayZ SA Offsets 0.49
    By Chris in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 11
    Last Post: 11-05-2014, 01:30 PM
  2. [Request] Looking For DayZ Standalone Offset Sticky
    By Jim Morrison in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 0
    Last Post: 10-05-2014, 10:29 AM
  3. [Release] DayZ SA Offsets
    By Lincento533 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 13
    Last Post: 09-06-2014, 01:00 PM
  4. [Outdated] DayZ SA Offsets (0.47 & 0.48)
    By Chris in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 6
    Last Post: 08-22-2014, 04:50 PM
  5. [Info] DayZ SA Offsets 0.48.0.124737
    By Chris in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 3
    Last Post: 08-18-2014, 05:04 AM