Soulmask

Upload your cheat tables here (No requests)
singleboo
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Jun 12, 2024 12:45 am
Reputation: 0

Re: Soulmask

Post by singleboo »

Anyone been able to get main to 120 levels since game update? Can point me in the right direction?

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

957600252
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Jun 14, 2024 2:52 am
Reputation: 0

Re: Soulmask

Post by 957600252 »

It would be better if the skills could be modified. There are too many debuff skills.

User avatar
Send
Expert Cheater
Expert Cheater
Posts: 838
Joined: Fri Feb 02, 2018 5:58 pm
Reputation: 602

Re: Soulmask

Post by Send »

Had a request to update Proficiency Level Modifier, so I updated it.

wecwec
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jun 15, 2024 1:54 am
Reputation: 0

Re: Soulmask

Post by wecwec »

Anyone know where is Restrictive Module (Explorer)?

whatever1011
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Mar 25, 2024 9:48 pm
Reputation: 0

Re: Soulmask

Post by whatever1011 »

Send wrote:
Fri Jun 14, 2024 7:58 pm
Had a request to update Proficiency Level Modifier, so I updated it.
I tried using the Level 120 prof. but for some reason it would crash after a few minutes

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000

This was done in a solo instance.

Is there a fix for this?

Thanks!

Nvm. figured it out thanks!

Zylli42
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Jan 19, 2021 2:35 am
Reputation: 0

Re: Soulmask

Post by Zylli42 »

SomeNeko wrote:
Wed Jun 12, 2024 3:55 pm
Have anyone looked into changing the save-file instead of using debuggers?
Yes. The save file is in SQLite database format. You can download a DB Browser for SQLite to read it and make edits to the database. There is an "actor_name" column which has your Steam ID and an "actor_data" which has data stored in hex.

I was not able to decipher the actor_data, but I did try something. First, I used CE to set my max proficiencies to 125. Next, I copied the actor_data and pasted it into a different save file. When I loaded that save file, the proficiencies were not 125 max. This leads me to believe the database entry might be just your inventory. I couldn't figure out where your character data is saved in the database.

Shis
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jun 16, 2024 7:02 am
Reputation: 0

Re: Soulmask

Post by Shis »

I need to lower my level of awareness, is there a command for this?

janarah
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Jun 06, 2022 4:23 pm
Reputation: 0

Re: Soulmask

Post by janarah »

whatever1011 wrote:
Sat Jun 15, 2024 6:52 am
Send wrote:
Fri Jun 14, 2024 7:58 pm
Had a request to update Proficiency Level Modifier, so I updated it.
I tried using the Level 120 prof. but for some reason it would crash after a few minutes

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000

This was done in a solo instance.

Is there a fix for this?

Thanks!

Nvm. figured it out thanks!
How did you get it to work? Having the same issue every time.

User avatar
Jhanz
Cheater
Cheater
Posts: 38
Joined: Sat Jun 18, 2022 11:54 am
Reputation: 5

Re: Soulmask

Post by Jhanz »

Is it possible to raise Proficiency Level Modifier to 150 which is the highest you can get right now?

onizukaftw
Cheater
Cheater
Posts: 27
Joined: Thu Mar 22, 2018 2:55 am
Reputation: 0

Re: Soulmask

Post by onizukaftw »

Send wrote:
Fri Jun 14, 2024 7:58 pm
Had a request to update Proficiency Level Modifier, so I updated it.
hope you come back to the game in future updates.

Walgalla
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Jun 19, 2024 2:52 pm
Reputation: 0

Re: Soulmask

Post by Walgalla »

janarah wrote:
Mon Jun 17, 2024 12:37 am
whatever1011 wrote:
Sat Jun 15, 2024 6:52 am
Send wrote:
Fri Jun 14, 2024 7:58 pm
Had a request to update Proficiency Level Modifier, so I updated it.
I tried using the Level 120 prof. but for some reason it would crash after a few minutes

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000

This was done in a solo instance.

Is there a fix for this?

Thanks!

Nvm. figured it out thanks!
How did you get it to work? Having the same issue every time.
I had the same issue (Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000). Does anybody known how to fix this ?

vidmich
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Jun 19, 2024 8:35 pm
Reputation: 0

Re: Soulmask

Post by vidmich »

For proficiency I found the error in this topic's table.
It tries to set a bunch of proficiencies but the rbx points to the specific entry in prof table, so it crash a lot because of this.

I use this the following script but it works only for not maxed profs

Code: Select all

//Send @ FearlessRevolution
[ENABLE]

aobscanmodule(set150,WS-Win64-Shipping.exe,F3 44 0F 11 43 14 E8)
alloc(newmem,$1000,set150)

label(code)
label(return)

newmem:
mov [rbx+08],#150
mov [rbx+0C],#150

code:
  movss [rbx+14],xmm8
  jmp return

set150:
  jmp newmem
  nop
return:
registersymbol(set150)

[DISABLE]

set150:
  db F3 44 0F 11 43 14 E8

unregistersymbol(*)
dealloc(*)

arcwolf8888
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Feb 10, 2021 4:19 pm
Reputation: 0

Re: Soulmask

Post by arcwolf8888 »

shood wrote:
Tue Jun 04, 2024 1:13 pm
magiman wrote:
Mon Jun 03, 2024 8:08 pm
The command console is unlocked when you run your own server, you set an admin password with "adminpsw" as a command like in a batch file for running the server, which lets you use "gm key (whatever the password you set was)" to open a panel that lets you spawn in items/mobs, give yourself 1million hp, etc. I just don't know where you'd put that command line password for an offline game. This would be the best cheat option if we knew where to place it and it work with offline mode.
1. add "-adminpsw=123" to "Launcher.bat" in game folder.
my Launcher.bat looks:

Code: Select all

start "" "WS.exe" StartMenu -game -StableNullID -online=Steam -d3d12 -adminpsw=123
2. run Launcher.bat
3. use cheat table to unlock console commands
4. type

Code: Select all

key 123
in console.
(123 - password)

i cannot make this work :( admin menu. kinda sad

magiman
Expert Cheater
Expert Cheater
Posts: 92
Joined: Sat Apr 09, 2022 8:47 pm
Reputation: 17

Re: Soulmask

Post by magiman »

arcwolf8888 wrote:
Thu Jun 20, 2024 10:10 pm
i cannot make this work :( admin menu. kinda sad
Try this: viewtopic.php?p=356635&sid=3ff48c6db639 ... 7a#p356635

arcwolf8888
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Feb 10, 2021 4:19 pm
Reputation: 0

Re: Soulmask

Post by arcwolf8888 »

magiman wrote:
Fri Jun 21, 2024 2:43 am
arcwolf8888 wrote:
Thu Jun 20, 2024 10:10 pm
i cannot make this work :( admin menu. kinda sad
Try this: viewtopic.php?p=356635&sid=3ff48c6db639 ... 7a#p356635
Thanks man! However I can't make it work for some reason. I rescanned for any corrupted file in my soulmask through steam, I even tried downloading cracked version of it because maybe it is the version of the game like they patched it somehow but no luck. :(

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Bing [Bot], bladechampion, DotBot, Owlbeard, SigeX, TopDommer