Wo Long: Fallen Dynasty [+46]

Upload your cheat tables here (No requests)
yosraz
Noobzor
Noobzor
Posts: 9
Joined: Thu Jul 06, 2023 6:30 pm
Reputation: 0

Re: Wo Long: Fallen Dynasty [+46]

Post by yosraz »

I have followed the instructions but cant activate the FOV setting/script. Can someone please help me?

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

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

Re: Wo Long: Fallen Dynasty [+46]

Post by yosraz »

yaburi268 wrote:
Tue Jul 04, 2023 5:43 am
BoredGuy0315 wrote:
Mon Jul 03, 2023 6:25 am
BoredGuy0315 wrote:
Sun Jul 02, 2023 11:59 pm


There was a mistranslation on line 4528, here's a working translated version.
I checked the game and it seems that a lot of the record types were set to byte instead of array of byte, here's a fixed table.
Is this table for steam only?

I tried to use it on gamepass version. The 'Equip' function does not work. But 'FOV' function works fine. Could you help checking it? Thank you very much! :D
How do you activate FOV in the game?

machine4578
Expert Cheater
Expert Cheater
Posts: 273
Joined: Tue Mar 07, 2017 3:12 pm
Reputation: 166

Re: Wo Long: Fallen Dynasty [+46]

Post by machine4578 »

TattyFuna wrote:
Thu Jul 06, 2023 3:23 am
nakint wrote:
Wed Jul 05, 2023 4:03 am
Game is 1.11 now, and crash when view item with Equip script actived.
yep can confirm with script on the moment you click on equipment it crashes
search for
call WoLong.exe+BF2D90

change to
call WoLong.exe+BF2F20

yaburi268
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Jul 04, 2023 5:40 am
Reputation: 2

Re: Wo Long: Fallen Dynasty [+46]

Post by yaburi268 »

machine4578 wrote:
Thu Jul 06, 2023 9:41 pm
TattyFuna wrote:
Thu Jul 06, 2023 3:23 am
nakint wrote:
Wed Jul 05, 2023 4:03 am
Game is 1.11 now, and crash when view item with Equip script actived.
yep can confirm with script on the moment you click on equipment it crashes
search for
call WoLong.exe+BF2D90

change to
call WoLong.exe+BF2F20
Any idea on how to make it work for gamepass version?

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

Re: Wo Long: Fallen Dynasty [+46]

Post by yosraz »

Doesnt anyone know how to enable FOV in the game???

yaburi268
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Jul 04, 2023 5:40 am
Reputation: 2

Re: Wo Long: Fallen Dynasty [+46]

Post by yaburi268 »

I modified TsReal's table for gamepass version.
Equipment editor function only
Attachments
WoLong(gamepass) v1.11.ct
(57.73 KiB) Downloaded 450 times

bigwinboy
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Apr 16, 2019 11:21 am
Reputation: 0

Re: Wo Long: Fallen Dynasty [+46]

Post by bigwinboy »

yaburi268 wrote:
Sat Jul 08, 2023 9:21 pm
I modified TsReal's table for gamepass version.
Equipment editor function only
Thanks!

wackyalchemy
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Jul 12, 2023 7:14 pm
Reputation: 0

Re: Wo Long: Fallen Dynasty [+46]

Post by wackyalchemy »

I'm not sure what happened to the old table from around 1.06 or so which worked fantastically, but the equipment editor function seems to work terribly now, i'm not sure if the hex codes for martial arts have changed, but all my old hex codes that i had saved in a document no longer work, and just break weapons. I dont suppose that the table is going to be properly updated to 1.11 as interest in this game seems to have just completely died, which is a shame.

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

Re: Wo Long: Fallen Dynasty [+46]

Post by mamekoski »

wackyalchemy wrote:
Wed Jul 12, 2023 7:18 pm
I dont suppose that the table is going to be properly updated to 1.11 as interest in this game seems to have just completely died, which is a shame.
don't worry. by the time DLC2 or DLC3 introduce underworld/abyss dungeon mode, that's where the game will shine ten times than now just like Nioh, Nioh 2 & SOPFFO.

i remember exactly how 1st Nioh was ridiculously bad without postgame dungeon back then on ps4 (like wo long, just slightly better). but by the time abyss introduced, the ps4 cheat/save editing community became prominent again to expand/improve that game.

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

Re: Wo Long: Fallen Dynasty [+46]

Post by yosraz »

FOV anyone?

User avatar
vinny2k
Expert Cheater
Expert Cheater
Posts: 207
Joined: Sun Jun 03, 2018 11:03 pm
Reputation: 135

Re: Wo Long: Fallen Dynasty [+46]

Post by vinny2k »

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(*)

XionLethos
Noobzor
Noobzor
Posts: 7
Joined: Tue Nov 23, 2021 11:42 pm
Reputation: 3

Re: Wo Long: Fallen Dynasty [+46]

Post by XionLethos »

yaburi268 wrote:
Sat Jul 08, 2023 9:21 pm
I modified TsReal's table for gamepass version.
Equipment editor function only
Hate to bother you, but do you have another working version with the equip? I was just getting everything mentally translated to the point i under stood it. Realised i messed something up that kinda breaks my set up. Something is positive that should be negative... I'd appreciate another.

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

Re: Wo Long: Fallen Dynasty [+46]

Post by a11b20 »

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(*)

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:
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.

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

Re: Wo Long: Fallen Dynasty [+46]

Post by a11b20 »

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.

Post Reply

Who is online

Users browsing this forum: AceOfSpades2, AhrefsBot, AmazonBot, BoehserOnkel, DotBot, Google Adsense [Bot], Hulk, ikermenzi, jck1337, jonaaa, necropolish, NeonRose, NootingtonTheThird, Trunganhnd