Post: Assassin's Creed Valhalla Codes
11-15-2020, 06:08 AM #1
-Z3RO-
Rookie
(adsbygoogle = window.adsbygoogle || []).push({}); Start Of Codes for You must login or register to view this content. <-- Click Me
you know the drill, will keep it updated for as long as I can Winky Winky
Last edited by -Z3RO- ; 03-25-2022 at 03:47 AM.

The following 12 users say thank you to -Z3RO- for this useful post:

abdulelahdragon, Alexsandr194, don_kleberus, eternalsky, hassanxx, henrywuishere, Maltese_Manicz1, Maxi1288, Oner13, RangerQ, RmLegend, wiii
11-15-2020, 06:26 AM #2
Vicodin10
https://discord.gg/save-wizard
Codes by skiller.

The following user thanked Vicodin10 for this useful post:

Chump Norris
11-15-2020, 07:43 AM #3
Could someone explain to me how to modify the quantities of the items? For example 10,000 silver, 1,000 supplies, 1,000 crafting materials ... I just don't want the game to look unrealistic. Thank you
11-15-2020, 07:54 AM #4
Could someone explain to me how to modify the quantities of the items? For example 10,000 silver, 1,000 supplies, 1,000 crafting materials ... I just don't want the game to look unrealistic. Thank you
Originally posted by -Z3RO- View Post
Start Of Codes for You must login or register to view this content. <-- Click Me
you know the drill, will keep it updated for as long as I can Winky Winky
11-15-2020, 08:10 AM #5
Originally posted by tonykerl84 View Post
Could someone explain to me how to modify the quantities of the items? For example 10,000 silver, 1,000 supplies, 1,000 crafting materials ... I just don't want the game to look unrealistic. Thank you
Originally posted by -Z3RO- View Post
Start Of Codes for You must login or register to view this content. <-- Click Me
you know the drill, will keep it updated for as long as I can Winky Winky



Thank you. The problem is that in those codes the numbers are very high and I don't want to have such large quantities of everything, and I don't know how to edit those cheats so that they have lower quantity numbers.

The following 2 users say thank you to tonykerl84 for this useful post:

fbo2277, Horben
11-16-2020, 04:17 PM #6
XxUnkn0wnxX
F4LLEN ANG3L
common guys it's not that hard use the google doc & your head

@-Z3RO- Updated the paste on how to do it.

EG Silver Desired Value: (Search ID Method)

Template:

    
800X0008 HHHHHHHH <-- ID Start
GGGGGGGG 00000000 <-- ID End
88010008 52000000
FFFD5262 00000000
93000000 00000004
28000000 VVVVVVVV <-- Desired Value (05F5E0FF = 99999999) [Big Endian]


Silver Id = 55F6B9FD1B000000 from the google doc

using the template

    
800X0008 55F6B9FD
1B000000 00000000
88010008 52000000
FFFD5262 00000000
93000000 00000004
28000000 05F5E0FF


OR Value Search Method Only (Will search for anything that matches the value you are looking for & replaces it with desired value)

Template:

    
800X000E 0007000B
VVVVVVVV 52000000 <-- V's the value you are looking for
FFFD0000 00000000
28000004 05F5E0FF <-- 05F5E0FF = 99999999, the value that is being set to


if you have everything at 99999999, using this method to change it to say 1,000 in hex the value is 3E8, add 0's in front of it to make it 8 characters long to become 000003E8

    
8001000E 0007000B
FFE0F505 52000000 <-- Search for 99999999 (FFE0F505 In HEX Litte Endian)
FFFD0000 00000000
28000004 000003E8 <-- sets to 1,000 (000003E8 In HEX Big Endian)
Last edited by XxUnkn0wnxX ; 11-16-2020 at 04:17 PM.

The following 2 users say thank you to XxUnkn0wnxX for this useful post:

Horben, tonykerl84
11-16-2020, 08:19 PM #7
Originally posted by XxUnkn0wnxX View Post



In other words, in the case of the titanium metal code, it would be as follows?


code titanium

80010024 0B0155F6
B9FD1B00 00001600
0000B8D1 1793B8D1
17930000 1C000B01
FEF663DF 7C010000
A8000002 00000008
8E9FD8BC C7010000

modifiqued code

80010024 0B0155F6
B9FD1B00 00001600
0000B8D1 1793B8D1
17930000 1C000B01
FEF663DF 7C010000
A8000002 00000008
8E9FD8BC 000003E8
11-16-2020, 09:21 PM #8
XxUnkn0wnxX
F4LLEN ANG3L
Originally posted by tonykerl84 View Post
Originally posted by XxUnkn0wnxX View Post



In other words, in the case of the titanium metal code, it would be as follows?


code titanium

80010024 0B0155F6
B9FD1B00 00001600
0000B8D1 1793B8D1
17930000 1C000B01
FEF663DF 7C010000
A8000002 00000008
8E9FD8BC C7010000

modifiqued code

80010024 0B0155F6
B9FD1B00 00001600
0000B8D1 1793B8D1
17930000 1C000B01
FEF663DF 7C010000
A8000002 00000008
8E9FD8BC 000003E8


nope not quite

the codes provided in the paste are swap codes

titanium
    
80010024 0B0155F6 <-- this is the reference to silver but very different to the other ones provided in the template its doing 0B0 + 155F6B9FD1B00 which is part of the ID to silver
B9FD1B00 00001600
0000B8D1 1793B8D1
17930000 1C000B01
FEF663DF 7C010000
A8000002 00000008
8E9FD8BC C7010000 <-- this is the ID of titanium not the value


I don't think this has a value. this simply looks for silver & swaps it out for the desired item. so say you had 9334 silver you will now have 9334 titanium
I've only analysed the example template codes & broken them down. the ones provided from discord channels are swap codes the part that you can edit with those is the ID to the item you want to swap to

if you want to edit the value of all items matching say 9999 to 1,000

Note: all this does is Search & Replace (Find X Value, Replace With X Value)
    
8001000E 0007000B
0F270000 52000000 <-- 1st part value in Little Endien
FFFD0000 00000000
28000004 05F5E0FF <-- 05F5E0FF = 99999999, the value that is being set to (Big Endien)


Get Value To Little Endien Hex
You must login or register to view this content. <-- be sure to add the 0's at the end as it needs to be 8 characters long, 9999 results to 0F27 then add 0's after it to make it 0F270000.

Get Value To Hex Big Endien Hex <-- be sure to add 0's before the value. so for 1,000 you get 3E8 then add 0's to make it 000003E8
You must login or register to view this content.

So Little Endien format when your searching for the value that you want to find <-- only applied to the above template
Big Endian (Little Box Unticked) for the value you are setting. <- most codes that just apply only use this.
this due because PS4 saves use Little Endian (Reverse Byte order) for its values.

and using the above template to target all 4 blocks at once

it will look like this:

    
8001000E 0007000B <-- Note the 1 in 8010000E
0F270000 52000000 <-- Search Value 9999 Little Endien
FFFD0000 00000000
28000004 000003E8 <-- 000003E8 = 1,000, the value that is being set to (Big Endien)

8002000E 0007000B <-- Note the 2 in 8002000E
0F270000 52000000
FFFD0000 00000000
28000004 000003E8

8003000E 0007000B <-- Note the 3 in 8030000E
0F270000 52000000
FFFD0000 00000000
28000004 000003E8

8004000E 0007000B <-- Note the 4 in 8040000E
0F270000 52000000
FFFD0000 00000000
28000004 000003E8


but if you want to just replace the value of an item & the value without doing a value search you would use this template

    
800X0008 HHHHHHHH <-- ID Start 2nd part
GGGGGGGG 00000000 <-- ID End 1st part
88010008 52000000
FFFD5262 00000000
93000000 00000004
28000000 VVVVVVVV <-- Value 2nd part


so to set titanium to 1000 would be

    
80010008 8E9FD8BC <-- 1st Part Block Range 1, ID Start 2nd part
C7010000 00000000 <-- ID End 1st part
88010008 52000000
FFFD5262 00000000
93000000 00000004
28000000 000003E8 <-- Value 2nd part



Titanium ID from google doc
8E9FD8BCC7010000

& to write to all 4 blocks

    
80010008 8E9FD8BC <-- Note the 1 in 80010008
C7010000 00000000
88010008 52000000
FFFD5262 00000000
93000000 00000004
28000000 000003E8
80020008 8E9FD8BC <-- Note the 2 in 80010008
C7010000 00000000
88010008 52000000
FFFD5262 00000000
93000000 00000004
28000000 000003E8
80030008 8E9FD8BC <-- Note the 3 in 80010008
C7010000 00000000
88010008 52000000
FFFD5262 00000000
93000000 00000004
28000000 000003E8
80040008 8E9FD8BC <-- Note the 4 in 80010008
C7010000 00000000
88010008 52000000
FFFD5262 00000000
93000000 00000004
28000000 000003E8
Last edited by XxUnkn0wnxX ; 11-16-2020 at 09:42 PM.

The following user thanked XxUnkn0wnxX for this useful post:

fbo2277
11-16-2020, 11:26 PM #9
Isaac Clarke
< ^ > < ^ >
Would it be possible to get a starter save with the items maxed out?
11-17-2020, 08:02 AM #10
XxUnkn0wnxX
F4LLEN ANG3L
that's what the discord servers are for buddy

You must login or register to view this content.

discord Servers: https://discord.gg/savewizard (Save Wizard) | https://discord.gg/3N8gWYk (Save Wizard Discord) | https://discord.gg/WBJQJ6m (Quick Codes Save Wizard) | https://discord.gg/KPEaAfj (ⱧɎ฿ⱤłĐ's server)
you can also check out https://[removed].com/forums/37-ps4-trophies-game-saves/ <-- the NEW NGU.

-- Since most staff & admins have left NGU & the site may close down any day.

The following 4 users say thank you to XxUnkn0wnxX for this useful post:

daril rosario ferreira, [email protected], Snake88, Webslasher

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo