Assassins creed rogue cheat engine не работает

FearLess Cheat Engine

Community Cheat Tables of Cheat Engine

  • Unanswered topics
  • Active topics
  • Search
  • Members
  • The team

Assassin’s Creed Rogue

Assassin’s Creed Rogue

Post by STN » Wed Mar 22, 2017 5:35 am

Zanzer’s table:
Unlimited Health
Unlimited Items
No Reload
Invisibility
Master of the Wind
Burn Them!
Timeless
Big Mouth
Hunter
Endurance Challenge
Wanted
Veterans
Cailleach’s Gift

Unlimited Resources
Unlimited Selling (Sell Cargo for Money)
Naval Missions Instantly Complete
Naval Missions Instantly Available
No Fall Damage

Teleport Script:
Save Current Location (Hotkey ‘F5’)
Load Saved Position (Hotkey ‘F8’)
Teleport to Waypoint (Hotkey ‘F9’)
Use Alternate Z-Axis for Waypoint

Time of Day Script:
Pointer for the 24-Hour Value
Adjust value using ‘[‘ and ‘]’ hotkey
Freeze Time of Day

Camera Script:
Hotkeys ‘G’ and ‘J’ to Move Left and Right
Hotkeys ‘Y’ and ‘H’ to Move Forward and Backward
Hotkeys ‘T’ and ‘U’ to Move Up and Down
Hotkeys ‘+’ and ‘-‘ to Zoom In and Out

Allow Saves While Using In-Game Cheats
Unlock All In-Game Cheats
Complete All Challenges

Tested on the CODEX release.

Special thanks to jim2point0, SunBeam, and gir489 for their contributions and insight!
—————————————

[ 28.03.2015 — Update #1]

Release of the first version of the handler, along with anti-save disabled when using cheats.

1. Open table in CE and activate [DebugMenu].
2. Enter game — OR — teleport to a waypoint — OR — die — OR — anything that (re)loads a map. The pointer I need is acquired when pre-loading the game.
3. Check CE and pContext should now point to a valid address, instead of «??».
4. Activate [CheatHandler] script.
5. Back in game, use the following (default) options or modify the handler to add your own:

6. Note that whenever you load/reload the game (or teleport to Ctrl locations), the cheat is disabled. The same thing happens after some cutscenes. Keep an eye out Smile You’ll have to use the hotkey again.

Let me know if you have any issues. Now I can move on to Unity.

Similar to this thread, releasing the Cheat Handler that operates some of the internal Debug Menu functions. Extra, windowed mode and a disabler for the in-game save game disabler, when using cheats. I am using this release for now: Assassins.Creed.Rogue.v1.1.0.Steam.Deluxe.Edition.Cracked-3DM. Will move to the official one if I consider it’s worth spending le bucks on it Smile

Posting as I progress, throughout the day.

I started with running the game executable (ACC.exe) in x64_dbg and breaking on CreateWindowExA. We’re interested in this function:

Now, the BOOL we’re looking to change is (in my case) the value stored in 0x14329BB73. This value is 0 upon opening the executable, gets set to 1 further along and game starts in fullscreen mode. If you’re to set it to 0, you get windowed mode.

Since I couldn’t manage getting x64_dbg to break on what writes value 1 to that BOOL, I did this instead:

— open game executable in x64_dbg;
— press F9 or Shift+F9 one or two times so you get to OEP:
Code:
0000000140E5E214 | 48 83 EC 28 | SUB RSP,28 |

— open up CE and target same game executable (ACC.exe);
— open Memory View and patch OEP to infinite loop (EB FE);
— detach from executable in x64_dbg (Ctrl+Alt+F2) — doing this will run the executable automatically;
— back in CE, set a breakpoint on OEP;
— CE breaks;

— add 14329BB73 to list and «Find out what writes to this address»;
— remove breakpoint on OEP, patch back the instruction to «sub rsp,28»;
— hit F9 so game starts;

[ P.S.: You will ask «why patch to infinite loop and not detach from the beginning leaving CE to debug the game?». If you detach without the infinite loop, game starts. Also, you cannot set a breakpoint on OEP in CE and then detach in x64_dbg — breakpoint never finishes being set, since game is paused in another debugger. Once you detach and game starts, only then will the CE breakpoint work. But by then, it’s already too late. ]

Once you do the above steps, this happens:

I’m guessing now you know what to patch Wink Similar to the AC4 patch, you’ll have to change that 1 to 0 at 14009D9D5 (in my case). A way to do it is looking for the pattern to it in a hex editor such as Hex Workshop:
Code:
14009D9D5 — 66 C7 83 131B0000 0100 — mov word ptr [rbx+00001B13],0001

And this is the final result, once patching (remember to create a backup of ACC.exe first!) and setting resolution to 800×600:

[ Disable save-game disabler ]

Past the Abstergo rebooting and gay tutorial inland with the trio, managed to get on the Morrigan. Once by sea, don’t remember what I did, but game let me know that cheats are now available. The whole explanation of the cheat system and how it works in AC4 is detailed in the thread indicated in the beginning of this post.

I started with looking for PreCheatSaveGame string in x64_dbg:

Checking out the references for function’s prologue leads me to this:

Backtraced some more to find the caller for the pointer we’re going to use to access all of the cheats Wink And found its location here:

First things first. To disable the god damn disabler, you will have to tamper SETE AL instruction. Whenever AL is 0, SETE AL makes it 1. If it’s 1, it will make it 0. Whenever you enable a cheat, this function is called in upon pressing Esc to exit Cheats menu. You can imagine how the shifting works.

As such, SETE AL has to become XOR AL,AL (we’ll always keep it 0):
Code:
0000000140F211C9 | 0F 94 C0 | SETE AL |

to:
Code:
0000000140F211C9 | 30 C0 | XOR AL,AL |
0000000140F211CB | 90 | NOP |

Now, on with building up the cheats table. As I was saying, base pointer is acquired here:
Code:
0000000140EF0C70 | 48 8B 05 41 7B 40 02 | MOV RAX,QWORD PTR DS:[1432F87B8] |
0000000140EF0C77 | C3 | RET |

In my case, address it holds is 0x166C5320.

Further along, this address gets adjusted:
Code:
0000000140F21470 | 48 83 C1 40 | ADD RCX,40 |

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

Assassin’s Creed Rogue

Post by Paul44 » Sat May 19, 2018 9:20 am

— Health (incl Godmode & Invisibility)
— Inventory Supplies: manage amounts. (see help

readme)
— Teleport & Coordinates (incl teleport, free roam, cam distance)
— Ship Status (health, Invisible, ship battles)
— Fleet Missions: manage all resources
— Freeze Mission Timer.
— Abstergo Challenges: allows to edit/complete/reset any of the challenges
— Time Of Day.
— Tools. (Build Icon Lists)

* Help (and readme file) are included.
* Bonus: table with xyz coordinates of all (minus a few) templar relic locations
(see [ [Link] ])

Sidenote: AC Rogue uses an ‘obfuscation’ routine to en/decrypt values for all inventory supply amounts. For anyone interested, hereby some ‘minimal’ research: see [ [Link] ]

Important: during my final testing this morning, I crashed the game each time I tried to steal money?! This ‘bug’ (?) is solved (logically it should not use that part of the routine), and I did some other additional testing. That said: if your game (instantly) crashes with ‘Inventory’ cheat enabled, try to pinpoint your exact actions, and pm me your findings. Would be much appreciated.

-UPDATE — v1.8
* Ship Status: tested, and script updated so that it will pick up the values instantly (before, ship needed to receive damage first. )

-UPDATE — v1.9
* Updated scripts to take globalalloc() memory issue into account (espec. important for W10 gamers)
* Support for latest Steam EXE
* Added Abstergo Challenges

-UPDATE — v2.1
Major overhaul; should support most (all/recent) versions (or at least will allow me to have them easily supported). Did test with 2 different EXEs Uplay & Steam (incl cracked). Again: did not play game in full; just basic testing/Fasttravel stuff.
NEW:
* Free Roam
* Cam Distance (FOV)
* Fleet Missions Resources: you can now change all of them.

— UPDATE — v2.1a
To rebuild my AC3 REM, took some parts from this table and noticed a little bug in Teleport script (and thus corrected).

— UPDATE — v2.6
* Added in v2.5: Tools — Build Icons Lists (see readme for details)
* Freeze mission timer. only tested a few of them; if you do come across others not tacked by this cheat, let me know.
* Time of day. set/lock daytime.

— UPDATE — v2.7
Added: 2 additional timers (seq 1). Did not touch anything else, so removed v2.6 table.

— UPDATE — v2.8
Added: Abstergo Challenges (based on ACU experience)
Minor updates (related to CE pre-v7.x)
GUI update: based on AC BF experience (see also readme file)

Also added batchfile to create Windowed version (but probably more ‘manageable’ using DxWnd). See also here: [ viewtopic.php?f=23&t=11869 ] (you’ll need to download SFK = Swiss File Knife yourself)

as always: leave a message/pm me if something (and add some minimum info) is not working for you.

Источник

Assassin’s Creed: Rogue

Таблица для Cheat Engine (+16) [1.1.0]

Красным помечены скрипты для активации;
Синим помечены внутриигровые читы;
Читы переключаются изменением значения поля Value;
0 — чит отключен, 1 — чит включен;

* Для того, чтоб игра сохранялась ОБЯЗАТЕЛЬНО активируйте первый в списке скрипт;

* Активация нужных Вам читов производится во внутриигровом меню Испытания «Абстерго» > Читы

* Автор исходной таблицы SunBeam с форума Cheat Engine, я лично только упорядочил читы, немного подчистил скрипты и адаптировал для русскоговорящих обитателей PlayGround.ru

Скачать CheatEngine с нашего сервера Вы сможете здесь.

В миссиях, как известно, читы недоступны. Но во время миссии можно изменить значение первых четырех (имхо, вполне достаточно для миссий) значений на 2, тем самым включив их независимо от переключателей в игре. Идеальный порядок для таблицы: открытие таблицы > запуск игры > ALT-TAB и активация первого скрипта в главном меню игры > загрузка сохранения > использование читов.

WorLing Это название чита в игре если хочешь узнать что за чит ты просто его открой в игре и прочитай описание.Всё нормально написано просто ты не понял что читы делятся на внутриигровые и на не внутриигровые.

эта фигня робит просто это типа как чит в игре который блокирует сохронение. Я использовал не блокировало , робит но этот чит из игры с функциями, ну хотя бы правильно назвал бы !! Можно было дать фаил для того чтобы не блокировало сохранения , и не создавать таблицу

Перевод читов на пользовательский язык ;D

Мертвые не кусаются — этот чит активирует режим Бога: Шэй и «Мориган» становятся невосприимчивы к урону. Вооружены до зубов — этот чит предоставляет Шэю и «Моригану» безграничный боезапас. Вам не придется перезаряжать оружие Волшебный порох — этот чит позволяет всему оружию на суше и на море стрелять без перезарядки. Незаметный — Этот чит позволяет постоянно избегать обнаружения (Враги нападают если спровоцировать их на прямую) Повелитель ветров — Пока игрок управляет кораблем ветер всегда остается попутным. Сожги их! — Этот чит увеличивает интенсивность горения масла, и оно причиняет больший урон. Навигация по звездам — этот чит стирает границы между днем и ночью (вы можете установить фиксированное время суток — закат, восход, день, ночь) Властелин гроз — Если игрок участвует в открытом столкновении, начинается шторм, а при каждом убийстве противника грохочет гром и сверкает молния. Болтун — Этот чит заставляет Шэя время от времени отпускать шуточки. Охота — Этот чит отправляет на охоту за игроком все враждебные корабли, идущие непрерывным потоком. Пощады не будет — этот чит активирует жесткий режим (Хардкорный) — Ни Шэй , ни «Мориган» не могут восстанавливать здоровье. Известность — Этот чит позволяет стражникам постоянно обнаруживать игрока (Словно вы всегда у них на виду) Ветераны — Этот чит заменяет стражников всех видов наиболее опасными комбинациями Подарок Кайлих — Этот чит заменяет членов команды на скелетов.

[Delfin1988] Зачем мне пишешь? Я не автор .И не рекомендую говорить что ты не понял , за дурака примут. Автор чита a13x_r3nk0 читать научись .Реально не рекомендую говорить что путаешь людей и не понимаешь ничего за дурака примут это 100%

1-Беск. жизнь 2-беск боеприпасы 3-без перезарядки 5-попутный ветер постоянно 6-бесконечное масло этого достаточно, ибо дальше я хз

Источник

Читайте также:  Обрезанная симка не работать
Оцените статью