Newbee here, may I ask how you find it? I'm using gamepass version so steam one does not work.
I found the original pattern in comment in Memory viewer, what should be my next step here? Thanks.
I'm new to cheat engine so I don't know if this will help. And Google Translate.
Here's how I did it.
First, run change script in equip to check the script.
At the bottom, the same code format as the original code is searched.
Enter the disassemble memory option of the shortcut ctrl+D and search for the assemble code in the search item.
(ex.
add rsp,30
pop rdi
ret
mov ecx,[rax])
If you search, you can find codes in which all other code types match the original code, except for the code that refers to the address, such as the form of WoLong.exe+000000.
The point to check is this part of the original code.
// ---------- INJECTING HERE ----------
WoLong.exe+FB8667: 8B 08 - mov ecx,[rax]
// ---------- DONE INJECTING ----------
WoLong.exe+FB8669: E8 22 A7 C3 FF - call WoLong.exe+BF2D90
Check the corresponding part in your code window and in the script I wrote
The HEX part of the first line.
[ENABLE]
aobscanmodule(Equip,WoLong.exe,8B 08E8 F2 9F C3 FF)
The address portion of the code in the middle line.
code:
mov ecx,[rax]
call WoLong.exe+BF3400
jmp return
The HEX part of the last line.
[DISABLE]
Equip:
db 8B 08 E8 F2 9F C3 FF
You can modify and apply this detail to the part shown in your assemble code window.
same color is same change parts.
That's awesome, thanks, mananged to get it work. Looks like TsReal posted the 1.120 version but here's another equip script working for gamepass version:
aobscanmodule(Equip,WoLong.exe,8B 08 E8 52 D0 C3 FF) // should be unique
alloc(newmem,$128,Equip)
alloc(Pequip,4)
Aw man!!! Thanks a lot. I did not understand what you did before today when I was fiddling with the file and finally was able to see the "Change value" option. This was very helpful and I can finally enjoy the game. 1000 thumbs up for you!
update v1.13
- Added a function so that if any tampering with values for equipment special effects is detected, the game will forcibly change such values to legitimate ranges.
guys.. looks like we need another Equipment Attribute Restriction Bypasser like Nioh 2 again. honestly, i never mind if some people edit a Damage Reduction attribute to -80% or -99% value for PVE survivability. but i really wonder why some people also bother to edit Weapon/Melee/Ranged/Wizardry Damage Dealt to ridiculous value like 1000% or whatever.. maybe this is why Devs decided to put in anti-tampering value in the system.
update v1.13
- Added a function so that if any tampering with values for equipment special effects is detected, the game will forcibly change such values to legitimate ranges.
guys.. looks like we need another Equipment Attribute Restriction Bypasser like Nioh 2 again. honestly, i never mind if some people edit a Damage Reduction attribute to -80% or -99% value for PVE survivability. but i really wonder why some people also bother to edit Weapon/Melee/Ranged/Wizardry Damage Dealt to ridiculous value like 1000% or whatever.. maybe this is why Devs decided to put in anti-tampering value in the system.
argh that sucks. But kinda understandable though since there are soo many hackers online that basically made pvp unplayable. Screw these people who always had to bring the cheats online and ruin it for everyone.
Everytime you load your session the game lower the stats that arent legit. Just use the table after loading then put them up again. You will have to reup them everytime you load your game. Its annoying but whatever it still works
Everytime you load your session the game lower the stats that arent legit. Just use the table after loading then put them up again. You will have to reup them everytime you load your game. Its annoying but whatever it still works
Everytime you load your session the game lower the stats that arent legit. Just use the table after loading then put them up again. You will have to reup them everytime you load your game. Its annoying but whatever it still works
Everytime you load your session the game lower the stats that arent legit. Just use the table after loading then put them up again. You will have to reup them everytime you load your game. Its annoying but whatever it still works
there's an updated table for 1.13?
No but you can use the 1.12 for the 1.13 it works
Are you on Steam? I tried using the 1.12 table for gamepass and it doesn't work
Everytime you load your session the game lower the stats that arent legit. Just use the table after loading then put them up again. You will have to reup them everytime you load your game. Its annoying but whatever it still works
there's an updated table for 1.13?
No but you can use the 1.12 for the 1.13 it works
Nevermind, found the 1.12 table from TSreal on previous pages lol. Thanks for the headsup!