Assassin's Creed: Revelations

Upload your cheat tables here (No requests)
Post Reply
User avatar
akensai
Noobzor
Noobzor
Posts: 12
Joined: Tue Oct 16, 2018 11:29 pm
Reputation: 1

Assassin's Creed: Revelations

Post by akensai »

Hi there!

I've been out of the community for near a decade, with that said. None of the tables here for ACreed Revelations work, I have one off an old HDD that still works. It's toggle based and I have no idea where I originally got it. If you wrote this, feel free to take credit.

As of now this is the only table that works. Here are the toggles:-

Code: Select all

push 60 // VK_NUMPAD0
call GetAsyncKeyState
test ax,ax
jne RefillPlayerHealth

push 61 // VK_NUMPAD1
call GetAsyncKeyState
test ax,ax
jne RefillAllEquipment

push 62 // VK_NUMPAD2
call GetAsyncKeyState
test ax,ax
jne GodMode

push 63 // VK_NUMPAD3
call GetAsyncKeyState
test ax,ax
jne Invisible

push 64 // VK_NUMPAD4
call GetAsyncKeyState
test ax,ax
jne ResetConflict

push 65 // VK_NUMPAD5
call GetAsyncKeyState
test ax,ax
jne ToggleHookbladeAutograb

push 66 // VK_NUMPAD6
call GetAsyncKeyState
test ax,ax
jne ToggleUseNewBombs

push 67 // VK_NUMPAD7
call GetAsyncKeyState
test ax,ax
jne SetIncognito

push 68 // VK_NUMPAD8
call GetAsyncKeyState
test ax,ax
jne ToggleHud

push 69 // VK_NUMPAD9
call GetAsyncKeyState
test ax,ax
jne SetNotorious

push 6E // VK_NUMPAD.
call GetAsyncKeyState
test ax,ax
jne IncreasePlayerMoney


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
ACRSP (1).CT
(9.11 KiB) Downloaded 153 times

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

Re: Assassin's Creed: Revelations

Post by budabum »

based on code style I bet that's SunBeam's table.

Paul44
Table Makers
Table Makers
Posts: 766
Joined: Thu Jul 27, 2017 9:02 am
Reputation: 464

Re: Assassin's Creed: Revelations

Post by Paul44 »

Did you try out these ones: [ viewtopic.php?t=3867 ]?
(in fact, God mode and invisibility options in my table are based on #Sunbeam's research)

Post Reply