Wo Long: Fallen Dynasty [+46]

Upload your cheat tables here (No requests)
50as_df
Noobzor
Noobzor
Posts: 6
Joined: Wed Nov 02, 2022 11:31 pm
Reputation: 0

Re: Wo Long: Fallen Dynasty [+46]

Post by 50as_df »

a11b20 wrote:
Mon Jul 17, 2023 4:42 am
50as_df wrote:
Sun Jul 16, 2023 10:33 pm
a11b20 wrote:
Sun Jul 16, 2023 8:28 am
i find equip script working on v1.12 by steam

copy and change script
Spoiler
[ENABLE]
aobscanmodule(Equip,WoLong.exe,8B 08 E8 F2 9F C3 FF) // should be unique
alloc(newmem,$128,Equip)
alloc(Pequip,4)

label(code return)
registersymbol(Equip Pequip)

newmem:
mov [Pequip],rax

code:
mov ecx,[rax]
call WoLong.exe+BF3400
jmp return

Equip:
jmp newmem
nop 2
return:

[DISABLE]
Equip:
db 8B 08 E8 F2 9F C3 FF

unregistersymbol(*)
dealloc(*)
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 08 E8 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)

label(code return)
registersymbol(Equip Pequip)

newmem:
mov [Pequip],rax

code:
mov ecx,[rax]
call WoLong.exe+C061C0
jmp return

Equip:
jmp newmem
nop 2
return:

[DISABLE]
Equip:
8B 08 E8 52 D0 C3 FF

unregistersymbol(*)
dealloc(*)

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

a11b20
Noobzor
Noobzor
Posts: 6
Joined: Sun Apr 23, 2017 1:30 pm
Reputation: 0

Re: Wo Long: Fallen Dynasty [+46]

Post by a11b20 »

here is new jikdo martial arts dropdown code.

7F E1 9D 5B:[Jikdo] Bunwonbokwoo

yosraz
Noobzor
Noobzor
Posts: 9
Joined: Thu Jul 06, 2023 6:30 pm
Reputation: 0

Re: Wo Long: Fallen Dynasty [+46]

Post by yosraz »

vinny2k wrote:
Sun Jul 16, 2023 1:03 am
yosraz wrote:
Sat Jul 15, 2023 11:07 pm
FOV anyone?

Code: Select all

[ENABLE]
aobscanmodule(Zoom,$process,89??????????BF????????488B????4885??74??8B??F0????????83????75??488B??488B??FF??8B??F0????????83????75??488B??488B??FF????33)
alloc(al_Zoom,$128,Zoom)
alloc(mem_Zoom,6)
alloc(Set_Zoom,4)
label(re_Zoom)
registersymbol(Zoom mem_Zoom Set_Zoom)

mem_Zoom:
  readmem(Zoom,6)

Set_Zoom:
dd (float)70.0

al_Zoom:
  mov eax,[Set_Zoom]
  readmem(Zoom,6)
  jmp re_Zoom

Zoom:
  jmp al_Zoom
  nop
re_Zoom:

[DISABLE]
Zoom:
  readmem(mem_Zoom,6)

dealloc(*)
unregistersymbol(*)
Thank you very much! I am new to Cheat engine. Could you please tell me step by step how to enable FOV in the game?

Nskeggi
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Feb 15, 2021 12:49 pm
Reputation: 1

Re: Wo Long: Fallen Dynasty [+46]

Post by Nskeggi »

Update for 1.12 ?

yosraz
Noobzor
Noobzor
Posts: 9
Joined: Thu Jul 06, 2023 6:30 pm
Reputation: 0

Re: Wo Long: Fallen Dynasty [+46]

Post by yosraz »

vinny2k wrote:
Sun Jul 16, 2023 1:03 am
yosraz wrote:
Sat Jul 15, 2023 11:07 pm
FOV anyone?

Code: Select all

[ENABLE]
aobscanmodule(Zoom,$process,89??????????BF????????488B????4885??74??8B??F0????????83????75??488B??488B??FF??8B??F0????????83????75??488B??488B??FF????33)
alloc(al_Zoom,$128,Zoom)
alloc(mem_Zoom,6)
alloc(Set_Zoom,4)
label(re_Zoom)
registersymbol(Zoom mem_Zoom Set_Zoom)

mem_Zoom:
  readmem(Zoom,6)

Set_Zoom:
dd (float)70.0

al_Zoom:
  mov eax,[Set_Zoom]
  readmem(Zoom,6)
  jmp re_Zoom

Zoom:
  jmp al_Zoom
  nop
re_Zoom:

[DISABLE]
Zoom:
  readmem(mem_Zoom,6)

dealloc(*)
unregistersymbol(*)
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!

simon93
Expert Cheater
Expert Cheater
Posts: 72
Joined: Sun Apr 09, 2017 11:10 pm
Reputation: 2

Re: Wo Long: Fallen Dynasty [+46]

Post by simon93 »

Can someone please share a 1.12 version of equipment editor for Steam? Thanks!

machine4578
Expert Cheater
Expert Cheater
Posts: 271
Joined: Tue Mar 07, 2017 3:12 pm
Reputation: 163

Re: Wo Long: Fallen Dynasty [+46]

Post by machine4578 »

new [Link] is out, i hope TsReal will update his table again. thanks again for sharing!

mamekoski
Expert Cheater
Expert Cheater
Posts: 95
Joined: Sat Mar 25, 2017 6:26 am
Reputation: 1

Re: Wo Long: Fallen Dynasty [+46]

Post by mamekoski »

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.

simon93
Expert Cheater
Expert Cheater
Posts: 72
Joined: Sun Apr 09, 2017 11:10 pm
Reputation: 2

Re: Wo Long: Fallen Dynasty [+46]

Post by simon93 »

mamekoski wrote:
Thu Aug 10, 2023 1:25 pm
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.

KawaiiMinx
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Aug 12, 2023 12:01 am
Reputation: 1

Re: Wo Long: Fallen Dynasty [+46]

Post by KawaiiMinx »

any chance of getting a gamepass version

Neo101
Noobzor
Noobzor
Posts: 9
Joined: Sat Aug 12, 2023 3:31 pm
Reputation: 3

Re: Wo Long: Fallen Dynasty [+46]

Post by Neo101 »

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

simon93
Expert Cheater
Expert Cheater
Posts: 72
Joined: Sun Apr 09, 2017 11:10 pm
Reputation: 2

Re: Wo Long: Fallen Dynasty [+46]

Post by simon93 »

Neo101 wrote:
Sat Aug 12, 2023 3:35 pm
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?

Neo101
Noobzor
Noobzor
Posts: 9
Joined: Sat Aug 12, 2023 3:31 pm
Reputation: 3

Re: Wo Long: Fallen Dynasty [+46]

Post by Neo101 »

simon93 wrote:
Sat Aug 12, 2023 3:50 pm
Neo101 wrote:
Sat Aug 12, 2023 3:35 pm
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

simon93
Expert Cheater
Expert Cheater
Posts: 72
Joined: Sun Apr 09, 2017 11:10 pm
Reputation: 2

Re: Wo Long: Fallen Dynasty [+46]

Post by simon93 »

Neo101 wrote:
Sat Aug 12, 2023 5:13 pm
simon93 wrote:
Sat Aug 12, 2023 3:50 pm
Neo101 wrote:
Sat Aug 12, 2023 3:35 pm
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 :(

simon93
Expert Cheater
Expert Cheater
Posts: 72
Joined: Sun Apr 09, 2017 11:10 pm
Reputation: 2

Re: Wo Long: Fallen Dynasty [+46]

Post by simon93 »

Neo101 wrote:
Sat Aug 12, 2023 5:13 pm
simon93 wrote:
Sat Aug 12, 2023 3:50 pm
Neo101 wrote:
Sat Aug 12, 2023 3:35 pm
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!

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Baidu [Spider], dakochan, darkninjanaut, Enferno33, FallenOg, garamete, GeekyPanda, hasnanss1, Jsdf1995, lee31415926, Mystikerr, Saigofu, YandexBot