Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 73
  1. #31
    QuestGeneral's Avatar
    Join Date
    Jun 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MisterY View Post
    Updated offsets (I don't know if every offset in this list is correct but the hack works as before with these):
    Code:
    #define OFFSET_ENTITYLIST			0x175DC28 
    #define OFFSET_LOCAL_ENT			0x1B0C3A8
    
    #define OFFSET_TEAM				0x3F0
    #define OFFSET_HEALTH				0x3E0
    #define OFFSET_NAME				0x521
    #define OFFSET_SIG_NAME			0x518
    #define OFFSET_SHIELD				0x170
    #define OFFSET_MAX_SHIELD			0x174
    #define OFFSET_ABS_VELOCITY                 0x140
    
    #define OFFSET_LIFE_STATE			0x730  //>0 = dead
    #define OFFSET_BLEED_OUT_STATE		0x2590 //>0 = knocked
    
    #define OFFSET_ITEM_ID				0x1548
    
    #define OFFSET_ORIGIN				0x14C
    #define OFFSET_BONES				0xED8
    #define OFFSET_AIMPUNCH			0x2300
    #define OFFSET_CAMERAPOS			0x1DA4
    #define OFFSET_VIEWANGLES			0x23C8
    #define OFFSET_BREATH_ANGLES		OFFSET_VIEWANGLES - 0x10
    #define OFFSET_OBSERVER_MODE		0x3224
    #define OFFSET_OBSERVING_TARGET		0x3228
    
    #define OFFSET_HELMET_TYPE			0x41a4
    
    #define OFFSET_MATRIX				0x1B3BD0 
    #define OFFSET_RENDER				0x3F5A970 
    
    #define OFFSET_WEAPON				0x1944
    #define OFFSET_BULLET_SPEED                 0x1D48
    #define OFFSET_BULLET_GRAVITY              0x1D50
    
    #define OFFSET_GLOW_ENABLE			0x390
    #define OFFSET_GLOW_CONTEXT		0x310
    #define OFFSET_GLOW_RANGE			0x2FC
    #define OFFSET_GLOW_FADE			0x2D0
    #define OFFSET_GLOW_COLORS			0x1D0
    #define OFFSET_GLOW_MAGIC			0x278
    Can you share the patterns you are using in order to get these offsets?

  2. #32
    cofkpop's Avatar
    Join Date
    Aug 2019
    Gender
    female
    Posts
    0
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MisterY View Post
    Updated offsets (I don't know if every offset in this list is correct but the hack works as before with these):
    Code:
    #define OFFSET_ENTITYLIST			0x175DC28 
    #define OFFSET_LOCAL_ENT			0x1B0C3A8
    
    #define OFFSET_TEAM				0x3F0
    #define OFFSET_HEALTH				0x3E0
    #define OFFSET_NAME				0x521
    #define OFFSET_SIG_NAME			0x518
    #define OFFSET_SHIELD				0x170
    #define OFFSET_MAX_SHIELD			0x174
    #define OFFSET_ABS_VELOCITY                 0x140
    
    #define OFFSET_LIFE_STATE			0x730  //>0 = dead
    #define OFFSET_BLEED_OUT_STATE		0x2590 //>0 = knocked
    
    #define OFFSET_ITEM_ID				0x1548
    
    #define OFFSET_ORIGIN				0x14C
    #define OFFSET_BONES				0xED8
    #define OFFSET_AIMPUNCH			0x2300
    #define OFFSET_CAMERAPOS			0x1DA4
    #define OFFSET_VIEWANGLES			0x23C8
    #define OFFSET_BREATH_ANGLES		OFFSET_VIEWANGLES - 0x10
    #define OFFSET_OBSERVER_MODE		0x3224
    #define OFFSET_OBSERVING_TARGET		0x3228
    
    #define OFFSET_HELMET_TYPE			0x41a4
    
    #define OFFSET_MATRIX				0x1B3BD0 
    #define OFFSET_RENDER				0x3F5A970 
    
    #define OFFSET_WEAPON				0x1944
    #define OFFSET_BULLET_SPEED                 0x1D48
    #define OFFSET_BULLET_GRAVITY              0x1D50
    
    #define OFFSET_GLOW_ENABLE			0x390
    #define OFFSET_GLOW_CONTEXT		0x310
    #define OFFSET_GLOW_RANGE			0x2FC
    #define OFFSET_GLOW_FADE			0x2D0
    #define OFFSET_GLOW_COLORS			0x1D0
    #define OFFSET_GLOW_MAGIC			0x278
    ❤where is the offset which I have to chage?❤

  3. #33
    GasFerr123's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    34
    a query that refers to changing everything that is commented with junk content and changing the entry tmb? could you explain me briefly or how can I find it to change it

    - - - Updated - - -

    offsets are changed in from clients / headers / offsets

  4. #34
    GasFerr123's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    34
    a query that refers to changing everything that is commented with junk content and changing the entry tmb? could you explain me briefly or how can I find it to change it

  5. #35
    MisterY's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    299
    Reputation
    138
    Thanks
    15,784
    Quote Originally Posted by QuestGeneral View Post
    Can you share the patterns you are using in order to get these offsets?
    There is a tool to dump the offsets in the ****** repo "CasualX/apexbot".

  6. The Following User Says Thank You to MisterY For This Useful Post:

    kyuuls (06-27-2020)

  7. #36
    GasFerr123's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    34
    help me!
    Last edited by GasFerr123; 06-24-2020 at 07:21 PM.

  8. #37
    GasFerr123's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    34
    help me

  9. #38
    kyuuls's Avatar
    Join Date
    Dec 2019
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Twisted
    Quote Originally Posted by GasFerr123 View Post
    help me
    lol go search on google and uh i think u have to download wdk and sdk (has to be same version)

  10. #39
    kyuuls's Avatar
    Join Date
    Dec 2019
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Twisted
    Quote Originally Posted by MisterY View Post
    There is a tool to dump the offsets in the ****** repo "CasualX/apexbot".
    I seem to have found casualx/apexbot and downloaded but i dont see the tool for the offsets?

  11. #40
    Ariiantika's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    How i can fix this


  12. #41
    Ariiantika's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    [<] Loading vulnerable driver
    [-] Failed to get export gdi32full.NtGdiDdDDIReclaimAllocations2
    [-] Failed to allocate remote image in kernel
    [-] Failed to map babipasah.sys
    [<] Unloading vulnerable driver


    how to fix this ?

  13. #42
    MisterY's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    299
    Reputation
    138
    Thanks
    15,784
    Changed offsets for the latest update:
    #define OFFSET_LOCAL_ENT 0x1B0C448
    #define OFFSET_RENDER 0x3F5A9F8

    Quote Originally Posted by Ariiantika View Post
    [<] Loading vulnerable driver
    [-] Failed to get export gdi32full.NtGdiDdDDIReclaimAllocations2
    [-] Failed to allocate remote image in kernel
    [-] Failed to map babipasah.sys
    [<] Unloading vulnerable driver


    how to fix this ?
    You probably have a version of kdmapper that is not compatible with your windows version.

  14. #43
    GasFerr123's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    34
    is it still undetectable?

  15. #44
    Ruri Ichigyou's Avatar
    Join Date
    Jul 2020
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MisterY View Post
    Changed offsets for the latest update:
    #define OFFSET_LOCAL_ENT 0x1B0C448
    #define OFFSET_RENDER 0x3F5A9F8



    You probably have a version of kdmapper that is not compatible with your windows version.
    so many error when i change with this offsets..

  16. #45
    ChainofChaos's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Kdmapper doesn't work for me ( I already run it as administrator and didn't work)
    Last edited by ChainofChaos; 07-05-2020 at 09:25 AM.

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. APEX LEGENDS ESP + AIMBOT FULL SOURCE CODE
    By Jov in forum Apex Legends Hacks & Cheats
    Replies: 19
    Last Post: 02-24-2021, 03:47 AM
  2. [Request] Apex Legends ESP/Aimbot
    By DrMengueche in forum Hack Requests
    Replies: 12
    Last Post: 07-03-2019, 09:27 PM
  3. [Request] Ineed to trade an esp and aimbot full source by crossfire hack project :D
    By DEiseL in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 09-06-2018, 04:48 PM
  4. My ESP And Aimbot is VERY Weird.
    By xZaTiC in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 9
    Last Post: 03-14-2010, 04:05 PM
  5. [Release] MW2 Name ESP and Aimbot For 1.8
    By xziiled in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 5
    Last Post: 02-06-2010, 04:55 PM