|
Open the ps_game.exe in a hex editor. Press Ctrl + G and navigate to the offset 0x72B59. By default you will see 14, which is the hex equivalent of 20. It is a signed byte value, so the maximum is 127, which in hex would be 7F. Simply overwrite the byte having the value 14 with 7F and save.
You're welcome.
|