Assassin's Creed Valhalla [Standard Edition]

Upload your cheat tables here (No requests)
Theonisus
Noobzor
Noobzor
Posts: 12
Joined: Wed Nov 11, 2020 5:55 am
Reputation: 0

Re: Assassin's Creed Valhalla [Engine:AnvilNEXT]

Post by Theonisus »

aSwedishMagyar wrote:
Fri Nov 13, 2020 8:22 pm
Theonisus wrote:
Fri Nov 13, 2020 8:16 pm


Still just give me bloops and bleeps after I click initiate and the open inv reader. Just says Address P-> 0000000000 Value ??

Legit farming it is for me I guess. I C+P the script you loaded before I initiated everything? I'm very very new to CE and only know how to pretty much open the process and load the table and click the boxes that I assume should magically be able to edit my silver/iron. i never had any issues with this in Odyssey so I don't know why Valhalla is giving me hell.
That is because you don't have the item yet.
Learn how to read. It says right there in CAPS LOCK why you are seeing 0000000000 Value.
But I already have silver and iron? I'm literally injecting this into a 13+hr save file so I guess I'm just an idiot. Anyways thanks for the help I'll see if I can figure it out.

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

Theonisus
Noobzor
Noobzor
Posts: 12
Joined: Wed Nov 11, 2020 5:55 am
Reputation: 0

Re: Assassin's Creed Valhalla [Engine:AnvilNEXT]

Post by Theonisus »

Okay terribly sorry, I had to actually move items around in my inventory and everything showed up. Thank you again for all your help and sorry I'm new at this :(

User avatar
Purge90
Noobzor
Noobzor
Posts: 6
Joined: Fri Nov 13, 2020 1:16 am
Reputation: 3

Re: Assassin's Creed Valhalla [Engine:AnvilNEXT]

Post by Purge90 »

aSwedishMagyar wrote:
Fri Nov 13, 2020 7:58 pm
Purge90 wrote:
Fri Nov 13, 2020 7:49 pm
Theonisus wrote:
Fri Nov 13, 2020 7:34 pm

I'm using U+ and everything works fine except the inventory reader which is the only thing I want to use :(
It is working for me, I am actually trying to find out how to add the rest of the items. But as a novice with CE it is taking me a bit following SunBeam's post earlier.
Try using this:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"Print Hashes"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{$lua}
function debugger_onBreakpoint()
	local quantity = readInteger(RDX)
    local hash = readQword(readQword(RDX+0x8)+0x10)
    print("Hash: 0x00000"..string.upper(string.format("%x", hash)).."\tQuantity: "..quantity)
print()
    return 1
end
[ENABLE]
debugProcess(2)
debug_setBreakpoint('ACValhalla.exe+24A41DF')

[DISABLE]
debug_removeBreakpoint('ACValhalla.exe+24A41DF')
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


It will set a breakpoint at that address and then print in the lua engine window all of the hashes and the quantity of that item so you can more easily identify them. To add it to your table just click "Select All" and hit Ctrl+C and then click in your table and paste it in.
Will do, I will try it now. Just skimming through that I do see that the .exe is of course different as I am using Plus. I will tinker around with it.

kispyklean
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Nov 13, 2020 5:09 pm
Reputation: 0

Re: Assassin's Creed Valhalla [Standard Edition]

Post by kispyklean »

there is a pop up with a list of numbers and letters whenever i open my inventory in the game, the pop up has a button called execute is this normal?

User avatar
SunBeam
Administration
Administration
Posts: 4791
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4417

Re: Assassin's Creed Valhalla [Standard Edition]

Post by SunBeam »

aSwedishMagyar wrote:
Fri Nov 13, 2020 5:03 pm
...
Forgot to wish you good luck answering the wave of "how do I?" posts.

aSwedishMagyar
Table Makers
Table Makers
Posts: 672
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1192

Re: Assassin's Creed Valhalla [Standard Edition]

Post by aSwedishMagyar »

kispyklean wrote:
Fri Nov 13, 2020 9:37 pm
there is a pop up with a list of numbers and letters whenever i open my inventory in the game, the pop up has a button called execute is this normal?
Yes you can just close the window. My next version won't have that as it was only there for me to get hashes quickly without going into structure dissect.

User avatar
Purge90
Noobzor
Noobzor
Posts: 6
Joined: Fri Nov 13, 2020 1:16 am
Reputation: 3

Re: Assassin's Creed Valhalla [Engine:AnvilNEXT]

Post by Purge90 »

Purge90 wrote:
Fri Nov 13, 2020 9:09 pm
aSwedishMagyar wrote:
Fri Nov 13, 2020 7:58 pm
Purge90 wrote:
Fri Nov 13, 2020 7:49 pm


It is working for me, I am actually trying to find out how to add the rest of the items. But as a novice with CE it is taking me a bit following SunBeam's post earlier.
Try using this:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"Print Hashes"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{$lua}
function debugger_onBreakpoint()
	local quantity = readInteger(RDX)
    local hash = readQword(readQword(RDX+0x8)+0x10)
    print("Hash: 0x00000"..string.upper(string.format("%x", hash)).."\tQuantity: "..quantity)
print()
    return 1
end
[ENABLE]
debugProcess(2)
debug_setBreakpoint('ACValhalla.exe+24A41DF')

[DISABLE]
debug_removeBreakpoint('ACValhalla.exe+24A41DF')
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


It will set a breakpoint at that address and then print in the lua engine window all of the hashes and the quantity of that item so you can more easily identify them. To add it to your table just click "Select All" and hit Ctrl+C and then click in your table and paste it in.
Will do, I will try it now. Just skimming through that I do see that the .exe is of course different as I am using Plus. I will tinker around with it.
So I found just "ACValhalla_plus.exe" lets me see when I open my inventory. I have hashes, I am assuming at this point I would just go through and add them to the inventory reader script. Apologies for "dumb" question, learning it as I go :)

Edited: I removed the image because it was massive. Also, appreciate that assistance. Apologies if this was originally placed in the wrong place.
Last edited by Purge90 on Fri Nov 13, 2020 11:51 pm, edited 1 time in total.

User avatar
Darkedone02
Expert Cheater
Expert Cheater
Posts: 948
Joined: Thu Mar 02, 2017 11:42 pm
Reputation: 110

Re: Assassin's Creed Valhalla [Standard Edition]

Post by Darkedone02 »

SunBeam wrote:
Fri Nov 13, 2020 9:51 pm
aSwedishMagyar wrote:
Fri Nov 13, 2020 5:03 pm
...
Forgot to wish you good luck answering the wave of "how do I?" posts.
how do I quote this? :P

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

Re: Assassin's Creed Valhalla [Engine:AnvilNEXT]

Post by STN »

aSwedishMagyar wrote:
Thu Nov 12, 2020 6:47 am
..
Can you please upload them in CT format especially when you make a new thread? Pasting the whole CT makes quoting that post super lengthy, also takes so much DB space which in file format is few KBs.

aSwedishMagyar
Table Makers
Table Makers
Posts: 672
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1192

Re: Assassin's Creed Valhalla [Engine:AnvilNEXT]

Post by aSwedishMagyar »

STN wrote:
Fri Nov 13, 2020 10:15 pm
Can you please upload them in CT format especially when you make a new thread? Pasting the whole CT makes quoting that post super lengthy, also takes so much DB space which in file format is few KBs.
Will do, sorry about that. Didn't realize it would take more DB space.

User avatar
SunBeam
Administration
Administration
Posts: 4791
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4417

Re: Assassin's Creed Valhalla [Standard Edition]

Post by SunBeam »

^ Fixed the first post in the topic. All's good now ;) Resume your activities.

aSwedishMagyar
Table Makers
Table Makers
Posts: 672
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1192

Re: Assassin's Creed Valhalla [Engine:AnvilNEXT]

Post by aSwedishMagyar »

Purge90 wrote:
Fri Nov 13, 2020 10:00 pm
So I found just "ACValhalla_plus.exe" lets me see when I open my inventory. I have hashes, I am assuming at this point I would just go through and add them to the inventory reader script. Apologies for "dumb" question, learning it as I go :)
...
See original post for an updated print hashes script. That way you aren't figuring out whether they are new or not.

axellslade
Expert Cheater
Expert Cheater
Posts: 183
Joined: Sat Mar 04, 2017 1:49 am
Reputation: 7

Re: Assassin's Creed Valhalla [Standard Edition]

Post by axellslade »

Is there a specific place we can share our hashes or could we maybe put 'em here on a zip file or something? Posting as plain text is a no-no for the reason STN cited.

aSwedishMagyar
Table Makers
Table Makers
Posts: 672
Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1192

Re: Assassin's Creed Valhalla [Standard Edition]

Post by aSwedishMagyar »

axellslade wrote:
Sat Nov 14, 2020 6:30 am
Is there a specific place we can share our hashes or could we maybe put 'em here on a zip file or something? Posting as plain text is a no-no for the reason STN cited.
I think you can still paste as plain text, just keep updating that single post instead of continuously making new ones when you find new hashes.

axellslade
Expert Cheater
Expert Cheater
Posts: 183
Joined: Sat Mar 04, 2017 1:49 am
Reputation: 7

Re: Assassin's Creed Valhalla [Standard Edition]

Post by axellslade »

aSwedishMagyar wrote:
Sat Nov 14, 2020 6:47 am
I think you can still paste as plain text, just keep updating that single post instead of continuously making new ones when you find new hashes.
Fair enough!

Hey aSwedishMagyar, do you think it's possible to remove an inventory item using your script?
I got a nasty bug early on in game where a key didn't leave my inventory when I opened a chest, and now I'm unable to loot any key in-game. :cry:

Post Reply

Who is online

Users browsing this forum: AhrefsBot, AmazonBot, Anacra, Anon Ymous, Baidu [Spider], Boru, Chikaze, Derionis, Google Adsense [Bot], Jogger06, Maisarah, snailsmog, tuturuga, Xout