Hacking Games with MelonLoader

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

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

  • @test-rj2vl
    @test-rj2vl 2 месяца назад +66

    Unfair that C# is making it so easy. Like spawnCount and killCount right there in plain sight. In games I play I have to deal with stuff like EAX, EAX+4, CMP, JMP and so on.

    • @joeeeyyyyyy
      @joeeeyyyyyy 2 месяца назад +13

      That's the point, it's for introducing people to the complexity of assembly to eventually move closer to the metal

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

      yeah you can put literally any unity game in dnspy and then all the code is right there

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

      @@boyk.e forreal?

  • @KieranFoot
    @KieranFoot 2 месяца назад +13

    Haha, I was about to suggest Melon Loader on your last video. Glad to see you covering it :)

  • @TheSxW
    @TheSxW 2 месяца назад +97

    you can easly "right click" on the start and update functions and add 1 more letter to it and it will not run anymore

    • @lnstagrarm
      @lnstagrarm 2 месяца назад +3

      Just comment those functions will that work ?

    • @Smoth48
      @Smoth48 2 месяца назад +3

      @@lnstagrarm If you commented out the entire function, yes. That would be the same as effectively deleting it (as long as you comment the *entire* function and not just the declaration)

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

      @@Smoth48 yeah. Thats what i was thinking.

    • @RafikulIslam-r7n8w
      @RafikulIslam-r7n8w 2 месяца назад +1

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

      Hopefully the program doesn't crash when it tries to reference the function which no longer exists.

  • @massimilianogilli1164
    @massimilianogilli1164 2 месяца назад +28

    This video taught me to never write a game in C#

  • @raphaelqueiroz3105
    @raphaelqueiroz3105 2 месяца назад +24

    Definitely do some il2cpp with Harmony patching!

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

      Note: il2cpp modsing may cause headaches

  • @Mrcool12able
    @Mrcool12able 2 месяца назад +14

    Educational as always! Unreal engine next!? :D

    • @delphicdescant
      @delphicdescant 2 месяца назад +1

      I'd be interested to see some of this stuff applied to games that are actually properly built on in-house engines, where you can't just make assumptions based on popular off-the-shelf engines.

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

      @@delphicdescant I think getting the base engines out of the way first is better. But agree, would be cool seeing how to approach the unknown!

  • @tiagotiagot
    @tiagotiagot 2 месяца назад +29

    With how nosy, trigger-happy (and even outright abusive) some anti-cheat systems are; might be dangerous to play with these tools on the same computer you play your regular games....

    • @Muhammad-re4wk
      @Muhammad-re4wk 2 месяца назад

      No

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

      @@Muhammad-re4wk Yes..

    • @AlpacaNix
      @AlpacaNix 25 дней назад

      @@CookieCutterCatto nope, just make sure that nothing related to process hacking is open, this includes checking task manager before playing a game that has a kernel level anticheat, or any anticheat on that matter

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

    this was so fun to follow and try out. Please continue!!!!

  • @TrentSterling
    @TrentSterling 2 месяца назад +1

    Seeing the il2cpp version of this would be quite interesting!

  • @AlphaLovesU
    @AlphaLovesU 2 месяца назад +3

    so i do support in the melon loader discord and this is a pretty interesting video.
    just hope we dont have more kids in the discord doing the "how do i cheat in [insert multiplayer game here]" as that is against our rules.
    melon loader is meant as a modding tool and is a bad idea to use against any real anticheat.

  • @skizzoo
    @skizzoo 2 месяца назад +23

    That is wild, I remember 2017-18 when we used this to have features in VRChat.

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

      I remember some of the most malicious shit I've ever seen being a single file and melonloader oh my god

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

      Still sucks how they just suddenly added EAC with no communication to modders other than a leak, like, 1 week before. Considering how much the modding community had cooperated with them and added several features for them it still feels like a complete stab in the back.

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

      @@ITR You mean how they suddenly added EAC.

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

      @@skizzoo wops, yeah, fixed the wrong word now

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

      Its ok we got past eac pretty instantly, been a minute since i've seen you ​@skizzoo

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

    Holy moly i got an add about u WHILE watching this vid

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

    this is so nice my generation gatekept trainers and other cheat tools so much it almost became a lost art.

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

    You're just like me but better, you know alot about tech, super chill, and you RUclips! Awesome! You're my favorite in this genre of things, if that even makes any sense haha

  • @001fernadi
    @001fernadi 2 месяца назад +2

    how to find the level 10 and the hidden flag?

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

    That was great and very entertaining thank you for the wise knowledge

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

    Please keep posting these videos. Ive got a steam game called mxbikes that I would love to tare apart and add some QoL updates for the community. Thanks for your guidance!
    How would one determine what language and engine a game is wrote in weather c, cpp, c#, unity, opengl, etc?

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

      C# (and Unity, which uses C#) will leave artifacts in the files they generate. Usually simply calling the tool Strings on the game file exposes those. opengl is a language for graphics programming.
      c and cpp, unlike C#, compile to machine code directly. Strings will usually catch the name of the compiler used because a lot of them insert their name into a finished binary.

  • @Kynatosh
    @Kynatosh 2 месяца назад +1

    I would have used frida or similar to just get when the RVA adresses of the functions are called and stop them

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

    This might get me interested into games again, find out how they work and what would happen if I tweaked some values

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

    Could you make your inventory start with a flag in it rather than empty?

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

    Wait, MelonLoader is still around? I thought they were a VRChat-focused program that died out after VRC forced EAC on the playerbase to ban mods...

  • @webbster64B
    @webbster64B 2 месяца назад +1

    Increase speed to 100 and increase the player hitbox this way its just a sprint

  • @EmM-ko7mu
    @EmM-ko7mu 2 месяца назад +1

    i miss the days of melonloader for vrc ;-;

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

    I can’t find the defcon app thingy anywhere what is the game called is there a special link how do you get the game your playing

  • @AjithKumara-v7n
    @AjithKumara-v7n 2 месяца назад +1

    Nice Work❤

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

    I was in stitches with some of those mods! Honestly though, learning by experimenting is not a bad way to get familiar with how things work for when things do get harder. For real games where the object is to complete a single player offline game, I would always encourage people to complete it normally, and then play about with it for fun and learning though. Cheating can spoil the satisfaction of completing a tough puzzle, although sometimes being able to work out how to enable a cheat can be satisfying too if it is difficult to implement. For this game you have no choice but to cheat; and learn in the process. All of the tools available make it way easier than it used to be. What used to take hours now takes minutes.

  • @clemsonfan53089
    @clemsonfan53089 11 часов назад

    Any methods for learning to hack on android? (ie a CE apk)

  • @vilaco-e4s
    @vilaco-e4s Месяц назад

    Thanks!Could you please explain if does exist some app to hack Coin Master game?

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

    The UnityExplorer isn't working for me :(
    The game that I want to load has unity version 2022.3 and the log said that I need UnhollowerBaseLib v0.4.22.0
    any ideas guys? i'm stuck

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

    Great video! Is there anyway i can do with obfuscated unity game?

  • @SD-Gamer
    @SD-Gamer 2 месяца назад +1

    My friend have experience in making cheats 😊 and he make external cheats too 😊

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

    I literally got a youtube ad of John Hammond talking about DevSecCon on his own video, what

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

    Tool for digging into unity games? Don't mind if I do...

  • @nva_nova580
    @nva_nova580 2 месяца назад +3

    uhuh , now try with il2cpp unity

    • @thegu5
      @thegu5 2 месяца назад +1

      the horror

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

    yo, i try to learn hacking/cheating but im not good. i would ask if you maybe could tech me? im 14 years old and know many things abt pc so im not a mega noob

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

    Can anyone please help! I'm working on reverse engineering an old childhood game of mine but it's in a 84 file type for PS2, basically a zipped file with folders and files. What would be the best approach to extract the files?

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

    why not monomod?

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

    18:38 nice.

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

    There a game called bonelab where they use melon loader just for mods.

  • @ZarakKhan-h3j
    @ZarakKhan-h3j 2 месяца назад +4

    BepInEx video?

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

    Hi John

  • @gamingwithlilabe3711
    @gamingwithlilabe3711 Месяц назад +1

    1 Month, Lol!

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

    FINALLY! A good video!

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

    that's only for unity games.

    • @Makeitworth-g6z
      @Makeitworth-g6z 18 дней назад +1

      Rust 😅

    • @Jaycoder
      @Jaycoder 18 дней назад

      @Makeitworth-g6z owning a server and using a plugin like oxide would be a good place to start.

    • @Jaycoder
      @Jaycoder 18 дней назад

      If U do this in rust u will be banned.​@Makeitworth-g6z

  • @Makeitworth-g6z
    @Makeitworth-g6z 18 дней назад

    So anyone who plays rust can do this 😂

  • @cybersec1337
    @cybersec1337 2 месяца назад +1

    Dude, dll injection isn’t hard; hard is bypass anti-cheats; cheat engine is ez as well.. the only way is DMA 😊

  • @Lytra_422-dfg
    @Lytra_422-dfg Месяц назад

    Im also a hacker

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

    Fun, 😃👍.

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

    I will send you to ohio

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

    Damm

  • @MdAyan-l6f
    @MdAyan-l6f 2 месяца назад

    hello sir having programming language is important for this

    • @Sonyboj
      @Sonyboj 2 месяца назад +13

      yes sar do not redeem

    • @MdAyan-l6f
      @MdAyan-l6f 2 месяца назад

      @@Sonyboj bro can you explain this again bcz i am not able to understand it

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

      @@MdAyan-l6f I don't have google play gift card sirs come back later sirs

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

      Click on run

  • @5DimesPlayer
    @5DimesPlayer 2 месяца назад +1

    I wish we could hack Android games. I'm trying to level up in Royal Match

    • @eweweweweew-e6o
      @eweweweweew-e6o 2 месяца назад

      I agree! Android Unity games are IL2CPP iirc and MelonLoader does work if I remember correctly. (That one BONELAB/BONEWORKS game for the Oculus Quest had MelonLoader support iirc)

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

    😅😅

  • @Sufi_Gamer
    @Sufi_Gamer 2 месяца назад +4

    can you try hacking minecraft bedrock? That would be interesting to see!

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

      Microsoft has put out pdbs and stuff, for modding, so a lot of the data you need is already there. The next stages of this series are just going to get harder and harder.
      Might consider doing something like that, though, just to show people how they can use PDBs if they do happen to have them for the program they are reversing, or some library that's in the program they are reversing.

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

    hi

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

    Hoi🎉

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

    Hi