Valheim

Upload your cheat tables here (No requests)
Post Reply
xfailsafex
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Nov 09, 2020 5:19 pm
Reputation: 0

Re: Valheim

Post by xfailsafex »

Does the free crafting table affect every player in an online match or just you?

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
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Valheim

Post by Akira »

xfailsafex wrote:
Sat Feb 13, 2021 1:50 pm
Does the free crafting table affect every player in an online match or just you?
I have no idea, let me know if you find out :D.

PureReality
Expert Cheater
Expert Cheater
Posts: 126
Joined: Wed Dec 04, 2019 4:33 am
Reputation: 10

Re: Valheim

Post by PureReality »

xfailsafex wrote:
Sat Feb 13, 2021 1:50 pm
Does the free crafting table affect every player in an online match or just you?
I can tell you it does not, a lot of the cheats do not affect other players at all. The only one I've found that does affect other players a bit is the "stealth mode" cheat as it seems to make the enemies just not attack anyone at all if you are close to them (not sure if it affects people further away from you though or not).

Ashar
Expert Cheater
Expert Cheater
Posts: 278
Joined: Mon May 01, 2017 7:04 pm
Reputation: 34

Re: Valheim

Post by Ashar »

anyone figured out how to change the quality of armor. The research section has a scripts for quality of all item in inventory, but doesnt do anything, Ive managed to make my tools and weapons Q10 which boosts their stats, but cant figure out a way to adjust for armor

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Valheim

Post by Akira »

Ashar wrote:
Sat Feb 13, 2021 5:49 pm
anyone figured out how to change the quality of armor. The research section has a scripts for quality of all item in inventory, but doesnt do anything, Ive managed to make my tools and weapons Q10 which boosts their stats, but cant figure out a way to adjust for armor
In the next table update (2.0)

Activate
"Activate Me! - Offset Based Cheat Table"
scroll down to
"m_rightItem"
"m_leftItem"
"m_chestItem"
"m_legItem"
"m_ammoItem"
"m_helmetItem"
"m_shoulderItem"
make a rightclick on the one you want to change,
go to "Group Config" and deactivate "Hide children when deactivated"
now you got a long list under it with different things you can change.
Note these are pointer, not scripts so don't activate em, just change the values.
The one for "Quality" is pretty near to the bottom.

[Link]
[Link]

Ashar
Expert Cheater
Expert Cheater
Posts: 278
Joined: Mon May 01, 2017 7:04 pm
Reputation: 34

Re: Valheim

Post by Ashar »

nice, glad thats coming soon, thx.

User avatar
johjs329
Cheater
Cheater
Posts: 27
Joined: Wed Jan 20, 2021 10:17 pm
Reputation: 1

Re: Valheim

Post by johjs329 »

for some reason god mode isn't working now, everything else is though

Zethos
Cheater
Cheater
Posts: 27
Joined: Wed Apr 01, 2020 1:50 pm
Reputation: 4

Re: Valheim

Post by Zethos »

Does this work for a dedicated server? I mean, if I rent a server or a friend and he sets me up as an Admin (my steamid) as well, is cheat engine working?
Last edited by Zethos on Sun Feb 14, 2021 2:43 am, edited 1 time in total.

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Valheim

Post by Akira »

Zethos wrote:
Sun Feb 14, 2021 12:05 am
Does this work for a dedicated server? I mean, if I rent a server or a friend and he sets me up as an Admin (my steamid) as well, is cheat engine working?
Cheat Engine doesn't care about admin rights ;).
But I don't know if everything will work as client since i didn't tested it.

Admin rights might be needed for console commands.

Zethos
Cheater
Cheater
Posts: 27
Joined: Wed Apr 01, 2020 1:50 pm
Reputation: 4

Re: Valheim

Post by Zethos »

I dont need console commands tho, they dont work on a dedicated server anyways.
Just wanted to know if cheat engine works, so I can use e.g. inf. stamina on a dedicated server or only if I am the host
Last edited by Zethos on Sun Feb 14, 2021 2:43 am, edited 1 time in total.

PureReality
Expert Cheater
Expert Cheater
Posts: 126
Joined: Wed Dec 04, 2019 4:33 am
Reputation: 10

Re: Valheim

Post by PureReality »

Zethos wrote:
Sun Feb 14, 2021 12:13 am
I dont need console commands tho, they dont work on a dedicated server anyways.
Just wanted to know if cheat engine works, so I can use e.g. inf. stamina on a dedicated server or only if I am the host
Yes all cheats work on both dedicated and non-dedicated servers, doesn't matter if your host or not.

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Valheim

Post by Akira »

Ashar wrote:
Sat Feb 13, 2021 7:25 pm
nice, glad thats coming soon, thx.
Updated the Table, Item quality for weapons/tools/armors can be changed :).

bluepanda
Expert Cheater
Expert Cheater
Posts: 99
Joined: Fri Aug 25, 2017 8:19 pm
Reputation: 39

Re: Valheim

Post by bluepanda »

The "Unlimited Arrow" script is 1:1 acting like the "No item consumption" or how ever it was called, script goes as follow:

Code: Select all

[ENABLE]
enablescript('InventoryRemoveItem2_alloc','InventoryRemoveItem2_save',string.format('%X',mono_compile_method(mono_findMethods('Inventory','RemoveItem')[2])),[[
label(newmem)
label(returnhere)
label(%s)
registersymbol(%s)

%s:
newmem:
cmp r8,01
jne short @f
mov al,01
ret
@@:
%s
jmp returnhere
%s:
db %X %s
%X:
jmp newmem
]])

autoAssemble([[
assert(Inventory:RemoveOneItem,55 48 8B EC)
Inventory:RemoveOneItem:
mov al,01
ret
]])


[DISABLE]

enablescript('InventoryRemoveItem2_alloc','InventoryRemoveItem2_save',string.format('%X',mono_compile_method(mono_findMethods('Inventory','RemoveItem')[2])),[[
%X:
readmem(%s+1,%u)
]],true)

autoAssemble([[
Inventory:RemoveOneItem:
db 55 48 8B EC
]])
It won't consume: Arrows, Food and such. Any way limiting your script just towards the arrow pointer or do they have a global value?

PureReality
Expert Cheater
Expert Cheater
Posts: 126
Joined: Wed Dec 04, 2019 4:33 am
Reputation: 10

Re: Valheim

Post by PureReality »

How will the "-Bigger Inventory" cheat affect items that are in those extra slots when you turn the cheat cheat off or log out and back in?

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Valheim

Post by Akira »

PureReality wrote:
Sun Feb 14, 2021 6:18 pm
How will the "-Bigger Inventory" cheat affect items that are in those extra slots when you turn the cheat cheat off or log out and back in?
It will move em back into the normal slots, didn't tested what happens when you have not enough free slots.
Just move them into a chest before deactivating :D.

Post Reply

Who is online

Users browsing this forum: DrummerIX, Google Adsense [Bot], kain200, kuaxee, mack_b_nibble, navelbine, orymaster, rausrh, RogueTech, Subhankar_MJ