How To Make An Internal Hack For ANY GAME (C++ 2020) Part 2

  Рет қаралды 69,622

Null

Null

Күн бұрын

Пікірлер: 109
@null7953
@null7953 5 жыл бұрын
The function GetD3D9Device doesn't work properly in this video, I fixed the code in part 3 the last episode I posted, so copy the function from that video. This is the reason why when you inject you aren't getting a message box, etc.
@teaajay
@teaajay 5 жыл бұрын
to add to this tutorial, if you're doing this for csgo, you'll also hook unlockcursor (index is 11 if i remember correctly), then do all the unlocking the locking of cursor in unlock cursor to make it so ingame you can move ur xhair
@failtv5442
@failtv5442 4 жыл бұрын
what is hkendscene? is it called every frame or only once?
@cprint921
@cprint921 5 жыл бұрын
Good video keep going man youre doing a great job
@dab6535
@dab6535 2 жыл бұрын
i just want to know how can i do dll of a internal hack and i get lost
@sumitvishwakarma1075
@sumitvishwakarma1075 2 жыл бұрын
bro we can also use c++ builder to make hack pls reply
@jakoknight1288
@jakoknight1288 5 жыл бұрын
How to lock the mouse cursor in the main window when the hook scene is triggered?
@swoodc
@swoodc 3 жыл бұрын
What do we have to modify if we want to do this for dx11?
@bropeterdimond
@bropeterdimond 5 жыл бұрын
Hey Null, Im just wondering, if I do your tutorial exactly, wont it be detected because multiple people are using it?
@3ver676
@3ver676 5 жыл бұрын
So if you Type 1:1 his Code and don't make some changes to it. Maybe. You have to change enough to get a new Signatur/To different from the original source. (I don't mean trash code, may if you include Code for other things in YOUR Hack). But Tbh he has 2.4K Valve don't interested in the small fishes in the ocean. Even if all 3k viewers followed his Tutorial one by one and use it now, I'm sure this "hack" will not be detected for now (The most where will watch this Video don't hack, they just interested how it works). Anyways this Tutorial is Education material, so you should learn from it to make it later by yourself with your knowledge about this topic then. IF you just want a "Privat" hack to flex on your friends. Just paste one. The point is if you coded your cheat by yourself or you pasted him makes no different, everyone will say you pasted it if it is true or not, does not matter xD
@unknown-vc4oq
@unknown-vc4oq 4 жыл бұрын
@@3ver676 you're so naive. He didn't ask about vac but that's all you've been taught is to paste "junk code" and be b1g spooky hacker. you don't know shit about kernal or drivers or protection rings.
@Liorff1
@Liorff1 4 жыл бұрын
@@unknown-vc4oq lmao what is there to know about protection rings? The only rings there are are ring 3 and ring 0. Please correct me if im wrong. Im just starting with drivers
@John-hz4wi
@John-hz4wi 4 жыл бұрын
@@Liorff1 he is talking shit.
@lukasdim1533
@lukasdim1533 4 жыл бұрын
hello, when i hold down insert, instead of being a toggle, i have to hold it down for imgui to show up. odd, isnt it? any help would be valued. and yes, d3dapp.windowed = true;
@uhdogiuhoiuhoriguhoiguh3610
@uhdogiuhoiuhoriguhoiguh3610 4 жыл бұрын
Same here, but if I spam it, it stays open.
@lukasdim1533
@lukasdim1533 4 жыл бұрын
@@uhdogiuhoiuhoriguhoiguh3610 i fixed it, let me go find the code. i reset my pc and didnt know if i saved it.
@Vioz0
@Vioz0 4 жыл бұрын
@@lukasdim1533 can u tell me how to fix it
@lukasdim1533
@lukasdim1533 4 жыл бұрын
@@Vioz0i sadly dont have the exact code, but you have to find an alternative for the opening method (also safer for detections).
@jeremy-yl8br
@jeremy-yl8br 4 жыл бұрын
@@Vioz0 I had the same problem, change the if(GetAsyncKeyState(VK_INSERT)) to this: if(GetAsyncKeyState(VK_INSERT) & 1) Not entirely sure why this works but it seems as though this makes it a toggle.
@cprint921
@cprint921 5 жыл бұрын
11:48 Mr. Mackey XD
@jakoknight1288
@jakoknight1288 5 жыл бұрын
How to fix? a menu is created in the game but it does not respond to clicking except by hovering over items.
@3ver676
@3ver676 5 жыл бұрын
Did you fixed it or refused to work on it? If you did it, how?
@9birdey
@9birdey 5 жыл бұрын
@@3ver676 bump, Im having this issue, if you fix please reply to the comment :)
@JohnTepopo
@JohnTepopo 2 жыл бұрын
sup man , im confused on all the code you are doing . What is the first ever thing i should do to understand all this code and functions . Some people say start off with Python and then to C++ . I''m not sure where to start . Much help will be appreciated
@goozjeesh46
@goozjeesh46 Жыл бұрын
start with java then html then css then javascript then python then c# then c then c++
@WarNinGXK
@WarNinGXK 4 жыл бұрын
How do you know WHAT file to edit? You check one by one? I'm talking generally in any online game. Because you couldn't add a file directly as the server won't read it, unless it has the same name as other file, right? Sorry for my dumb questions! Regards
@cankarkadev9281
@cankarkadev9281 4 жыл бұрын
It has nothing to do with servers, cheats are always executed in the client!
@mindgaming6813
@mindgaming6813 2 жыл бұрын
@@cankarkadev9281 same question bro hehe
@void8938
@void8938 5 жыл бұрын
i got 3 unresolved externals please help
@yazzindev
@yazzindev 4 жыл бұрын
did you found a fix?
@knight4165
@knight4165 5 жыл бұрын
would any of this work with apex legends?
@mckidhdplayer8250
@mckidhdplayer8250 5 жыл бұрын
idk whats happening but i copied the exact same code from the first part and this part. in the first part i didnt even get a messagebox and in this one i get no menu. but still i builded without any errors what could be the problem?
5 жыл бұрын
change d3dpp.Windowed = true; to false
@mckidhdplayer8250
@mckidhdplayer8250 5 жыл бұрын
@ it was on false and when i changed it to true it worked. ty so much
@hazesmoke3358
@hazesmoke3358 4 жыл бұрын
as what do i save the file?
@modstar8230
@modstar8230 5 жыл бұрын
can you make an dx12 imgui example
@jasondogan
@jasondogan 5 жыл бұрын
no MMO guides?
@cheeseburger251
@cheeseburger251 5 жыл бұрын
yes mr hackerman
@pokeipoke3306
@pokeipoke3306 4 жыл бұрын
Where does he show how to add features?
@HouseOfCheater
@HouseOfCheater 2 жыл бұрын
Do you have HWID spoofer source code internal ?
@tocraft573
@tocraft573 4 жыл бұрын
i keep getting "6 unresolved externals" when i build it
@yazzindev
@yazzindev 4 жыл бұрын
found a fix? still searching
@Ev3r0x
@Ev3r0x 3 жыл бұрын
so add definitions to these symbols, what a problem xD
@tocraft573
@tocraft573 3 жыл бұрын
@@Ev3r0x it was a year ago i figured it out lol
@JustPoker
@JustPoker 3 жыл бұрын
@@yazzindev Just make sure the "imgui" filter has all the correct files i was missing some and that fixed it
@naimbanana4407
@naimbanana4407 3 жыл бұрын
Dose it work on fortnite
@easelsing1949
@easelsing1949 5 жыл бұрын
damn bro you're pretty smart!!
@CH-zp1zv
@CH-zp1zv 4 жыл бұрын
where is the final sources code man =)
@Tomijones
@Tomijones 5 жыл бұрын
it says cant find nullbase.exe when i run debugger
@callle
@callle 5 жыл бұрын
????????
@DiverseYuh
@DiverseYuh 5 жыл бұрын
You should do a tutorial for other games, Like ARK :D. It's Dx10 or 11 i believe.
@prooverwatcher3831
@prooverwatcher3831 5 жыл бұрын
Hey dude, when will you show how to add functions in there!!!!!????
@failtv5442
@failtv5442 4 жыл бұрын
lol. you are the typical copy pasta guy
@DrReddity
@DrReddity 5 жыл бұрын
Make turtorial on a edge jump please
@furyingfox4293
@furyingfox4293 4 жыл бұрын
3:20 casually kills a moth
@null7953
@null7953 4 жыл бұрын
Australia.
@blazeacidh390
@blazeacidh390 5 жыл бұрын
How to making code bhop csgo c++?
@blazeacidh390
@blazeacidh390 5 жыл бұрын
Английский на уровне))
@alaout
@alaout 5 жыл бұрын
@@blazeacidh390 А автор канала вообще босниец который понимает русский:))
@alaout
@alaout 5 жыл бұрын
И просто посмотри его предыдущие видео
@blazeacidh390
@blazeacidh390 5 жыл бұрын
@@alaout да я писал этот бхоп чит нехера не сработал версия visual studio 2017 запускал через с++ незнаю в чем дело
@alaout
@alaout 5 жыл бұрын
@@blazeacidh390 го в ВК @iamruslan163
@stipebarisic7837
@stipebarisic7837 5 жыл бұрын
how to make script for turn on and off cheat
@JakeBeatz
@JakeBeatz 4 жыл бұрын
Could you do a c++ Cheat Gui tutorial pls
@V_ice
@V_ice 3 жыл бұрын
what the fuck do you think this is?
@melsonharrisonlinda3352
@melsonharrisonlinda3352 5 жыл бұрын
how about x64 hook ?
@null7953
@null7953 5 жыл бұрын
Its literally the exact same just build it in x64 and use x64 detours hooks
@melsonharrisonlinda3352
@melsonharrisonlinda3352 5 жыл бұрын
​@@null7953 is there difference between minhook?
@Gramps_moving
@Gramps_moving 5 жыл бұрын
Thanks
@lucaburns1058
@lucaburns1058 4 жыл бұрын
How to make an anti aim or aimbot
@tuiranstream6793
@tuiranstream6793 5 жыл бұрын
please tell me, I run your external cheat, did everything according to the instructions but in the game nothing happens
@lucaburns1058
@lucaburns1058 4 жыл бұрын
either code or offset :/
@alimranmulyadi6732
@alimranmulyadi6732 2 жыл бұрын
can you make cheat in game online in android sir ?
@alaout
@alaout 5 жыл бұрын
Thank you *From Russia*
@null7953
@null7953 5 жыл бұрын
kak dela
@alaout
@alaout 5 жыл бұрын
@@null7953 Are you russkii?
@alaout
@alaout 5 жыл бұрын
@@null7953 Я смотрю твои видео и ты русский?
@alaout
@alaout 5 жыл бұрын
@@null7953 zaebis
@null7953
@null7953 5 жыл бұрын
@@alaout Нет, я боснийец, но могу понимать русский :D
@devanspencer1187
@devanspencer1187 5 жыл бұрын
Can you unban me from your discord one of your admins got r/owned and he banned me. Basically I asked if Joe was an admin/moderator and I got banned. Please unban me I am crying and shaking right now. LiLBlicky#4580
@devanspencer1187
@devanspencer1187 5 жыл бұрын
Joe Mama
@null7953
@null7953 5 жыл бұрын
@@devanspencer1187 fuck
@devanspencer1187
@devanspencer1187 5 жыл бұрын
Frionx Ur built like a bagel amigo.
@devanspencer1187
@devanspencer1187 5 жыл бұрын
Frionx I would be scared if someone took my comment seriously, its not satire or anything. Like no I really would be scared 😱
@fargotech9818
@fargotech9818 5 жыл бұрын
This is lowkey dope pin me
@viuwmemes
@viuwmemes 5 жыл бұрын
gang
@legithazee9980
@legithazee9980 4 жыл бұрын
I’m making a cheat call HappierCheats and it will be out before the end of 2020. So if ur a CSGO cheater be in the lookout I just started coding it with 2 of my online friends and it’s going really good. It’s gonna be a legit cheat and it WILL tap every other cheat
@tumansmarkuss
@tumansmarkuss 5 жыл бұрын
Ok i got banned from server idk why btw i joined server before 10 min after 10 min got benned wtf i didin chat and say anything my discord 🥀Morkz🥀#2508
@darkplays6543
@darkplays6543 4 жыл бұрын
your just stupid
@chardongloid8216
@chardongloid8216 5 жыл бұрын
ok kid so ur gonna need to fuckin upload
@g7k993
@g7k993 3 жыл бұрын
Aaaam x30
@lucaburns1058
@lucaburns1058 4 жыл бұрын
outdated by far
@0xC47P1C3
@0xC47P1C3 2 жыл бұрын
No namespace for Imgui? You could have saved yourself a lot of typing
How To Make An ESP Hack - Part 1: Entity List
8:42
CasualGamer
Рет қаралды 218 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,9 МЛН
What if Old Minecraft Mobs were Created Today?
28:05
KazooCat
Рет қаралды 793 М.
CSGO Cheaters trolled by fake cheat software 3
13:38
ScriptKid
Рет қаралды 9 МЛН
Connecting North Korea's Operating System to the Internet?
10:59
Eric Parker
Рет қаралды 2,1 МЛН
I Beat Minecraft From One Grass Block
35:27
Beppo
Рет қаралды 7 МЛН
Finding Static Pointers in Cheat Engine
9:07
PointerToObject
Рет қаралды 2,4 М.
Why You NEED a DRIVER (for hacking games)
8:03
cazz
Рет қаралды 478 М.
Create your OWN CHEATS for UNITY
9:16
absceptual
Рет қаралды 15 М.
CMD PRANKS! (Educational Purposes ONLY!)
9:17
Veraxity
Рет қаралды 1,6 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН