Thread: zombie health

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    BLOBDOD's Avatar
    Join Date
    Dec 2021
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Question zombie health

    was curious if anyone had found the address for zombie health so i could make them a one hit kill.

  2. #2
    Minixpro24's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    8

    Hi

    There are mod menus that guve u that
    Quote Originally Posted by BLOBDOD View Post
    was curious if anyone had found the address for zombie health so i could make them a one hit kill.

  3. #3
    Awesomeguy2021's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Where can i find these mod menus?
    Are they bannable if i play them in solo?

  4. #4
    Minixpro24's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    8

    Mod menu

    Yo wont get band with the mod men. It’s called obsidian search it on yt
    Quote Originally Posted by Awesomeguy2021 View Post
    Where can i find these mod menus?
    Are they bannable if i play them in solo?

  5. #5
    RileyZack's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    I cant find it can you dm me a link to it?

    Quote Originally Posted by Minixpro24 View Post
    Yo wont get band with the mod men. It’s called obsidian search it on yt
    I cant find it, and i really want a mod menu that works well as all infinite ammos dont

  6. #6
    Awesomeguy2021's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by RileyZack View Post
    I cant find it, and i really want a mod menu that works well as all infinite ammos dont
    https://www.youtube.com/watch?v=XA9Z...dFY9XB7fAJW98M this is what i found

  7. #7
    Minixpro24's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    8

    Mod menu

    Use this https://m.youtube.com/watch?v=OXlb7jO9ti4&t=0s
    Quote Originally Posted by Awesomeguy2021 View Post

  8. #8
    i4mTh3Fr34kPr0's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Nagano
    Posts
    347
    Reputation
    16
    Thanks
    4,740
    Here have fun. - for the latest Steam Version.

    Code:
    [ENABLE]
    aobscanmodule(ZombieHealth,iw7_ship.exe,29 BB E0 01 00 00 33)
    alloc(newmem,$1000,ZombieHealth)
    label(OneHitKill)
    label(code)
    label(return)
    
    newmem:
    
    OneHitKill:
      mov [rbx+000001E0],0
      jmp return
    
    code:
      sub [rbx+000001E0],edi
      jmp return
    
    ZombieHealth:
      jmp OneHitKill
      nop
    return:
    registersymbol(ZombieHealth)
    [DISABLE]
    ZombieHealth:
      db 29 BB E0 01 00 00
    unregistersymbol(ZombieHealth)
    dealloc(newmem)
    
    {
    // ORIGINAL CODE - INJECTION POINT: iw7_ship.exe+C1B227
    
    iw7_ship.exe+C1B208: E8 43 B5 7D FF     - call iw7_ship.exe+3F6750
    iw7_ship.exe+C1B20D: 8B F8              - mov edi,eax
    iw7_ship.exe+C1B20F: EB 04              - jmp iw7_ship.exe+C1B215
    iw7_ship.exe+C1B211: 48 8B 75 80        - mov rsi,[rbp-80]
    iw7_ship.exe+C1B215: 4C 8B 45 B8        - mov r8,[rbp-48]
    iw7_ship.exe+C1B219: 8B D7              - mov edx,edi
    iw7_ship.exe+C1B21B: 49 8B 0E           - mov rcx,[r14]
    iw7_ship.exe+C1B21E: E8 1D 85 AD FF     - call iw7_ship.exe+6F3740
    iw7_ship.exe+C1B223: 85 FF              - test edi,edi
    iw7_ship.exe+C1B225: 74 2F              - je iw7_ship.exe+C1B256
    // ---------- INJECTING HERE ----------
    iw7_ship.exe+C1B227: 29 BB E0 01 00 00  - sub [rbx+000001E0],edi
    // ---------- DONE INJECTING  ----------
    iw7_ship.exe+C1B22D: 33 C0              - xor eax,eax
    iw7_ship.exe+C1B22F: 4C 8B 4D A8        - mov r9,[rbp-58]
    iw7_ship.exe+C1B233: 4C 8B C6           - mov r8,rsi
    iw7_ship.exe+C1B236: 8B 0D 1C FD 13 05  - mov ecx,[iw7_ship.exe+5D5AF58]
    iw7_ship.exe+C1B23C: 48 8B D3           - mov rdx,rbx
    iw7_ship.exe+C1B23F: 89 44 24 38        - mov [rsp+38],eax
    iw7_ship.exe+C1B243: 89 7C 24 30        - mov [rsp+30],edi
    iw7_ship.exe+C1B247: 48 89 44 24 28     - mov [rsp+28],rax
    iw7_ship.exe+C1B24C: 48 89 44 24 20     - mov [rsp+20],rax
    iw7_ship.exe+C1B251: E8 5A A3 7D FF     - call iw7_ship.exe+3F55B0
    }



  9. #9
    Minixpro24's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    8

    Help

    Can u fix teabag?
    Quote Originally Posted by i4mTh3Fr34kPr0 View Post
    Here have fun. - for the latest Steam Version.

    Code:
    [ENABLE]
    aobscanmodule(ZombieHealth,iw7_ship.exe,29 BB E0 01 00 00 33)
    alloc(newmem,$1000,ZombieHealth)
    label(OneHitKill)
    label(code)
    label(return)
    
    newmem:
    
    OneHitKill:
      mov [rbx+000001E0],0
      jmp return
    
    code:
      sub [rbx+000001E0],edi
      jmp return
    
    ZombieHealth:
      jmp OneHitKill
      nop
    return:
    registersymbol(ZombieHealth)
    [DISABLE]
    ZombieHealth:
      db 29 BB E0 01 00 00
    unregistersymbol(ZombieHealth)
    dealloc(newmem)
    
    {
    // ORIGINAL CODE - INJECTION POINT: iw7_ship.exe+C1B227
    
    iw7_ship.exe+C1B208: E8 43 B5 7D FF     - call iw7_ship.exe+3F6750
    iw7_ship.exe+C1B20D: 8B F8              - mov edi,eax
    iw7_ship.exe+C1B20F: EB 04              - jmp iw7_ship.exe+C1B215
    iw7_ship.exe+C1B211: 48 8B 75 80        - mov rsi,[rbp-80]
    iw7_ship.exe+C1B215: 4C 8B 45 B8        - mov r8,[rbp-48]
    iw7_ship.exe+C1B219: 8B D7              - mov edx,edi
    iw7_ship.exe+C1B21B: 49 8B 0E           - mov rcx,[r14]
    iw7_ship.exe+C1B21E: E8 1D 85 AD FF     - call iw7_ship.exe+6F3740
    iw7_ship.exe+C1B223: 85 FF              - test edi,edi
    iw7_ship.exe+C1B225: 74 2F              - je iw7_ship.exe+C1B256
    // ---------- INJECTING HERE ----------
    iw7_ship.exe+C1B227: 29 BB E0 01 00 00  - sub [rbx+000001E0],edi
    // ---------- DONE INJECTING  ----------
    iw7_ship.exe+C1B22D: 33 C0              - xor eax,eax
    iw7_ship.exe+C1B22F: 4C 8B 4D A8        - mov r9,[rbp-58]
    iw7_ship.exe+C1B233: 4C 8B C6           - mov r8,rsi
    iw7_ship.exe+C1B236: 8B 0D 1C FD 13 05  - mov ecx,[iw7_ship.exe+5D5AF58]
    iw7_ship.exe+C1B23C: 48 8B D3           - mov rdx,rbx
    iw7_ship.exe+C1B23F: 89 44 24 38        - mov [rsp+38],eax
    iw7_ship.exe+C1B243: 89 7C 24 30        - mov [rsp+30],edi
    iw7_ship.exe+C1B247: 48 89 44 24 28     - mov [rsp+28],rax
    iw7_ship.exe+C1B24C: 48 89 44 24 20     - mov [rsp+20],rax
    iw7_ship.exe+C1B251: E8 5A A3 7D FF     - call iw7_ship.exe+3F55B0
    }

  10. The Following User Says Thank You to Minixpro24 For This Useful Post:

    lolipop2022 (01-26-2022)

  11. #10
    i4mTh3Fr34kPr0's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Nagano
    Posts
    347
    Reputation
    16
    Thanks
    4,740
    Quote Originally Posted by Minixpro24 View Post
    Can u fix teabag?
    Well the Offsets seem to be Up to date.. no idea why it's not working.
    Did the game received and update or so in the last 2-3 Weeks? Haven't played it for a very long time... <.<

    Last edited by i4mTh3Fr34kPr0; 01-25-2022 at 10:40 AM.



  12. The Following User Says Thank You to i4mTh3Fr34kPr0 For This Useful Post:

    lolipop2022 (01-26-2022)

  13. #11
    Minixpro24's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    8

    .

    I think it doesn’t
    Quote Originally Posted by i4mTh3Fr34kPr0 View Post


    Well the Offsets seem to be Up to date.. no idea why it's not working.
    Did the game received and update or so in the last 2-3 Weeks? Haven't played it for a very long time... <.<


  14. The Following User Says Thank You to Minixpro24 For This Useful Post:

    lolipop2022 (01-26-2022)

  15. #12
    forfunnx's Avatar
    Join Date
    Mar 2022
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    xd

    asdadasdaasdsd

  16. #13
    cxgilll's Avatar
    Join Date
    Apr 2022
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    q

    qqqqqqqqqqqqqqqqqqqqqqqqq

    - - - Updated - - -

    qqqqqqqqqqqqqqqqqqqqqqqqqqqqq

    - - - Updated - - -

    qqqqqqqqqqqqqqqqqqqqqqqqq

    - - - Updated - - -

    qqqqqqqqqqqqqqqqqqqqqqqqqqqqq

    - - - Updated - - -

    qqqqqqqqqqqqqqqqqqqqqqqqqs

  17. #14
    Fallingfl1's Avatar
    Join Date
    Feb 2021
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    Can you send your CT form for reference

  18. #15
    i4mTh3Fr34kPr0's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Nagano
    Posts
    347
    Reputation
    16
    Thanks
    4,740
    Quote Originally Posted by Fallingfl1 View Post
    Can you send your CT form for reference
    What do you need?
    I might share it once it's done.



Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] SAS Zombie Assault 3 Exp and Unlimited Health
    By Trecision in forum Shooter Games
    Replies: 0
    Last Post: 11-27-2013, 11:11 PM
  2. Player one zombies health CE address.
    By nzxtcrew in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 0
    Last Post: 02-20-2013, 01:30 PM
  3. How do i find the health addresses for black ops 2 solo zombies?
    By kissofdiss in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 7
    Last Post: 01-04-2013, 08:29 AM
  4. [Help Request] Zombie 10000 Health in 10 Round.
    By darkorlegend in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 11
    Last Post: 05-31-2011, 07:24 AM
  5. AI zombie health
    By jimmynguyen3030 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 6
    Last Post: 01-22-2011, 10:46 AM