Page 1 of 1

[Request] World War Z - GamePass Version

Posted: Thu Sep 03, 2020 3:30 am
by GipsyDanger
World War Z - Windows Store

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


[Link]

Re: [Request] World War Z - GamePass Version

Posted: Thu Sep 03, 2020 12:12 pm
by Mark195

Re: [Request] World War Z - GamePass Version

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

Does not work with Windows Store version

Re: [Request] World War Z - GamePass Version

Posted: Thu Sep 03, 2020 8:29 pm
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. :(

Re: [Request] World War Z - GamePass Version

Posted: Thu Sep 03, 2020 8:55 pm
by BOOMHeadshot
+1 would like to have this also!

Re: [Request] World War Z - GamePass Version

Posted: Fri Sep 04, 2020 4:22 pm
by teefree14
Would also like to have this! I tried the Epic Store version but it doesn't work.

Re: [Request] World War Z - GamePass Version

Posted: Sun Sep 06, 2020 8:30 am
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.

Re: [Request] World War Z - GamePass Version

Posted: Sun Sep 06, 2020 8:31 am
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)

Re: [Request] World War Z - GamePass Version

Posted: Sun Sep 06, 2020 7:21 pm
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.

Re: [Request] World War Z - GamePass Version

Posted: Sun Sep 06, 2020 8:14 pm
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

Re: [Request] World War Z - GamePass Version

Posted: Sun Sep 06, 2020 11:10 pm
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

Re: [Request] World War Z - GamePass Version

Posted: Mon Sep 07, 2020 1:20 am
by SvT

Re: [Request] World War Z - GamePass Version

Posted: Mon Sep 07, 2020 3:23 pm
by GipsyDanger
SovietWristwatch.jpg wrote:
Mon Sep 07, 2020 1:20 am
viewtopic.php?f=4&t=13619

thank you very much

Re: [Request] World War Z - GamePass Version

Posted: Fri Sep 18, 2020 6:45 pm
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

Re: [Request] World War Z - GamePass Version

Posted: Fri Sep 18, 2020 6:46 pm
by thethundertuk
rip wrong section