HOW HACKING WORKS

  Рет қаралды 139,235

cazz

cazz

Күн бұрын

To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/cazz/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
hacking is fun lol
💎 Source code is available for my Patrons!
/ cazzwastaken
💎 Join our community over on Discord!
/ discord
→ Twitter: / cazzwastaken
→ GitHub: github.com/cazzwastaken
→ Instagram: / cazzwastaken
→ Email: cazzwastaken@gmail.com
→ Donate: www.paypal.com/donate/?hosted...
📝Resources 📝
→ How To Bypass Anti-Cheats: • HOW ANTI-CHEAT BYPASSE...
→ How Pattern Scanning Works: • PATTERN SCANNING 101 (...
⚡See More ⚡
→ Learn Game Hacking: • How to LEARN HACKING
→ Reverse Engineering: • Learn Reverse Engineer...
→ Chams: • REAL CSGO CHAMS - DRAW...
→ CreateMove: • Hook CreateMove From S...
→ Internal Menu: • IMGUI INTERNAL DIRECTX...
→ Aimbot: • MAKE AIMBOT IN 10 MINUTES
🌌 Disclaimer 🌌
This video was sponsored by Brilliant.
Shout out to Chris for the thumbnail ⭐

Пікірлер: 227
@cazz
@cazz 5 ай бұрын
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/cazz/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
@StarkGamingYT
@StarkGamingYT 5 ай бұрын
How hard is it to make cheat for mobile games like esp and magic bullet do you have any idea? Where should I start? Which language should I learn (I have little knowledge about c++)? Is there any website to start with?
@jasshand5373
@jasshand5373 5 ай бұрын
how did you comment 7 days ago if this came out 8 hours ago??????????????
@StarkGamingYT
@StarkGamingYT 5 ай бұрын
@@jasshand5373 because this video was in unlisted mode and the comment were added on the day of upload maybe that's my reasoning 🧐
@esozal
@esozal 5 ай бұрын
@@jasshand5373 unlisted video
@lucaslnborg9123
@lucaslnborg9123 5 ай бұрын
at 1:55, Rockstar lmao
@ayon12351
@ayon12351 5 ай бұрын
You explain SO WELL! Like most people on youtube suck at explaining to people who aren't expirienced yet in this topic. This makes so much sense
@sudowtf
@sudowtf 5 ай бұрын
This channel got me interested so much into game development and game hacking that I switched my focus off of wanting to pursue an A.I. dev study to now wanting to apply for a Game Dev study. Videos are god tier too! Keep it up man❤
@vidal9747
@vidal9747 5 ай бұрын
Mix up the too. If Anti-Cheats can have AI so can cheats
@untiziocheesiste7155
@untiziocheesiste7155 5 ай бұрын
@@vidal9747 That is probably where the market is going. Nice advice
@ooheureka
@ooheureka 5 ай бұрын
you can create an AI aimbot
@sudowtf
@sudowtf 5 ай бұрын
@@ooheureka Yes you can but it is not really necessary. Besides, A.I. development focuses way more on data science and that’s boring as fuck. Game development is way more creative (imo)
@cc1drt
@cc1drt 5 ай бұрын
@@sudowtf You just changed from arguably the strongest computer science subdomain to the weakest. But hey, if it makes you happy
@nezu_cc
@nezu_cc 5 ай бұрын
for frequently changing offests, pattern scanning can still be used. You just need to find a place in the game where the value you're interested in is accessed, make a signature for that, and then you can extract the offset you need directly from the game's code.
@tablettablete186
@tablettablete186 5 ай бұрын
That's a really good idea, I have only changed the code so far.
@midge9740
@midge9740 5 ай бұрын
and if we're talking about cs u can even go further and interface with the schemasystem to get field offsets dynamically (love cs2)
@nezu_cc
@nezu_cc 5 ай бұрын
@@midge9740 schema only exists for stuff that's networked. Not everything is networked
@Armm8991
@Armm8991 5 ай бұрын
It's worth noting that hacking games isn't just about cheating on a videogame. Modding is also a big part of it
@sun3k
@sun3k 5 ай бұрын
3:04 Thats 32 bytes, 20 is hex 14
@matthewread9001
@matthewread9001 4 ай бұрын
Having taken assembly language and OS courses helped understand this kind of stuff a lot.
@aws-china
@aws-china 5 ай бұрын
happy new years eve bro, thanks for the great content
@Psychopatz
@Psychopatz 5 ай бұрын
Excellent Content as always sir and Happy New Year to Everyone!🎊
@mumblety
@mumblety 5 ай бұрын
I personally don't hack, or have any interest to, but I find how it's done fascinating! Great video!
@gamespecies
@gamespecies 4 ай бұрын
Cheers from Cape Town dude 😎 are you from Jozi ?
@cazz
@cazz 4 ай бұрын
Living in Durban at the moment 👌👌
@Ekuder
@Ekuder 5 ай бұрын
3:12 bruh, 20 != 0x20 otherwise yr cool!
@mooseftw5034
@mooseftw5034 4 ай бұрын
Dope keep it up. its mind boggling how intelligent you are with computing knowledge
@zenbladejs
@zenbladejs 5 ай бұрын
That's all very intereesting, but what about network manipulation? Wouldn't that be a simple way to do it for online games? Or does each player generally have its own encryption key making it pointless to share hacks?
@sun3k
@sun3k 5 ай бұрын
For opensourced games like minecraft etc you can make proxies which would be fully external and not modifying the game at all (even tho useless for minecraft, java and internal anticheat), but for most things Im pretty sure it would be easier to just modify memory. You would need to basically reimplement the whole protocol of the game otherwise, also obscure encryption changing each release etc
@Chaooo
@Chaooo 4 ай бұрын
A lot of well-made online games go by the mantra of "don't trust the client", so there's a lot of validation done on the server-side to make sure your actions are legitimate. And then you have Dead by Daylight which doesn't even bother to check if your character is allowed to fly up off the ground and rapid-fire between hooked states, etc.
@nordgaren2358
@nordgaren2358 5 ай бұрын
At the machine code level it will use offsets, but you don't need to use the offsets directly to make cheats if you define the structure you are interacting with, correctly. Like how you had the player structure defined in the video. It can take some finagling, but it's much better than using offsets.
@drunkenfarmer2513
@drunkenfarmer2513 5 ай бұрын
I never use offsets, I just recreate all relevant classes, makes it a lot easier to code complex hacks/bots
@nordgaren2358
@nordgaren2358 5 ай бұрын
@@drunkenfarmer2513 same. Godbolt is my friend. If I have some kind of issue with structure definition, it's infinitely easier to debug with a structure than it is with raw offsets.
@AuralByte
@AuralByte 4 ай бұрын
if you are defining game made structures in your program, you are still referring to the original location in memory which means you are still using offsets, its just a more user friendly way to look at it
@nordgaren2358
@nordgaren2358 4 ай бұрын
@@AuralByte please read the comment
@nordgaren2358
@nordgaren2358 4 ай бұрын
@@AuralByte also, from a maintenance standpoint, it's a whole different ballgame. Using offsets directly means you will have to update a bunch of offsets when the structure gets updated. If you use the structure, instead of hard coding offsets, you just need to update the structure definition. That's it. Nothing else needs to be updated. Field names are arbitrary.
@bhadrik
@bhadrik Ай бұрын
Cant they create software that randomise the offset each time you launch the game. Completely random memory address for all of the variables. Or maybe shuffle the memory once the game loded.
@AetherSerenity
@AetherSerenity 11 күн бұрын
could you make a tutorial on the memory class you always use in your external cheat videos? like "how to write memory with the memory class into this or that address" stuff yk?
@Karam99443
@Karam99443 5 ай бұрын
Happy New Year
@TomakeyouIaugh
@TomakeyouIaugh 4 ай бұрын
You should make a vid explaining server sided data vs client sided
@MuskaFN
@MuskaFN 4 ай бұрын
Best channel, thanks for your work
@hannahprobably5765
@hannahprobably5765 5 ай бұрын
Stonks&Edu&IT
@cluiv1975
@cluiv1975 5 ай бұрын
Bro this video explained everything I learned in the 6 years of self coding, in a couple of minutes, legendary
@mahad.k_
@mahad.k_ 5 ай бұрын
Bro you have grown ur channel so much, i first watch you when you had 25k subs. hope your channel grows more ❤
@Goten2321
@Goten2321 5 ай бұрын
Wouldn't the memory address of, for example, the player's health, always be in a different position, even relative to the game's base memory address? I am not too familiar with lower-level programming, but from what I understand, memory allocation doesn't always happen in a continuous block..
@xClairy
@xClairy 5 ай бұрын
Offsets of the memory are still the same if memory is allocated statically instead of dynamically
@strange1702
@strange1702 5 ай бұрын
Addresses are always different, but for e.g player and player health are related cuz player is class and player health is variable of that player class so if code does not change offset will always be same.
@xClairy
@xClairy 5 ай бұрын
@@catalinnedelescu Mhmm that's how dynamic memory allocation works although it would prevent the offset hack there's still many other ways to find it in memory
@Chaooo
@Chaooo 4 ай бұрын
Not unless they have completely rewritten and transformed the Class structure or moved the health attributes to another Class in some weird refactoring project that I've never heard anyone do before. But to answer your question, even if the memory is compartmentalized into smaller blocks spread throughout the memory map, that's what pointers are designed to do: tell the interpreter where that memory block is. More specifically, it tells you where the BEGINNING of that chunk of memory is for that piece of data, and then you would have your offsets to access the different attributes of that structure. If you're learning any kind of programming language, I heavily recommend playing around with iterators for vectors or other containers. That will give you a better idea of what is happening, as the iterator is literally just an "offset" of the destination of a pointer. In C++, if you declare "auto itr = myVector.begin()", your offset is 1 position (which is 1 byte or 4 bytes? I don't remember) because your iterator is at the first item in your vector. If you do "itr += 1", your offset is now 2, so you're at the 2nd item in your vector. I don't believe C++ will allow you to do it, but if you were to somehow move back 1 position from "myVector.begin()", you would still be in the memory region that contains the vector because the bytes that come before the actual list of items is some code that basically says "this is the START of a vector of size X"; because we have something detailing the length of the vector, we don't need bytes at the end of the object saying "this is the END of the vector", it will instead be random memory used by who-knows-what. Anyone please correct me if I'm wrong on anything, it's been ages since I've coded in C++, but I'm pretty certain this is accurate.
@pabloqp7929
@pabloqp7929 4 ай бұрын
Wish for 2024: _cazz_ starts a podcast
@TazOnYt
@TazOnYt 4 ай бұрын
can you make a tutorial on how we can make unlockers for the new warzone 3? or like cod in general?
@calus-yc7bb
@calus-yc7bb 5 ай бұрын
This man really made me go through the brilliance course normally i just skip any and all sponsors
@saulgoodman6710
@saulgoodman6710 4 ай бұрын
Nice video! Is it possible for you to show a demo of this? say you pick an old game on which you can demo us to show how to change the values in the game memory or at least how to read that part of that memory? I'm really curious about this stuff hence the request, thanks!
@jacobwalker7046
@jacobwalker7046 5 ай бұрын
Gotta be hounest, not seen the video yet but the thumbnail is on point! Got my attention from the recommendation page :)
@LeonLuckyV
@LeonLuckyV 4 ай бұрын
What’s a good laptop to buy, currently starting learning C++ for my course too
@mohammed_amine_7173
@mohammed_amine_7173 4 ай бұрын
What's the hex editor you're using?
@Chaooo
@Chaooo 4 ай бұрын
Are you talking about the program seen at 3:00? That's IDA Pro, which costs a hefty amount of money for a license. People who don't have that kind of cash use Ghidra, ollydbg, Radare2, and so on, but I've heard many accounts of IDA Pro being the king of disassemblers.
@JasperGames7098
@JasperGames7098 5 ай бұрын
Does all of your csgo tutorials work for cs2?
@Seeks__
@Seeks__ 5 ай бұрын
Try and find out. Only way you will learn.
@theodorepollock1273
@theodorepollock1273 4 ай бұрын
Server side are actually easier online, not many games validate packets sent to them by the client. Fake packets to store NPCs
@vvercc
@vvercc 4 ай бұрын
Nice video man, love the work you put in.
@tempest8600
@tempest8600 4 ай бұрын
Amazing videos as always, thanks for making videos on this topic, in such high quality too. Can I suggest doing one of how game cheats work in depth? Like I know some major games that have cheats that have been undetected for years, since launch even but the creators are obviously very quiet regarding how they work. I've always wondered how they run, are injected etc
@devnull1013
@devnull1013 4 ай бұрын
You gotta be more specific. Not every game tries to detect cheats in the same way nor do all cheats operate in the same way.
@repairstudio4940
@repairstudio4940 5 ай бұрын
Awesome subbed 🎉
@magicpenuts6934
@magicpenuts6934 4 ай бұрын
Good Video Bud. Created my First Hacks in Halo when i was 12 years old
@leonRezogen
@leonRezogen 5 ай бұрын
yo keep up the work
@bobslop9136
@bobslop9136 2 ай бұрын
Hello, thank you for the insights! So are you on the save side (as a developer) if you calculate and store all critical data on the server? Or is there another ways to manipulate the data besides hacking the server?
@grovee1197
@grovee1197 5 ай бұрын
Thats cool
@zabouba5990
@zabouba5990 5 ай бұрын
can i unlock fps on some game with hacking or is it something else ?
@budgetarms
@budgetarms 5 ай бұрын
Imagine doing reverse engineering when the source code of the game is leaked
@omarmollaei2781
@omarmollaei2781 5 ай бұрын
💯
@georgeisthename2799
@georgeisthename2799 4 ай бұрын
You didn't cover packet manip? I'm not sure if that's still used but I would assume that's a huge part of hacking in games.
@cazz
@cazz 4 ай бұрын
I wouldn’t say it’s a “huge” part, but for sure it plays a part. It’s another vector to cheat in for sure. Also something I’m not experienced with unfortunately. Have a good one G 👌👍
@dzwoneczek9124
@dzwoneczek9124 5 ай бұрын
good vid
@snekservices
@snekservices 5 ай бұрын
How spoofers work will be an interesting topic to talk about in your next vid
@akakamaz7382
@akakamaz7382 5 ай бұрын
1:57 talk about rockstar XD, in gta 5 you can literaly have god mode, spawn vehicles, and if u know what your doing just spawn money out of thin air AND IT KEEPS whitin sesion XD. im pretty sure that if they were to patch their security problems it would cost more than just doing nothing
@ElectrostatiCrow
@ElectrostatiCrow 5 ай бұрын
You just click random keyboard keys as you type on the commandline terminal and yell "I'm in" Thats how hacking work duh
@anto_fire8534
@anto_fire8534 5 ай бұрын
Nice video. Also kind of nitpicky of me but at like 3:00 you keep saying 20 bytes while showing 0x20 on screen (0x20 being equal to 32)
@cazz
@cazz 5 ай бұрын
👀 my bad
@ayon12351
@ayon12351 4 ай бұрын
Can you please make a video on how to find offsets to make an aimbot yourself? Lots of games don't have public offsets, or are way harder to look up... And so many tutorials are crap and hard to understand...
@mophgaming7312
@mophgaming7312 4 ай бұрын
tyvm much man!
@Fekxyz
@Fekxyz 5 ай бұрын
wow
@goozjeesh46
@goozjeesh46 5 ай бұрын
yay new video 😂😂
@DutchManticore
@DutchManticore Ай бұрын
I fully understand cheat developers. Finding ways to beat the restrictions that someone is trying to give you is very fun and interesting. The losers that are willing to pay money for cheats however I dont understand. Their psychology is very pathetic. They're pathetic people living pathetic lives that feel equally satisfactied cheating, then they would be working hard to become good at a game. Thats very sad, and unfortunately telling of the state of our society. We have a complete generation that cannot make do without instant satisfaction
@homikuwu
@homikuwu 5 ай бұрын
damn one minute ago nicee
@DavidTheTech
@DavidTheTech 5 ай бұрын
interesting
@stubstunner
@stubstunner 4 ай бұрын
Hacking games and software is what got me into my cybersecurity career.
@FineAsHell
@FineAsHell 4 ай бұрын
I feel like the same is happening to me. Could you tell me about your journey of getting into cybersecurity?
@DevL01
@DevL01 4 ай бұрын
bro said "🤓"
@Cyril_Soudant
@Cyril_Soudant 5 ай бұрын
Goods Video GG
@z3n035
@z3n035 4 ай бұрын
can u make a more advanced video like how to make a driver for a ac protected game, thx
@Darkness-li2xm
@Darkness-li2xm 5 ай бұрын
kool
@omkarbhale442
@omkarbhale442 4 ай бұрын
Can you speak about how to reverse engineer stuff? Searching for numbers like health and ammo is easy, but how do we go about finding player positions? Or how to find the grid in memory in a candy crush style game(assuming it's built for native windows)
@zekihvh
@zekihvh 4 ай бұрын
Player positions is easy, it's just about assumptions and using other search methods instead of "Exact value". There are tutorials online on how to find unknown values using "increased", "decreased" as comparison metrics. About the grid in memory, there probably is a sort of array for all the positions for all the candies on your screen, you have to find that structure and then reverse the way it's built and used. I don't know how Candy Crush works but a good starting point would be to use your points to reverse all the way back to the function that calculated your move as valid, that one definitely receives the grid array somehow, you can go from there.
@zitrone3.0
@zitrone3.0 4 ай бұрын
firstly this is not hacking this is cheating, hacking is getting unotherized acess to a network, system or else, otherwise realy good vid
@user-rh4zx4ho6x
@user-rh4zx4ho6x Ай бұрын
I learn from your videos
@learninglearning2
@learninglearning2 5 ай бұрын
01:55 so pubg new state developers were totally incompetent!!
@dailydoseofshtposts6891
@dailydoseofshtposts6891 5 ай бұрын
WOW, i cant trust my eyes, i cant belive youve passed 100k subs, i still think you have 4k subs lol, CONGRATULATIONS on the achivement! 👏
@LennarthAnaya
@LennarthAnaya 4 ай бұрын
Exctly. Although I'm not a game developer, and I understand developers use engines and it might be engines fault (still coded by developers), I've always believed it's stupid when a player can one-shot kill another player just because "his computer commands that". Like wtf, didn't the server knew the total health of each player, the amount of shots that are needed to drain such health and understand one end is cheating?
@matthewread9001
@matthewread9001 4 ай бұрын
The basic problem is computing power. How much of your game should the server run vs client run. Like with what you said the server should know the health. But you can say “I deal 1000 damage”
@LennarthAnaya
@LennarthAnaya 4 ай бұрын
@@matthewread9001 I'm not sure what the server is doing then, is it just a proxy? Anyways, my computer should also know the rules of the game. If anybody sent a signal of a ridiculous damage, shouldn't my computer refuse because she understands the rules too?, the game even knows which weapon caused that damage!
@barrettedits1417
@barrettedits1417 5 ай бұрын
W VIDEO
@fxiqval
@fxiqval 5 ай бұрын
hi egg
@rawad8720
@rawad8720 5 ай бұрын
one day I'll be good at game hacking hope so
@ShinAkiru
@ShinAkiru 5 ай бұрын
Dont bro, Whatever you do you will get ban, Some game might get you ip ban Ip ban isnt a regular ban So dont do it, like srsly as a game dev pls dont ruin other peoples experience
@bitsplode
@bitsplode 5 ай бұрын
@@ShinAkiru there are many ways to ban a computer but not through IP. If any game developer would ever ban for IP that would get messy pretty quickly
@ferret3998
@ferret3998 5 ай бұрын
Getting ipbanned si so lame you just need a new ip LOL
@bitsplode
@bitsplode 5 ай бұрын
@@ferret3998Yea game devs should start banning the windows registry and the user
@kgnz.xz.
@kgnz.xz. 4 ай бұрын
MMO game bot next pls
@DukeofAthens
@DukeofAthens 4 ай бұрын
I like the video but I feel like you could easily expand your audience by dumbing things down and explaining further. I have taken both a university software engineering program and graduated from a college level game programing course and I think it could still be explained much, much further. How exactly should you change your videos? Not sure, but I would think that close to double the length would be a good start and lowering the wpm and showing definitions on screen for those unaware of what you are referencing.
@MrRosco
@MrRosco 4 ай бұрын
why is there so much documentation about video game cheats than like actual hacking I hate it
@Yunzodesu
@Yunzodesu 5 ай бұрын
>find video >gain knowledge >sub
@chillblox8
@chillblox8 5 ай бұрын
hapy new yeers eev!
@BLKSD
@BLKSD Ай бұрын
Sir , great content really thank you, can you. Make a playlist for complete beginners to advance level ,please contain long videos , really loved your explanation
@PANTHER......
@PANTHER...... 5 ай бұрын
Bro which software do u use to hack
@nightbot3822
@nightbot3822 4 ай бұрын
😃bypass byfron
@sekki2554
@sekki2554 5 ай бұрын
„Every cheat needs offsets“ oh yeah? *starts bruteforcing the right address on every game start until health changes and game doesn‘t break*
@sekki2554
@sekki2554 5 ай бұрын
*while manually checking if the health changed, because i don‘t know the offset to check it automatically*
@westsidevillainn
@westsidevillainn 4 ай бұрын
"HOW HACKING WORKS" *proceeds to show top/processes great vid tho 👍 good job and keep it up 🔥
@tedst1876
@tedst1876 4 ай бұрын
Thats wrong. U record network, make automation, (write programs helping you), scan ports, use vulnerabilities and change their servers RAM/Database :)
@tiqosc1809
@tiqosc1809 4 ай бұрын
lol that level of hacking is very deep
@tedst1876
@tedst1876 4 ай бұрын
@@tiqosc1809 yes true but its the most useful one
@R_Y_Z_E_N
@R_Y_Z_E_N 4 ай бұрын
Can't we just reverse engineer using ghidra and create a new executable so that we can mod the game to get Infinite health , just local player games not online multiplayer ones .
@Chaooo
@Chaooo 4 ай бұрын
That's a lot of work when you can just change some values in memory, but yeah there are hacked executables that automatically inject .dlls on startup, but it's pretty rare these days. It's way easier to create a trainer.
@professional.hacker.
@professional.hacker. 4 ай бұрын
Pro tip: Use Ghidra
@lilililiililili6363
@lilililiililili6363 5 ай бұрын
hacking works because something else doesn't
@jrapp654
@jrapp654 5 ай бұрын
The quality of your videos is so good, but I feel like your content is marketing down from the content you were making. Most people who have found you already know how game hacking works and have been here for your coding videos. You should consider marketing up and making content that explains more advanced topics like driver development, anticheat bypassing, etc
@Gamer_Boy_C-sharp
@Gamer_Boy_C-sharp 4 ай бұрын
Make a video on BlueStacks 5 emulator hacking. And please make a video to find no recoil in a game. Called free fire max
@mr.no_1130
@mr.no_1130 4 ай бұрын
He basically explained ASLR bypass on a very basic level
@_Danie
@_Danie 5 ай бұрын
You are the reason i started learning game hacking the way you explain everything is easily understandable keep on uploading videos and i hope 2024 will be a great year for you. HAPPY NEW YEAR🎉❤
@SethEDITZ.
@SethEDITZ. 4 ай бұрын
When you use a cheat and play the game at the same time don’t you get severe fps drops?
@chickennuggetx64
@chickennuggetx64 4 ай бұрын
MAKE A SPOOFER!
@Estensioneh
@Estensioneh 4 ай бұрын
can u do trigger bot for minecraft please i need it
@user-yv3jy3eo7x
@user-yv3jy3eo7x 4 ай бұрын
Alazing hse lol😂
@HHat_GD
@HHat_GD 5 ай бұрын
nuh uh
@anthonycooper6927
@anthonycooper6927 5 ай бұрын
Sien jy van Suid afrika ek wil graag leer van die asb ons moet prt man ek kan baie leer by jou 🙏🏻🙆🏻‍♂️
@crrrrc9276
@crrrrc9276 4 ай бұрын
Can u do a cheat for fortnite or valorant or someother Games not just cs
@elofarming
@elofarming 5 ай бұрын
hak)))
@cocukkaciranadam
@cocukkaciranadam 5 ай бұрын
wow first
@ChaosTilltheEnd
@ChaosTilltheEnd 4 ай бұрын
"educational purposes" said the OverWatch player
@saidaberda911
@saidaberda911 4 ай бұрын
We demand course
@Programm3r
@Programm3r 4 ай бұрын
This video made me an expert level hacker with billions of dollars from selling hacks
HOW ANTI-CHEAT BYPASSES WORK
8:18
cazz
Рет қаралды 409 М.
This is how Hackers can *OWN YOU* with just a link!
8:05
Tech Raj
Рет қаралды 1,4 МЛН
小路飞姐姐居然让路飞小路飞都消失了#海贼王  #路飞
00:47
路飞与唐舞桐
Рет қаралды 94 МЛН
¡Puaj! No comas piruleta sucia, usa un gadget 😱 #herramienta
00:30
JOON Spanish
Рет қаралды 22 МЛН
What Jumping Spiders Teach Us About Color
32:37
Veritasium
Рет қаралды 287 М.
Learn Reverse Engineering (for hacking games)
7:26
cazz
Рет қаралды 961 М.
Cracking Software with Reverse Engineering 😳
8:01
nang
Рет қаралды 1,5 МЛН
Saving FPS Games - AI Anti-Cheat
14:12
Basically Homeless
Рет қаралды 1,6 МЛН
HOW AIMBOTS WORK
8:36
cazz
Рет қаралды 959 М.
Why You NEED a DRIVER (for hacking games)
8:03
cazz
Рет қаралды 433 М.
3 Levels of WiFi Hacking
22:12
NetworkChuck
Рет қаралды 1,5 МЛН
CONSTANTS in C++
8:31
cazz
Рет қаралды 23 М.
How do hackers hide themselves? - staying anonymous online
11:55
Grant Collins
Рет қаралды 1,3 МЛН
小路飞姐姐居然让路飞小路飞都消失了#海贼王  #路飞
00:47
路飞与唐舞桐
Рет қаралды 94 МЛН