Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Upload your cheat tables here (No requests)
User avatar
STN
Founder
Founder
Posts: 4426
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3423

Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by STN »

By Sunbeam

Added GodMode, RefillPlayerHealth and TriggerMissionFailure. See hotkeys below (they can be changed, if you want):

Image

Have fun Smile

[ 19.10.2015 - Update #1 ]

Hello everyone.

In the fashion of Assassin's Creed 4: Black Flag Cheat Handler, presenting to you the x64 version for Assassin's Creed: Unity.

How it works:

1. Launch the game and get to main menu screen.
2. Alt-tab out to Cheat Engine.
3. Load ACU.ct table, select ACU.exe process and enable (click the check box in front of it) [Enable] script.
4.a. If it activates, then enable HookWithHWBreakpoint script.
4.b. If it doesn't activate, let me know - the same for above mentioned script.
5. Now either activate last script, Cheat Handler or load game, then activate it.

Explanations:

There is a function that contains the entire debug menu the engine (this game) works with. "[Enable]" script finds certain locations in memory and then registers the symbols of these addresses. The "HookWithHWBreakpoint" script then gets the addresses of the storage pointer and the hook address, and places a hardware breakpoint at that location (pContext). LUA helps setting a condition when breakpoint is hit, such as retrieving RCX pointer I need to then call up on game's debug menu functions Wink

For now, I've only added 2 functions:

- ToggleVanish (use Numpad 0 hotkey)
- RefillAllEquipment (use Numpad 1 hotkey)

First one above is toggleable (on/off) with same hotkey. Second function will just refill your inventory, so you don't have to parkour all the way to a medic.

Will be adding more next week, upon my return from Amalfi Smile Also, a teleporter with two more hardware breakpoints Wink

Notes:

1. If any of the scripts don't get enabled, let me know.

2. If game crashes when enabling the Cheat Handler, you'll probably have to restart the game (did happen to me a few times).

3. Note the pContext pointer is acquired/updated in these situations:

- when you load game for the first time, entering game world;
- when you teleport from one viewpoint to another;
- when you start a mission;
- any other time when a cutscene plays (not everytime);

So, see to it that "pContext" address in the table (under HookWithHWBreakpoint, once enabled) contains a valid pointer (not "??" or "00000000").

4. To refresh pContect, you can fast travel (just to make sure address is acquired).

5. If pressing Numpad 0 or 1 doesn't do anything, wait a bit or move around and try pressing again. It should work eventually after 1-2 presses.

Have fun!

[ 25.03.2015 ]

Began looking at this title as well, along with Rogue. They're using same AnvilNEXT Engine ported to x64. Fun fact about this one is the excessive (yet irrelevant) use of VMProtect to envelope game code.

Running the game and dumping it, then studying the unpacked code (to also be read as uncompressed, since VMProtect packed data here) returns the following:

Image

This is the prologue of the Debug Menu, the function that builds it up. RCX is the pointer that is used for most of its functions - unfortunately, not for Teleport, Nuke and probably some others that would be nice to have Smile

Using IDA to easily get the list of strings returns the following:

Image

Calling convention is a bit changed from x32, since x64 uses _fastcall (instead of _stdcall) and the role of the EBP+X arguments is now taken by (in order of usage) rcx, rdx, r8 and r9 registers. We'll make use only of the first two, as most Debug Menu functions take 2 parameters (there is one I recall that takes 3, but since I don't have the right pointer, it won't work).

More as I progress, later.



BR,
Sun

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
Attachments
ACUupdate4.CT
(59.76 KiB) Downloaded 4696 times
ACUupdate3.CT
(57.31 KiB) Downloaded 507 times
ACU5.CT
(60.35 KiB) Downloaded 1012 times
ACU.CT
(34.02 KiB) Downloaded 645 times

redverd
Novice Cheater
Novice Cheater
Posts: 24
Joined: Sun Apr 02, 2017 11:55 am
Reputation: 2

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by redverd »

Is it possible to unlock all equipment via cheat engine?
If yes could you explain how to do it?

I still haven't explored cheat engine deep enough.

waduk
Expert Cheater
Expert Cheater
Posts: 65
Joined: Wed Mar 08, 2017 12:03 pm
Reputation: 6

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by waduk »

It doesn't work, CTD when enabling HookWithHWBreakpoint

v1.5.0, Skidrow uPlay version.
I'm table ACU5.CT (assuming that was for Update 5; v1.5.0)

MasterVegito
Expert Cheater
Expert Cheater
Posts: 283
Joined: Sun Mar 12, 2017 11:04 pm
Reputation: 11

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by MasterVegito »

Can we get an update?

dl748
Table Makers
Table Makers
Posts: 116
Joined: Sun Jul 09, 2017 3:17 am
Reputation: 98

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by dl748 »

Wow I'ts been a long time since I've seen OllyDbg

Jiruto
Novice Cheater
Novice Cheater
Posts: 22
Joined: Mon Jul 17, 2017 6:41 am
Reputation: 0

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by Jiruto »

İt Doesn't work man ı dont even understand what ı am doing :/ there's lot of thing to click on it and ı dont understand which one ı should click on ı'm using the acu.ct can someone help me out ? and there's no Hookwith stuff to click on it :'(

Gelliebeen
Noobzor
Noobzor
Posts: 7
Joined: Sun Apr 30, 2017 4:29 am
Reputation: 0

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by Gelliebeen »

I would also love an update to this table! I'm trying to catch up on my AC games. Getting a CTD when enabling HookWithHWBreakpoint. I'm using the Steam version, 1.5 and tried it with both the ACUpdate4.ct and ACU5.ct.

Jiruto
Novice Cheater
Novice Cheater
Posts: 22
Joined: Mon Jul 17, 2017 6:41 am
Reputation: 0

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by Jiruto »

Non of them doesn't work in my game :(

User avatar
hose10
Expert Cheater
Expert Cheater
Posts: 83
Joined: Sun Jul 09, 2017 9:10 am
Reputation: 37

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by hose10 »

use veh debugger and untick override existing breakpoints
and work

User avatar
hose10
Expert Cheater
Expert Cheater
Posts: 83
Joined: Sun Jul 09, 2017 9:10 am
Reputation: 37

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by hose10 »

stn Tested and uploaded to your guys and should work and apply anti-cheats to the script

User avatar
hose10
Expert Cheater
Expert Cheater
Posts: 83
Joined: Sun Jul 09, 2017 9:10 am
Reputation: 37

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by hose10 »

Not yet, but he has put the script on the game. I also thought that he had given up

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

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by bluepanda »

Crashes the game entirely by hooking up the first script. V1.5.0

GroxIan
Noobzor
Noobzor
Posts: 9
Joined: Sat Aug 25, 2018 9:19 pm
Reputation: 0

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by GroxIan »

Using the VEH Debugger and unticking Override existing breakpoints fixes the crashing apparently.

Is there a way to completely "unfog" the map including collectibles when you don't have the Time Saver Pack? Eagle Vision with a huge range would also be helpful..

Boomshadow
Novice Cheater
Novice Cheater
Posts: 17
Joined: Wed Jul 05, 2017 9:35 pm
Reputation: 0

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by Boomshadow »

Hey guys,

I was able to follow most of the instructions (I think) and did the VEH Debugger and unticking Override existing breakpoints to fix the crashing like it was mention above. But the only thing I can do is the unlimited eagle sight and toggle vanishing. Has anybody got the other options to work and how did you get it work? Thanks!

Duckers
Noobzor
Noobzor
Posts: 9
Joined: Fri Jun 02, 2017 5:46 pm
Reputation: 2

Re: Assassin's Creed: Unity - AnvilNEXT64 Cheats and more..

Post by Duckers »

The second i tick "hookwithHWBreakpoint" the game force quits itself.

Post Reply

Who is online

Users browsing this forum: A.raid, AmazonBot, Baidu [Spider], communic, deathmusa, DotBot, DyArashi, FlameLord7, FleetingInfinity, Google [Bot], Google Adsense [Bot], killerkrok555, LolkaZZ, lormdoep, lovaper98435, Maveryck, mikas, Momber, naisu, PhaseShiftStalker, pikaka, tobeck, YamiNoZero, Zataigatsu