How to Read/Write Memory For any Game | C++ | IN DEPTH

preview_player
Показать описание
Thanks For Watching. If we get 5 Likes I'll know people wanna have more videos.

How about you check out my other social media accounts

Make Sure to share the video to your friends!

and remember to leave a like, its free, and it helps me out.

Thank you all for the support!

Make sure to check out all of One's Other videos!
Рекомендации по теме
Комментарии
Автор

This is the easy part in my experience. The difficult part is actually finding the correct memory addresses for what you want to do (which you can't always just google) AND getting around any potential anticheat systems in place for whichever game you're trying to do this with

JCR
Автор

do you call this in depth? You didn't explain what anything means ffs

SkiNNyPoNNy
Автор

Yo man really nice in depth tutorial ;) Been into memory hacking lately with C++ and into understanding the absolute basics, this helped me soo much ;) THANKS!

jojeperplex
Автор

my guy in windows 7, playing css. He is a decade behind

jaakob
Автор

Appreciate it, even 5 years later. Other tutorials just couldnt read/write the memory value, but this one actually did it.

kxhu
Автор

Can I ask a question?
How jump adresses or landing addresses are being the same addresses, i mean every time you start a game they have to be changed, how is that possible? (Im learning C++)

freeman
Автор

How do you even find these values? Like 4 and 5 for jump? That's actually the only thing I'd need to know ^^

FdRaf
Автор

does this work everytime? or do we have to code it every time with a new address. i heard that you need to have a static address but when i did it. it didnt work

xxxdydujdjd
Автор

Thx just made my first assult cube cheat with your Read and Write tutorial.

spooky-kokomann
Автор

script won't be as good because it's not as good => in depth

bezlant
Автор

But yeah one question, so as you know the addresses for all of the forcejumps and shit change everytime i restart CS:GO and i would want to code it again everytime when i restart CS:GO so how could i make it so that it gets the addresses everytime like the big hacks do

jojeperplex
Автор

bro please increase you sound. I WAS ABOUT TO GO CRAZY

soldawn
Автор

nah this is very basic
better to take the processes snapshot, locate the process id and sue it to retrieve the module base address and with the offset
you will get the static player base address, from which you can dereference the other addresses, and use them to read and write the memory

Howiforex
Автор

Köszi! Pont most tanulom tanár űrtől
anyád
ja

richardtoth
Автор

How do you actually find the addresses in memory that represent jump or health or whatever?

MadpolygonDEV
Автор

how can i read this long adress? DWORD geldadr = 0x204E8E43CB4; it doent return the right value back:(

test
Автор

what happens if game is protected and cheat engine doesn't detect any value? :)

kuhicop
Автор

Ok seems good tutorial. Will try it soon.

zeroscholar
Автор

Good video, maybe some tutorial for cs 1.6?

wheelmanfull
Автор

Hello, I did as you showed thanks, but when I restarted, it stopped working for me. Please tell me what to do?

WBches