- 15
- 6 308
vycdev
Romania
เข้าร่วมเมื่อ 1 ธ.ค. 2021
O(1)
I made Cheat Engine in C# to hack Minecraft
GitHub Repo: github.com/vycdev/MemHack
Discord: discord.gg/nU63sFMcnX
In this video I’ll show you how I made my own Cheat Engine clone to hack games like Minecraft! I’ll walk you through how memory hacking works, how I built the program step-by-step, and even added a cool GUI to make it user-friendly. It was a fun (and sometimes frustrating) learning experience, but totally worth it.
___________________________________
Chapters:
0:00 Intro
0:09 What is Cheat Engine
0:35 How does CE work
1:31 How I made my CE clone
3:26 Working CE clone
3:51 Making a GUI
4:26 Hacking Minecraft
6:28 Conclusion
7:03 Outro
___________________________________
Sometimes I can't stop coding
Ko-Fi: ko-fi.com/vycdev
Discord: discord.gg/nU63sFMcnX
Github: github.com/vycdev
Monkeytype: monkeytype.com/profile/vycdev
____________________________________
Music by Context Sensitive
- Auto-Reverse
- Contemplation
- Overgrowth
- 1 - Sofa (fade out)
- 20XX
- Dingos
th-cam.com/users/ContextSensitive
contextsensitive.bandcamp.com/
#cheatengine #monogame #minecraft
Discord: discord.gg/nU63sFMcnX
In this video I’ll show you how I made my own Cheat Engine clone to hack games like Minecraft! I’ll walk you through how memory hacking works, how I built the program step-by-step, and even added a cool GUI to make it user-friendly. It was a fun (and sometimes frustrating) learning experience, but totally worth it.
___________________________________
Chapters:
0:00 Intro
0:09 What is Cheat Engine
0:35 How does CE work
1:31 How I made my CE clone
3:26 Working CE clone
3:51 Making a GUI
4:26 Hacking Minecraft
6:28 Conclusion
7:03 Outro
___________________________________
Sometimes I can't stop coding
Ko-Fi: ko-fi.com/vycdev
Discord: discord.gg/nU63sFMcnX
Github: github.com/vycdev
Monkeytype: monkeytype.com/profile/vycdev
____________________________________
Music by Context Sensitive
- Auto-Reverse
- Contemplation
- Overgrowth
- 1 - Sofa (fade out)
- 20XX
- Dingos
th-cam.com/users/ContextSensitive
contextsensitive.bandcamp.com/
#cheatengine #monogame #minecraft
มุมมอง: 4 225
วีดีโอ
Why My Summer Game Dev Project Didn’t Go as Planned
มุมมอง 1.6K28 วันที่ผ่านมา
You can try the game here: vycdev.itch.io/shadowmix-defence This is the story of how I failed this summer at making a game and missed the deadline for the 15th Pirate Software Game Jam. Sometimes I can't stop coding Ko-Fi: ko-fi.com/vycdev Discord: discord.gg/nU63sFMcnX Github: github.com/vycdev Monkeytype: monkeytype.com/profile/vycdev Music: Context Sensitive th-cam.com/users/ContextSensitive...
The #1 Mistake Programmers Make (And How to Avoid It)
มุมมอง 2.2Kหลายเดือนก่อน
In this video I'm explaining the most common reason for why you can keep getting stuck when programming, but not only, since this concept can apply to just any domain and day to day life situations. The XY problem is a simple but sneaky problem which is equally easy to solve as long as you know how to identify it. Don't forget to like and subscribe and maybe join my discord :D Background music ...
GameDev Stream! Tower Defense Mini Project Game in Monogame!
มุมมอง 293 หลายเดือนก่อน
TH-cam didnt save the vod :| Sometimes I can't stop coding Ko-Fi: ko-fi.com/vycdev Discord: discord.gg/nU63sFMcnX Github: github.com/vycdev Monkeytype: monkeytype.com/profile/vycdev
5 C# Things You Didn't Know You Could Do
มุมมอง 3705 หลายเดือนก่อน
In this video I will overload your brain as fast as I can with 5 things you can do in C# that you didn't know about. 00:00 - Intro 00:05 - Raw String Literals 00:21 - Range and Index Operators 00:42 - Switch Expressions 00:57 - Collection Expressions 01:15 - File Scoped Namespaces 01:31 - Outro Raw String Literals: learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-11 Range and Index Oper...
How To Train Your Own AI Model On Discord Chat Logs
มุมมอง 242ปีที่แล้ว
This video took a long time, maybe more than it should've, so I would really appreciate it if you subscribed or shared the video. Discord: discord.gg/nU63sFMcnX Andrej Karpathy on YT: www.youtube.com/@AndrejKarpathy How to make a discord bot: discordpy.readthedocs.io/en/stable/discord.html JSON Files Processing Script (very rough): gist.github.com/vycdev/42f7954b177ad942bb1a1c8ab1fad7b2 NanoGPT...
Early days of king typer
มุมมอง 24ปีที่แล้ว
This is an old video of my old project King Typer, a touch typing website, which I started working on in jan 2020, before monkeytype was even a thing. The project: github.com/vycdev/king-typer Back then I wasn't very experienced and I just started learning React, so my code is a big mess. If you look through the repository you should find some pictures of how it turned out as well. Discord: dis...
That one time I made a 7 segment display in my friend's logic game simulator
มุมมอง 36ปีที่แล้ว
The project: github.com/Mateiadrielrafael/erratic-gate Might as well follow me on github too if you're there: github.com/vycdev Discord: discord.gg/nU63sFMcnX
Last recording of neverland
มุมมอง 27ปีที่แล้ว
This is an old project of mine which I kinda abandoned. It was made in C using raylib and as you can see it had a debug hud, and a regular hud, as well as some basic stuff like movement, sprinting and dashing let's say, though it was more like an instant teleport. Discord: discord.gg/nU63sFMcnX
Bad apple but with even more lukes | WARNING: Flashing Images
มุมมอง 702 ปีที่แล้ว
I'm back after a few hours, I have optimised the code a bit, used multithreading magic and made the resolution bigger and in 60fps. Hope you guys like it. Fun fact, in this video there are 20160 different possible combinations of luke's avatar. Discord: discord.gg/nU63sFMcnX
3 Methods of converting decimal to binary
มุมมอง 272 ปีที่แล้ว
Hello guys, In this video I'm showing you 3 methods on how you can convert a decimal number into a binary number. This is an old video that I posted a while ago on a secret channel, wanting to see how well it would do, but it didn't do that well :P Original upload date: 22 Nov 2021 Discord: discord.gg/nU63sFMcnX
Bad Apple but it's lukes
มุมมอง 902 ปีที่แล้ว
Hello, I made this in a day while bored, by adding and modifying Luke's old script for generating random profile pictures. Might come back with a higher resolution version. Discord: discord.gg/nU63sFMcnX
been working on my own copy aswell and youtube recommends me this gold of a video 🔥
Does it work in Minecraft 1.21?
(Great vid btw)
nice vid tho why 1.12 version :D
Thanks, I explained it in another comment, basically in newer versions the internal server of minecraft runs on a different process, and you can't find and change values of your inventory unless you know the right process. So I just went with an older version since it was easier.
@@vycdev ah yeah i forgot about that
Underrated
Hi , nice vid .... Im a new subscriber.... 🎉
1. What about buttons, for example, so you have a life display, where the life is shown with a bar .... How do you then know the exact number that you can then use in a program like Cheatengine etc 2. Would this program also work with an emulator like Yuzu? I would be happy to receive an answer ;) You are doing it very well, keep it up ... :)
1. Unless you have an exact number, I think it's pretty much impossible to find the value that you are looking for. Your best bet is to try going from full HP to 0 HP and search for that. But you also need to know what the value of full HP is. Then next time you are alive, you can try writing a value to the address you found previously. If that doesn't work, well, the next thing that comes to my mind is searching for a hack written by someone else specific for that game, or reverse engineering the game yourself and making one. 2. It might work, as long as you have the right process and the game doesn't have other kind of anti cheat protections, (and it's not multiplayer) it should work in theory. But I would still recommend using Cheat Engine instead, since it's a lot more advanced than what I wrote. Also thanks a lot
Excellent video, and the best soundtrack 😎
very good video !!!!!!! (you unlockeed a new subscriber !!!!)
new subscriber, so underrated
..
.
you deserve more subs! +1 sub,tho i remaking this app in c
as my rn progress it works most of the time
Nice +1 subs (:
good job
I am preety sure you are one of the developers who got inspired from Dani. If yes, same here buddy
Indeed Dani is one of many who inspired me
absurdly underrated
101 sub
Great video! Btw, why didnt you use Windows forms as a gui? just asking
Thanks, I wanted to use Monogame with Imgui because I was going to use them in future projects as well, and I thought it was a good opportunity to try it. In fact I'm working on a cool game project right now that uses Imgui.
@@vycdev Oh, god it! Good luck on your projects then!
Great vid! Btw, are you from Poland?
@@z6me0 Thanks, and nope, I am from Romania
@@vycdev salut frate :))
@Matei_Owner Salut, salut :))
lol
i subbed
good video, +1 subscriber for you ^^
Thank you 🙏
I always have it even worse 😂. I always have the WXYZ problem. So basically i think W is caused by X which comes from Y that got caused by Z, so it *must* be Z... 😅 I'm not very smart
recently i made a java program that for a very old version of minecraft that lets you change the values
which cheat engine does better
@@AndrieMC yup
Very good video. I have one suggestion: create a series to make a cheat on minecraft.
Sounds interesting, I will add it to my list of ideas :D
Great video, but any reason why you decided to use a older version of minecraft (1.12.2) instead of the latest release?
Yes, when I tried on newer versions I couldn't get Cheat Engine to work, so I thought I should just try an older version, which worked, and I haven't looked back. I'm not entirely sure why Cheat Engine didn't work on newer versions, but it might be because the data for the inventory is stored and managed on a separate process from the main window of the game.
@@vycdevYou're Absolutely right! The Newer Minecraft Versions, i think even 1.15 already has that, run the Internal Server on a Separate Process, which is hidden. It should just be another Java/Javaw Process. So you'd have to hook into that Process, but since it's a hidden window, your Program will never see it! Hope i was able to clear this up pretty well, since i've modded Minecraft before so i know some of this stuff just from research!
makign the cheat engien for miencraft would been more usefull on consoles since allready can do it alt ways on pc i belive. i know theres alot on android but requires root. but great learnign experiance netherless.
if ur real nice video
I remember when geometry dash hackers used cheat engine to speedhack the game and claim it was real
ahhh yeah that happened
Very nice!
Thanks!
based
I subed because I saw you using c# 😅
The actual number 1 mistake is using oop
I think it actually depends on the context, OOP can be very powerful, but the problem appears when people use it like a one-size-fits-all solution.
asking why instead of how on big final projects is great but for learning experiences, it can be valuable to ask how first, and try to make something work with your current knowledge to really test your skill and logic, instead of just learning the "correct way" first and then applying it plainly
Call them a jock for hating on good explanations, that would be the real insult
I'm not entirely sure I understood your end goal. Do you ultimately want to become a game developer or a game engine developer? For a game developer, it's incredibly useful to understand how the engine works, modify it, and extend it, but at the moment, I doubt that game developers often need the skill to create new engines. Most likely, that's done by other specialists. And if we extend this thought a bit further: how many AAA studios will be creating games on their own custom engines instead of licensing already available solutions in the next 5-10 years? In any case, I wish you success!
@captainburan I want to make games with my own game engine and share that journey on youtube.
ThePrimeagen needs to react to this
failure is the way bro keep going
I think you failed because you didn't try. You can't game jam into making an engine and a game for that engine at the same time. I think however the base concept of the tower defense with combining shadows is cool and you should, maybe, go through with it. With a more seasoned version of your engine if you're into that or by using a standard game engine. I don't think it's necessary.
What challenges did you face that were simply too much to handle? Was it fitting the theme into your game idea? Or perhaps a lack of overall experience?
I think the lack of overall experience was the biggest thing for me, but also the fact that I lost motivation rather quickly because I couldn't work on the project in a consistent way. Right before the game jam I had my final paper presentation for university so it was more of a priority. Then 3 days before the game jam ended I went to a programming competition to be a judge, which lasted a week. I also should've just focused on making the game instead of messing around with making a game engine, because I remember that making it work with KNI was a bit of a pain 😅
@@vycdev Terrible timing indeed! Well, better luck next time.
Don't consider this a failure, its a learning experience that's contributed to your growth as a developer. It was a cool concept for a small game, I just think you got hung up on making your own engine within such a small time frame. Keep up the good work!
wow this game sucks man
mean
@@axxy6879 I just don't understand why people make piles of garbage made on some broken useless engine or even making their own. Just use unity, man.
Well, you're right, the game sucks, it's project that I gave up on pretty fast, but to answer your question, many people do it because they want to learn new concepts and become better developers, or maybe they think they can create something great, or just for fun, either way without the piles of garbage there would be no Unity or other big engines
@@gredeniandTrue, instead of making a shitty game in his own engine, and learning a ton. He should have made a shitty game in unity and learned nothing. /s
@@officiallyaninja the only thing that you're gonna learn is how to make an engine and not how to make a game. By making a bicycle you won't learn how to drive it
suprised this does not have many views
heat video! very good advice especially for beginers (like me lol) glad I got it reccomended
Glad you liked it!
Useful mental advice on improvement in coding. Actually can be applied to many fields, something along the lines of "thorough study and understanding of the subject is way more beneficial for the craft even if it takes more time as for fixing a seemingly simple issue at the moment". Greatly explained and in a short format. Good work.
how to train your dragon on discord chat logs
some numbers are wrong
next time do 3 methods of converting dacimal to roman
You can talk and code faster
bro your accent so bad
@@CoderJamal-w7z im working on it
@@vycdev FWIW, I thought it was perfectly understandable
@@liquideggproduct7547Well, it IS perfectly understandable. You're just fine dawg.
lmaoooo
5 things c# doesn't know i can do
not found on itch :)
Oops, I actually forgot to make the game public, thanks for telling me. Now it should work. vycdev.itch.io/shadowmix-defence