How to LEARN HACKING

2022 ж. 13 Жел.
1 200 838 Рет қаралды

Becoming a game hacker takes a lot of dedication.
💎 Source code is available for my Patrons!
/ cazzwastaken
💎 Join our community over on Discord!
/ discord
→ GitHub: github.com/cazzwastaken
→ Instagram: / cazzwastaken
→ Twitter: / cazzwastaken
→ Email: cazzwastaken@gmail.com
→ PayPal: www.paypal.com/donate/?hosted...
📝Resources 📝
→ LearnCPP: www.learncpp.com/
→ The Cherno: • Welcome to C++
→ thenewboston: kzhead.info?list...
→ Game Hacking Academy: gamehacking.academy/
→ Guided Hacking: guidedhacking.com/
→ Unknowncheats: www.unknowncheats.me/
→ GitHub: github.com/
→ Zer0Mem0ry: / zer0mem0ry
→ Live Overflow: / liveoverflow
→ Low Level Learning: / lowlevellearning
and many more out there...
⚡See More ⚡
→ Glow: • INTERNAL CS:GO GLOW ES...
→ Chams: • REAL CSGO CHAMS - DRAW...
→ CreateMove: • Hook CreateMove From S...
→ Internal Menu: • IMGUI INTERNAL DIRECTX...
→ Aimbot: • MAKE AIMBOT IN 10 MINUTES
Shout out to Chris for the thumbnail ⭐

Пікірлер
  • I never did game hacking, but as someone with years of development experience in other areas my advice is this: First learn something that is easy and interesting. Maybe even get a job as a dev etc. Once you have acclimatized to programming in general you can then start diving into more complex topics. At that point you won't feel like it's a challenge, you'll rather feel like you're doing something rewarding.

    @UtaShirokage@UtaShirokage Жыл бұрын
    • Get a job as a dev is a lot harder than I anticipated.

      @arthurhutchinson2755@arthurhutchinson2755 Жыл бұрын
    • truee..

      @JovianNanda@JovianNanda Жыл бұрын
    • @@stellabanks5563 🙂🤝

      @WolfSniper1@WolfSniper15 ай бұрын
    • @@stellabanks5563 shush

      @neverrello@neverrello4 ай бұрын
    • As a beginner where would you recommend me to start?

      @daysnottime999@daysnottime9993 ай бұрын
  • I am not planning on hacking anytime soon, but I find this concept really interesting

    @nicoyad@nicoyad Жыл бұрын
    • you can do it as hobby

      @shojauddin2509@shojauddin2509 Жыл бұрын
    • @@shojauddin2509 yeah and get sued

      @Odyssey-Rules@Odyssey-Rules Жыл бұрын
    • U dont get sued for hacking

      @akaxa000@akaxa000 Жыл бұрын
    • @@akaxa000 u can for messign with roblox servers

      @Odyssey-Rules@Odyssey-Rules Жыл бұрын
    • @@Odyssey-Rules you only would get sued if you sold the cheats

      @woa1350@woa1350 Жыл бұрын
  • Cazz: You need great amount of skills Also Cazz: proceeds to use hollywood as background

    @nrdybhu1560@nrdybhu1560 Жыл бұрын
    • yeah i can’t take this video seriously after he just used fucking hollywood footage 😐

      @pl0xy@pl0xy Жыл бұрын
    • I have been learning c++ with programación ats, it’s very nice but it’s Spanish so if you don’t know the language then use one of the other options

      @heatherlittrell1112@heatherlittrell111210 ай бұрын
    • @@heatherlittrell1112"Si puedes imaginarlo puedes programarlo"

      @andersonpirella6111@andersonpirella61116 ай бұрын
  • The manging expectations is very important. I first tried game hacking 2 years and lost interest very quickly due to that, however I started again 4 months ago and by going slowly I have almost got to where I wanted to be.

    @saddish2816@saddish2816 Жыл бұрын
    • What would some of your other advice be? Tutorials / things to work on kinda stuff?

      @simplyblunder@simplyblunder Жыл бұрын
    • @@simplyblunder make your own goals and disect them do them bit by bit until you finished that whole goal setting your own goals is much better since you will be moving to a spot where you want to be with your own speed and own technique

      @SunTzu_0@SunTzu_0 Жыл бұрын
    • @@simplyblunder Depending on what you mean by Hacking (pentesting, black-hat, or game hacking) You should try different stuff. I think for pentesting, Hack the Box is fun (Only if you are invested as its mostly trial by error and you have to either download some version of Linux or setup a Virtual Machine)

      @zonictrout@zonictrout Жыл бұрын
    • Hope you’ll reach the point even you haven’t dreamed soon.

      @eren.sarioglu@eren.sarioglu Жыл бұрын
    • Bro there ain’t no way you’ve got a place you want to be with hacking. Get there legitimately it’ll feel 200x better

      @masteryooda9087@masteryooda9087 Жыл бұрын
  • This is so true, it took me about 2 to 3 years. Started with c# and switched to cpp later since its way faster. Also the understanding of a game is important, if you want to start internal hacking after you understand how to hack external you should play around with unity / unreal engine (c#/c++) to have the base knowledge of a game, it makes internal hacking way more easy.

    @Arkanistra@Arkanistra Жыл бұрын
    • I left it out of the video but it took me 3 - 4 years to get to where I am. You make a very good point about understanding the game which is absolutely true. Thank you for your comment!

      @cazz@cazz Жыл бұрын
    • @@cazz Also game developing is an easy way to learn a programming language since you can SEE direct result of your code :) It helped me alot to learn cpp and c#. Started learning external on 32 bit, then learned how to read and write bytes on 64 bit games and after that i started internal since you can do way more internal because there is direct access to the game features.

      @Arkanistra@Arkanistra Жыл бұрын
    • "I switched to C++ because it's faster" Not necessarily. You can easily blow your feet off performance-wise in C++

      @mariocamspam72@mariocamspam72 Жыл бұрын
    • @@Arkanistra game developing and modding its Very good for beginners.

      @enriquedutra2790@enriquedutra2790 Жыл бұрын
    • What do you mean by internal vs external

      @HXD90@HXD90 Жыл бұрын
  • This is so nice to see, I also started on UC and was super lost, trying to patch together a basic external for CS:GO and barely succeeding, now I understand nearly everything that goes into hacking games, made an internal for 1.6 completely from scratch (wasn't the best but it was really fun seeing all the possibilities) and now I feel like I just need more time and I'll be able to do anything :)

    @arijanj@arijanj Жыл бұрын
    • Im midway through cs50 and I just stumbled onto this, man let me tell you, I know some c but It's the first time I saw c++. I barely understood what was going on. I feel extremally lost but Im programming daily for few months already I hope one day I can pull off a trainer ^^ What did you're learning process look like? Im fully aware that probably by the end of this year I will still barelly understand what is going on but I just wanted to know the "roadmap" xD thanks in advance :)

      @jour785@jour785 Жыл бұрын
    • shut up black boy@@stellabanks5563

      @Ihatecats334@Ihatecats3342 ай бұрын
  • You NEED to make more tutorials please, there's barely any resources online and this channel is gold.

    @Cyamics@Cyamics Жыл бұрын
    • What youre asking for makes it seem like youll never make it.

      @x7themm@x7themm Жыл бұрын
    • @@x7themm Why so? More resources across the internet is good for the community in general. Nice comment, that’s how you discourage people.

      @Cyamics@Cyamics Жыл бұрын
    • @@Cyamics think about what i said and what you just replied with. Think about it

      @x7themm@x7themm Жыл бұрын
    • @@x7themm I said more resources across the internet is good, is it not?

      @Cyamics@Cyamics Жыл бұрын
    • @@Cyamics and let's not forget about some nice yt channels too, there is bounch of those

      @petarpentester1779@petarpentester1779 Жыл бұрын
  • For learning Windows kernel programming (when the time comes), I recommend Pavel Yosifovich's books. Mostly his second edition on Windows kernel programming. There aren't many modern resources for kernel programming on Windows so it was helpful The unofficial IDA pro book is also very good to just go through slowly as you learn IDA. Also read Igor's tips of the week Otherwise use resources in video 👍

    @LeetFerret@LeetFerret10 ай бұрын
  • Personally, this can be the best approach in learning the concept of programming from its fundamentals, to complex applications.

    @rrinnlonginus@rrinnlonginus Жыл бұрын
  • so true, wish i could go back in time and actually persist with studying and dedicating time to re and programming but i guess it was meant to be failing all those times to get to were im at now, great video cazz

    @Dulge@Dulge Жыл бұрын
  • Been doing this stuff for a good few years now, very good explination of things. Thanks for doing this to help the new generation!

    @alexdawson5892@alexdawson5892 Жыл бұрын
    • Glad to help

      @cazz@cazz Жыл бұрын
    • caught in 4k

      @gidonbezborodko4324@gidonbezborodko4324 Жыл бұрын
    • Wdym‽

      @Lxght2x@Lxght2x Жыл бұрын
    • Can you hack roblox accounts or make deleted accounts come in working

      @Ishowwhiter@Ishowwhiter6 ай бұрын
  • Ive always told myself i'll start lerning but never did. Its about time, this video gave me the motivation to do so. Recomended right after new year, so perfect resolution :,)

    @ToxicMothBoi@ToxicMothBoi Жыл бұрын
    • How far are you in it?

      @PonelyPonely@PonelyPonely Жыл бұрын
  • Amazingggg video!!!! Appreciate it!! The resources are amazing I'm looking forward to learn c++ I'm currently learning python but definitely c++ will be the next

    @shortError404@shortError40411 ай бұрын
  • I can agree with the whole video. I started getting into gamehacking after buying a bot for a fanmade pokemon mmo and realizing it was a pixel-bot. So I decided to change that into an internal bot. I was always fascinated by the way cheats work. After a lot of learning using everything mentioned in this video i managed to write a Bot that the GMs of the game couldnt controll. The Main-Dev of the game wrote an anticheat only to counter my bot. He said that many claimed to have an internal bot but im the only one who actually had, and he like my bot but since its his game he had to protect it xD That was the end of that journey because I need to learn more about anti cheats before i can challange that. The only thing i might have changed on my journey is to not focus on unity games. Currently i can create internals for unity games but I cant for unreal or others. thats an area i plan on goint to in 2023

    @ceadeusx@ceadeusx Жыл бұрын
    • hey, nice story kinda funny, but what is a "pixel-bot" i didn't understand this and so on why u had to dev an internal bot for it ?

      @ThetaSigma87@ThetaSigma87 Жыл бұрын
    • @@ThetaSigma87 an pixel bot scans your screen and searches for a specific pixel. So for the pokemon shynies had an yellow "s" next to their name. The bot searched the region where the pokemon name was displayed for a yellow pixel. If it found one it knew the pokemon was a shiny. Problem with pixelbots is, that they are very unresponsive. You need the exact settings the codrr had when making the bot. Also the game window has to be on top. With an internal bot, the bot can play while the game is running in the background. And it can read the memory if the pokemon is shiny. Tho u dont need to be internal to read memory. Also you can use ingame functions. I used the ingame pathfinding function to move arround.

      @ceadeusx@ceadeusx Жыл бұрын
    • @@ceadeusx which programming language do you use?

      @hopeshotz579@hopeshotz5793 ай бұрын
    • @@hopeshotz579 I use c++. There are other languages that can be used to write bots / simple cheats but if you want to go all in it has to be c++. Im working with c++ in my job as a developer so this was an easy decision.

      @ceadeusx@ceadeusx3 ай бұрын
  • Althought I am not really interested in the idea of Game Hacking, I am still intrigued in this video I am curious on expanding my knowledge of Cybersecurity itself (specifically by learn how to read code first due to how little my knowledge is around it), and I personally believe that knowing how a hacker works in the best way to protect yourself, as not only would you think on how to protect yourself, but how to attack as well, and how to learn to protect against such attack

    @aioctober873@aioctober873 Жыл бұрын
  • This video can possibly not even be used to learn how to hack, but instead to make good anti-cheats and anti-hacking systems

    @-_lIl_-@-_lIl_- Жыл бұрын
  • Realistically, to go from understands basic programming to something like cracking a software, what is the timeline like if you only have like an hour or two a day to dedicate. Assuming the sources you stated were followed. I consider this going from like being a 2/100 in programming skill to going to like a 10/100, but maybe im wrong. But I feel like its an achievable goal is what I mean.

    @shabadooshabadoo4918@shabadooshabadoo4918 Жыл бұрын
  • Really great vid, explanation and appreciate the materials. I think that I'm going to try with C# first since I saw some good examples(ScriptKid's fake cheats I guess was in it), and plan to move on with it mostly for backend and gamedev. Tho I think I'll have to learn C++ all the way eventually.

    @orlaani1451@orlaani1451 Жыл бұрын
    • I think you should go with C++ first especially if you're planning on gamedev, because it is a harder language to learn even when you already know other languages like C#, java, JavaScript, Python, etc. And it's still very used in the games industry so I think you should start with C++ and then work your way through C#, JavaScript, Python, etc believe me it'll be much easier. Just in case you're wondering what my source is I'm on a informatics course in school (11th grade, 2nd year of the course)

      @Andreluis2006_@Andreluis2006_ Жыл бұрын
    • @@Andreluis2006_ I appreciate your answer, although I have to say it wouldn't be my first language to learn. I already have experience mostly in python and C# and I can probably could get somewhere with Java too. I said I would start with C# because I'm familiar with it and it's possible to do so. But I think I might learn C++ some day fully(I know a bit from past courses). {Btw I'm a bit envy on you, my experience is from self taught only since in my highschool they never teach anything beyond the very basics and it is really boring at this point. At least I can start Uni next year and probably learn something actually useful)

      @orlaani1451@orlaani1451 Жыл бұрын
    • @@orlaani1451 well then yeah you can get into C++ later on, in my case we started the course with C++ last year and now we're working on Java since the beginning of this year in programming class ofc then we have other classes where we're learning HTML, CSS, etc. Last year we got a little into network, how it works, etc so I have a little bit of knowledge in network hacking but it's just the basics it's not much really

      @Andreluis2006_@Andreluis2006_ Жыл бұрын
    • @@Andreluis2006_ andas em que escola?

      @sunset7456@sunset7456 Жыл бұрын
    • @@sunset7456 Fernando Lopes Graça madorna 🤙🏻

      @Andreluis2006_@Andreluis2006_ Жыл бұрын
  • this video is so clutch thank you i know how to code and i am able to do some stuff but never could i learn the low level stuff this just popped in my recommended

    @0nullBit@0nullBit Жыл бұрын
    • you know how to code but you cant do low level stuff?

      @tungstenball@tungstenball Жыл бұрын
    • @@tungstenball low level means near to machine language (binary) and how the processor, ram work opcodes etc. higher level are languages like java python they are more easy to read and more efficent when wanting to create a program. But for game hacking and reverse engeneering youll need low level knowledge edit: in general low level knowledge can be very useful cause you know whats happening behind the scenes and can therefore find vulns or know why something does or doesnt work e.g.

      @0nullBit@0nullBit Жыл бұрын
  • In my opinion minecraft is the best thing to start with since it doesnt have any anticheats if you just use a singleplayer world and you can just play around with values + there are many great open source hack clients too and also in my opinion java is a mid hardened language to learn but if you get it you can do basically everything with it.

    @zanexGHG@zanexGHG Жыл бұрын
    • I do not render myself as a hacker or reverse-engineer, but your opinion is true as hell, I have learnt a lot from playing with minecraft source. Ngl it greatly helped me in becoming programmer, most of the coding (especially Java) skills I avale rn are from minecraft code analysis. And MC modding is fun on its own as well lol

      @jera10m29d@jera10m29d Жыл бұрын
    • minecraft is shit to start with because you already have everything set up for you and you don't need to figure anything out, you're just using someone else's source code to make a mod for the game and not learning anything about how it works

      @arijanj@arijanj Жыл бұрын
    • I remember when I was able to make an auto clicker in like 10 minutes, was fun, would recommend

      @C4rnee@C4rnee Жыл бұрын
    • @@arijanj unless it's bedrock edition

      @R3ub3n@R3ub3n8 ай бұрын
    • do you have autism/a similar learning disability?

      @iambored1528@iambored15283 ай бұрын
  • I'm really glad that you reccomended things that you don't need to pay for. I started learning C++ from Codecademy, but after a while you hit a paywall. Thanks for making this tutorial.

    @heavybladevideo@heavybladevideo Жыл бұрын
  • I started with roblox games, and i learned a lot more from there. I would save a client side instance of the game, figure out how the workspace and stuff were structured, and use it to make an esp tool or something. Small starts lead to big things

    @WibleWobble@WibleWobble Жыл бұрын
    • Cringe

      @dark6335@dark633511 ай бұрын
    • @@dark6335 damn thats crazy :(

      @WibleWobble@WibleWobble11 ай бұрын
  • Hi great video.. i just wanted to ask how did you practice python when you are still learning it?

    @golden-oj3mk@golden-oj3mk Жыл бұрын
  • Eac is really hard to get around and when you get around it your loophole will be gone within the day. Even the most experienced struggle to make cheats for fortnite.

    @JohnDoe-zh6wn@JohnDoe-zh6wn Жыл бұрын
    • How about Battleye, any experience with it?

      @HXD90@HXD90 Жыл бұрын
  • whilst TheCherno is a godsent C++ teacher, he won't teach you programming as a whole. his videoseries is more of a reference-book. i almost gave up on understanding the whole concept of memory but then i found chernos videos, and this year i dipped my toes into rust (with the rustbook) which further clarified the bigger picture. i hope rust will get more recognition from the gamehacking scene, really seems like an awesome language.

    @krob_@krob_ Жыл бұрын
  • TheCherno is a great channel for learning to program. He has multiple courses on c++, java, and a few other items. Im currently working on his game engine series to learn c++ in an environment to learn hands on and it's a great way to get into intermediate programming.

    @ljam0786@ljam0786 Жыл бұрын
  • Hi, you have very cool videos, but I don't understand everything because I don't know English very well. I saw a video on your channel on the skin changer, but you didn't realise the replacement of models there to make knives and gloves, I would like to see this video on your channel. It would also be interesting to learn how to implement a changer inventory, how to simulate server operation, so that it works! I'll be looking forward to it!

    @rapflow6814@rapflow6814 Жыл бұрын
  • A lot of info in this video doesn't apply to the much harder to detect "hacks" that use computer vision, rather than hacks that read memory or hook into dlls or etc...

    @resresres1@resresres1 Жыл бұрын
  • You should make some tutorials on a style like this, I code yet know next to nothing on how to hack. This channel has good potential especially since you seem to cativate attention quite easily like this.

    @_Rasec@_Rasec Жыл бұрын
  • I wanted to get into game hacking/modding as a side gig to piss off kids on roblox lol That actually got me really interested in hacking and now I'm pursuing ethical hacking as a career. If only this video was available in 2020 when I had so much free time lol. Thanks for making it anyways. I'll save it and subscribe to support you!

    @freeloaderuser6793@freeloaderuser6793 Жыл бұрын
    • If you hack your a 5 year old screaming in the mic about your dumb little hacks

      @Dani_robloxYT@Dani_robloxYT Жыл бұрын
    • @@Dani_robloxYT what does that even mean?

      @freeloaderuser6793@freeloaderuser6793 Жыл бұрын
    • Can you hack?? I really want to learn hacking aswell and I'm depending my future on it. Dropping out of school to do a cyber security course.

      @neon_4444@neon_4444 Жыл бұрын
    • @@neon_4444 All you need to do is spend a few years learning and with experience anything will happenn

      @user-fd4il6pi9i@user-fd4il6pi9i Жыл бұрын
  • I'm an I.T student a programmer, python is the easiest hacking platform for me, and these are actually my goals, I like hacking. Thanks for the extra source btw.

    @kamiya-samaselitevampires2138@kamiya-samaselitevampires2138 Жыл бұрын
  • I was recommended by the YT ago and I am glad because i am just starting my cybersecurity career and this is something that i want to do for fun, I did not know u were one of us. May Allah give you more blessings! Amin! I subed btw!

    @zuberkariye2299@zuberkariye2299 Жыл бұрын
  • I have a question can I make legacy aimbot for fortnite or I can’t

    @juu7556@juu7556 Жыл бұрын
  • I went here for curiosity and ended up finding actual valuable c++ tutorials which is a programming language i already wanted to learn (Coming from Java and C#) Incredible.

    @_Enderpuff@_Enderpuff Жыл бұрын
  • thank you very much mate it was very helpful

    @piotrhat8980@piotrhat8980 Жыл бұрын
  • i find C++ easy maybe because thats the first programming language i got learned and used to🙂

    @jkielacague5760@jkielacague5760 Жыл бұрын
  • Do you think googling stuff to look how it's done is okay? Or stuff like using bases for example yours for internal?

    @ardwetha@ardwetha Жыл бұрын
    • it is ofcourse okay. Programmers, hackers, or even scientists look stuff up all the time. If you need to use a lot of different libraries, programming languages, APIs at the same time, you should learn how things work instead of memorizing syntax or implementation. Otherwise you would burnout quickly because of the cognitive overload.

      @fizipcfx@fizipcfx Жыл бұрын
    • As I’ve become a better programmer I’ve realized that programming is a way of thinking. We all use google and stack Overflow constantly which a lot of people don’t realize. Programmers, through knowledge and experience and google, manage to make the computer do what they want it to do. Good luck and keep looking up what you don’t know.

      @cazz@cazz Жыл бұрын
    • Adding on to the replies, building on already done research is one of the most important aspects of all sciences.

      @uwuLegacy@uwuLegacy Жыл бұрын
    • Nobody cares how you do something, people care about the result no matter what you do, if it means you get better or faster results because of it, hell yeah, go for it! The only trap i see some of my colleagues fall in to is copy pasting without taking the time to understand what they are copy pasting which means they never really learn from it which can really slow them down and degrade code quality a lot

      @MrTurbo_@MrTurbo_ Жыл бұрын
  • aka anything easy is not worth doing. I disagree, but ok

    @RobeonMew@RobeonMew Жыл бұрын
  • I've been wanting to learn how to code and make cheats Etc but not even for personal use I just think it's really interesting on how it all works. but I'm very familiar with how cheats work and shit like that but I find it very difficult when it comes to making them. but I have so many questions about how certain shit works. but i feel like the questions i have are really dumb yk.but I think after watching this I'm going to give it a try.

    @PercTheBandit@PercTheBandit7 ай бұрын
  • На самом деле очень полезный материал.

    @user-zp9kb5gq2q@user-zp9kb5gq2q Жыл бұрын
    • согласованный

      @avidtalkingbenenjoyer@avidtalkingbenenjoyer Жыл бұрын
  • Can you make videos on kernel cheating or any ways to bypass anticheats? Also, ive learned more in the past 7 hours watching your videos than any other time in my life. Thank you

    @wyvrnres@wyvrnres Жыл бұрын
    • In order to fully bypass an anticheat, you must get as much information as possible about the anticheat you are trying to bypass from cheating forums such as unknowncheats. For example, some basic information you could get is to never use IOCTL while bypassing EAC. Also, when going internal on EAC (as many people prefer), Createthreadex will not work. I recommend you to start learning the basics of UM KM bypassing on EAC. Since it is quite easy to bypass and if you get some knowledge about it, your cheat can last long enough as soon as you use it for yourself.

      @CRiQ01@CRiQ01 Жыл бұрын
    • @@CRiQ01 thank you for the info!

      @wyvrnres@wyvrnres Жыл бұрын
    • @@p0xygen uc is fulled with a bunch off niggas, they need to be humbled. 90% of the resources there are useless, bullshit, leeched, reposted.

      @borko883@borko883 Жыл бұрын
  • Keep uploading these vids. You're absolutely godsent fr.

    @icemotion1925@icemotion1925 Жыл бұрын
    • I appreciate it man ❤️

      @cazz@cazz Жыл бұрын
  • Hi, thats actually very sad that u stopped making vid.. it was very usefull, anyway thx for your help

    @poubelle-syncgx676@poubelle-syncgx676 Жыл бұрын
  • Love your videos, before watching you I was kinda lost in game hacking. However after watching a lot of your videos iv foud it a lot easier.

    @ballsack8386@ballsack8386 Жыл бұрын
  • 99% of the people logged off when he said learn a coding language XD

    @damirshabayev344@damirshabayev344 Жыл бұрын
    • Huh ?

      @damirshabayev344@damirshabayev3449 ай бұрын
    • 2 bots in 1 comment, that's a record for me hehe

      @damirshabayev344@damirshabayev3449 ай бұрын
  • Thanks for another motivation ☺️

    @OXGN2001@OXGN2001 Жыл бұрын
    • No problem 😊

      @cazz@cazz Жыл бұрын
  • Question. Is this beneficial for someone who want to get a job by doing game hacking? As you mentioned in the video, be realistic. So this is what pop out from my head

    @ahmadirfan7840@ahmadirfan784011 ай бұрын
  • I mod games and I heard “it’s about how many times your willing to fail” and all I said was yeah it’s really what it’s about I mod unity games which is way easier but because I didn’t learn unity and I only learned c# it’s a little harder it just takes tons of time

    @monkegames7432@monkegames7432 Жыл бұрын
  • Ehhmm "Windows API"... so I guess that on linux it is much harder to create some cheat? Am I right?

    @matejtydli8332@matejtydli8332 Жыл бұрын
    • Yes, for several reasons. First there are a lot fewer Linux compatible games even if that is changing so a smaller training panel. Then, it follows from the first point, as there are fewer games, there is less demand for cheats and therefore less support. There is also the problem of architecture, as the systems are very different, there are small changes in the compiled code. So, a tutorial for Windows will not work on Linux. But that doesn't mean it's impossible, it can be learned like anything, but I advise you to start with Windows, perhaps on a VM.

      @Aweirdwhale@Aweirdwhale29 күн бұрын
  • I’m not gunna hack but knowing the concept is interesting (I started with c# (for unity) , I’m still learning)

    @kosuken@kosuken Жыл бұрын
    • Good luck man! Unity game development is a very sought-after skill, and it’s pretty fun once you get the ball rolling.

      @cazz@cazz Жыл бұрын
  • hey cazz, I would appreciate if you would teach how to mod android/ios games and using certain software to do it? thanks alot 😁

    @daft1255@daft1255 Жыл бұрын
  • Thanks for the advices and ressources, I'm really interested in making cheats, not even for cheating, but for making some game clients for myself on the games I play like Minecraft Bedrock when I have to play with my friends. There's almost no ressources on the internet. Guided Hacking helped me a bit, I learned how to use Cheat Engine. By the way, I'm also IP banned because you need to pay to go to their forums lol. Thanks again for infos !

    @bapoTV@bapoTV Жыл бұрын
  • Am i the only one who often times gets overwhelmed by how much high quality free information on such a variety of topics is available online?

    @energy-tunes@energy-tunes Жыл бұрын
    • Some are hard to find

      @RongDMemer@RongDMemer Жыл бұрын
  • Can you do a part 2 covering anticheat bypassing and kernel mode development?

    @SirCapalotBeats@SirCapalotBeats Жыл бұрын
    • That’s a good idea.

      @cazz@cazz Жыл бұрын
  • I never have done game hacking, but have done a few of a basic hacks like web app hack, system hack, wireless hack, but not too crazy. But game hacking would be fun even though using the mind would be kinda intense depending on the complexity..

    @mrobvious6112@mrobvious6112 Жыл бұрын
  • as a 3 year student at a programming university, oh boy is it not simple to hack games with moderate to good anti cheat. While possible it takes so much time to learn and all the guides mentioned you probably need to know them like a lawyer knows the laws

    @khareckless6769@khareckless6769 Жыл бұрын
    • Use the new wave of computer vision for bypassing anti-cheat. It's extremely difficult to get detected by anti-cheat with a hack that uses computer vision as there is nothing that actually hooks into windows or game processes. Look into something called Yolov6 (single stage object detection), which is certainly possible to train for games.

      @resresres1@resresres1 Жыл бұрын
  • CAZZ IS BACK!

    @Tuho420@Tuho420 Жыл бұрын
  • Wish i would have watched this at the beginning of my journey😭 Welp cant give up now😂💪

    @hackz0x666@hackz0x666 Жыл бұрын
    • Haha hell no 😂! Never give up brother you will make it inshallah 🙏🏾🙏🏾

      @cazz@cazz Жыл бұрын
    • R u Muslim

      @EUROSPORTS4TECH@EUROSPORTS4TECH Жыл бұрын
    • @@cazz you're muslim! 😥💓💞

      @rashed3336@rashed3336 Жыл бұрын
    • @@rashed3336 I am also shocked it!

      @zuberkariye2299@zuberkariye2299 Жыл бұрын
  • I can send this video even to people who had told me they wanna learn programming or hardware and it would work fine too. Great video

    @PabloAntOyarzo@PabloAntOyarzo Жыл бұрын
  • Ive started making roblox exploits it might sound funny but its a really good start with simple lua and it being such a popular game that its bound to have forums about it.

    @grin6029@grin6029 Жыл бұрын
  • how long do you think it will take for an already knowing c++ developer to get into writing cheats (bypassing eac and so on)

    @levoohks1927@levoohks1927 Жыл бұрын
    • If you already know C++ it could take a you a few weeks… maybe less. You can look around GitHub and Unknowncheats for example drivers. Set up a VM to test and start making your own. Good luck 👌

      @cazz@cazz Жыл бұрын
    • @@cazz I kinda think that 3 weeks is a pretty unrealistic time zone of bypassing eac but I’ve never did it so I might just think it’s to hard.

      @DeveloperLuka@DeveloperLuka Жыл бұрын
    • @@DeveloperLuka EAC is the easiest to bypass, because devs can't implement it properly at all. Some BE games are easier than others as well, because devs don't have a clue how to integrate them properly.

      @depralexcrimson@depralexcrimson Жыл бұрын
  • Great video, proud of you man.

    @jok3d899@jok3d899 Жыл бұрын
    • Fuck yeah jok3d never expected to see you here man 👌👌

      @cazz@cazz Жыл бұрын
    • @@cazz popped into my recommended so I said fuck it lets check the progression

      @jok3d899@jok3d899 Жыл бұрын
  • Great vid Cazz! Thanks 🙏🏽

    @ofeki4533@ofeki4533 Жыл бұрын
  • Please, my friend, is it possible to hack Free Fire? I love your explanation. Thank you🖤🥰🥰

    @bibivlb1226@bibivlb1226 Жыл бұрын
  • I think that c would be equally as good as cpp, it’s at the same level as cpp and is much more simple to grasp. Personally I dislike the complexity of cpp and newer language features so I would prefer to use c over cpp any day.

    @hipno15@hipno15 Жыл бұрын
    • I really love C for it's simplicity, it is a language with so much power. The reason I find myself using C++ most of the time though is because C++ has more modern builtin features (bloat) that make my life easier while remaining as powerful as C.

      @cazz@cazz Жыл бұрын
    • Personally it’s the opposite case for me. C++ can do everything C can with a shit ton of features that you totally don’t need to use if you like the simplicity, but that are available for when you do need them.

      @uwuLegacy@uwuLegacy Жыл бұрын
  • I went to school for this stuff and am a degreed software engineer... There are middle school kids who can write code better than me. If youre passionate about this stuff, start learning as a hobby and you will do VERY well.

    @SkydivingSquid@SkydivingSquid Жыл бұрын
  • would cs50s intro to python followed by trying to build a discord bot be a good place to start before switching over to c++?

    @Brockis429@Brockis4294 ай бұрын
  • Literally everything I already knew

    @Northous@Northous Жыл бұрын
    • same

      @cazz@cazz Жыл бұрын
    • @@cazz really, oh I would of been worried if you didn't know anything when making this video, your know 😅 it's has something to do with the deloreans I think

      @Northous@Northous Жыл бұрын
    • No one asked :D

      @thearchiveyt@thearchiveyt Жыл бұрын
  • Good content to learn how hackers are thinking

    @mateuszjachimowicz2280@mateuszjachimowicz2280 Жыл бұрын
  • The last quote, simply magnificent!!

    @xanatitan8103@xanatitan8103 Жыл бұрын
  • CS50 is a free Harvard class which is on youtube they also have a bunch of youtube video teaching about coding.

    @BartholemulCorntray@BartholemulCorntray Жыл бұрын
  • As a programmer in game development I must admit I'm totally against this 😂 But I do reason with the aspect of why people do this. If it's a solo campaign story line, yea I can see hacks bieng fun with no harm intended. My issue is in creating cracks for games to be played outside of purchase, and or disrupting an official server/lobby for the games multiplayer. I still can understand to an extent when games sources become unplayable, server shut downs, etc. Software should become freeware open source after a certain shelf life, or platform upgrade. I can also see hacks bieng harmless and fun if more companies allowed moded servers that ran separately from official servers but still accessible for players if they chose to.

    @pixelfox119@pixelfox119 Жыл бұрын
    • I just think it depends how you use the hacks. For example, some people just make hacks to see how much they can break the game when going outside game limits and I think that's ok, because it's just fun. Ofc, I agree that you shouldn't do that in multiplayer games

      @gdmathguy@gdmathguy Жыл бұрын
  • So refreshing to hear this. It really is about taking the effing time to get what you need to and learn the basics of Assembler for the platform you are reversing. It is a lifetime of learning and experimenting. I am glad you put this video out.

    @mytechnotalent@mytechnotalent Жыл бұрын
  • In all seriousness, possible a dumb question, but, give your xp in game hacking, is Fortnite still hackable?

    @thehambone1454@thehambone1454 Жыл бұрын
  • I just learnt c++ and it is super easy thank you for telling how to start game hacking 🙂

    @hirick1322@hirick132210 ай бұрын
    • How did you start learning c++ with the cherno or with learncpp

      @siman211@siman2119 ай бұрын
  • well i've got a question, i know csharp a bit and i wanna start learning hacking. should i stick to csharp for now or should i learn c++?

    @user-gz3eq8mg7k@user-gz3eq8mg7k Жыл бұрын
  • cazz could you make a video on external silent aim plz

    @Ice.rl.@Ice.rl. Жыл бұрын
  • Absolutely love watching your videos. It motivates me to learn more about this topic, I have no clue about reversing :( can't even pirate ida.

    @unknown-ut5qn@unknown-ut5qn Жыл бұрын
  • I doubt learning javascript really helps for game hacking, since it usually runs inside a web browser. JS usually doesn't gets executed on the computer (except for nodejs, but I don't think there is any relevant game based on nodejs or electronjs).

    @fonzanedelungini@fonzanedelungini Жыл бұрын
    • You are right. There is no inherent reason to do it, I put the icon in the video to give an example of a language people don’t usually expect to be capable of hacking games. You can access the windows api through node.js, hence you can make externals and even inject shell code for quasi-internal cheats. It might have been more appropriate for me to show the node.js logo though.

      @cazz@cazz Жыл бұрын
    • Nodejs is basically Javascript nowadays. You can read/write memory with it and make cheats. You may also use Javascript in the browser to hack games on websites.

      @cedric6941@cedric6941 Жыл бұрын
    • @@cedric6941 Nodejs is built to make performant web-servers. You CAN ofc write cheats that run in nodejs, but you can probably even write cheats in visual basic that run in excel. nobody does these things, they don't make sense. if you can hack a browsergame with javascript, it is very likely not a serious game. there is a rule of thumb for web-developers: don't execute any important functionality on the client side. whatever can be hacked will be hacked.

      @fonzanedelungini@fonzanedelungini Жыл бұрын
    • @@fonzanedelungini I think nodejs could be great for external cheats.

      @cedric6941@cedric6941 Жыл бұрын
    • @@cedric6941 I think python would be better

      @fonzanedelungini@fonzanedelungini Жыл бұрын
  • bro,Im surprised to is this video is not taken down my KZhead

    @boiman2@boiman2 Жыл бұрын
  • I use Linux, many times in this video you mention the Windows API, am I out of luck if I want to use my current OS when learning to hack? I know its possible on Linux, but it seems beginner tutorials rely heavily on Windows. Any advice?

    @zethcader6478@zethcader6478 Жыл бұрын
  • i hope ur a good person, becuz if u aren't ur making ur behaviors & patterns trackable

    @chuisthename@chuisthename Жыл бұрын
    • I would consider myself a good person. What behaviors and patterns am I making traceable?

      @cazz@cazz Жыл бұрын
    • 💀

      @jerry6368@jerry6368 Жыл бұрын
    • @@jerry6368 Do you have anymore info lol

      @cazz@cazz Жыл бұрын
  • Can someone tell me where exactly do you write the code and then run the code?

    @ericchen9245@ericchen9245 Жыл бұрын
  • My question for you. is, how would you get past the anti cheat in these pizza that you make?

    @tbirrell@tbirrell9 ай бұрын
  • Damn. Didn't know hacking was this much of a thing, to the point where people learn programming languages deliberately for hacking.

    @nomic655@nomic655 Жыл бұрын
  • I was creating a memory editing tool for iOS after seeing this video on my feed I got some motivation, I will continue

    @Rednick16@Rednick16 Жыл бұрын
    • Keep it up

      @cazz@cazz Жыл бұрын
  • cherno is definitely goated. i would say i'm a pretty good programmer, but reverse engineering has always been the hard part for me.

    @mobslicer1529@mobslicer15299 ай бұрын
  • otherwise, everyone who watches this channel, like me, are schoolchildren, and in order not to figure it out, they immediately write 'how' or 'what to do'

    @TobyAdd@TobyAdd Жыл бұрын
  • in my experience ive found the chernos videos hard to follow ill update this comment throughout my journey but so far its impossible to follow what hes saying

    @kur6898@kur68985 ай бұрын
  • i am stuck on the reverseing part. and i did some crackmes tutorials but it not really focused on finding addresses. i have heard that doing malware reverseing or maybe lena's tutorial might help.

    @urbanawp@urbanawp Жыл бұрын
    • Cheat engine is really powerful. In many cases when you make cheats though, you can find address dumps already on the web.

      @cedric6941@cedric6941 Жыл бұрын
  • Bro same! I started programming to make discord bot

    @LimanOP@LimanOP5 ай бұрын
  • Dear Sir, I thank you for your very beautiful explanation. You deserve continuous support from all followers and viewers. I am sorry for this question that I will ask you. Can I set the (Safety Net) counters inside the virtual ROM. And if I can do that. Can you explain to us the method. Thanks and sorry for the inconvenience again.

    @taharamzy4424@taharamzy4424 Жыл бұрын
    • What?

      @cedric6941@cedric6941 Жыл бұрын
    • It is not possible to set the safety net counters in a virtual ROM (also known as a ROM emulator or ROM simulation), as these counters are physical hardware components that are built into the system-on-chip (SoC) of a device. They are not software-based and cannot be modified or accessed through a virtual ROM. Safety net counters are used to track various aspects of device behavior and are used to determine whether a device is running in a stable and secure manner. They are typically implemented as a series of registers or memory locations that are built into the SoC of a device and are used to track things like boot count, system uptime, and other metrics. The values of these counters are used by various system functions and applications to determine whether a device is behaving normally, and they can be used to trigger certain actions or behaviors based on their values. If you are interested in modifying the values of these counters or accessing them for other purposes, you would need to have direct access to the hardware of the device itself, which is typically not possible with a virtual ROM.

      @GodbornNoven@GodbornNoven Жыл бұрын
    • @@GodbornNoven Excellent explanation. Thank you for reading the message and responding to it with a detailed and understandable explanation.

      @taharamzy4424@taharamzy4424 Жыл бұрын
  • lol, I am good at it i unblocked my school computer I don't need to watch this but I guess I will.

    @PeytonGaming526@PeytonGaming526 Жыл бұрын
  • I've been learning some coding I like python myself, but I learn C++ in school

    @Logzzyyy@Logzzyyy Жыл бұрын
  • video randomly appeared on my recommended. there's so many things that I want to learn, but right now all of my time has been taken by my studies. arghh. I'm not even 20, so far I've done discord bots, minecraft plugins (NMS is a pain until mojang mapping was released) and some odd programming challenges here and there, but it's not enough. I desire to be able to: - create 3d games (in unity, I started but didn't go in much) - 3d modelling (i did the donut and anvil tutorial 5 years ago and didn't move much then) - drawing (cuz I like anime) - speak another language (japanese, because animme. I'm between N5 and N4) - hacking (my current diploma right now, and it's generic hacking. web, vms, not games tho) - composing/arranging music (still doing right now) - host servers (i learnt how to port forward a inecraft server and host it out of spite cuz someone said I can't, then proceeded to learn a lot about mods, server hosting, compatibility, the different versions of java, timings, etc, but I would say I only know the basic level) - rig 3d models (I find it cool to be able to control a character in VR) - animation (dillongoo inspired me when gods dont bleed came out, it's why I went to blender) man, I know I need to just pick one and focus but I just want to do all of these. right now I'm just focusing on music and my diploma. I hope these motivations and desires remain later in life, I really want to be able to do all of this things, including game hacking (inspired by liveoverflow's pwnadventure series)

    @user-jd3gf5xw1x@user-jd3gf5xw1x Жыл бұрын
  • lmao these all seem like good resources for programming in general, dont plan on hacking games any time soon but definitely going to checkout some of these

    @unmeinks5907@unmeinks5907 Жыл бұрын
  • Are you able to make a cheat for a kernel game like fortnite after all your years? Or is it still a dead end for you?

    @jules7073@jules7073 Жыл бұрын
    • I started this year, yes. I was quite late to the party because I was very focused on CS:GO internals.

      @cazz@cazz Жыл бұрын
  • Just a while ago I was with NARCO and some guys doing something we will definitely regret😂😂

    @RED_BUNNY_@RED_BUNNY_11 ай бұрын
  • The end here doesnt mean alot, i've got years of development experience and done two studies which includes a master however these are things you don't learn. Obviously you have an understanding of c++ and how this works but in reality i wouldnt have a clue where to start without your videos. I'm not interested in learning it myself but just stating that if you're just having knowledge doesnt mean everything.

    @teeth9535@teeth953510 ай бұрын
  • Great video 😃

    @aidnzz@aidnzz Жыл бұрын
KZhead