Recent content by MichiS97

  1. M

    PS2 Game Hacking - Cheat working in emulator, not on real hardware

    Alright, sorry mods, I was able to solve it myself. For future reference and for other hackers out there: My mistake was that MIPS doesn't allow you to have a jump instruction within in the delay slot of another jump instruction. You know how in MIPS if you have something like move $v0, $s0 jal...
  2. M

    PS2 Game Hacking - Cheat working in emulator, not on real hardware

    Hi all, I'm going insane right now and I need help :D So, I've done some hacking in God of War recently and made two cheats which give me infinite health and infinite magic. The health cheat was a bit more complicated to make but basically I have written my own little subroutine which seems to...
  3. M

    Cheating on disc games

    Hi guys, I'm relatively new to the PS2 homebrew scene and I'm having some difficulties finding an answer to the following question so I figured I might as well ask the experts :) I'm currently running a SCPH-30004 PS2 with a Modbo 5.0 modchip and I'm using OPL to play games from an internal...
  4. M

    PS2 Game Hacking - Finding instructions in binary

    Thank you both for your answers! Really highly appreciated :) I'm going to try writing a hook myself. It won't have to be anything fancy anyway, I only need to NOP to jumps ^^
  5. M

    PS2 Game Hacking - Finding instructions in binary

    Hi all, tl;dr: Shadow of the Colossus main binary doesn't seem to contain the entire code of the game...where else can I look? I'm a bit stumped with a technical question regarding PS2 games right now and I'm hoping somebody here can help me. I love writing assembly based cheat codes for games...
Back
Top