Assassin's Creed: Origins

Upload your cheat tables here (No requests)
User avatar
cosminuk2011
Expert Cheater
Expert Cheater
Posts: 52
Joined: Sun Feb 04, 2018 9:16 pm
Reputation: 7

Re: Assassin's Creed: Origins

Post by cosminuk2011 »

budabum wrote:
Sun Mar 18, 2018 7:23 pm
cosminuk2011 wrote:
Sun Mar 18, 2018 6:35 pm
Hey, thanks for this ones. Is nice to have them before the official release.
Any chance to find the hash id for that ones with H sign?
you mean these? I would call them resource IDs.

0000000000000000 Composite Bow (H) Far Cry Primal Light Bow Legendary
0000015952AE8F9B Fanged Mace (H) Far Cry Primal Heavy Blunt Legendary
0000015952AE8FC3 Flint Spear (H) Far Cry Primal Spear Legendary
0000015952AE8ECE Horn Bow (H) Far Cry Primal Hunter Bow Legendary

what disappoints me, that is how ubi loads statically ciphered/hashed string resources into memory and how they decipher them dinamically.
And while decrypting they change memory allocation every next 4 decrypted bytes.
Thank you very much. I've got Fanged Mace, Flint Spear and Horn Bow, but i don't know what to do with this "0000000000000000 Composite Bow (H) Far Cry Primal Light Bow Legendary". Missing Recurve Bow :) :?:

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
budabum
Expert Cheater
Expert Cheater
Posts: 279
Joined: Tue Nov 28, 2017 6:34 pm
Reputation: 310

Re: Assassin's Creed: Origins

Post by budabum »

ah, sorry firend, i copied from my file not paying attention on zeros. that one is not yet discovered.
On Recurve Bow you may try this one, with all perks and (H) included.

00000078E76A4AAB Recurve Bow (H) Light Bow Legendary

User avatar
cosminuk2011
Expert Cheater
Expert Cheater
Posts: 52
Joined: Sun Feb 04, 2018 9:16 pm
Reputation: 7

Re: Assassin's Creed: Origins

Post by cosminuk2011 »

budabum wrote:
Sun Mar 18, 2018 8:17 pm
ah, sorry firend, i copied from my file not paying attention on zeros. that one is not yet discovered.
On Recurve Bow you may try this one, with all perks and (H) included.

00000078E76A4AAB Recurve Bow (H) Light Bow Legendary
Thank you, I have all with H now. I think "Composite Bow" is only a wrong description made by ubi on Far Cry Pack.
Image

borucic
Expert Cheater
Expert Cheater
Posts: 60
Joined: Sat Mar 10, 2018 9:23 pm
Reputation: 39

Re: Assassin's Creed: Origins

Post by borucic »

budabum wrote:
Sun Mar 18, 2018 8:17 pm
(...)
On Recurve Bow you may try this one, with all perks and (H) included.

00000078E76A4AAB Recurve Bow (H) Light Bow Legendary
Another weirdo - Light Bow without Rate of Fire perk...

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

Re: Assassin's Creed: Origins

Post by SunBeam »

That's how Anvil works since Unity, buda :) Get used to it, knowing the logic should help with future titles (e.g.: Rogue remastered)

castix
Noobzor
Noobzor
Posts: 6
Joined: Mon Mar 19, 2018 12:32 pm
Reputation: 0

Re: Assassin's Creed: Origins

Post by castix »

budabum wrote:
Sat Mar 17, 2018 10:45 am
no instructions, no guidance, play on your own.
only one note: after downloading remove 7z extention and use notepad++ for reading. although the list is marked 1.21 it's still applicable for 1.41

it time to move into own thread, let me create one...
Thank you for your time and effort. I tried removing the last .7z extention as well as both .7z and for both cases Notepad++ would show weird symbols and no readable text. Did I do anything wrong or am I missing something?

borucic
Expert Cheater
Expert Cheater
Posts: 60
Joined: Sat Mar 10, 2018 9:23 pm
Reputation: 39

Re: Assassin's Creed: Origins

Post by borucic »

I used Total Commander.
Mark ACO-load-resources-dump(1.21-full).7z.001.7z
Files -> Combine Files. You'll get one ACO-load-resources-dump(1.21-full).7z.001 file.
Change extention to .7z
Double-click archive.
Double-click .txt file -> "Run and execute".
Save as.

jonasbeckman
Expert Cheater
Expert Cheater
Posts: 307
Joined: Sat May 06, 2017 1:26 pm
Reputation: 22

Re: Assassin's Creed: Origins

Post by jonasbeckman »

SunBeam wrote:
Mon Mar 19, 2018 3:19 am
That's how Anvil works since Unity, buda :) Get used to it, knowing the logic should help with future titles (e.g.: Rogue remastered)
Alas I am pretty sure Assassin's Creed Rogue Remaster is console exclusive and it's mostly a bump in display resolution from the last-gen consoles to the current-gen so the PC version is already set in that regard. :)

Would be nice to see the old ones updated to Anvil Next from Origins, tweaking some things and fixing remaining bugs but that seems less of a thing these days and ports and remasters of games are sometimes launched in states worse than the original.

User avatar
budabum
Expert Cheater
Expert Cheater
Posts: 279
Joined: Tue Nov 28, 2017 6:34 pm
Reputation: 310

Re: Assassin's Creed: Origins

Post by budabum »

@borucic
something like this?
Image


under spoiler is a heart of string decypher function. by fooling one of its pointers r15 you may vanish strings. rest of the text is also can be removed, it is around that code.
Spoiler
define(bytes, 4D 03 FB 66 C1 C8 08 81 65 03 00 00 00 E0)
[ENABLE]
aobscanmodule(INJECT,ACOrigins.exe,4D 03 FB 66 C1 C8 08 81 65 03 00 00 00 E0)
assert(INJECT,bytes)
alloc(newmem,$1000,INJECT)
label(code)
label(return)
registersymbol(INJECT)

newmem:
//r15 is a ptr to an encrypted string which is being decrypted now
add r15,#154 //add anything >len of string, e.g. #13, #30, etc.
code:
db bytes
jmp return
INJECT:
jmp far newmem
return:

[DISABLE]
INJECT:
db bytes
dealloc(newmem)
unregistersymbol(INJECT)
Last edited by budabum on Tue Mar 20, 2018 10:24 am, edited 1 time in total.

borucic
Expert Cheater
Expert Cheater
Posts: 60
Joined: Sat Mar 10, 2018 9:23 pm
Reputation: 39

Re: Assassin's Creed: Origins

Post by borucic »

budabum wrote:
Mon Mar 19, 2018 6:04 pm
@borucic
something like this?
Image
:D More or less. :arrow:

Image

Thank you for your effort!

stephhhen
Noobzor
Noobzor
Posts: 6
Joined: Fri Mar 16, 2018 3:45 am
Reputation: 1

Re: Assassin's Creed: Origins

Post by stephhhen »

cosminuk2011 wrote:
Sun Mar 18, 2018 3:08 pm
cosminuk2011 wrote:
Mon Mar 12, 2018 1:05 am
Guys, please, please, please add back Teleportation on map for v. 1.40.
I just fount out that teleportation on map is working on 1.41 if you use teleportation from SunBeam's table 1.21 (Update 1) from here:
viewtopic.php?f=4&t=5983
1.41 crashes upon pressing numpad 0???

User avatar
cosminuk2011
Expert Cheater
Expert Cheater
Posts: 52
Joined: Sun Feb 04, 2018 9:16 pm
Reputation: 7

Re: Assassin's Creed: Origins

Post by cosminuk2011 »

stephhhen wrote:
Tue Mar 20, 2018 8:21 pm
cosminuk2011 wrote:
Sun Mar 18, 2018 3:08 pm
cosminuk2011 wrote:
Mon Mar 12, 2018 1:05 am
Guys, please, please, please add back Teleportation on map for v. 1.40.
I just fount out that teleportation on map is working on 1.41 if you use teleportation from SunBeam's table 1.21 (Update 1) from here:
viewtopic.php?f=4&t=5983
1.41 crashes upon pressing numpad 0???


For teleportation use numpad 9. No need to press numpad 0 ... anyway does nothing if you press.
In SunBeam's table 1.21 (Update 1) check like this and teleportation work flawlessly.

Image

stephhhen
Noobzor
Noobzor
Posts: 6
Joined: Fri Mar 16, 2018 3:45 am
Reputation: 1

Re: Assassin's Creed: Origins

Post by stephhhen »

cosminuk2011 wrote:
Tue Mar 20, 2018 10:59 pm
stephhhen wrote:
Tue Mar 20, 2018 8:21 pm
cosminuk2011 wrote:
Sun Mar 18, 2018 3:08 pm


I just fount out that teleportation on map is working on 1.41 if you use teleportation from SunBeam's table 1.21 (Update 1) from here:
viewtopic.php?f=4&t=5983
1.41 crashes upon pressing numpad 0???


For teleportation use numpad 9. No need to press numpad 0 ... anyway does nothing if you press.
In SunBeam's table 1.21 (Update 1) check like this and teleportation work flawlessly.

Image
Thanks!!

stephhhen
Noobzor
Noobzor
Posts: 6
Joined: Fri Mar 16, 2018 3:45 am
Reputation: 1

Re: Assassin's Creed: Origins

Post by stephhhen »

Just in case anyone wondered...
  • 0000017955049F41 mythical warrior ng+.

castix
Noobzor
Noobzor
Posts: 6
Joined: Mon Mar 19, 2018 12:32 pm
Reputation: 0

Re: Assassin's Creed: Origins

Post by castix »

Can someone provide the Hash ID of the Isu Armor?

Post Reply

Who is online

Users browsing this forum: AhrefsBot, arrow2733, Azahothx, Bing [Bot], DotBot, fredofrizzante, Google [Bot], IAmRegxd, lol3003, NerebArlay, TheDonger420, thesunhon