Unlocking the Secrets of my Favorite Childhood Game.

Поделиться
HTML-код
  • Опубликовано: 19 дек 2024

Комментарии • 476

  • @meeponinthbit3466
    @meeponinthbit3466 Год назад +238

    If the goal is to p0wn Jafar, you should have hacked his health to 1 by tracking the reduction of his health after hitting him.

    • @InsaneFirebat
      @InsaneFirebat Год назад +75

      Jafar has two boss fights. Human Jafar's health is at $7E0B6C. Snake Jafar uses $7E0C0C

    • @derkevevin
      @derkevevin 11 месяцев назад +66

      @@InsaneFirebat When the boss talks shit to you so instead of his IP address, you name his health address 💀😂

  • @nonstandarduser_
    @nonstandarduser_ Год назад +486

    Doesn't the '0x10' mean 16 in decimal? It even says so in the debugger. Shouldn't it have been 0x0A?

    • @ntorneri
      @ntorneri Год назад +88

      I was looking for this comment (1min30 into the video), unless it's encoded in BCD

    • @SadKris
      @SadKris Год назад +54

      Yeah, LLL isn't the best resource

    • @speedrunme1943
      @speedrunme1943 Год назад +44

      No. Hex goes like this: 01 02 03 04 … 09 where 09 hex = 9 int 0A is 10, 0A- 0F = 10-15 as seen bc FF is 255, (15*15). So 10 hex is 16

    • @SadKris
      @SadKris Год назад +215

      ​@@speedrunme1943 what's the no for? that's exactly what they said

    • @arturmg2068
      @arturmg2068 Год назад +10

      @@SadKris 😂😂😂😂😂😂

  • @Stratelier
    @Stratelier 11 месяцев назад +127

    I remember, as a kid, we played this game to death. We even got the special credits that happen if you collect all 70 Red Gems scattered throughout the game (10 per stage), which MUST be done in a single session because they aren't encoded into your level password.

    • @omegarugal9283
      @omegarugal9283 11 месяцев назад +12

      cuz the password dont encode anything

    • @CST1992
      @CST1992 5 месяцев назад +1

      Man, that sucks.
      Though memory limitations were a real thing in those days.

  • @sirgouki6207
    @sirgouki6207 Год назад +246

    You got lucky here, as most games that used passwords did not, in fact, keep a list of valid passwords. Instead, the passwords were actually directly related to flags such as boss kills, items you owned, and where in the game you were. The easiest example of this I can think if is Faxandu (and Metroid) where you're effectively programming the ram with your desired weapons, magic, armor, usable items, starting gold, exp level (which is what actually determined your starting gold), and starting location. AFIAK, most games actually did it that way, instead of the way Aladdin seems to have gone, and many of them had a checksum as part of the password, and that in and of itself was what determined if the password was valid.

    • @darpmosh6601
      @darpmosh6601 11 месяцев назад +7

      Exactly. I was wonder that as well. Which brings up the question: Did Mega Man 2 work that way as well?

    • @danlowe
      @danlowe 11 месяцев назад +2

      Ever seen how people speedrun Earthbound? Their position in the level and combination of movement inputs will determine what RNG table is called (I'm butchering the terminology) so you can use your inputs to produce predictable glitches.

    • @ZipplyZane
      @ZipplyZane 11 месяцев назад +11

      I'd say it's not quite luck. The short nature of the passwords and the fact that the password for the next level always seems to be the same suggests a table.

    • @sophiacristina
      @sophiacristina 11 месяцев назад +2

      I remember when i was kid i would do that on Road Rash, i think the third one, from Mega-Drive, and it would change the amount of money i had, or something like this. So i would keep changing it in hopes for the better, lol...

    • @MindCaged
      @MindCaged 11 месяцев назад +2

      @@darpmosh6601I can't remember 2, but I know 3 did as they had a grid with red dots and I actually cracked that on paper. Luckily it was a very basic pattern.

  • @costelinha1867
    @costelinha1867 Год назад +428

    Keep in mind that this dude just spent all this time doing what is essentially the same shit a game shark/game genie cartridge does, just to teach us about reverse engineering. Mad respect.

    • @byron2122
      @byron2122 11 месяцев назад +16

      and cheat engine for windows :D

    • @bofh139
      @bofh139 11 месяцев назад +14

      I did the same thing as a kid with Prince of Persia 2. I printed out saved games files on a dot matrix printer using Norton Commander. Was able to find where levels, time, level and player spirits could be changed.
      I was only years later I learnt that Norton Commander Hex-Editor had a diff function so I did not need to do it manually.
      Think was one of the first steps to me now working in IT and IT Security.

    • @muzzletov
      @muzzletov 11 месяцев назад +3

      what? thats a very standard technique that you apply to using a hex editor anyways. also, its not about how much memory the game has, its missing a battery rather. totally different concept.

    • @defaltpearce3187
      @defaltpearce3187 11 месяцев назад +1

      My thoughts exactly xD

    • @S-Video
      @S-Video 11 месяцев назад +1

      I tried this game on Game Genie and it always stuck on a black screen after the code screen, even if no codes were entered. I think it’s one of those games with extra security because Nintendo didn’t like Game Genie, and eventually GameShark on N64 if you’re familiar with how it permanently makes DK64 cartridges a pain to play.

  • @syryously
    @syryously Год назад +54

    It wasn't that they didn't have a lot of space to save your save game (though technically a true statement, when they did); it was that the save games were stored in battery backed-up RAM in the cartridge. It was far cheaper to exclude the battery and RAM leaving just the game ROM in the cart.

    • @OpenGL4ever
      @OpenGL4ever Год назад +4

      This applies to console games. But there were also PC games that had this kind of store the level progress in the form of a password that you could write down.
      One example is Historyline: 1914-1918. If I'm not mistaken, Lemmings was also such a game where you could unlock or jump to further levels by entering passwords.

    • @davidmcgill1000
      @davidmcgill1000 11 месяцев назад +2

      @@OpenGL4ever Mainly because hard drives were a luxury at the time and likely was running the game on a floppy disk, and kinda don't want to modify your game disk just to store saves.

    • @OpenGL4ever
      @OpenGL4ever 11 месяцев назад +2

      @@davidmcgill1000 When these two games were released hard-drives were already common on PCs. And another possibility was to just use extra floppies as savegame disk. Many games used the latter option.

    • @bass-tones
      @bass-tones 11 месяцев назад +6

      Yeah. The funny thing is, if this game had a save file that corresponded to its password system, the save file would literally only need to be 3 bits in size (there are only 8 possible stages you can start from).
      But you are right, just having the battery was the general bottleneck for games of this era. This game’s extremely simple save state certainly didn’t justify the extra cost.

  • @raghav9000
    @raghav9000 Год назад +68

    This brings so many memories. As a kid I never went past the second level , I was 5

    • @LowLevelTV
      @LowLevelTV  Год назад +22

      Game was SO hard

    • @stpworld
      @stpworld 11 месяцев назад

      @@LowLevelTV I had the genisis version it had a code to skip levels

    • @nobodycares9579
      @nobodycares9579 10 месяцев назад

      Why do people suck at this game? It's not hard at all.

  • @chegadesuade
    @chegadesuade 11 месяцев назад +10

    Nothing delights Jafar more than knowing you had to cheat to beat him

  • @atsz.
    @atsz. 11 месяцев назад +9

    This was one of the fastest games that my brother and I beat. I'm a little baffled that you never beat this

    • @6maniac6metal6
      @6maniac6metal6 10 месяцев назад +2

      It was literally the game that I’d play if I just wanted to beat a fun game really quick, and I am/was far from an elite gamer, like I think it took me two years to beat Zelda: LttP. I was born in 87 so maybe I was a little older?

    • @atsz.
      @atsz. 10 месяцев назад +3

      @@6maniac6metal6 You're a year younger than I, and my brother has 3 years on me. Goes to show how easy the game is. LttP was a little cryptic for me in some parts so it makes sense. Not everyone had the right issue of Nintendo Power to figure it all out. 😄

    • @dieSpinnt
      @dieSpinnt Месяц назад

      Great for you, gratulations!
      But in all that time since then ... you and your brother(just joking) didn't learn what ANECDOTAL EVIDENCE is and what it is worth?
      Naaaah, I don't believe that. In fact because of that, I have no reason to believe anything you said:P

    • @atsz.
      @atsz. Месяц назад

      @@dieSpinnt Hey, any reason for not believing someone is good enough. It's your right :D

  • @dudujencarelli
    @dudujencarelli 9 месяцев назад +1

    If you had difficulty with the SNES Aladdin, all I can say is, be prepared for the Genesis version. It's 10 times harder. That one will take a lot more hacking. No passwords or progress saving there. Getting to the end without a game over is required.

  • @sikliztailbunch
    @sikliztailbunch 11 месяцев назад +2

    0:55 Isn´t that basicly what the Action Replay modules did back in the 16-bit era?

  • @eliluminado7112
    @eliluminado7112 11 месяцев назад +2

    wait so you are telling me that you never, NEVER could beat aladdin from SNES? really? i actually could pass it like for ever

  • @ranibro
    @ranibro 11 месяцев назад +18

    Man's just found out how to use Cheat Engine

    • @InternetTAB
      @InternetTAB 8 месяцев назад +1

      lol that's what I was thinking

  • @ZenkaiGoose
    @ZenkaiGoose Год назад +35

    This was super interesting to watch as a fan of these old games. Great video fam!

    • @LowLevelTV
      @LowLevelTV  Год назад +3

      YO! sup man thanks for watching :)

    • @CallousCoder
      @CallousCoder Год назад

      I have a lot of these old skool game hacking videos

  • @cakemonitor842
    @cakemonitor842 Год назад +21

    Very cool! :)
    For anyone who wants more like this there's an excellent mini-series from Double Fine productions where Brandon Dillon hacks Zelda 1 from the NES and writes his custom ROM image back to a modified cartridge so they can play his mod on original hardware. The first video in the 4-part series is called: "Devs Play" S01E04 - Legend of Zelda (Part 1: Explorer's Club)

  • @nickandrievsky5705
    @nickandrievsky5705 4 месяца назад +1

    In school years I played around games memory patching. Which leads me to an engineering position later in life. Unfortunately every time you do this game doesn’t feel fun anymore. There many ways to hack a game, adding items in level editor, patching saves, patching textures, so on. The coolest one I did was Mac program for Baldurs Gate 2 which reads the screen and throwing dices during character creation.

  • @WeirdVideoGames
    @WeirdVideoGames 10 месяцев назад +1

    I'm pretty sure it's easier and faster to beat the game with infinite lives and apples than it is to reverse engineer the password system to levelskip to the end

  • @Rochester92G
    @Rochester92G 8 месяцев назад +1

    Ohh, man. You've just brought back memories. I had Aladdin on Sega Genesis and the level where you're escaping the collapsing cave on the magic carpet comes to mind. Glad somebody else is talking about old Aladdin video games, despite your troubles lol

  • @malwaredot
    @malwaredot 3 месяца назад +1

    4:46 he said: "🤓☝️"

  • @sutfuf6756
    @sutfuf6756 Год назад +5

    Cool! This is so much easier/faster using an emulator! i did something similar in the late 90's on a playstation 1, but, on bare metal. My brother was obsessed with the new southpark rally game, and wanted to unlock everything, there were no "cheat codes" available at the time; the "cheat codes" were memory address:value pairs. I used an action replay card to connect the psx to a PC running a remote debugger. It was a bit time-consuming to have to reboot the game off the CD every time it crashed, but I got there in the end. Process: unlocked one car new track and did a save game. Reboot the playstation, took memory dump before and after the previous saved game loaded, checked the diffs and found the memory locations and values. A bit of fuzzing and unlocked everything :-).

  • @Gersitoify
    @Gersitoify Год назад +29

    A reverse engineering tutorial using the tools you use for this video, would be awesome. Not necessary to be a snes game but something to begin with.

    • @HarshKapadia
      @HarshKapadia Год назад +1

      Agreed!

    • @derboki88
      @derboki88 Год назад

      Definitely agreed! :)

    • @makerbit3970
      @makerbit3970 Год назад +1

      Yep, I would love to see how you see the binary streaming while playing the game.

    • @ronsijm
      @ronsijm 11 месяцев назад

      @@makerbit3970 I'm pretty sure he's using a tool called Cheat Engine

    • @golangismyjam
      @golangismyjam 11 месяцев назад

      Just download an emulator with a debugger. Load the rom and pause it mid game, open the debugger, search for the value, edit it and resume play. Not to be a dick but anybody has been able to do this for over 20 years and a super simple Google search would have shown you how.

  • @EthanWolfCat
    @EthanWolfCat Год назад +4

    Reminds me of the French TAS I did on Family Feud for the SNES. The answers are stored in memory as string and sorted by most popular to less popular (except for fast money). The strings also contains capital letters and lowercase. When you answer, the game will look only for the order of the capital letters and, if your answer has the correct order, you can pretty answer something stupid and it will work.

    • @WeirdVideoGames
      @WeirdVideoGames 10 месяцев назад

      Oh hey, I did the English TAS of that!

  • @Antonio-yy2ec
    @Antonio-yy2ec Год назад +6

    Game hacking is one of the best learning resources, Ty for uploading content!!!

  • @mastrajanis
    @mastrajanis 6 месяцев назад +2

    done this like around 30 years ago.. lmao.. and the Aladdin was one of the easiest game to hack ..good times also other games like, duke nukem, Cyberia, Full throttle, Phatasmagoria..etc... omg such a good times I remembered here :D thanks for this vid.!!

  • @Scoopta
    @Scoopta 9 месяцев назад +1

    That looks like a 16-bit int for the hearts in LSB which would make that 64k hearts...but I might be mistaken.

  • @iCyberLee
    @iCyberLee 11 месяцев назад +1

    You can save lots of time, if you do this with cheat engine. (work on most of single player games) even on old games.

  • @timh6088
    @timh6088 5 месяцев назад +1

    7:21 "How many lifes do you have? Jesus!" - the guy who literally cheated to have infinite lifes hahahaha

  • @NyanCoder
    @NyanCoder 11 месяцев назад +2

    "Hacker": 0x10 - 1 == 0x9
    Me: Huh?

    • @LiEnby
      @LiEnby 9 дней назад

      does the game use BCD maybe?

  • @TimeDoor50
    @TimeDoor50 11 месяцев назад +3

    Glad to find this channel, you are hilarious and explain your thoughts well, thank you for creating!

    • @LowLevelTV
      @LowLevelTV  11 месяцев назад

      Thanks for watching!

  • @themaplepony
    @themaplepony Месяц назад

    Fun SNES Aladdin fact: The Dragon View team seems to have used some of the same development hardware used on Aladdin, because you can find some of Abu's sprites inside the Dragon View ROM in the same location ($053B60) they appear in the Aladdin ROM.

  • @SebastianWeinberg
    @SebastianWeinberg 11 месяцев назад +1

    Man, that takes me back to my teenage years, hacking infinite lives or invulnerability into games on my C=64. That really honed my skills at debugging other people's code.

  • @Muladeseis
    @Muladeseis 10 месяцев назад +1

    Hahaha the last hack should have been YOU flying with Jazmin, not Aladdin.

  • @thebarnold7234
    @thebarnold7234 Год назад +10

    Can you please show the process of this? Like how you got to edit memory for an emulated game (im assuming its emulated). And I can only assume the mem addresses were constant so you didnt need to do any pointer maps or anything like modern games require ( due to OS paging etc ). If possible, could you show in depth videos on how to hack more modern games (non multiplayer titles) cos I really want to get better at it but i only ever get as far as finding a value in current memory and then changing it and then losing the address when the game reloads (cant find the pointer offset)

    • @nickbarnes9966
      @nickbarnes9966 Год назад +2

      He has a link to his twitch channel in the description which has the full 2 hour version of SNES hacking.

  • @vukanoa
    @vukanoa Год назад +3

    This is a great video! Although I've played the same game on Sega Mega and on PC, but it's a bit different. First level almost looks equivalent, but the last one is definitely not against the big snake.
    It's probably a different game.
    Awesome video! Thanks.

    • @kalarse
      @kalarse 11 месяцев назад +1

      they were made by different companies. the snes was made by Capcom whereas the other versions were made by Virgin

  • @lynth
    @lynth 11 месяцев назад

    Man, I can't remember how often I speedran this game as an 10 year old. I only had 3 SNES games. Aladdin, Yoshi's Island, and Mario Paint. I also had Mega Man X for about a day until my dad saw that it involves me shooting people with a gun, so he returned it to the store. So, endless Aladdin and Yoshi's Island speedruns it was! Thanks for the interesting video that also induced a bunch of nostalgia!
    Also: I literally never realized what the pass code screen was! I always started from the beginning and had to play until the end! Thanks to you I finally realized what this weird screen was supposed to do. LOL

  • @nintendoloverin9567
    @nintendoloverin9567 10 месяцев назад

    Genuinely good explanations & visualisations for a topic scary to many people! A wonderful introduction to get hooked on this technical stuff!

  • @SuperLlama53
    @SuperLlama53 Год назад +5

    Definitely had trouble with this game as a kid, but I was able to beat it normally a few years ago. The hitboxes for grabbing ledges etc are kinda janky but once you get used to them it’s doable. Lion king though… that game is still as impossible as ever lol.

  • @ulysses_grant
    @ulysses_grant 11 месяцев назад

    Man, I vividly remember getting my butt kicked by this game constantly when I was a kid. I'd spend hours trying to beat it, and as far as I recall, I eventually returned the cartridge to my friend (we used to swap SNES games a lot back in the day). Watching you kick the game's ass like you did... it's just gorgeous.

  • @DouglasHeyen
    @DouglasHeyen Год назад +1

    Reminds me of the game genie. Exactly how I used to find the infinite lives and ammo numbers. It allowed for searching for number in the hex after each death or weapon use. Great vid!!

  • @CallousCoder
    @CallousCoder Год назад +2

    I have several of these game hacking videos and what you see me do is actually change the code where I overwrite the byte(s) that subtract lives or change it into adding 1 (which you can still die) or do a complete hack hook; Which I had to do in getting to the kill screen of pacman video.

  • @ronbackal
    @ronbackal 9 месяцев назад +1

    That's so good! Thanks for that. I also watched the baby monitor videos

  • @SpadlZKanapy
    @SpadlZKanapy Месяц назад

    Old games is what got me interested in hacking. First of all - learning BASIC on my C64 to make my own game, then some time later - translating NES games. That's basically all about editing the game's program in hex editor (and sometimes also CHR data to implement Polish letters) and finding right patterns - NES games did not use ASCII or any known encoding standards, so virtually every other game could have its alphabet tiles located in different places of CHR-ROM). Later, I've started occasionally tampering with NES memory (like you here - making cheats and converting them to GG codes, editing levels or making games do stupid things :)) and learning 6502 assembly and electronics.
    When I started to play around with Forensics CTF tasks on various sites, the similarity between them and NES game hacking made learning new tools and methods super intuitive.

  • @GalokVonGreshnak
    @GalokVonGreshnak Год назад +5

    I wish I had this kind of info when I was a kid. Companies made third party tools for Nintendo and I remember GameShark was one of the most popular ones for Pokemon on the GBC/GBA.
    Good times

    • @Nesseight
      @Nesseight 11 месяцев назад

      I had a lot of fun using the gameshark pro. The "debugger" was built into it, but if you instead connected it to your PC with a parallel port you could use provided software and it allowed you to do tons of crazy stuff. Not only run the cheat engine but you could take screenshot, backup and restore save data, and even dump ROM. (you could also update the GS firmware and save/restore your codes list).
      Nobody liked me because I could lock and unlock doors in multiplayer with controller combinations in Goldeneye, and there was a comprehensive guide that explained how make those.

  • @simonfarre4907
    @simonfarre4907 Год назад +2

    lol, REALLY!? Me and my brother got Aladdin and we beat the game in the first 2 hours - I remember being massively disappointed. 😅

  • @Relkond
    @Relkond 11 месяцев назад +4

    infinite apples, Time warp (to last stage), and immortal. You have used your three wishes. Pray that you do not regret these decisions.

  • @NaJk93
    @NaJk93 11 месяцев назад +1

    I ran through this doing no damage runs at like 6.
    I used to do a Lion king, Aladdin into all SMB games in a row as a kid.
    Was it amazingly fast and good? no but easily beatable.

  • @TechnopolisDotTV
    @TechnopolisDotTV Год назад

    Veni, vedi, feeli... Awesome! Childhood memories reloaded. I never made it further than the point where you fly away from the lava.

  • @fonesrphunny7242
    @fonesrphunny7242 Год назад +1

    I once "hacked" a crappy horse game for girls, because Steam recommended it to me, based on false tags. Obviously just a crappy mobile game, designed to suck dry your wallet, but for kids! The fight was on.
    Not only could I manipulate all resource values, the server would even store them in my profile. Worked flawlessly and I could quickly conclude this game wasn't worth a penny. Sadly I became a bit too eager eventually, touched a wrong byte and it permanently bricked my profile. Bummer, but at least I saved thousands of dollars this day.
    I left a negative review and made fun of the devs. Since then the game randomizes memory every second, which I assume is their only cheat protection.
    Next time you see a bad PC port of a predatory mobile game, try it! The devs probably never thought about people "hacking" into their game like that, especially if it's a cheap one.

  • @mRibbons
    @mRibbons 10 месяцев назад

    This was one of the first games I ever beat. The carpet ride through the Cave of Wonders was so stressful it gave me hives no bs.

  • @S0l1dZ3r0
    @S0l1dZ3r0 10 месяцев назад

    This takes me back to my childhood. The memory hacking, not the game.

  • @stuff2227
    @stuff2227 10 месяцев назад +1

    you said it underflowed 1 byte to FF(255) but the video showed 2 bytes underflowing to FF FF (65535)

  • @VestinVestin
    @VestinVestin 8 месяцев назад

    This video has taught me something very important: my sense of fairness outweighs my intellectual curiosity, thus despite being a software engineer, my solution to the Aladdin conundrum would've always been to get good and beat the game fairly instead of busting out Cheat Engine at al.

  • @guilherme5094
    @guilherme5094 Год назад +1

    I remember seeing some kids finishing this game, they were revered like gods on Earth.

  • @BradCorrupts
    @BradCorrupts 5 месяцев назад

    The fact that you didn't do any ASM hacking made me die a little inside.

  • @timovc5340
    @timovc5340 Год назад +1

    "Did u find the milk yet?" nice one

  • @syrus3k
    @syrus3k 11 месяцев назад +1

    If you put in the password and hit enter, what told the system you pressed start?

  • @cthrekgoru
    @cthrekgoru 10 месяцев назад

    wow you have learned programming to reach this day ! gloriously finishing aladdin . job well done XD

  • @adventureoflinkmk2
    @adventureoflinkmk2 11 месяцев назад

    7:43 all you have to do is sit back, relax, and... inject yourself into the cheesy ending.

  • @AustinClemLive
    @AustinClemLive Год назад

    Awesome video! Been doing the same thing with an old sega rpg Buck Rogers Countdown to Doomsday, found the level select code and was super pumped to find a test level left in by the devs where you can choose what types of enemies to fight and with what equipment etc

  • @YoussefMohamed-bk5yo
    @YoussefMohamed-bk5yo Год назад

    @1:26 you're searching for 0x10 which is 16 not 10 in decimal. Are you showing it for demo purposes only? Or does the game actually show hexadecimal values of apples?

    • @LowLevelTV
      @LowLevelTV  Год назад +1

      It’s showing the hexadecimal value as decimal, I do not know why lol

  • @AIAdev
    @AIAdev 10 месяцев назад

    this was one of my favorite games growing up too. I couldn't beat it either. 🍻to you beating it mate.

  • @anupsharma6564
    @anupsharma6564 Год назад

    This is great explanation...hope to see more videos on using such toools

  • @ザウアークラウトマン
    @ザウアークラウトマン Год назад +1

    Used this techinique a lot like a decade ago but then I got into software where you can't just simply modify memory directly from outside so I had to change the actual code e.g. in this case changing the actual rom to never subtract any hearts instead of just setting the value from outside.

  • @BrainSlugs83
    @BrainSlugs83 Год назад +2

    I couldn't for the life of me figure out how you were losing to Jafar and then I realized, "he isn't using the towel" and/or "he doesn't have the towel?", or maybe it's a sheet? Aladdin uses it in the movie as a parachute in the one jump ahead song IIRC, and in the game it's a permanent upgrade you get in level 1 or 2. You only have one chance to get it, but once you have it, this becomes literally the easiest game on the SNES. It let's you hold R (maybe L? I can't remember, it's been years man), but it let's you hold a shoulder button to hover in the air for a bit. Makes the platforming infinitely easier, and the Jafar battle a breeze. Give it a try, your inner child will thank you. ✌️

    • @anon_y_mousse
      @anon_y_mousse Год назад

      What about for the Genesis version? I've never found the towel and never gotten past level two because this game was so hard.

    • @ZipplyZane
      @ZipplyZane 11 месяцев назад

      If there's an inventory upgrade, I would expect that it would need to be reflected in the password. Yet he found the passwords in a table. I wonder how the game keeps track of whether you got it.
      Or do you always get it after a certain level?

  • @TheRythimMan
    @TheRythimMan 4 месяца назад +1

    I followed this exact process as a 10 year old using game shark. I had no idea little me was a hacker.

  • @FrozenKnight21
    @FrozenKnight21 11 месяцев назад

    This is one of the better hacking videos.
    Now if you could show how to cross refrence values, set breakpoints when an address is accessed, and how to nop the instructions which allow death you can obtain true immortality.

  • @EmilePolka
    @EmilePolka Год назад

    I also do the same kind of cheats with ps4, editing the memory values, the easy stuff were infinite money as your just going to search it from memory. Doing infinite lives can be easy or hard to do, if iy relies on value sure easy stuff but if its not you basically have to do assembly and basically disable a instruction responsible for increasing/decreasing life.

  • @vileshaft9730
    @vileshaft9730 11 месяцев назад +1

    Gameshark VHS teaches us some dis

  • @xxThat90sGuyxx
    @xxThat90sGuyxx Год назад +1

    You're the human Cheat Engine!

  • @TommyLikeTom
    @TommyLikeTom 11 месяцев назад +1

    lol he thinks it's the end 🤣

  • @kossboss
    @kossboss Год назад +2

    What tools and software did you use for emulation and hacking and live hacking?

  • @illuminatidad
    @illuminatidad 2 месяца назад

    An interesting effect, I hacked snes Batman and robin, when you set life to zero the enemies just don't attack you.

  • @heroclix0rz
    @heroclix0rz 11 месяцев назад

    Back in the day, my gameshark on gameboy had an option to create cheats yourself which involved starting the game, changing only the value you wanted to edit (ex throw an apple, gain a life, etc) and then pressing a button on the gameshark. I assume this attempted to inspect memory to see what changed and try to tell you the address. Pretty neat.

  • @spider_corsa
    @spider_corsa 4 месяца назад

    I really like to see this kind of hacks. Of course your not gaming related are also interesting, but the (single player) gaming hack is somehow more relaxing to watch than a real life threat.

  • @IronMan3582
    @IronMan3582 9 месяцев назад

    I grew up playing Aladdin on the SNES and the only level that truly gave me any trouble was the escape from the Cave of Wonders, those lava waves are brutal, but I did overcome it in the end. What I *THOUIGHT* the video was about was hacking Aladdin on the Genesis to end the insanity because that game is bullshit hard from cover to cover

  • @stormlord1984
    @stormlord1984 11 месяцев назад

    That's how I started as well, by hex-editing games in the 90s. Fun times!

  • @KingChewyy
    @KingChewyy Год назад +2

    I might be remembering it wrong as a kid but I thought SNES Alladin wasn't that hard I thought I beat it using only like 1 or 2 continues ( I was probably 7 or 8), but SNES Lion King that game is fuckin brutal.

  • @yunodiewtf
    @yunodiewtf 3 месяца назад

    I'll have you know I beat Aladdin and Lion King as a kid.
    Tried on a sim a few years back, didn't even beat 4 stages even with saves.

  • @madmax2069
    @madmax2069 10 месяцев назад

    Now this is the kind of stuff i love watching

  • @RAPTOR948
    @RAPTOR948 11 месяцев назад

    I went and learned the game and beat it legit.
    Seeing someone hack a game to win doesn't impress me anymore.
    Seeing someone beat a game legit impresses me now.

  • @heitormbonfim
    @heitormbonfim Год назад

    I am a Software Developer and a Ethical Hacker in my hobbies, I LOVE SO HARD when you make videos like that. Hacking is way cooler. I doubt AIs take over that field

  • @Larsgman
    @Larsgman 10 месяцев назад

    That bit at 2:00 had my sides in stitches

  • @anon_y_mousse
    @anon_y_mousse Год назад +1

    I haven't played that game in a long time, though my version was for the Genesis. I would definitely like to see you do a series on making a game for an old system like the NES or SNES. Even though I was a Genesis kid I think the 6502 would be a lot easier to program for than the m68k.

  • @homelessrobot
    @homelessrobot Год назад

    Lust for money, and lust for robux. My whole personality in one sentence.

  • @Fernando-du5uj
    @Fernando-du5uj Год назад

    Hahahaha, I didnt know that you do live streaming on twitch. Definitely gonna follow you. Nice video man

  • @tpmelbanana
    @tpmelbanana 11 месяцев назад +1

    I killed jahfar when I was a kid but I don't know how to code so I guess it evens out.

  • @Cyphco
    @Cyphco Год назад +1

    This threw me back to when i used to hack in Flash games using Cheat Engine xD

  • @vadimemelin2941
    @vadimemelin2941 Год назад

    We used to play with ArtMoney application in order to mess with application memory in RF when I was a kid.

  • @g.s.6255
    @g.s.6255 Год назад +6

    It is very easy to hack all games if you have an Amiga 500 game console and Action Replay MK-III cartridge 😊 Good old times !!

  • @456gt59
    @456gt59 11 месяцев назад

    Back in those days, we had true hackers and super wildcard or profighter units. Those hackers made intros where you could have infinite lives, apples, choose your level directly ingame on your snes, no need for a computer and emulator

  • @vidrax3481
    @vidrax3481 11 месяцев назад

    Paraphrasing raziel at Avernus catedral 😂

  • @mosaton
    @mosaton 11 месяцев назад

    1:03 Saying 10 (decimal) and then showing 10 (hexadecimal) really, really grinds my gears. I like your channel, please don't do that. I **know** you know the difference and so do your viewers.

  • @dcpowered
    @dcpowered 11 месяцев назад

    Wow. I am very impressed by the quality of this video! Thanks a lot for your efforts. I am a newbie programmer, and I definitely appreciate your logic. Alright, I'm off to watch your other videos! 😊

    • @LowLevelTV
      @LowLevelTV  11 месяцев назад +1

      You're very welcome!

  • @jukurenzz
    @jukurenzz 11 месяцев назад

    This is pretty much how the old game genie worked back in the day. You would scan memory for values, then change the value in game to deduct which your looking for

    • @bryanmakesstuff
      @bryanmakesstuff 11 месяцев назад +1

      Yeah the search was wild. Doing it on the Gameboy was so much fun. It's fun when you realize the codes were usually just a combination of the memory address and the value. If you set the value, it'd lock the value. If you set then cleared it, it would set the value and return it to writeable status.

  • @bpdmf2798
    @bpdmf2798 11 месяцев назад

    That last boss looks super easy. I used to play this game, but never played it much. I really liked the Lion King on either SNES or Genesis, I forget, but I think they're different games but not sure. I liked the one most people considered better though, I remember that.

  • @chrizzzly_hh
    @chrizzzly_hh 11 месяцев назад

    Great video! One other idea instead of giving you 0/255 hearts is to remove the subtraction command that will cause you to lose lifes when hit :)

  • @philipc4272
    @philipc4272 Год назад

    1:07 Tries to search for 10, actually searches for 16. It's RIGHT THERE on screen! Many times!

  • @InfiniteQuest86
    @InfiniteQuest86 Год назад +2

    What is happening? 10 is 0xa. I doubt the screen is showing how many apples you have in hex.

  • @navigator1819
    @navigator1819 Год назад

    When will you release the C++ zero to security tutorials? I remember when you posted a discussion that you were working on it and it got a lot of approval.

  • @SteelTumbleweed
    @SteelTumbleweed Год назад +4

    I remember doing this with an emulator back in high school. Taught my other classmates who played on it during class too. While they apply simple hacks like infinite health and ammo, I was like "that's small time now" and doing things like infinite stun timer that made me intangible to enemies and invulnerable to instant death spikes in Mega Man X, and always fully charged which lets me fire off charged weapons instantly dealing massive DPS. Fun times! Now I work in the game industry.