Hacking Games with MelonLoader

  Рет қаралды 120,732

John Hammond

John Hammond

Күн бұрын

Пікірлер: 102
@test-rj2vl
@test-rj2vl Ай бұрын
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 Ай бұрын
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 ай бұрын
Haha, I was about to suggest Melon Loader on your last video. Glad to see you covering it :)
@TheSxW
@TheSxW 2 ай бұрын
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 ай бұрын
Just comment those functions will that work ?
@Smoth48
@Smoth48 2 ай бұрын
@@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 Ай бұрын
@wrathofainz
@wrathofainz Ай бұрын
Hopefully the program doesn't crash when it tries to reference the function which no longer exists.
@raphaelqueiroz3105
@raphaelqueiroz3105 2 ай бұрын
Definitely do some il2cpp with Harmony patching!
@zitronenwasser
@zitronenwasser Ай бұрын
Note: il2cpp modsing may cause headaches
@massimilianogilli1164
@massimilianogilli1164 2 ай бұрын
This video taught me to never write a game in C#
@root......
@root...... 26 күн бұрын
write*
@massimilianogilli1164
@massimilianogilli1164 26 күн бұрын
@@root...... and to write proper english on youtube apparently
@root......
@root...... 26 күн бұрын
@@massimilianogilli1164 🧡
@Mrcool12able
@Mrcool12able 2 ай бұрын
Educational as always! Unreal engine next!? :D
@delphicdescant
@delphicdescant Ай бұрын
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 Ай бұрын
@@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!
@Mr2fadded94
@Mr2fadded94 2 ай бұрын
this was so fun to follow and try out. Please continue!!!!
@tiagotiagot
@tiagotiagot 2 ай бұрын
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 Ай бұрын
No
@CookieCutterCatto
@CookieCutterCatto Ай бұрын
@@Muhammad-re4wk Yes..
@TrentSterling
@TrentSterling Ай бұрын
Seeing the il2cpp version of this would be quite interesting!
@AlphaLovesU
@AlphaLovesU 2 ай бұрын
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.
@Taxtaker
@Taxtaker Ай бұрын
Holy moly i got an add about u WHILE watching this vid
@skizzoo
@skizzoo 2 ай бұрын
That is wild, I remember 2017-18 when we used this to have features in VRChat.
@FurryTrxsh808
@FurryTrxsh808 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 ай бұрын
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 Ай бұрын
Its ok we got past eac pretty instantly, been a minute since i've seen you ​@skizzoo
@lateworm
@lateworm 2 ай бұрын
this is so nice my generation gatekept trainers and other cheat tools so much it almost became a lost art.
@superfliping
@superfliping Ай бұрын
That was great and very entertaining thank you for the wise knowledge
@EmM-ko7mu
@EmM-ko7mu Ай бұрын
i miss the days of melonloader for vrc ;-;
@001fernadi
@001fernadi Ай бұрын
how to find the level 10 and the hidden flag?
@byteafterlife
@byteafterlife 2 ай бұрын
You're just like me but better, you know alot about tech, super chill, and you KZbin! Awesome! You're my favorite in this genre of things, if that even makes any sense haha
@webbster64B
@webbster64B Ай бұрын
Increase speed to 100 and increase the player hitbox this way its just a sprint
@AjithKumara-v7n
@AjithKumara-v7n 2 ай бұрын
Nice Work❤
@Kynatosh
@Kynatosh 2 ай бұрын
I would have used frida or similar to just get when the RVA adresses of the functions are called and stop them
@imnotme531
@imnotme531 Ай бұрын
I literally got a youtube ad of John Hammond talking about DevSecCon on his own video, what
@bradley1995
@bradley1995 Ай бұрын
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.
@Jeanseb23
@Jeanseb23 Ай бұрын
This might get me interested into games again, find out how they work and what would happen if I tweaked some values
@Caldoric
@Caldoric 18 күн бұрын
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...
@eagerermaple2149
@eagerermaple2149 29 күн бұрын
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
@SD-Gamer
@SD-Gamer 2 ай бұрын
My friend have experience in making cheats 😊 and he make external cheats too 😊
@joeborders
@joeborders 2 ай бұрын
Could you make your inventory start with a flag in it rather than empty?
@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
@nva_nova580
@nva_nova580 2 ай бұрын
uhuh , now try with il2cpp unity
@thegu5
@thegu5 2 ай бұрын
the horror
@vilaco-e4s
@vilaco-e4s 20 күн бұрын
Thanks!Could you please explain if does exist some app to hack Coin Master game?
@Hanimiii97
@Hanimiii97 Ай бұрын
Great video! Is there anyway i can do with obfuscated unity game?
@gamingwithlilabe3711
@gamingwithlilabe3711 Ай бұрын
1 Month, Lol!
@wrathofainz
@wrathofainz Ай бұрын
Tool for digging into unity games? Don't mind if I do...
@RedBigz
@RedBigz Ай бұрын
why not monomod?
@Bchicken2
@Bchicken2 Ай бұрын
18:38 nice.
@lch_nicht
@lch_nicht Ай бұрын
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
@ZarakKhan-h3j
@ZarakKhan-h3j 2 ай бұрын
BepInEx video?
@DOINGSTUFFUNTIL
@DOINGSTUFFUNTIL Ай бұрын
There a game called bonelab where they use melon loader just for mods.
@funnyguy1664
@funnyguy1664 Ай бұрын
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?
@landanhoward7208
@landanhoward7208 Ай бұрын
Unzip it?
@gordian190spiral3
@gordian190spiral3 2 ай бұрын
FINALLY! A good video!
@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.
@VivaPlaysGames
@VivaPlaysGames 2 ай бұрын
Hi John
@Jaycoder
@Jaycoder Ай бұрын
that's only for unity games.
@Makeitworth-g6z
@Makeitworth-g6z 4 күн бұрын
Rust 😅
@Jaycoder
@Jaycoder 4 күн бұрын
@Makeitworth-g6z owning a server and using a plugin like oxide would be a good place to start.
@Jaycoder
@Jaycoder 4 күн бұрын
If U do this in rust u will be banned.​@Makeitworth-g6z
@Lytra_422-dfg
@Lytra_422-dfg 25 күн бұрын
Im also a hacker
@Makeitworth-g6z
@Makeitworth-g6z 4 күн бұрын
So anyone who plays rust can do this 😂
@carsonjamesiv2512
@carsonjamesiv2512 2 ай бұрын
Fun, 😃👍.
@ReignMatteoAzores
@ReignMatteoAzores Ай бұрын
I will send you to ohio
@0xaexon
@0xaexon 2 ай бұрын
Damm
@PasmOkry
@PasmOkry Ай бұрын
😅😅
@5DimesPlayer
@5DimesPlayer 2 ай бұрын
I wish we could hack Android games. I'm trying to level up in Royal Match
@eweweweweew-e6o
@eweweweweew-e6o Ай бұрын
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)
@MdAyan-l6f
@MdAyan-l6f 2 ай бұрын
hello sir having programming language is important for this
@Sonyboj
@Sonyboj 2 ай бұрын
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
@cybersec1337
@cybersec1337 Ай бұрын
Dude, dll injection isn’t hard; hard is bypass anti-cheats; cheat engine is ez as well.. the only way is DMA 😊
@vmohammad
@vmohammad 2 ай бұрын
hi
@rage_bot_mc
@rage_bot_mc 2 ай бұрын
Hello
@lawrence_t_56
@lawrence_t_56 2 ай бұрын
Yoyoyo
@dragonballzfanclub0150
@dragonballzfanclub0150 2 ай бұрын
Hoi🎉
@Sufi_Gamer
@Sufi_Gamer 2 ай бұрын
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.
@RandomytchannelGD
@RandomytchannelGD 2 ай бұрын
Hi
Hacking ALL Levels in this Game!
43:36
John Hammond
Рет қаралды 46 М.
You Can Only Play This Game By Hacking It
12:03
Nathan Baggs
Рет қаралды 342 М.
My MEAN sister annoys me! 😡 Use this gadget #hack
00:24
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 36 МЛН
The Harsh Reality of League Hacking
15:20
Ryscu
Рет қаралды 308 М.
Fake CAPTCHA Runs Malware
22:45
John Hammond
Рет қаралды 120 М.
I Made A Tower Defense Game but With A TWIST...
9:29
romanleco
Рет қаралды 18 М.
How Hackers Move Through Networks (with Ligolo)
20:01
John Hammond
Рет қаралды 278 М.
Hacking Windows TrustedInstaller (GOD MODE)
31:07
John Hammond
Рет қаралды 721 М.
When a CIA Hacker Goes Rogue
23:09
TyFrom99
Рет қаралды 2,4 МЛН
Self-Extracting Executables for Hackers
41:06
John Hammond
Рет қаралды 86 М.
they interviewed CS2's biggest cheat developer…
1:08:27
ohnepixel
Рет қаралды 558 М.
Actually, Maybe There's Only 1 Game of Tic-Tac-Toe
11:58
Marc Evanstein / music․py
Рет қаралды 1,1 МЛН
Using My OLD HACKS!
14:29
ebola man
Рет қаралды 423 М.