Wuthering Waves

Upload your cheat tables here (No requests)
User avatar
Metanoia
Expert Cheater
Expert Cheater
Posts: 67
Joined: Thu Mar 07, 2024 7:16 pm
Reputation: 41

Re: Wuthering Waves

Post by Metanoia »

kanasai wrote:
Tue May 28, 2024 3:07 am
Send wrote:
Fri May 24, 2024 11:38 pm

Damage/Hit Multiplier
Character Speed
Game Speed
Dumb Enemies
God Mode
FPS Unlocker


If you're still on game version 1.0, backup up the Client-WinShipping-64.exe and the dll with the same name. The game just doesn't check for game versions. The latest release covers 1.2.
Man... this thread is about CE table, now everyone is going to spam questions about cheat menu isn't working and shit.

Also, i disappointed at this forum. For 3 days, noone (especially table makers here) is posting or adding new cheat features for wuwa or at least had interest on it. Taiga74164 was right for saying CE is useless for protected game like this.

If you all cared to do the slightest bit of research, you would know you can inject DLLs with Cheat Engine. But that's just too much effort for some people. And for Kanasa, people don't just piggyback off someone else's bypass to make their own cheat table that's referred to as stealing, at least that's how I see it.

And no, Cheat Engine is not useless! You can do anything you want with it you could even make your own Cheat Engine within Cheat Engine. Don't call something useless if you don't know how to use it. It's a tool like many others !!!

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

User avatar
STN
Founder
Founder
Posts: 4454
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3594

Re: Wuthering Waves

Post by STN »

kanasai wrote:
Tue May 28, 2024 3:07 am
Also, i disappointed at this forum. For 3 days, noone (especially table makers here) is posting or adding new cheat features for wuwa or at least had interest on it. Taiga74164 was right for saying CE is useless for protected game like this.
What’s with the pessimism? CE isn’t useless, the game is difficult. Simple as that.

Someone will come up with something, FRF now allows such varied type of content that even if it’s not a CE table, maybe a tool/mod/dll whatever etc… will be posted.

emoisback
Expert Cheater
Expert Cheater
Posts: 226
Joined: Sat Jun 09, 2018 8:56 am
Reputation: 132

Re: Wuthering Waves

Post by emoisback »

kanasai wrote:
Tue May 28, 2024 3:07 am
Send wrote:
Fri May 24, 2024 11:38 pm

Damage/Hit Multiplier
Character Speed
Game Speed
Dumb Enemies
God Mode
FPS Unlocker


If you're still on game version 1.0, backup up the Client-WinShipping-64.exe and the dll with the same name. The game just doesn't check for game versions. The latest release covers 1.2.
Man... this thread is about CE table, now everyone is going to spam questions about cheat menu isn't working and shit.

Also, i disappointed at this forum. For 3 days, noone (especially table makers here) is posting or adding new cheat features for wuwa or at least had interest on it. Taiga74164 was right for saying CE is useless for protected game like this.

How the game was build is diff, its not like usual UE game that you need to dump to get the offset and starr looking the opcode of function to change something and make hack...


They use js as a game logic with puerts that bridge ts and UE..

Its more easy to use the sdk it self through dll instead of doing it using CE.

Ce not useless we need to find JSEnv using CE.

But make a whole hack using CE is not easy

infogram
Novice Cheater
Novice Cheater
Posts: 19
Joined: Sun Sep 01, 2019 1:19 pm
Reputation: 24

Re: Wuthering Waves

Post by infogram »

thetopman wrote:
Mon May 27, 2024 6:27 pm
Does somebody know how to dump the available commands in the console? I'm trying to get all the default rendering settings and stuff.
There are some tools to dump UE CVars but don't know if they'll get ported to WW, you can use something to extract interesting strings and them check values of them in UE console though, eg. here's most of the r.* cvars:

The custom r.Kuro ones might be interesting, can help with stuff like mesh LODs at least.

Game does reset a lot of these once you login though so only way to change it is through console after loading up.
(what I did was put my custom ones in "Wuthering Waves\Wuthering Waves Game\Client\Binaries\gfx.cfg" file and then run "exec gfx.cfg" when you login to apply them)

Here's my current gfx.cfg if anyone wants it, reduces a lot of the pop-in and texture issues:

Code: Select all

t.MaxFPS 143
r.VSync 0
r.StaticMeshLODDistanceScale 0.2
r.Kuro.SkeletalMesh.LODDistanceScale 3
r.Kuro.LODDistanceScale 3
foliage.LODDistanceScale 2.5
r.MipMapLODBias -2
r.ScreenSizeCullRatioFactor 2
r.Streaming.PoolSize 4096
r.Streaming.Boost 3
EDIT: forcing AFx16 can clean up a lot of the blurry distant textures too, game seems to ignore r.MaxAnisotropy setting but you can force it with GPU control panel.

Found some stuff to help the noisy distant shadows as well, not sure if it might break something tho:

Code: Select all

r.Shadow.MaxCSMResolution 8192
r.Shadow.CacheMode3CacheUpdateIntervalsOverride 0,2,7,144,144,144
Last edited by infogram on Tue May 28, 2024 9:26 pm, edited 4 times in total.

a1084894269
Noobzor
Noobzor
Posts: 9
Joined: Thu Mar 07, 2024 4:35 pm
Reputation: 0

Re: Wuthering Waves

Post by a1084894269 »

Off Fog

Code: Select all

 { Game   : Client-Win64-Shipping.exe
  Version: 
  Date   : 2024-05-28
  Author : a1084

  This script does blah blah blah
}

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

 
 
aobscanmodule(off_fog,Client-Win64-Shipping.exe,B3 01 EB 02 32 DB 48 8B 4C 24 78) // should be unique
alloc(newmem,$1000,off_fog)

label(code)
label(return)

newmem:

code:
  mov bl,00
  jmp Client-Win64-Shipping.exe+29CB6D0
  xor bl,bl
  jmp return

off_fog:
  jmp newmem
  nop
return:
registersymbol(off_fog)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
off_fog:
  db B3 01 EB 02 32 DB

unregistersymbol(off_fog)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Client-Win64-Shipping.exe+29CB6CA

Client-Win64-Shipping.exe+29CB6A2: 48 8B 17                 - mov rdx,[rdi]
Client-Win64-Shipping.exe+29CB6A5: 48 8D 4C 24 60           - lea rcx,[rsp+60]
Client-Win64-Shipping.exe+29CB6AA: 48 83 C2 28              - add rdx,28
Client-Win64-Shipping.exe+29CB6AE: E8 9D BD 5A FE           - call Client-Win64-Shipping.exe+F77450
Client-Win64-Shipping.exe+29CB6B3: F7 44 24 64 00 10 00 00  - test [rsp+64],00001000
Client-Win64-Shipping.exe+29CB6BB: 74 11                    - je Client-Win64-Shipping.exe+29CB6CE
Client-Win64-Shipping.exe+29CB6BD: 48 8B 05 14 11 38 05     - mov rax,[Client-Win64-Shipping.exe+7D4C7D8]
Client-Win64-Shipping.exe+29CB6C4: 83 78 08 01              - cmp dword ptr [rax+08],01
Client-Win64-Shipping.exe+29CB6C8: 90                       - nop 
Client-Win64-Shipping.exe+29CB6C9: 90                       - nop 
// ---------- INJECTING HERE ----------
Client-Win64-Shipping.exe+29CB6CA: B3 01                    - mov bl,01
// ---------- DONE INJECTING  ----------
Client-Win64-Shipping.exe+29CB6CC: EB 02                    - jmp Client-Win64-Shipping.exe+29CB6D0
Client-Win64-Shipping.exe+29CB6CE: 32 DB                    - xor bl,bl
Client-Win64-Shipping.exe+29CB6D0: 48 8B 4C 24 78           - mov rcx,[rsp+78]
Client-Win64-Shipping.exe+29CB6D5: 48 85 C9                 - test rcx,rcx
Client-Win64-Shipping.exe+29CB6D8: 74 05                    - je Client-Win64-Shipping.exe+29CB6DF
Client-Win64-Shipping.exe+29CB6DA: E8 A1 67 87 FF           - call Client-Win64-Shipping.exe+2241E80
Client-Win64-Shipping.exe+29CB6DF: 84 DB                    - test bl,bl
Client-Win64-Shipping.exe+29CB6E1: 0F 84 AB 04 00 00        - je Client-Win64-Shipping.exe+29CBB92
Client-Win64-Shipping.exe+29CB6E7: 48 8B 5E 08              - mov rbx,[rsi+08]
Client-Win64-Shipping.exe+29CB6EB: 83 BB 78 35 00 00 00     - cmp dword ptr [rbx+00003578],00
}

kanasai
Noobzor
Noobzor
Posts: 10
Joined: Fri May 24, 2024 6:23 pm
Reputation: 26

Re: Wuthering Waves

Post by kanasai »

New feature:
- Auto Loot

Instruction at main post.

Edit: It seems this feature is in most VIP or paid hack, well you get it free now here!

thetopman
What is cheating?
What is cheating?
Posts: 2
Joined: Mon May 27, 2024 1:18 pm
Reputation: 0

Re: Wuthering Waves

Post by thetopman »

infogram wrote:
Tue May 28, 2024 5:40 am
thetopman wrote:
Mon May 27, 2024 6:27 pm
Does somebody know how to dump the available commands in the console? I'm trying to get all the default rendering settings and stuff.
There are some tools to dump UE CVars but don't know if they'll get ported to WW, you can use something to extract interesting strings and them check values of them in UE console though, eg. here's most of the r.* cvars:

The custom r.Kuro ones might be interesting, can help with stuff like mesh LODs at least.

Game does reset a lot of these once you login though so only way to change it is through console after loading up.
(what I did was put my custom ones in "Wuthering Waves\Wuthering Waves Game\Client\Binaries\gfx.cfg" file and then run "exec gfx.cfg" when you login to apply them)

Here's my current gfx.cfg if anyone wants it, reduces a lot of the pop-in and texture issues:

Code: Select all

t.MaxFPS 143
r.VSync 0
r.StaticMeshLODDistanceScale 0.2
r.Kuro.SkeletalMesh.LODDistanceScale 3
r.Kuro.LODDistanceScale 3
foliage.LODDistanceScale 2.5
r.MipMapLODBias -2
r.ScreenSizeCullRatioFactor 2
r.Streaming.PoolSize 4096
r.Streaming.Boost 3
This is very useful thanks!

tienle.1996
Noobzor
Noobzor
Posts: 5
Joined: Wed Apr 24, 2024 2:50 am
Reputation: 0

Re: Wuthering Waves

Post by tienle.1996 »

the injector does not work any more now its 1.0.2 already

kkkliuyj
Noobzor
Noobzor
Posts: 9
Joined: Wed May 29, 2024 4:33 am
Reputation: 0

Re: Wuthering Waves

Post by kkkliuyj »

gktwo wrote:
Mon May 27, 2024 1:36 pm
auto injector link:[Link],select shipping.exe program when first start
ur a king bro. All go for it xD

kanasai
Noobzor
Noobzor
Posts: 10
Joined: Fri May 24, 2024 6:23 pm
Reputation: 26

Re: Wuthering Waves

Post by kanasai »

New feature:
- No Fall Damage

Instruction at main post.

kkkliuyj
Noobzor
Noobzor
Posts: 9
Joined: Wed May 29, 2024 4:33 am
Reputation: 0

Re: Wuthering Waves

Post by kkkliuyj »

hello, i have a problem. The autoloot InState(2) to InState(1) isnt working somehow.

demorest2
Expert Cheater
Expert Cheater
Posts: 331
Joined: Wed Mar 04, 2020 1:14 pm
Reputation: 41

Re: Wuthering Waves

Post by demorest2 »

kanasai wrote:
Tue May 28, 2024 6:38 pm
New feature:
- Auto Loot

Instruction at main post.

Edit: It seems this feature is in most VIP or paid hack, well you get it free now here!
Auto Loot:

Search for string: this.Entity.CheckGetComponent(116).IsInState(2)
Zero resoults string search((

kanasai
Noobzor
Noobzor
Posts: 10
Joined: Fri May 24, 2024 6:23 pm
Reputation: 26

Re: Wuthering Waves

Post by kanasai »

demorest2 wrote:
Wed May 29, 2024 5:23 am
Zero resoults string search((
Before search, turn on UTF-16 and disable case sensitive.

FerrisMonja
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Jul 06, 2023 2:09 pm
Reputation: 2

Re: Wuthering Waves

Post by FerrisMonja »

kanasai wrote:
Wed May 29, 2024 6:20 am
demorest2 wrote:
Wed May 29, 2024 5:23 am
Zero resoults string search((
Before search, turn on UTF-16 and disable case sensitive.

Hi I am able to find the string but I am not sure what I am suppose to change after I click browse memory region, everything is in hex. Sorry haven't done this before.

abirah616
What is cheating?
What is cheating?
Posts: 1
Joined: Wed May 29, 2024 3:10 pm
Reputation: 0

Re: Wuthering Waves

Post by abirah616 »

changing string value isn't doing anything for me idk what im doing wrong
i just never done it
i changed the value from 31 to 30 for no fall damage and still taking damage

Post Reply

Who is online

Users browsing this forum: AhrefsBot, AsunaDxD, Blueskadoo, Bulldoser, Google [Bot], Google Adsense [Bot], OwerKill, xspeed