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.
@teaajay5 жыл бұрын
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
@failtv54424 жыл бұрын
what is hkendscene? is it called every frame or only once?
@cprint9215 жыл бұрын
Good video keep going man youre doing a great job
@dab65352 жыл бұрын
i just want to know how can i do dll of a internal hack and i get lost
@sumitvishwakarma10752 жыл бұрын
bro we can also use c++ builder to make hack pls reply
@jakoknight12885 жыл бұрын
How to lock the mouse cursor in the main window when the hook scene is triggered?
@swoodc3 жыл бұрын
What do we have to modify if we want to do this for dx11?
@bropeterdimond5 жыл бұрын
Hey Null, Im just wondering, if I do your tutorial exactly, wont it be detected because multiple people are using it?
@3ver6765 жыл бұрын
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-vc4oq4 жыл бұрын
@@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.
@Liorff14 жыл бұрын
@@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-hz4wi4 жыл бұрын
@@Liorff1 he is talking shit.
@lukasdim15334 жыл бұрын
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;
@uhdogiuhoiuhoriguhoiguh36104 жыл бұрын
Same here, but if I spam it, it stays open.
@lukasdim15334 жыл бұрын
@@uhdogiuhoiuhoriguhoiguh3610 i fixed it, let me go find the code. i reset my pc and didnt know if i saved it.
@Vioz04 жыл бұрын
@@lukasdim1533 can u tell me how to fix it
@lukasdim15334 жыл бұрын
@@Vioz0i sadly dont have the exact code, but you have to find an alternative for the opening method (also safer for detections).
@jeremy-yl8br4 жыл бұрын
@@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.
@cprint9215 жыл бұрын
11:48 Mr. Mackey XD
@jakoknight12885 жыл бұрын
How to fix? a menu is created in the game but it does not respond to clicking except by hovering over items.
@3ver6765 жыл бұрын
Did you fixed it or refused to work on it? If you did it, how?
@9birdey5 жыл бұрын
@@3ver676 bump, Im having this issue, if you fix please reply to the comment :)
@JohnTepopo2 жыл бұрын
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 Жыл бұрын
start with java then html then css then javascript then python then c# then c then c++
@WarNinGXK4 жыл бұрын
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
@cankarkadev92814 жыл бұрын
It has nothing to do with servers, cheats are always executed in the client!
@mindgaming68132 жыл бұрын
@@cankarkadev9281 same question bro hehe
@void89385 жыл бұрын
i got 3 unresolved externals please help
@yazzindev4 жыл бұрын
did you found a fix?
@knight41655 жыл бұрын
would any of this work with apex legends?
@mckidhdplayer82505 жыл бұрын
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
@mckidhdplayer82505 жыл бұрын
@ it was on false and when i changed it to true it worked. ty so much
@hazesmoke33584 жыл бұрын
as what do i save the file?
@modstar82305 жыл бұрын
can you make an dx12 imgui example
@jasondogan5 жыл бұрын
no MMO guides?
@cheeseburger2515 жыл бұрын
yes mr hackerman
@pokeipoke33064 жыл бұрын
Where does he show how to add features?
@HouseOfCheater2 жыл бұрын
Do you have HWID spoofer source code internal ?
@tocraft5734 жыл бұрын
i keep getting "6 unresolved externals" when i build it
@yazzindev4 жыл бұрын
found a fix? still searching
@Ev3r0x3 жыл бұрын
so add definitions to these symbols, what a problem xD
@tocraft5733 жыл бұрын
@@Ev3r0x it was a year ago i figured it out lol
@JustPoker3 жыл бұрын
@@yazzindev Just make sure the "imgui" filter has all the correct files i was missing some and that fixed it
@naimbanana44073 жыл бұрын
Dose it work on fortnite
@easelsing19495 жыл бұрын
damn bro you're pretty smart!!
@CH-zp1zv4 жыл бұрын
where is the final sources code man =)
@Tomijones5 жыл бұрын
it says cant find nullbase.exe when i run debugger
@callle5 жыл бұрын
????????
@DiverseYuh5 жыл бұрын
You should do a tutorial for other games, Like ARK :D. It's Dx10 or 11 i believe.
@prooverwatcher38315 жыл бұрын
Hey dude, when will you show how to add functions in there!!!!!????
@failtv54424 жыл бұрын
lol. you are the typical copy pasta guy
@DrReddity5 жыл бұрын
Make turtorial on a edge jump please
@furyingfox42934 жыл бұрын
3:20 casually kills a moth
@null79534 жыл бұрын
Australia.
@blazeacidh3905 жыл бұрын
How to making code bhop csgo c++?
@blazeacidh3905 жыл бұрын
Английский на уровне))
@alaout5 жыл бұрын
@@blazeacidh390 А автор канала вообще босниец который понимает русский:))
@alaout5 жыл бұрын
И просто посмотри его предыдущие видео
@blazeacidh3905 жыл бұрын
@@alaout да я писал этот бхоп чит нехера не сработал версия visual studio 2017 запускал через с++ незнаю в чем дело
@alaout5 жыл бұрын
@@blazeacidh390 го в ВК @iamruslan163
@stipebarisic78375 жыл бұрын
how to make script for turn on and off cheat
@JakeBeatz4 жыл бұрын
Could you do a c++ Cheat Gui tutorial pls
@V_ice3 жыл бұрын
what the fuck do you think this is?
@melsonharrisonlinda33525 жыл бұрын
how about x64 hook ?
@null79535 жыл бұрын
Its literally the exact same just build it in x64 and use x64 detours hooks
@melsonharrisonlinda33525 жыл бұрын
@@null7953 is there difference between minhook?
@Gramps_moving5 жыл бұрын
Thanks
@lucaburns10584 жыл бұрын
How to make an anti aim or aimbot
@tuiranstream67935 жыл бұрын
please tell me, I run your external cheat, did everything according to the instructions but in the game nothing happens
@lucaburns10584 жыл бұрын
either code or offset :/
@alimranmulyadi67322 жыл бұрын
can you make cheat in game online in android sir ?
@alaout5 жыл бұрын
Thank you *From Russia*
@null79535 жыл бұрын
kak dela
@alaout5 жыл бұрын
@@null7953 Are you russkii?
@alaout5 жыл бұрын
@@null7953 Я смотрю твои видео и ты русский?
@alaout5 жыл бұрын
@@null7953 zaebis
@null79535 жыл бұрын
@@alaout Нет, я боснийец, но могу понимать русский :D
@devanspencer11875 жыл бұрын
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
@devanspencer11875 жыл бұрын
Joe Mama
@null79535 жыл бұрын
@@devanspencer1187 fuck
@devanspencer11875 жыл бұрын
Frionx Ur built like a bagel amigo.
@devanspencer11875 жыл бұрын
Frionx I would be scared if someone took my comment seriously, its not satire or anything. Like no I really would be scared 😱
@fargotech98185 жыл бұрын
This is lowkey dope pin me
@viuwmemes5 жыл бұрын
gang
@legithazee99804 жыл бұрын
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
@tumansmarkuss5 жыл бұрын
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
@darkplays65434 жыл бұрын
your just stupid
@chardongloid82165 жыл бұрын
ok kid so ur gonna need to fuckin upload
@g7k9933 жыл бұрын
Aaaam x30
@lucaburns10584 жыл бұрын
outdated by far
@0xC47P1C32 жыл бұрын
No namespace for Imgui? You could have saved yourself a lot of typing