Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sun Jul 27, 2025 1:01 am Post subject: Old School Remake Fun |
|
|
Old School Mario Clone
Super Mario Brothers Proto Remix
---------------------------------------------
If you want a cheat.
99 lives:
Hex Editor Search for Address: 0x00217743
Butes: 890285DB7E19
Change to: C70263000000
Save the file, then run it. You start with 99 lives.
*If you search for the bytes 890285DB7E19. The exe holds it twice. It is the first one at address 0x00217743
Not the address: 0x0022EC7E
------------------------------------------------
Disassembly: Give 99 Lives
00618343 | C702 63000000 | mov dword ptr ds:[edx],63
------------------------------------------------
Original:
00618343 | 8902 | mov dword ptr ds:[edx],eax
00618345 | 85DB | test ebx,ebx
00618347 | 7E 19 | jle smbprotoremix (rev2).618362
------------------------------------------------
Game: https://gamejolt.com/p/i-was-informed-by-users-atbiggangster-and-ernanparnikov2967-on-yt-ab-9rmtykgr
Have fun !
|
|