Page 1 of 1

WWZ PC windows Xbox version

Posted: Wed Jun 29, 2022 12:49 am
by aconex
Hello everyone,
Trying to create my first table was able to edit and make some of the staff from other tables work but running into bugs.

If you can help let's collaborate or fix those issues :D

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"wwzRetail.exe"+10C14CA) 
label(returnhere)
label(originalcode)
label(code1)
label(code2)
label(code3)
label(code4)
label(code5)
label(code6)
label(exit)

code1:
mov [rax],#99
jmp originalcode

code2:
mov [rax],#199
jmp originalcode

code3:
mov [rax],#299
jmp originalcode

code4:
mov [rax],#399
jmp originalcode

code5:
mov [rax],#499
jmp originalcode

code6:
mov [rax],#599
jmp originalcode



newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp [r8],0x223C37CE708
jne originalcode
cmp [r12],0x223C37CE740
jne originalcode
cmp [r13],0x223C37CC6D0
jne originalcode
cmp [r15],0x223C370CC70
jne originalcode
cmp r9,E
jne originalcode
cmp r14,3C
jne originalcode
cmp [rbx],#0
je originalcode
cmp [rbx],#99
je originalcode
cmp [rbx],#199
je originalcode
cmp [rbx],#299
je originalcode
cmp [rbx],#399
je originalcode
cmp [rbx],#499
je originalcode
cmp [rbx],#599
je originalcode
cmp [rbx],#98
jle code1
cmp [rbx],#198
jle code2
cmp [rbx],#298
jle code3
cmp [rbx],#398
jle code4
cmp [rbx],#498
jle code5
cmp [rbx],#598
jle code6

originalcode:
mov [rbx],rax
movzx ecx,byte ptr [rsi+06]

exit:
jmp returnhere

"wwzRetail.exe"+10C14CA:
jmp newmem
nop 2
returnhere:
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"wwzRetail.exe"+10C14CA:
mov [rbx],rax
movzx ecx,byte ptr [rsi+06]
//Alt: db 48 89 03 0F B6 4E 06[attachment=0]wwzRetail.TestCT.CT[/attachment]

Re: WWZ PC windows Xbox version

Posted: Thu Jun 30, 2022 9:50 am
by Glowmoss
aconex wrote:
Wed Jun 29, 2022 12:49 am
I would recommend using an aob scan over just using the address directly. If there's an update that will break where it may be alright with an aob scan.

A couple of those compares look like they wouldn't work after restarting the application or if your ammo was at something below a certain amount.

I don't have the game on pc so I can't really give you much help directly.
I would honestly recommend looking through some more tutorials on YouTube (Stephen Chapman and cheat the game have some good ones) and just try to find your own cheats for your first table probably on an easier game lol and then come back when you have some more experience and knowledge under your belt.

Re: WWZ PC windows Xbox version

Posted: Thu Jun 30, 2022 10:25 am
by Rhark
Afaik you need to put the "code1,2,3,4" etc under "newmem" since they're not allocated. Perhaps this will fix your issue(s).

Re: WWZ PC windows Xbox version

Posted: Thu Jun 30, 2022 1:08 pm
by aconex
Have an update I'm using a different table now. Solved
wwwRetail New Test.CT
inf melee, sprint and no reload the rest don't work yet.
(39.59 KiB) Downloaded 122 times
inf melee, sprint and no reload.

BTW credit to Moryata inf melee, sprint and no reload.
would be nice if he left the instruction's from the other values.

This table is using aobscan.

Re: WWZ PC windows Xbox version

Posted: Fri Jul 01, 2022 8:20 pm
by Glowmoss
Ah yeah I was just going to bed so I didn't see that all those codes were unallocated. I am surprised the script didn't crash your game on that.

On the new table more than likely some of those compares are no longer working and will need updating is why some of those cheats aren't working others might require you to find the instructions again if they failed to find the aob.

Also just to note you don't need to dd all those symbols to 0 on the disable part.
To save a lot of time also instead of listing 200 unregistersymbol and deallocs you can just do unregistersymbol(*) and dealloc(*) and that will do all of them unless they were done in lua or you used a globalalloc then they need to be added.
You can also just put labels and everything in one like this

Code: Select all

registersymbol(cheat cheat2 etc etc)
label(code return etc etc)
Just make sure there is a space between each and that will save plenty of time

Re: WWZ PC windows Xbox version

Posted: Wed Jul 06, 2022 1:57 am
by aconex
Got a new version for now. There is weapon exp that u can change in the weapon Manu to values that are -1 from the cap for easy leveling.
no reload, inf melee, inf sprint.
Also blue and yellow coins update when u buy something.