برطرف شدن مشکل چشم بند در نسخه های کرک شده
خب دوستان . یه خبر خوب. دو تا راه حل میزارم که این مشکل جشم بند برطرف بشه.
راحتترین: این تراینر رو دانلود کنید و و آخرین کد رو بزنید. تمام.
سخت ترین:
[spoiler=]
How to remove the pirate eye patch:
open eye.obj with notepad
Locate the code that check for whether to show the eye patch or not
Address:
1.5.0.0: "QuantumBreak.exe"+5E6890
1.6.0.0: "QuantumBreak.exe"+5E69D0
Code:
test al,al
jne XXXXXXXX
change to
test al,al
jmp XXXXXXXX
You will need to load the last checkpoint if you edit the code after loading the game.
Note: This will only prevent the eye patch from showing up, the game still mark you as dirty, buy the game if you want to be clean.
[/spoiler]