Making A Kernel Cheat - Part 3/3 - Drawing ESP

  Рет қаралды 64,080

Null

Null

Күн бұрын

Source code and compiled files: / nullterminator
Discord: / discord
Credits
VMCall for his write-up giving me this idea: secret.club/2019/10/18/kernel...
Write-up on PsLoadedModuleList: eforensicsmag.com/windows-pro...
Write-up on how to get kernel module addresses: m0uk4.gitbook.io/notebooks/mo...
KdMapper: github.com/TheCruZ/kdmapper
Timestamps:
0:00 - Thank you for 10k subs :D
0:35 - Video starts
4:20 - Coding
9:10 - Credits to articles
9:54 - Coding
17:02 - Results
17:30 - Demonstration for ESP
Part 3 of my new kernel cheat series. In this video I show how to draw boxes from your kernel driver. :)
If you're wondering i'm using Windows 10 1909 in this video.

Пікірлер: 252
@null7953
@null7953 3 жыл бұрын
Thank you for 10k subs :D Source code and compiled files: www.patreon.com/NullTerminator
@CarrotStealer
@CarrotStealer 3 жыл бұрын
Keep up the good work
@CarrotStealer
@CarrotStealer 3 жыл бұрын
Thanks for the ❤️ love you man
@KubaMorinkton
@KubaMorinkton 3 жыл бұрын
Congrats, u doing great job
@deathallies4456
@deathallies4456 3 жыл бұрын
Thanks for video😁
@quest524
@quest524 3 жыл бұрын
Nice,go cheat arma 3
@kio5k
@kio5k 2 жыл бұрын
I would like to see a continuation of this series, applying this to an actual game. Reading player location, drawing the box based on player bounding box etc, all through this kernel base. I really enjoyed Proton's guide to unity game hacking on GH and have since made an internal cheat for ZeroHour. Unfortunately this is VERY different and am not quite sure how to apply it in a kernel driver based cheat. How would you go about calling game functions/modifying game variables through the kernel? Reading and writing memory, such as a glow cheat or changing controller parameters? Supporting on Patreon! Thanks for this awesome series.
@n0cturnal0
@n0cturnal0 3 жыл бұрын
Nice Video. I've been written my own Tarkov Cheat a few days ago but yours is 100 times cleaner and better
@null7953
@null7953 2 жыл бұрын
My name deez
@rqhzbtw5679
@rqhzbtw5679 2 жыл бұрын
@@null7953 nuts
@dankfam6686
@dankfam6686 2 жыл бұрын
who asked
@scavenger4813
@scavenger4813 3 жыл бұрын
After long time, finally legend is here
@eternablue730
@eternablue730 3 жыл бұрын
Been waiting this for 20 years
@mzh9636
@mzh9636 2 жыл бұрын
pov: youtube's created in 2005
@zhptm9488
@zhptm9488 2 жыл бұрын
you are at 13k subs keep going man :)
@idgnfs-film
@idgnfs-film 3 жыл бұрын
The long awaited return
@cr.6848
@cr.6848 3 жыл бұрын
keep up the great work!
@mzh9636
@mzh9636 2 жыл бұрын
been waiting for this one
@sskybluezen
@sskybluezen 3 жыл бұрын
yooo you are still alive!
@sskybluezen
@sskybluezen 3 жыл бұрын
reallly great vids btw
@louisalakazam738
@louisalakazam738 3 жыл бұрын
I was waiting this video 😁
@sumitKumar-pf9xo
@sumitKumar-pf9xo 3 жыл бұрын
Been waiting for this ...:)
@_stigward
@_stigward 3 жыл бұрын
The goat has returned
@null7953
@null7953 2 жыл бұрын
My Name deez
@shxft7806
@shxft7806 2 жыл бұрын
nice video! pls keep uploading videos :)
@SparkyTheDeveloper
@SparkyTheDeveloper 11 ай бұрын
to anyone trying to get into this like me i have a couple ideas and how to point you into the correct direction, first lets get some things set aside. "usermode" is the actual cheat its self that you can use to say draw esp,"kernel mode" is the kernel driver part of it, this is a way you can identify the driver. next, sitting down and watching this video and doing nothing but that will not help you in the end, you have to genuinely interact with what is saying/doing in the video, think of it this way your sitting down in math class and taking notes, except your at your pc and creating the driver and attempting to learn off of what he is doing alone, im not saying this two hour tutorial will turn you into some crazy coder but it has lots of stuff you will use later on in programming that your going to be glad you learned, im currently trying to watch this and i successfully did part 1, but part two was super out of order and he makes you copy a-lot of stuff down with barely anytime to do so, especially for it being like a hundred lines of code lmao, other than that great video.
@yafetembaye1126
@yafetembaye1126 2 ай бұрын
Are u able to help me?
@buddy3852
@buddy3852 2 жыл бұрын
You can paste your way to glory if you try hard enough. Use the defcon program that finds vulnerable drivers, hook those instead, clear memory pools. But If you pay attention you can learn some essential functions you’ll be reusing constantly. The real issue is 90% of the people watching this video can only do this for a game with an offset dumper. I think null needs to do some more practical reverse engineering videos so people can learn instead of copy the project change a string say they coded a driver and get banned. Good video though for those interested in learning. Keep it up. Don’t spoon feed TOO much though
@MemeFlexStudio
@MemeFlexStudio 10 ай бұрын
Hello, what is the exact name of that defcon program? I tried to do a google search but could only find information on the event, not the program. Thank you very much.
@outcome2715
@outcome2715 5 ай бұрын
lol if you just recompiled a driver and only changed 1 string then say you coded a new driver … yo ahh deserves a ban tbh 😂🎉 but there is nothing wrong with recompiling a detected driver , changing every name that ties it to an application something else , change the strings , use a program on your drivers application to obfuscate the code and add protections to it( do your own research not dropping links) then rename your driver so it’s not the same detected name. theeeeen like you just basically said , use defcon to find a vulnerable driver but forget manual mapping your driver to it that’s alot of work , reverse engineer “efi guard” or get the source code , change the code to target a new driver that vulnerable but keep the same instructions unless you know what your doing more than likely anti cheat keeps track of and checks the publicly known vulnerable drivers… if you manage to find one and your undetected make sure not to leak the driver your hooking or you’ll be detected in a matter of days 🤷🏽‍♂️ another work around if you rather have a signed driver and a vulnerable driver no one else has access to simply , make a vulnerable driver yourself and set the simple application you attach it to to “run on startup” , change “efi” to target your specific driver cause you made it vulnerable on purpose and hook your non signed driver to your signed driver , this will make it easier for you in the long run theoretically this will prevent your signed driver from being revoked and keep a backdoor into your kernel without having to constantly find new vulnerable drivers that other people are using religiously and making it easier for anti cheat to detect since that specific driver keep being caught multiple times by many people hooking unsigned drivers to it🤷🏽‍♂️💯 this way you avoid making a cheat from scratch but still have the leg room to make a cheat thatll actually work. keep in mind this is all based on theory . if you can’t change and recompile everything perfectly you will run into problems making this not work and again no there isn’t a tutorial for this it’s literally an idea i just came up with while doing my own research into finding a work around for my own driver 😂🎉 but this does sound like a damn good idea so ill try it out and try to remember to keep y’all updated even tho this comment was from 2 years ago lol
@outcome2715
@outcome2715 5 ай бұрын
also for the guy above me replying also, don’t look for defcon directly as the name ties to a lot of stuff , simply search “ driver vulnerability scanner” or something along those lines until you find something that’ll do what you need, im pretty sure on kali linux i have on my usb stick (bckpck computer 😊) has a driver vulnerability scanner built in , although attempting to use it from kali -> windows will require you to hack into your own computer with another making it more complicated than it is butttt if you can manage to find out the program on kali linux and see if anyone has made a windows version you’d be on the right track 🎉
@buddy3852
@buddy3852 5 ай бұрын
@@outcome2715 Yeah I stopped at "Use a program to obfuscate your code". Changing strings or the name of the driver has next-to-nothing to do with how drivers are detected. We're talking about kernel object detection, not flagging signatures. Also, the idea of making your own vulnerable driver is both overkill yet outdated at the same time. Nowadays you need an enterprise-level cert, requiring a verified LLC, and need your driver's debug build verified by Microsoft. In reality, anybody can use a flagged vulnerable driver with the PoC Kdmapper, just clear the traces of the vulnerable driver depending on the AntiCheat. Then figure out your own Kernel-Usermode IPC, hijack a thread or bury a system worker thread / work item, then write/read without KeAttachProcess. Congratulations, you now have an undetected kernel driver. There's better ways to do it. If you have more experience, make a mapper that doesn't require messing with the bootloader or a vulnerable driver at all. Lastly, don't touch EFI unless you know what you're doing. It's not necessary for most anti-cheats, and it's just going out of your way to manually import Windows functions. Though if you did prefer to go the EFI route, just take EFi-Memory PoC and come up with a different method of communication, preferably without hooking anything. In practice for EFI, you can just wait for the OS to load, manually resolve some functions to wait for a certain native process, and then throw a struct in there for comms. Read/Write the struct via memory without attaching or via physical memory. Then have your overlay / usermode program read/write the struct. Put the struct in the PE header or some function / program that's never called or checked. You would have no real callbacks to the driver at all.
@jasonb1318
@jasonb1318 2 жыл бұрын
Do you sell bypasses for games,if u do is there any chance u have one for back 4 blood?
@user-te4sv9fq3k
@user-te4sv9fq3k 3 жыл бұрын
Love this tutorial
@apinchofrhythm2803
@apinchofrhythm2803 2 жыл бұрын
thanks for series! actually pretty good content, if I am honest. fix the NtQueryCompositionSurfaceStatistics hook by returning the original function when call is made from anywhere other than our usermode app. Chrome indirectly makes calls to it, and of course kernel doesn't know what to do with them. fix the original getexport function situation by importing NtUserReleaseDC from win32kbase, NOT win32kfull. the other 5 are exports of win32kfull ~thanks again!
@quasa0
@quasa0 2 жыл бұрын
Can you explain the second paragraph plz
@quasa0
@quasa0 2 жыл бұрын
About the getexport
@joshmckay973
@joshmckay973 2 жыл бұрын
Hey, I get you haven’t focused on directx stuff in a while but I would love a tutorial on how to do a wireframe mode cheat. My dx9 wireframe either won’t work or looks bad, and my dx11 wireframe cheat only seems to work on shadows in gta v. There’s clearly something I’m missing but I can’t figure out what it is for the life of me
@Den00080
@Den00080 2 жыл бұрын
Nice video! Would be nice a video that shows us how to decrypt addresses in rainbow six for example!
@null7953
@null7953 2 жыл бұрын
My name is deez
@rqhzbtw5679
@rqhzbtw5679 2 жыл бұрын
@@null7953 nuts
@colby9692
@colby9692 3 жыл бұрын
Good video, Ive been seriously interested in making myself a cheat but never actually was motivated enough. I found the other 2 parts to this video the other day and you just uploaded this one so i may give it a shot finally. Do you have any other resources I could use to learn more about reversing and kernel drivers?
@AlexOxygen
@AlexOxygen 2 жыл бұрын
Honestly dude, if you haven't made other cheats just fuck around with cheat engine for a few days to a few weeks. You'll start to understand memory a little better. Use it on a bunch of games (I used games like dying light, shitty unity games, and csgo on insecure). You could also try using the ASM templates in cheat engine for some practice understanding asm and how jumps work.
@RedditNovelties
@RedditNovelties 2 жыл бұрын
Lmao dude it’s going to take you at least three years of learning c++ before you can even begin to learn this
@AlexOxygen
@AlexOxygen 2 жыл бұрын
@@RedditNovelties I disagree with that timeframe. If you are a person who can hyperfocus, you could make kernel cheats after a year.
@RedditNovelties
@RedditNovelties 2 жыл бұрын
@@AlexOxygen lol I know. I was being an idiot. Here's the best guide for learning game hacking: guidedhacking.com/threads/ghb0-game-hacking-bible-introduction.14450/
@quasa0
@quasa0 2 жыл бұрын
@@RedditNovelties i mean it's trash innit?
@hackerbo4765
@hackerbo4765 2 жыл бұрын
So how would you go about drawing the esp on players in game would you just code it like an external in the user mode part of the code?
@null7953
@null7953 2 жыл бұрын
Yes.
@april3452
@april3452 2 жыл бұрын
I got everything working except the ESP only works with FullScreen Windowed, if I try to do FullScreen it doesn't overlay the game, is there anyway to make it work on FullScreen?
@nolanpierce
@nolanpierce Жыл бұрын
uhm do internal?
@BandyX
@BandyX 3 жыл бұрын
there must be atleast 50 people who pasted the entire code and used it in r6 or eft and got banned
@henkpipo4233
@henkpipo4233 2 жыл бұрын
and at least 5 that tried to push some crap ass p2c xD
@monthyx
@monthyx 2 жыл бұрын
I JUST FKIN LOVE YOU
@Scalleydee.
@Scalleydee. 2 жыл бұрын
do you have any video or anything on the priavte clash server i want to make one myself but have no clue how to
@XentaModz
@XentaModz 11 ай бұрын
would be good to see you make something for a different game or do an update video for cs if the ways have changed
@mucomplex9115
@mucomplex9115 2 жыл бұрын
We support you, never stop losing hope on us
@null7953
@null7953 2 жыл бұрын
This means a lot thank you.
@null7953
@null7953 2 жыл бұрын
My name deez
@mucomplex9115
@mucomplex9115 2 жыл бұрын
@@null7953 hi deez,i'm mucomplex..just doing cybersec stuff
@chaxs_
@chaxs_ Жыл бұрын
@@null7953nuts
@Goku20203134
@Goku20203134 2 жыл бұрын
coding so complicated i always wanted to start doing it is there like a website to get started to read some stuff? thanks for your effort tho
@xCookiee
@xCookiee 2 ай бұрын
Lookup ce50 (programming language)
@xlostlovex
@xlostlovex Жыл бұрын
Hey Null, good day, discord link no longer works. Was wondering if you would help support other game if I join ur patreon? Great stuffs, I will try to learn as much now from you guides before you reply cheers!
@user-yz8do8vu1s
@user-yz8do8vu1s 3 жыл бұрын
You are a god
@april3452
@april3452 2 жыл бұрын
I have a question about drawing esp in games. Will the ESP be delayed since it is not being drawn directly by the .exe?
@null7953
@null7953 2 жыл бұрын
That’s like saying is the rpm delayed because it’s not being called from the .exe
@april3452
@april3452 2 жыл бұрын
@@null7953 Oh ok, thanks!
@user-fo4sy2rr2w
@user-fo4sy2rr2w 2 ай бұрын
All of this stuff seems to complicated. I took C++ in college, but dropped out of it. is there a step by step guide on how to make kernel cheats? Would it be better to use Rust instead of C++?
@manolov4074
@manolov4074 3 жыл бұрын
Your videos are not bad but I think they are not in depth as much as they need to be . For example I would love to see CS GO hacks from start to finish. Do you have any courses ? Or create some hacks for the Fall Guys game . That would be very interesting as well !
@trixnakscripts719
@trixnakscripts719 2 жыл бұрын
the driver is currently ud for BE?
@rtsvalkyrie4689
@rtsvalkyrie4689 6 ай бұрын
Can you make a video creating this for tarkov or reference how
@gaochen9392
@gaochen9392 2 жыл бұрын
Hello cool boy,can you do a series of making a cheat for NBA2K21 Arcade Edition mac or just pc version,I use Bit Slicer or Cheat Engine ,but there still so many things I can't cheat, such as the Attributes upper limit or the Badges upper limit or getting extra upgrade points.
@ismabueno5502
@ismabueno5502 8 ай бұрын
Everything works fine. Even the small square render in the top left corner. But something happens when trying to get the module address of a program. It just returns 0. Does anyone has the same problem or knows what happens ?
@dungledang5120
@dungledang5120 3 жыл бұрын
So, my 10K video :v `i'm Zed`
@LevitateGameplays
@LevitateGameplays 3 жыл бұрын
Finally
@solider444
@solider444 3 жыл бұрын
your welcome broo.
@zteq..
@zteq.. 2 жыл бұрын
Hello i want to ask if u can creat a ESP for Rainbow Six
@ludvigesbjornsson6814
@ludvigesbjornsson6814 2 жыл бұрын
Any books or resources you recommend to learn how to do this on your own?
@null7953
@null7953 2 жыл бұрын
Windows internals
@ludvigesbjornsson6814
@ludvigesbjornsson6814 2 жыл бұрын
Alright thank you. Keep up the content.
@mzh9636
@mzh9636 2 жыл бұрын
@@null7953 is my name deez?
@wavessky6199
@wavessky6199 2 жыл бұрын
Can you reverse engineer? If so, can you help me with something that I would like to discuss elsewhere? Like Twitter or something.
@achikomezvrishvili9033
@achikomezvrishvili9033 2 жыл бұрын
Hey :) When i try to map driver sys file with KDMapper Windows is crashing says your computer ran into a problem with blue screen. Any idea what is happening ?! Thnks
@spooky3680
@spooky3680 2 жыл бұрын
check in part one, when he uses windbg.exe, he talks about that blue screen and how to fix it
@desync7
@desync7 3 жыл бұрын
No way finnaly
@user-fq8tl3oc6v
@user-fq8tl3oc6v 9 ай бұрын
Will this get me banned on tarkov if I copy this tutorial
@lythrongaming
@lythrongaming 2 жыл бұрын
Yo, i wanna ask for help. Did anyone knows how to extract the string/addresss into an image? I think it is possible
@zarifirfann
@zarifirfann Жыл бұрын
I've got csgo_radar file to bypass faceit.. But i dont how to make it run when boot. Can you help me?
@andris1337
@andris1337 3 жыл бұрын
Its been 70 years
@KasperSlapsShots
@KasperSlapsShots 3 ай бұрын
Yo do you have a discord server
@EzDevCheats
@EzDevCheats 3 жыл бұрын
🐐
@haonski7791
@haonski7791 2 жыл бұрын
Does this still work to this day?
@geneticallygamer
@geneticallygamer 2 жыл бұрын
Are you working on any other video?
@ruiraiz9694
@ruiraiz9694 2 жыл бұрын
How long would you need to make an undetectable fortnite cheat?
@null7953
@null7953 2 жыл бұрын
1 day
@gemz2654
@gemz2654 3 жыл бұрын
How are you able to find offsets and pointers from games that don't allow cheat engine. I've tried changing hex values and strings for cheat engine but it still detects it. I've looked into using IDA to reverse games but not exactly sure what i need to be looking for.
@null7953
@null7953 3 жыл бұрын
For rust and tarkov i dump game using unispect
@bearish.
@bearish. 3 жыл бұрын
@@null7953 Can you make a Video on this?
@gemz2654
@gemz2654 3 жыл бұрын
@@bearish. definitely agree
@gemz2654
@gemz2654 3 жыл бұрын
@@null7953 Would anticheat be able to detect dumpers like that?
@null7953
@null7953 3 жыл бұрын
@@gemz2654 u dump without the game running bro
@LilMeep_x
@LilMeep_x 2 жыл бұрын
can you make a deadside cheat ?
@jeth5177
@jeth5177 Жыл бұрын
If I join Patreon, I can just skip the 3 videos and be done with it?
@asdasdaa7063
@asdasdaa7063 Жыл бұрын
you will ascend to the level - jew monk.
@aivyy
@aivyy Жыл бұрын
yo man, thanks for your videos‎‍🔥Can u please make video about hacking games based on UE4? e.g deadside
@TheCodeLE
@TheCodeLE 5 ай бұрын
Teach agent how to make a driver to make the cheat undetectable for games with anticheat please
@jcerbaro
@jcerbaro 2 жыл бұрын
Will this bypass BE?
@HyphenzaOfficial
@HyphenzaOfficial 2 жыл бұрын
wont this just get you banned ingame though?
@miloyz250
@miloyz250 3 ай бұрын
Does this work for COD Warzone ? RICOCHET
@cheeseburger251
@cheeseburger251 2 жыл бұрын
good shit
@null7953
@null7953 2 жыл бұрын
cheeseburg
@drax6108
@drax6108 Жыл бұрын
This man vanished. Will he ever return?
@geling406
@geling406 2 жыл бұрын
Can you teach us how to debug the game
@barenz8185
@barenz8185 2 жыл бұрын
Yo bro I am new and was wondering what the difference between kernel and others is
@MissesGaming
@MissesGaming 2 жыл бұрын
Kernel cheat means that you do your stuff on the lowest level on your OS. In most cases this means: you stay undetected. Normally you do it in this way: you do the read/write processes on the kernel level and the other stuff on the "normal" lvl. Anti Cheat systems will always block your requests if you don't do them on a kernel level.
@barenz8185
@barenz8185 2 жыл бұрын
@@MissesGaming So kernel are the cheats that get sold on different Websites right ?
@barenz8185
@barenz8185 2 жыл бұрын
@@MissesGaming First of all thanks for your reply
@MissesGaming
@MissesGaming 2 жыл бұрын
@@barenz8185 Mostly: yes. It makes no sense to not use a kernel cheat since AntiCheats like VAC are not able to detect it (so you stay undetected there) and it's harder for other AntiCheats to detect it.
@barenz8185
@barenz8185 2 жыл бұрын
@@MissesGaming very kind 🤝😘
@mrnobody9268
@mrnobody9268 3 жыл бұрын
pog
@bloodyink3423
@bloodyink3423 2 жыл бұрын
bruh you're talking to fast in the video but thank you for the recording anyways.
@prodHypeds
@prodHypeds 3 жыл бұрын
finally bruh
@hamedhaidari8658
@hamedhaidari8658 2 жыл бұрын
hey, there is a game called growtopia. can you look into it if you can hack and get more access to do more stuff and duplicate items? it's looks like minecraft but it's a 2D game with a lot of players, I used to play it as a kid and busted my ass to get rich in it but gave up, it was really frustrating and time consuming. please let me know if you able to do it
@davidlaidbiggestfan212
@davidlaidbiggestfan212 2 жыл бұрын
Null, would love for you to do call of duty series
@BenDover-_-
@BenDover-_- 2 жыл бұрын
Same
@micheallovis5369
@micheallovis5369 Жыл бұрын
Can U make a Trainer For me For a Price if Yes how can i get in touch Thanks
@FakedrippyX
@FakedrippyX 2 жыл бұрын
Can i use this for rust
@null7953
@null7953 2 жыл бұрын
yeah
@conradpierce8994
@conradpierce8994 2 жыл бұрын
Here lies Null
@1600kavion
@1600kavion 2 жыл бұрын
can u make a warzone cheat video
@enzoberry1575
@enzoberry1575 3 жыл бұрын
Noice
@googlemeetadmin2164
@googlemeetadmin2164 2 жыл бұрын
can you make one for rust
@dylanmatthews7431
@dylanmatthews7431 2 жыл бұрын
I have a question for you when it comes to wanting to crack a game. Do you personally know if there is anyone talented enough in the scene to reverse engineer the game Path of Exile? People say it's one of the worst targets they've ever attempted, with a bunch of abstraction layers and you get perma banned if you even look too long. It's a live server client and the game is free, but people want to make their own private server out of it to be able to play the content the way they want, in a non-profit fashion obviously. Any ideas on how you would go about bypassing the drm on this live service client and getting the source code for people to make their own private server out of it?
@mzh9636
@mzh9636 2 жыл бұрын
Dylan, well you can try to k--
@buddy3852
@buddy3852 2 жыл бұрын
this isn’t a reverse engineering video it’s a driver video. However, the problem with MMO games is the server side checks. The anti cheat on the clients end at least (what stops you from debugging and dumping the game for “too long”) can easily be disabled with experience. And then you’d have free rain to dump the game. Again all client side anticheats can be either completely disabled (or their methods useless or returning false values), or gotten around (hiding your cheat properly).
@alam300
@alam300 2 жыл бұрын
please can someone help me make fortnite esp ?
@riugwiurbw6267
@riugwiurbw6267 3 жыл бұрын
Good stuff. But how would you go about using a external dll instead of a Usermode app?
@null7953
@null7953 3 жыл бұрын
bruh
@tacillo
@tacillo 2 жыл бұрын
OK wait what is an "external dll" and what do u mean with "instead" of a usermode app bruh?
@goozjeesh46
@goozjeesh46 Жыл бұрын
"external dll" 💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀
@0xDEADDEAD
@0xDEADDEAD 2 жыл бұрын
isnt kdmapper detected huh??
@null7953
@null7953 2 жыл бұрын
-.-
@timt7756
@timt7756 2 жыл бұрын
where i can downlowd cheats
@null7953
@null7953 2 жыл бұрын
www.patreon.com/NullTerminator
@OtherDillusion
@OtherDillusion 2 жыл бұрын
You should help out engine owning, they take forever to update
@null7953
@null7953 2 жыл бұрын
Lmao
@fl3tched
@fl3tched 3 жыл бұрын
I learned java... c++ is scary
@spooky3680
@spooky3680 2 жыл бұрын
sad life choice
@haydenknowlton22
@haydenknowlton22 2 жыл бұрын
Can u figure out how to hack fortnite I’m been struggling because anti cheat for fortnite is so broken it is hard to bypass I’m struggling to due so
@Mathewx1111
@Mathewx1111 2 жыл бұрын
Bro can you please show us how to hack phasaphobia and make ghost esp and location be amazing :)
@ctchicken9878
@ctchicken9878 2 жыл бұрын
Could you possibly do a "Creating an EFT hack" series? :D
@uslph.
@uslph. 2 жыл бұрын
you have everything you need with these 3 tutorials
@buddy3852
@buddy3852 2 жыл бұрын
No. THis is what’s wrong. You people aren’t learning reverse engineering. You’re learning how to make a driver. But then what? You need to actually learn how to make a cheat before trying to make a driver or else you’d know how to actually reverse a game first
@flowiii2807
@flowiii2807 3 жыл бұрын
Show us the process of making a full cheat for a newer game like tarkov, or rust, etc... that would be one of the biggest videos on hacking on KZfaq.
@blau4635
@blau4635 3 жыл бұрын
or pay attention to what hes teaching and use it in newer games?
@flowiii2807
@flowiii2807 3 жыл бұрын
@@blau4635 hey, thanks for the response. I made it clear it could be any new game. The point was to show a template of the process of reversing games from start to finish. But hey I can see how you might think I’m just looking to copy paste.
@blau4635
@blau4635 3 жыл бұрын
@@flowiii2807 yeah sounded like you were j trying to copy and paste my bad LMAO. theres a lot of good resources out there for reverse engineering like guidedhacking and some decent posts on unknowncheats but for the most part reversing newer games is the same as older games you j need the basics of reverse engineering and to practice by taking random shit apart
@blau4635
@blau4635 3 жыл бұрын
@@flowiii2807 but yeah a single video covering everything reversing related would be pretty huge
@flowiii2807
@flowiii2807 3 жыл бұрын
@@blau4635 1.that’s what she said. And 2. He could make a series
@sazzy94
@sazzy94 Ай бұрын
is this going to work for cs2 in 2024?
@null7953
@null7953 Ай бұрын
Yeah but getting module base address is different for x32 processes just google it
@sazzy94
@sazzy94 Ай бұрын
@@null7953 thanks man
@lapland8632
@lapland8632 Жыл бұрын
Hello, Can u make me a moviestarplanet hack for me? for money ofc
@nahumdurrani9648
@nahumdurrani9648 3 жыл бұрын
will this work on warzone
@null7953
@null7953 3 жыл бұрын
Yes
@asdasdaa7063
@asdasdaa7063 Жыл бұрын
new videos NULL please:(
@cuongpt5556
@cuongpt5556 2 жыл бұрын
Edit Packets Game Online Tutorial please, Bro
@Kingof11140
@Kingof11140 2 жыл бұрын
warcraft maphack tutorial pls
@socold5479
@socold5479 Жыл бұрын
Could somebody make a player and items esp for the game “dayz”? I’ll pay?
@syllable7843
@syllable7843 Жыл бұрын
Syllable#2478
@slimenemo6727
@slimenemo6727 6 ай бұрын
Make MW3 chair
@notldog4209
@notldog4209 3 жыл бұрын
Great vid! I got a question, do you have any free escape from tarkov cheats?
@zentrocs
@zentrocs 3 жыл бұрын
Shut up and make your own
@notldog4209
@notldog4209 3 жыл бұрын
@@zentrocs true true
@SmashedEdits
@SmashedEdits 2 жыл бұрын
Hahah just botted ur channel so i can get part 3 bois
@quasa0
@quasa0 2 жыл бұрын
I kinda want part 4 can you plz continue botting lol?
@thebrolombard8533
@thebrolombard8533 2 жыл бұрын
MAKE MORE VIDEOS!
Sprinting with More and More Money
00:29
MrBeast
Рет қаралды 178 МЛН
Каха инструкция по шашлыку
01:00
К-Media
Рет қаралды 8 МЛН
ИРИНА КАЙРАТОВНА - АЙДАХАР (БЕКА) [MV]
02:51
ГОСТ ENTERTAINMENT
Рет қаралды 1,4 МЛН
CRUD  WITH PHP| MYSQL,AJAX
1:25:44
Mr inus
Рет қаралды 40
Trying to do Simple Tasks on Linux lol - Daily Driver Challenge Pt.3
29:44
Linus Tech Tips
Рет қаралды 2,7 МЛН
HOW AIMBOTS WORK
8:36
cazz
Рет қаралды 964 М.
How Hackers Exploit Vulnerable Drivers
23:58
John Hammond
Рет қаралды 42 М.
Making Simple Windows Driver in C
7:26
Nir Lichtman
Рет қаралды 321 М.
What is a kernel - Gary explains
9:50
Android Authority
Рет қаралды 949 М.
You Should Learn C++ (for hacking games)
6:11
cazz
Рет қаралды 451 М.
"You can be a kernel hacker!" by Julia Evans
33:31
Strange Loop Conference
Рет қаралды 121 М.
HOW ANTI-CHEAT BYPASSES WORK
8:18
cazz
Рет қаралды 417 М.