Город МОСКОВСКИЙ
00:02:33

Disable Ubisoft Game Launcher in Assassin's Creed Brotherhood with OllyDbg

Аватар
Кодовые загадки
Просмотры:
37
Дата загрузки:
05.12.2023 08:46
Длительность:
00:02:33
Категория:
Лайфхаки

Описание

в видео показано как самому отключить (отсоединить) Ubisoft Game Launcher в игре Assassin's Creed Brotherhood. Для этого необходимо:
- загрузить ASBSP.exe в отладчик OllyDbg;
- найти все строковые параметры, в строковых параметрах найти "launcher", который связан с "orbituat", перейти в основной модуль;
- найти начала выполнения функции (это не сложно сделать, т.к. функция выделена от начала и до конца);
- перейти к вызову (call) этой функции и преобразовать её в "пустые команды" NOP;
- сохранить изменения в exe-файле.
Запустите только что созданный ACBSP.exe - Ubisoft Game Launcher не загрузится, а загрузится сразу игра в offline режиме.

in a video shown himself as disabled (disconnected) Ubisoft Game Launcher in the game Assassin's Creed Brotherhood. To do this:
- upload ASBSP.exe in debugger OllyDbg;
- find all the text string in the string parameters to find the "launcher", which is associated with "orbituat", go to the main module;
- to find the beginning of a function (it is not hard to do, because the function is selected from the beginning to the end);
- go to the call this function and convert it to an "No OPeration" NOP;
- save changes to the exe-file.
Start the newly created ACBSP.exe - Ubisoft Game Launcher will not load, and immediately loaded the game in offline mode.

Рекомендуемые видео