[Request] World War Z - GamePass Version

Ask about cheats/tables for single player games here
Post Reply
GipsyDanger
Expert Cheater
Expert Cheater
Posts: 337
Joined: Sat Jun 27, 2020 2:33 pm
Reputation: 74

[Request] World War Z - GamePass Version

Post by GipsyDanger »

World War Z - Windows Store

Unlimited Health
Unlimited Stamina
Unlimited Ammo
Easy XP
No Reload
One-Hit Kills


[Link]

User avatar
Mark195
Expert Cheater
Expert Cheater
Posts: 58
Joined: Thu Aug 06, 2020 5:52 pm
Reputation: 37

Re: [Request] World War Z - GamePass Version

Post by Mark195 »


GipsyDanger
Expert Cheater
Expert Cheater
Posts: 337
Joined: Sat Jun 27, 2020 2:33 pm
Reputation: 74

Re: [Request] World War Z - GamePass Version

Post by GipsyDanger »

Mark195 wrote:
Thu Sep 03, 2020 12:12 pm
viewtopic.php?f=4&t=12020

Does not work with Windows Store version

trakinas
Cheater
Cheater
Posts: 46
Joined: Fri Aug 07, 2020 3:27 am
Reputation: 7

Re: [Request] World War Z - GamePass Version

Post by trakinas »

Mark195 wrote:
Thu Sep 03, 2020 12:12 pm
viewtopic.php?f=4&t=12020
This did not work in the windows store edition. :(

BOOMHeadshot
Noobzor
Noobzor
Posts: 11
Joined: Sat Jul 25, 2020 11:27 pm
Reputation: 2

Re: [Request] World War Z - GamePass Version

Post by BOOMHeadshot »

+1 would like to have this also!

teefree14
Noobzor
Noobzor
Posts: 6
Joined: Tue Feb 26, 2019 7:28 pm
Reputation: 0

Re: [Request] World War Z - GamePass Version

Post by teefree14 »

Would also like to have this! I tried the Epic Store version but it doesn't work.

User avatar
SvT
Table Makers
Table Makers
Posts: 586
Joined: Tue Dec 24, 2019 5:17 am
Reputation: 1834

Re: [Request] World War Z - GamePass Version

Post by SvT »

I will release a table in a few days with some limited features...turns out stuff like rapid fire works in multiplayer and I don't want to mess with that :D

This game is really annoying to make scripts for, so I probably won't do an XP editor.

User avatar
SvT
Table Makers
Table Makers
Posts: 586
Joined: Tue Dec 24, 2019 5:17 am
Reputation: 1834

Re: [Request] World War Z - GamePass Version

Post by SvT »

Code: Select all

[ENABLE]
aobscanmodule(godmode,wwz_server_dllRetail.dll,F3 0F 10 42 08 F3 0F 11 41)
alloc(newmem,$1000,godmode)

label(code)
label(return)

newmem:
  cmp [rdx+28],(float)100
  jne code
  cmp [rdx+48],(float)200
  je god
  cmp [rdx+48],(float)35 // insane
  je god
  cmp [rdx+48],(float)15 // extreme
  je god
  cmp [rdx+48],(float)60 // horde normal
  je god
  jmp code

god:
  mov [rdx+08],(float)200

code:
  movss xmm0,[rdx+08]
  jmp return

godmode:
  jmp newmem
return:
registersymbol(godmode)

[DISABLE]
godmode:
  db F3 0F 10 42 08

unregistersymbol(godmode)
dealloc(newmem)

stlmikey
Noobzor
Noobzor
Posts: 10
Joined: Fri Oct 11, 2019 1:26 am
Reputation: 4

Re: [Request] World War Z - GamePass Version

Post by stlmikey »

SovietWristwatch.jpg wrote:
Sun Sep 06, 2020 8:31 am

Code: Select all

[ENABLE]
aobscanmodule(godmode,wwz_server_dllRetail.dll,F3 0F 10 42 08 F3 0F 11 41)
alloc(newmem,$1000,godmode)

label(code)
label(return)

newmem:
  cmp [rdx+28],(float)100
  jne code
  cmp [rdx+48],(float)200
  je god
  cmp [rdx+48],(float)35 // insane
  je god
  cmp [rdx+48],(float)15 // extreme
  je god
  cmp [rdx+48],(float)60 // horde normal
  je god
  jmp code

god:
  mov [rdx+08],(float)200

code:
  movss xmm0,[rdx+08]
  jmp return

godmode:
  jmp newmem
return:
registersymbol(godmode)

[DISABLE]
godmode:
  db F3 0F 10 42 08

unregistersymbol(godmode)
dealloc(newmem)
how do you use the above the code im new to all this.

User avatar
Mark195
Expert Cheater
Expert Cheater
Posts: 58
Joined: Thu Aug 06, 2020 5:52 pm
Reputation: 37

Re: [Request] World War Z - GamePass Version

Post by Mark195 »

stlmikey wrote:
Sun Sep 06, 2020 7:21 pm
SovietWristwatch.jpg wrote:
Sun Sep 06, 2020 8:31 am

Code: Select all

[ENABLE]
aobscanmodule(godmode,wwz_server_dllRetail.dll,F3 0F 10 42 08 F3 0F 11 41)
alloc(newmem,$1000,godmode)

label(code)
label(return)

newmem:
  cmp [rdx+28],(float)100
  jne code
  cmp [rdx+48],(float)200
  je god
  cmp [rdx+48],(float)35 // insane
  je god
  cmp [rdx+48],(float)15 // extreme
  je god
  cmp [rdx+48],(float)60 // horde normal
  je god
  jmp code

god:
  mov [rdx+08],(float)200

code:
  movss xmm0,[rdx+08]
  jmp return

godmode:
  jmp newmem
return:
registersymbol(godmode)

[DISABLE]
godmode:
  db F3 0F 10 42 08

unregistersymbol(godmode)
dealloc(newmem)
how do you use the above the code im new to all this.
Copy The Auto Assemble Code Above Go to Memory View > Tools > Auto Assemble or Ctrl+A > Paste The Codes > File > Assing To Current Cheat Table

GipsyDanger
Expert Cheater
Expert Cheater
Posts: 337
Joined: Sat Jun 27, 2020 2:33 pm
Reputation: 74

Re: [Request] World War Z - GamePass Version

Post by GipsyDanger »

SovietWristwatch.jpg wrote:
Sun Sep 06, 2020 8:31 am

Code: Select all

[ENABLE]
aobscanmodule(godmode,wwz_server_dllRetail.dll,F3 0F 10 42 08 F3 0F 11 41)
alloc(newmem,$1000,godmode)

label(code)
label(return)

newmem:
  cmp [rdx+28],(float)100
  jne code
  cmp [rdx+48],(float)200
  je god
  cmp [rdx+48],(float)35 // insane
  je god
  cmp [rdx+48],(float)15 // extreme
  je god
  cmp [rdx+48],(float)60 // horde normal
  je god
  jmp code

god:
  mov [rdx+08],(float)200

code:
  movss xmm0,[rdx+08]
  jmp return

godmode:
  jmp newmem
return:
registersymbol(godmode)

[DISABLE]
godmode:
  db F3 0F 10 42 08

unregistersymbol(godmode)
dealloc(newmem)
godmod ran perfect.

could do:
Unlimited Ammo
No Reload
One-Hit Kills

User avatar
SvT
Table Makers
Table Makers
Posts: 586
Joined: Tue Dec 24, 2019 5:17 am
Reputation: 1834

Re: [Request] World War Z - GamePass Version

Post by SvT »


GipsyDanger
Expert Cheater
Expert Cheater
Posts: 337
Joined: Sat Jun 27, 2020 2:33 pm
Reputation: 74

Re: [Request] World War Z - GamePass Version

Post by GipsyDanger »

SovietWristwatch.jpg wrote:
Mon Sep 07, 2020 1:20 am
viewtopic.php?f=4&t=13619

thank you very much

thethundertuk
Noobzor
Noobzor
Posts: 8
Joined: Fri Sep 18, 2020 6:44 pm
Reputation: 0

Re: [Request] World War Z - GamePass Version

Post by thethundertuk »

Hello it seems godmode isnt working? Not sure what I did but it never seemed to work, tried different maps, offline and even re downloaded the table.. any idea why? it lets me enable it but it never seems to pass through

thethundertuk
Noobzor
Noobzor
Posts: 8
Joined: Fri Sep 18, 2020 6:44 pm
Reputation: 0

Re: [Request] World War Z - GamePass Version

Post by thethundertuk »

rip wrong section

Post Reply

Who is online

Users browsing this forum: Anachronox, El1m1n473, Evolox, kucing13, sergey979