Source code and all compiled files on my patreon www.patreon.com/NullTerminator ! Join my server if you need help or want to chat! discord.gg/d8eZzbC Function Table: j00ru.vexillium.org/syscalls/win32k/64/ KDMapper I Used: github.com/TheCruZ/kdmapper-1803-2004
@rodrigoreis66154 жыл бұрын
In your RainbowSixSiege driver do you clean the PiDDBCacheTable??
@jmhg64824 жыл бұрын
@@rodrigoreis6615 I would also like to know this
@jmhg64824 жыл бұрын
@@rodrigoreis6615 you do if you want to make it less detectable, as kernel anti cheats can detect things that are left over after you unload your driver, so clearing MmUnusedDrivers and piddbcachetable is a must if you wish to stay undetected
@rodrigoreis66154 жыл бұрын
already do this in my rust cheat, thanks anyway, but i used data ptr comunication
@제작자납신다4 жыл бұрын
I got a question for you. I need to use CE on my online game 'great merchant', but unfortunately I'm not used to English, so I don't fully understand your video. my understanding is, it basically don't get detected, so I think I can use your compiled CE in your patreon. one thing I'm concerned is that your first video says it works when properly used, does it require something different when I use it?
@FreeDomSy-nk9ue4 жыл бұрын
It surprised me to see you still active in the game hacking, making tutorials and learning as well. I remember your old tutorials from 2018. I was just checking my overstocked bookmarks from 2018 and found "Channels" folder. Your channel is the only active one. Glad to see you again, mate. Hope you're doing good. Keep up!
@null79534 жыл бұрын
:)
@code85634 жыл бұрын
Dude a video on manual mapping and thread hijacking will be really appreciated and thanks for doing so much of hard work to make these tutorial videos for us.
@qwuytenmbxzc4 жыл бұрын
Why cant you just google sometimes?
@null79534 жыл бұрын
Sold crack n some old air max
@ROWEYSERVICES2 ай бұрын
Just started learning to hack and mod games and your literally one of the best ones ive watched to learn from the way you explain things are mint still a long way off 😅😅
@hackerbo47654 жыл бұрын
So would you make the cheat like making basically a internal cheat?
@baro1620 Жыл бұрын
Hi, could you plaese tell me why am i getting error while launching .exe in call_hook function. I've mapped driver correctly but it still doesn't work. I've downloaded done project and it still doesn't work.
@nullbeyondo2 жыл бұрын
You forgot some important bit of info to tell the viewers. In case someone decided to hook a UI syscall (unlike the one you decided to hook), they'd need to do `LoadLibrary("user32.dll");` (add at the start of your main function) to populate the kernel callback table before calling it. Unless they're already calling from a UI-thread, then they wouldn't need to since it'd be already loaded. In the case of the program in this video, it is not ui so it is needed if you decided to hook a ui syscall.
@leonbass5399 Жыл бұрын
Thanks, super helpful stuff
@ronaldchan30804 жыл бұрын
Hi there Null, nice video on the topic again! I would like to point out that in the usermode program, before calling the hook function in win32u.dll, a LoadLibrary("user32.dll") should be ran first or otherwise will sometimes result in being unable to call the hook in win32u.dll and crash due to some dependency issues, other than that everything was amazin and keep up the work! :D
@null79534 жыл бұрын
Thanks! And I didn’t know about that good work! :D
@bruhmoment57574 жыл бұрын
@Ronald Chan thank you so much, my hook was getting an access violation and now i added this it works :D
@teoogey85734 жыл бұрын
@@null7953 hey null can you help me with diep io hack ? in exchange i will give you 15 dollars what you say ?
@JustZerooo4 жыл бұрын
Example please sir :O
@spooky36803 жыл бұрын
YOU'RE A LIFE SAVER!!!!
@windrush80444 жыл бұрын
is it possible to disable TAA in a game or adjust its settings ???? There is a game in particular i been wanting to disable TAA for a year now with no help....
@imagination7044 жыл бұрын
Killin it on the KZbin front man! Keep up the good work!
@null79534 жыл бұрын
Thank :D
@HyphenzaOfficial2 жыл бұрын
noob question.. whats the diffrence between a Kernel cheat and just a normal internal or external cheat?
@CollectiveMedia4 жыл бұрын
Do you do software commissions?
@tyberesford70564 жыл бұрын
would [call] achieve the same effect as [jmp]?
@jmhg64824 жыл бұрын
How do I run the hack, do I inject or use the program you used in part 1
@null79534 жыл бұрын
You need to map the driver using kdmapper or something
@jmhg64824 жыл бұрын
Null Thankyou bro
@nomadicjester2 жыл бұрын
bsod fix? im on windows 11 is that why and can it be fixed if so without going back to win 10
@ziphys92774 жыл бұрын
any idea why when i load the um it open then closes instantly, new at this
@noabntz2 жыл бұрын
How to read memory because when i try it doesn't work, what function do i need to call there are so much?
@albi29554 жыл бұрын
45:25 Nice one, love it
@windrush80444 жыл бұрын
will you possibly disable two effects for me in a game ? i need engine assent screen space film grain " film_grain.dds " disabled, and tsaa disabled. game is free or if anything can get you the game.
@Надежда-й6б4я4 жыл бұрын
Hello! Thank you so much, but....What could be the reason for the system crash after calling the function MmCopyVirtualMemory? AAnd this only happens if i allocate memory with ExAllocatePoolWithTag. If I do it static and stupid like uchar buffer[1000] it works... I also use ExAllocatePoolWithTag for buf to read the text from the file. And it works fine....
@dj_blackout2 жыл бұрын
valable for all games ??
@pcgamingmasterrace13604 жыл бұрын
I am very excited for this video!
@null79534 жыл бұрын
What would you rate it 1-10
@pcgamingmasterrace13604 жыл бұрын
Null 8/10
@Miles-co5xm3 жыл бұрын
@@null7953 null / 10 XDD
@Miles-co5xm3 жыл бұрын
@@null7953 just a question , can we create a static varialble using detour hook , ? i want to save a return value to a static variale so i dont have to keep on calling a function , which game is already calling , but game doesnt store it in a static var
@quasa03 жыл бұрын
@@Miles-co5xm did you figure it out?
@nomadicjester2 жыл бұрын
fixed bsod by hooking diff function but still not getting an output in console after running user app
@neilbyronlaylay15003 жыл бұрын
What's kernel cheat if i may ask?
@KillerJake179 күн бұрын
i did it the same way u did it but my console js opens and closes
@strikecheats53344 жыл бұрын
Do i need to clear PiDDBCacheTable to be ud ???
@denzel26174 жыл бұрын
soooo if i make my own hack for the rust, will it be undetectable?
@EnvoyFN6 ай бұрын
you have to make a rlly good bypass
@jmhg64824 жыл бұрын
Would it be possible to make a mod menu using a kernel driver, if so how, if you could make a video on it that would be amazing
@dire2843 жыл бұрын
Just use the UM memory functions instead of winapi?
@GoToSleep_Mike4 жыл бұрын
Guys please support him!! he deserves every support he gets, I personally would love to support him on patreon but sadly I can't since I'm from 3rd world country. But Imma work my ass off and come back to support him for sure.
@vFDom4 жыл бұрын
can you send me the code for the injector that you did a year ago
@idgnfs-film4 жыл бұрын
Im having trouble writing floats is "write(address, .1f);" the correct format?
@kingtube95484 жыл бұрын
Are you still giving like private teaching on your patreon ?
@souptenderpanini31064 жыл бұрын
Hey, you should make a tut on how to find pointers for vtables in IDA I think that'd be very cool
@Miles-co5xm3 жыл бұрын
class informer maybe ??
@creativecreeper07284 жыл бұрын
Hey, I was wondering if I could get some help with this tutorial. I'm getting an error in memory.cpp at line 166. The error is 'write_kernel_memory':function must return a value. I was also wondering if you could explain the shellcode so I could make this undetected by EAC. I'm new to this and I don't have much experience with programming lol.
@devanspencer11874 жыл бұрын
No idea what the code is but just return 0; in the function and see if it causes problems, if not leave it.
@creativecreeper07284 жыл бұрын
@@devanspencer1187 ok, thx i will try it now
@qwuytenmbxzc4 жыл бұрын
Lmao are u serious believe that only shell code make this detected? Theres a lot stuff to do to make it undetected. Also it depends on game you want to hack. And afaik kernel patching is detected by eac/be in most games so you must bypass that first of all.
@null79534 жыл бұрын
uglych fax bro not like I’ve been hacking r6 and rust for months using this
@qwuytenmbxzc4 жыл бұрын
@@null7953 why would you make a video if it is ud?
@jmhg64824 жыл бұрын
Could you make a video on how to obtain offsets/signatures for games that have a kernel anticheat, like fortnite and rust. Would be incredibly useful
@yaikistrafes69694 жыл бұрын
just disable the anti cheat and go into a creative game or something
@yaikistrafes69694 жыл бұрын
or you can reverse the game
@jmhg64824 жыл бұрын
@@yaikistrafes6969 thanks
@Miles-co5xm3 жыл бұрын
@@yaikistrafes6969 hmm , and they woont check anythhing rright ?
@sahilmajgaovker86883 жыл бұрын
Can we dupe in online game using cheat engine?
@ChatGPT-IV3 жыл бұрын
no u will get kicked from the server.
@sahilmajgaovker86883 жыл бұрын
@@ChatGPT-IV ?
@dire2843 жыл бұрын
Depends on the game but probably not because games usually store items/currency server side.
@tfkid25222 жыл бұрын
Wont your CreateToolhelp32Snapshot get detected by EAC?
@Fizzy59542 жыл бұрын
probably not since it only creates a list of processes
@modernplumbinginc43944 жыл бұрын
What is a kernel cheat? An undetected one?
@blobfish37584 жыл бұрын
is this an online r6 cheat or offline?
@Blaze-zf4tc4 жыл бұрын
Dam that thumbnail lookin clean
@freetoplay97214 жыл бұрын
Thanks you, I’m gonna see if I can make something over a BE protected game 🥰
@julianhemmer10032 жыл бұрын
did you make it ?
@supernova9325 Жыл бұрын
.data hooks are detected asf bro
@albi29554 жыл бұрын
I'd love to see reversing current r6s offsets or any other encrypted game.
@null79534 жыл бұрын
Bruh I got no clue how to do that
@realnoobbot4 жыл бұрын
@@null7953 F, I'd like to see siege being reversed
@_p-3 жыл бұрын
@Gijs yes you can I deleted the comment because it was false lmao
@benkoch6212 жыл бұрын
@Gijs On UC tou will find basically every R6 Offsets you need + the required de/en-cryption.
@Nekx864 жыл бұрын
thanks for helping made kernel cheat this video is gold wiki
@Jorgeee4 жыл бұрын
Part 3 when.
@null79534 жыл бұрын
When I’m happy again
@rqhzbtw56793 жыл бұрын
part 3 maybe ?
@th.m67182 жыл бұрын
u write at 35:25 something wrong and u never coreccted it, what is it?
@Cerri74 Жыл бұрын
@@le_fraudeur you saved my life
@bono_meisterr8564 жыл бұрын
hii! can you maybe make a video about coding things like mod menu's for like gta V and stuff? i would love that!
@kubakakauko4 жыл бұрын
cool bro keep it up
@omentexza33744 жыл бұрын
can you do a tutorial how to make a modernwarfare esp cheat
@desync74 жыл бұрын
He wont do that, basically with all his external cheat tutorials for csgo and theese kernal cheat video if you learned from it then you can make it your own pretty easy
@ImperiumLibertas2 жыл бұрын
@@desync7 kernel can read memory from any process
@rockababy4 жыл бұрын
how long have you been programming?
@null79534 жыл бұрын
2 days
@rockababy4 жыл бұрын
@@null7953 such a troll, i like it. you should do some malware reverse engineering.
@Acanaceous_YT2 жыл бұрын
loved it, thanks
@Goblin7014 жыл бұрын
I want to say thanks, so thx man
@Richard49493ahf4 жыл бұрын
Good shit man
@revenge34034 жыл бұрын
Where’s part 3 I NEED TO KNOW SOME EXAMPLES ON GAMES.
@ryanhannagan48564 жыл бұрын
Do it yourself... don't paste
@kyanmachiels424 жыл бұрын
@@ryanhannagan4856 It is a great way to learn by looking at others people code and trying to understand what they are doing. What you are saying is totally irrelevant.
@wanderingtf23144 жыл бұрын
You should teach us how to integrate Imgui into an external cheat :)
@s000x3 жыл бұрын
google.com
@goozjeesh462 жыл бұрын
@@s000x whats that? im scared to click on it because it could be dangerous or inappropr!at3
@s000x Жыл бұрын
@@goozjeesh46 deadly computer virus
@skgaming35624 жыл бұрын
How to code valorant cheat?
@saadahmed35812 күн бұрын
are you really want to do this?
@notbadtv56124 жыл бұрын
Why do you ban supporters on discord?
@null79534 жыл бұрын
What’s your discord
@notbadtv56124 жыл бұрын
@@null7953 It was just a kick I mentioned people @here #counting
@wayllle3 жыл бұрын
? Where are you dude yre the best ❤️
@clientsx4 жыл бұрын
Can you take a gta5 cheat?
@notbadtv56124 жыл бұрын
Thanks for this videos
@OWAMixJawad-dh3hv4 жыл бұрын
Bro Please Make own injectors for PUBG mobile online game I have Dell files or I'm 13 old child. What can you help me please!!! I'm making one injector but they not working properly OR I make all scripts , esp, aimbot,fastrun, or more etc... Please gide me please
@akshatrajput41414 жыл бұрын
If you make own mod menu in android game like pubg use==> 1.Sketchware app 2.Andlua app 3.C4droid for CPP app 4.Apk editor pro app 5.Mt manager app 6.Game guardian app and any code editor 7.And .lua or .CPP programming language. 🇮🇳🇮🇳🇮🇳🇮🇳
@akshatrajput41414 жыл бұрын
For emulator ==> 1.Visual studio 2019 with VB.net framework. 2.direct x SDK 3."Cheat engine" for esp addresses and values. 4.'CPP or .Cs programming language 🇮🇳🇮🇳🇮🇳🇮🇳
@heena331234 жыл бұрын
I have a work for u. R u interested to do? Work is decompile apk file and internal changes in game
@akhilalapati50294 жыл бұрын
Can u do a dead by daylight hack video?
@dylanriley43643 жыл бұрын
lol, i was about to comment why tf is he making a global variable static?
@ProdBaly4 жыл бұрын
Bro do it new Cs go cheat series pleas new external hacks ı want to create my own aimbot and undetected ı dont want to get a ban, how ı do this
@michaelmarcano28194 жыл бұрын
Could i pay you to create something for me ?
@kvoz13374 жыл бұрын
u are awesome
@pubgfrag1104 жыл бұрын
bruh, listen, i need call of duty 4 cod4x promod hack, can u make a tutorial on this or release hack bcz game updated and when we open old hacks it says ur game crashed, so kindly its a request to make an undetected hacks for cod4 thanks
@null79534 жыл бұрын
Yeah sure bro no problems
@pubgfrag1104 жыл бұрын
@@null7953 love u bruh, i will w8 for cod4 promod hacks thanks!
@donotdiezyt75033 жыл бұрын
@@pubgfrag110 lmao
@Wone13374 жыл бұрын
pls csgo external chams or mirror cheat
@viegarcaitlyn55694 жыл бұрын
Hi sir i saw your all video your so great sir you can make anykind of cheat on the game your like an anonymous
@shuva_4 жыл бұрын
How to create antiban hack for Pubg Gameloop Emulator. Plz!Plz!Plz!
@eternablue7302 жыл бұрын
PG ?
@OWAMixJawad-dh3hv4 жыл бұрын
I'm waiting for your reply!!!..................................,....
@null79534 жыл бұрын
?
@OWAMixJawad-dh3hv4 жыл бұрын
@@null7953 need pubg work injector video
@Timo-Epis Жыл бұрын
Where is 3/3 :D
@null7953 Жыл бұрын
kzbin.info/www/bejne/eWLbcouNqNmIp8U
@jaydencu5534 жыл бұрын
CHESTERSTONE FOR 2020 PRESIDENT
@antonchornous4 жыл бұрын
wow Good
@desync74 жыл бұрын
Null can you please unban me from your Discord my name is ERROR, some guy told a mod that i ess trying to scam him when i didn’t even Know him so a mod banned me for no reason
@null79534 жыл бұрын
So sorry about this I just unbanned you. All admins were demoted a while back due to perm abuse.
@desync74 жыл бұрын
@@null7953 Oh TYSM for unban btw sorry i didn't see your comment
@styxclient4 жыл бұрын
hello, I would like to contact you for a project, if you can tell me your twitter or discord. Thank you in advance :)
@고구미-h1v4 жыл бұрын
Please add some Korean subtitles.
@missoesdiarias29823 жыл бұрын
bro give me code for auto headshot in free fire? please
@masterlinnn28764 жыл бұрын
Please post a new discord link XD
@null79534 жыл бұрын
Master Linnn pinned comment
@AutisticSalami4 жыл бұрын
ahah - yuuuurp!
@null79534 жыл бұрын
BEBLOOOO
@AutisticSalami4 жыл бұрын
@@null7953 BEBLOOOO HOW U KNO IT ME ;-;
@null79534 жыл бұрын
@@AutisticSalami Bc ur autistic 😌🤲
@srapps19864 жыл бұрын
Please sir make cyber hunter game ESP and Aimbot
@sustainking84594 жыл бұрын
can you hack mobile games SWORD ART ONLINE INTEGRAL FACTOR Thanks
@mukeshgaming.mk46694 жыл бұрын
Sir I want to learn wifi hack and game hacking the free fire
@Odpalony3 жыл бұрын
1 just not simply bypass battleye
@ahmed-gt8qu4 жыл бұрын
pls i need toutrial for hacking crossfire west
@mlx45484 жыл бұрын
Ayeee
@3prun4 жыл бұрын
skeet.cc remake
@NightFyreTV2 жыл бұрын
Hopefully it works :fingers_crossed: 4 Days Later lol
@sazzy948 ай бұрын
aint nobody paying 6 euros to unlock this bro. and its also old
@nadiroomar47994 жыл бұрын
Hey NULL can you help me with hacking strategic game called REVENGE OF SUlTANS
@ESA__E4 жыл бұрын
make hack FiveM Plzz
@sekedarhobby76514 жыл бұрын
How do I contact you, bro ,. Can you hack mobile games ?? do you have a telegram ??
@jeanjacque9887 Жыл бұрын
lets try not saying 'cool' every 2 lines
@m4gicpi34 жыл бұрын
ida tutorial
@qwuytenmbxzc4 жыл бұрын
Type it in google not in yt comments
@ThePhlubber4 жыл бұрын
There are so many videos on this topic. If you can't even bother to teach yourself to use IDA you're wasting your time.
@aba07104 жыл бұрын
man could u do an tutorial teaching how to make an autoclicker that can do more than 20cps in kernel mode? I think that will be very easy for you as a professional in this area, I have no idea how to start this project, could u do an tutorial???? this will be awesome 😣
@lexerzzhansley2714 жыл бұрын
well you don't really need it to be kernel mode because the thing that a kernel mode driver dose is it bypasses anti cheats and you more than likely would not run into issues with anti cheat but either way if you wanted to do it like this it would be just like making any other auto clicker just look up videos for that but if you need a video to make a auto clicker you prolly need to find a good starting place by making some other projects first then getting back to this one because this is a more advanced project and might be a bit above your level but I'm sure you can find a good video on how to do this but if you need any more help just ask me for my discord and i will give you it