C++ Game Hacking Tutorial Ep.1 | Reading/Writing Memory

preview_player
Показать описание
The absolute basics of reading/writing memory in C++.
For those of you who want to make an aimbot, or walhack: This is the place to start. You need to learn to walk before you can run.

ALSO forgot to note: If you are having errors that you don't understand, make sure you go to project / properties / Configuration Properties / General / Character Set. Change it to multi byte.
Рекомендации по теме
Комментарии
Автор

This is genuinely great, as a beginner C++ coder (I've used C# before) this is very helpful. It isn't too late to recontinue this series

declan_youtube
Автор

its been 4 years and im still waiting for the Ep.2 ...

Frastio
Автор

Hands down, the best tutorial ive watched and extremely beginner friendly, thank you.

zmspliffo
Автор

OMG, your explanation was so chill and easy to understand, you showed me that this memory-stuff isn't that hard at all

notanenglishperson
Автор

Omg you explain c++ better than all of my comp sci professors. I would love to see more videos from you. Pls make more.

MrPhillips
Автор

that was awesome. I've been programming for over a decade and never realized how much you can do.

VoyivodaFTW
Автор

to be honest you are one of the few people who can explain it understandable in a short period of time. I understood it the first time i saw the video :) thumbs up !

sunnisun
Автор

This is the first, literally the first tutorial I've seen so far that maybe doesn't straight explain everything but at least leaves *reference* to the stuff one should look into. *Impossible...*

firesk
Автор

Finally a guy who speaks good english, AND understand how everything works! Kudos for this bro! Didn't learn anything new, but leaving my fotprint here anyway. Good job, more tuts would be nice! Maybe looking for base addresses and pointers? seen so many people don't understanding what it is, and why dynamic is not static etc.

xatic
Автор

Great video, I spent all day trying to figure out simple way to read/write in C#, then your video easily explaining how to do it in c++ in a few lines.

LMleet
Автор

Finally a real tutorial that shows the basics so you are able to understand it. Thanks for doing it =) Im subscribing to hopefully learn more from you <3

lolsucks
Автор

You're the first one who did something I could understand.
From a clean coder POV, you could keep all that code on the same indentation block, helps reading and understanding. All those else were unnecessary since you exit in every ifs anyway :)

zHqqrdz
Автор

At 11:20 - that's some of the realest sh*t I've heard all day. It drives me mad when people just start copying & pasting code and then throwing a fit in the comments section complaining that it doesn't work. Thank you for exercising the whole "write it yourself" thing, I agree 100%.

caharkness
Автор

this is the best gamehacking tutorial, in the middle of 2021 and working normally congratulations for the effort

PMarcalPrefeitoSP
Автор

Bro this tutorial IS SO GOOD 10/10, explaining everything perfectly

HTDBarsi
Автор

my love for c++ was ignited again, the hate is gone, love this video, tnx. I know it's from few years back but damn ... so well made.

naoops
Автор

After those if statements where you check for bad outcomes and exit the application, you don’t need to use “else” for the continuation of the program. If you ended the if block with exit() or return false, the code after that block will only be executed in the else situation. This will save you a lot of indents, makes the code look a lot neater.

Engineer
Автор

thank you. i've been studying c++ for about 4 months now & wanted to get into game hacking, so thank you.

daltonm
Автор

please make an episode 2, i really loved the vid and learned alot from it. i would appreciate it if there would be a part 2 soon

rperage
Автор

Man you are great !!!! You explain better than all the books i read... Plz make more videos.
Respect from Greece !

matthieundumbi