Page 1 of 1

Assassin's Creed: Revelations

Posted: Tue Dec 04, 2018 12:26 am
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

Re: Assassin's Creed: Revelations

Posted: Tue Dec 04, 2018 12:40 am
by budabum
based on code style I bet that's SunBeam's table.

Re: Assassin's Creed: Revelations

Posted: Tue Dec 04, 2018 9:26 pm
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)