PES 2019 Guide Game – Remove Black Bars [OutSider module]
Sure some of you hate blackbars
First task is to remove it
There is a byte with value 01 and game checks allways is it set or not set
If value is 01 game will show the blackbars
If value is 00 than no bar is shown
So we need to set it to 00 or overwrite the code
Lets overwrite it
Homework
FIND OPCODE
80 7B 10 00 0F 28
REPLACE WITH
80 7B 10 01 0F 28
##########
80 7B 10 00 is opcode to check byte at Address registered at RBX registry with offset 8 for value 00
We change it to check for 01 and boom no more BLACKBARS
Hint 14ACB37E1
Creating module you will learn and help other enjoy this game more and more.
DONT BE OUTSIDER
I don’t understand! How can I do?
I’ve figured it out. You’ll need a Hex Editor (I use HXD, google it and download)
1. Open HXD, then file – open – and select your PES2019.exe
2. Search – Replace – search for “80 7B 10 00 0F 28” – replace “80 7B 10 01 0F 28” – select hex values as datatype. Click OK
3. Search – Replace – search for “80 7B 10 00 75 0A” – replace “80 7B 10 01 75 0A” – select hex values as datatype. Click OK
4. Save and exit
Done! I noticed a little distortion at the edges of the screen during the opening to a match, however it’s pretty unnoticeable, and replays are fine, though the wipe animations are still 16:9
More @digitalfoxx
https://pastebin.com/qT1i99z3
zip file :
https://www86.zippyshare.com/v/0cYqTclU/file.html
If this still work you can tell me where you need to put that ?
I’ve been seeing this “Black Bars” often. Please what does it mean? And what does it do?? I’m new
is it available for pes 2020
Yes, it’s the same for 2020.
You have to do it every time there is a new (exe) patch.
anyone managed to find the hex key to update for pes 2021 ?