Тёмный

IMGUI INTERNAL DIRECTX 9 HOOK (1/2) 

cazz
Подписаться 145 тыс.
Просмотров 123 тыс.
50% 1

In this video we create a universal internal ImGui menu that will work for any DirectX9 game and will NEVER need to be updated! It works by creating a .dll that upon injection creates a temporary window over the game that we use to get the games DirectX9 device. Using this device we are able to hook both EndScene & Reset (two important directx functions) with the MinHook library. We the n setup the ImGui context and render our menu in EndScene. This is all wrapped together into a handful of files with an exception handler and perfect module unloading mechanisms. Hope you guys enjoy!
💎 Source code is available for my Patrons!
/ cazzwastaken
💎 Join our community over on Discord!
/ discord
→ GitHub: github.com/cazzwastaken
→ Twitter: / cazzwastaken
→ Email: cazzwastaken@gmail.com
🕙 Timestamps 🕙
0:00 - Intro
0:25 - How it works
0:53 - Creating the project
1:22 - Project properties
2:40 - Project structure
3:18 - Getting ImGui & MinHook
5:06 - Adding source files
5:40 - Entry Point & Setup
8:07 - GUI header
11:48 - GUI source
28:00 - Hooks header
31:05 - Hooks source
36:14 - Setting up Hooks & Menu
39:40 - Summary of project
40:58 - Fixing MinHook include error
41:17 - Testing
42:12 - Outro
📝Resources 📝
→ MinHook: github.com/TsudaKageyu/minhook
→ Dear ImGui: github.com/ocornut/imgui
⚡See More ⚡
Aimbot: • MAKE AIMBOT IN 10 MINUTES
No Recoil: • REMOVE RECOIL IN CS:GO
Glow ESP: • MAKE GLOW ESP IN 10 MI...
Skin Changer: • SKIN CHANGER IN 10 MIN...
Shout out to Chris for the thumbnail 💖
Follow him here: / @lucid_horizons

Опубликовано:

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 261   
@cazz
@cazz 2 года назад
Part 2 is out -> ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-iOQ7ZrNQLuI.html
@nigeI
@nigeI 2 года назад
Great video, it’s one of the only ones that actually explain properly
@krog6473
@krog6473 2 года назад
Cannot wait until part 2 ! You rock !
@vulturegaming3877
@vulturegaming3877 2 года назад
at first 3 minutes watching ur video...my hand automatically subscribed
@YungxSlavy
@YungxSlavy 2 года назад
Hey man I love your videos. Really quick question, is there a specific reason you use reinterpret cast instead of using the static type? I am curious because I have seen people do either or
@cazz
@cazz 2 года назад
Nope, no specific reason. It is just a bad habit of mine. You should always use static_cast when you can, usually when casting between regular datatypes. reinterpret_cast can be considered rather unsafe and should usually be used with cation. Anyway, thanks for asking, i'll make a note to use better casting practices in the future :)
@poiau7412
@poiau7412 2 года назад
why is it not injecting or the game crashes instantly
@user-rc7ts9uj7c
@user-rc7ts9uj7c Год назад
Hi, Hazz, I wanted to ask you where to write the cheat source code? I don't know English well, I translated it in Yandex translator
@soyx2333
@soyx2333 2 года назад
Nice vid bro, learned a lot, cheers
@cazz
@cazz 2 года назад
Glad to hear it
@Simon-ku6it
@Simon-ku6it 2 года назад
Good video please more about internals
@YLJ2K
@YLJ2K 2 года назад
Great video I’ve learned alot
@cashouting
@cashouting 2 года назад
well done bro i watched all the movies and i'm waiting for new ones
@cazz
@cazz 2 года назад
I appreciate it man
@oggirf
@oggirf Год назад
i love this man so much
@ImMagicDesigns
@ImMagicDesigns Год назад
what i don't understand is how did you hooked the Present function with now the game D3DDevice adress can you exaplain it in a comment ?
@Exah_co
@Exah_co 4 месяца назад
This helped me alot TYSM
@VENOM-kb8pu
@VENOM-kb8pu Год назад
I don't know if its your implementation or imgui, but i tried this in my project, it was working fine until once I exited out of a deathmatch and went into another deathmatch game (vac servers not bots) and the game just crashes, remove imgui implemenation from hooks and everything is fine. Same problem happens when in causal mode, and someone kills you and when the screen dims to black to transfer to the scene of how you were killed. The game crashes.
@Mezbelelik
@Mezbelelik Год назад
How do I prevent clicking background when I click the IMGUI button ?
@holeefuk8535
@holeefuk8535 Год назад
It would be nice to see you showing the different hooking methods, without using libraries such as minhook.
@jijiabed6813
@jijiabed6813 11 месяцев назад
Thank you,love from China
@User-ir8gc
@User-ir8gc Год назад
i cant see any imgui or ext folders in my project folder, im sure ill figure it out though.
@glowing0wl858
@glowing0wl858 2 года назад
I cant get this to inject. Says cant find window. It compiles fine. I have tried several injectors but the problem still exists.
@ScrakSFMs
@ScrakSFMs 3 месяца назад
By the way how do you do with this 64-bit gm?
@TVProgramming
@TVProgramming Год назад
Hi, thanks for the tutorial. What is the reason for the SetupDirectX function exactly? I don't understand why we need to create a directx device there and I commented it out and the menu still pops up.
@nitaypro5569
@nitaypro5569 Год назад
did you find a reason?
@180Z
@180Z Год назад
great video, impressively concise explanations
@cazz
@cazz Год назад
Glad you liked it!
@lixlimtwitch5903
@lixlimtwitch5903 Год назад
@@cazz The only modder who explains it all, other modders will use the term "spoonfeeding" for an excuse
@user-cy3me4dp2w
@user-cy3me4dp2w 2 месяца назад
i got too few arguments in function at 23:50 how i can fix it=
@ScrakSFMs
@ScrakSFMs 3 месяца назад
Four hours later and after compiling it. I inject it with Xenos into csgo.exe, it says "Failed to inject image ... Error code: 0xc0000135". How do I know what this means?
@botalex2598
@botalex2598 2 года назад
ohh man, what would i do without you
@youuyouu348
@youuyouu348 Год назад
Hello, very nice vid you explain all stuff, but i have a problem with WND PROC when i inject to LEFT 4 DEAD i click through my imgui menu, someone can help me to not interact with game?
@ghiathbarry8976
@ghiathbarry8976 2 года назад
keep it up bro
@kingbluejayYT
@kingbluejayYT Год назад
wheres the injecting you used at?
@saddish2816
@saddish2816 2 года назад
Hi, Will most of the code work if I change the backend to OpenGL? The game I am trying to hook uses OpenGL.
@cazz
@cazz 2 года назад
It will work if you hook an OpenGL function + use the OpenGl backend... yes.
@omegafire5369
@omegafire5369 10 месяцев назад
will you make a new version for cs2? however after compiling it tells me that "can't inject 32 bit image "internalMenu.ddl" into native 64 bit process"
@CanadianWatermelon-ff3pf
@CanadianWatermelon-ff3pf 8 месяцев назад
make it 64
@JakeRu
@JakeRu 11 месяцев назад
If I'm doing this but for a x64 bit version, do I define the WIN32_LEAN_AND_MEAN or no?
@cazz
@cazz 11 месяцев назад
Yes WIN32_LEAN_AND_MEAN is for x64 and x86.
@Forget37373
@Forget37373 2 года назад
When an you make a directx12 on of this?
@otepad
@otepad 11 месяцев назад
How do i add functions to the internal cheat BTW I love your videos.
@LevitateGameplays
@LevitateGameplays 2 года назад
I get LNK2001 errors on the hooks::Setup and hooks::Destroy and I have no idea why, does anyone know?
@sanadGM
@sanadGM 10 месяцев назад
figured it?
@nefryttt
@nefryttt 2 года назад
Why inject error? build error: 0
@jizu-
@jizu- Год назад
my dll is only 27 kb, and when attempting to inject i get the error code 0xc000010e and a message saying it failed to inject the image. Not sure what to do from here
@goozjeesh46
@goozjeesh46 Год назад
did you add minhook and imgui to your project?
@qiufenglee939
@qiufenglee939 Год назад
Great video , Can this be used in dx8 games ?
@stevenjohnson9660
@stevenjohnson9660 Год назад
great video
@gorge_channel
@gorge_channel Год назад
What to do if in the code of the hooks file.cpp writes an error that resetOriginal and EndSceneOriginal identifier is not defined
@tomifilep1
@tomifilep1 2 месяца назад
you missing hooks:: HERE !!! long __stdcall hooks::EndScene(IDirect3DDevice9* device) noexcept { static const auto returnAddress = _ReturnAddress(); const auto result = EndSceneOriginal(device, device); if (_ReturnAddress() == returnAddress) return result; if (!gui::setup) gui::SetupMenu(device); if (gui::open) gui::Render(); return result; } HERE !!!! HRESULT __stdcall hooks::Reset(IDirect3DDevice9* device, D3DPRESENT_PARAMETERS* params) noexcept { ImGui_ImplDX9_CreateDeviceObjects; const auto result = ResetOriginal(device, device, params); ImGui_ImplDX9_CreateDeviceObjects(); return result; }
@paralxd
@paralxd 2 года назад
can i ask to add cheats like chams to this?
@notnotcz4835
@notnotcz4835 9 месяцев назад
i cant build besause of problems in gui.obj can anyone help me?
@CanadianWatermelon-ff3pf
@CanadianWatermelon-ff3pf 8 месяцев назад
what i do if unable to initialize minhook
@wanderingtf2314
@wanderingtf2314 2 года назад
How are you using inline on variables?
@cazz
@cazz 2 года назад
c++17
@sleepygary369
@sleepygary369 Год назад
Yo Cazz I just finished typing Everything and its not working i can build and inject but it doesnt show up in game even when i press Insert Do you know why? (edit:the dll is only 28kb big and yours is 213kb)
@ransomm4838
@ransomm4838 Год назад
me to
@varric72
@varric72 Год назад
same problem... did u fix it by any chance?
@nuclearasmr5294
@nuclearasmr5294 2 года назад
Can I ask how you learn to do all of this? I like that you guide us through every step and whatnot, but for me it feels like more of a copying process. I'm not bashing your videos in any way, they are perfect for people who want to make their own cheats and you do a great job with that. For me though, I prefer to learn how I could do it on my own, maybe even for another game in the future. How did you learn what all you need to include for something like this, how do you know what's relevant and needed (header files, things you downloaded)? How can I figure out what may be required for another game in the future? How did you figure out all of the nuances in the entry point code section? etc, etc, ...... my list of questions could be endless but you get the idea. I want to learn how I can do this for myself, even for games other than CSGO. There isn't much information about how to truly learn things relevant to game hacking. I've wanted to do this for years now and I've tried multiple times to begin learning. Last year, as well as previous years, I gave up because I was so overwhelmed and felt no sense of real progress. I guess all I'm asking is where did you start and how can I learn this stuff for myself? I'm willing to put in the time and the effort, thanks!!
@IrusuuX
@IrusuuX 2 года назад
Guided hacking
@shanx1243
@shanx1243 2 года назад
You need to learn the required things to be able to understand this video and once you have learned all of that. You can understand this tutorial and implement it with other games on your own liking
@user-xw4od8kb7y
@user-xw4od8kb7y 2 года назад
Oh and most importantly: learn to google and look stuff up!
@xtrfy1439
@xtrfy1439 Год назад
Start by learning cpp and than you can go to game hacking, I know it takes time. Btw Win32 for the entrypoint
@NoriakTv
@NoriakTv Год назад
i recommend u gamehacking academy it explains everything
@PolrFlar3
@PolrFlar3 2 года назад
ay man, is directx9 hooking compatible with directx11?
@cazz
@cazz 2 года назад
No, they are not. They are quite different, check out Kiero and how it is done in there.
@ShaffySwitcher
@ShaffySwitcher 2 года назад
you are a god thank you
@HITCOMMUNITYY
@HITCOMMUNITYY 2 года назад
does a tutorial on how to make a loader for cheat external with protection will help a lot of people
@MatthewJGoosen
@MatthewJGoosen 2 года назад
Yes
@Rebinde
@Rebinde Год назад
If i iject it it coms an error
@hagefale_original
@hagefale_original Год назад
Thats too much parametes and configurations you need to set just for the window overlay i am not sure if i need to remember this or i can just go and copy and paste.
@antoniosilva1393
@antoniosilva1393 Год назад
Hi, my game is crashing! attached to Vs error: "Unhandled exception at 0x3DE0A6B0 in csgo.exe: 0xC00001A5: An invalid exception handler routine has been detected (parameters: 0x00000004)."
@bsx1604
@bsx1604 2 года назад
can you make a vid about bypass anti-cheat or any resource to learn ?
@unknown-ut5qn
@unknown-ut5qn 2 года назад
when you make a tutorial and when you competely finished the class please scroll quickly from the top till the bottom so if there is someone who made a mistake he can just go back and fix it really quick
@unknown-ut5qn
@unknown-ut5qn 2 года назад
overall I love the tutorial
@cazz
@cazz 2 года назад
Sure thing! Appreciate the feed-back.
@Ice.rl.
@Ice.rl. Год назад
or just replay the vid?
@Nioxs
@Nioxs 2 года назад
It doesnt shows any error, while compiling and while injecting - is there a way to debug the dll somehow, to find out whats wrong? So basically if I am pressing the button to open it, nothing happens and if I am pressing END the whole game crashes.
@Nioxs
@Nioxs 2 года назад
(The injection is successful and I added another messagebox/beep on setup and it shows up as part of the process)
@cazz
@cazz 2 года назад
build you .dll in debug, attach VS to CS:GO and then inject. Set break points in your hook and see what's happening.
@Nioxs
@Nioxs 2 года назад
@@cazz Yeah thanks, it works for x86 games. Problem is I am trying to get it to work with x64 games, but after debugging, it turns out it returns "INVALID_HOOK_POS", so it can't find the functions in x64, what makes sense. But well not sure how to fix it
@Nioxs
@Nioxs 2 года назад
But it does not throw "throw std::runtime_error("Unable to hook Reset().");" - what is a little bit weird
@essel9580
@essel9580 2 года назад
@@Nioxs did you manage to fix it? i have the same issue...
@benniking3333
@benniking3333 2 года назад
Hey cazz thank you for your tutorial i know that * is and Operator but on 29:05 you have 3 * next to the static_cast . My question is why you write 3 * ? I hope its not too stupid.:D
@cazz
@cazz 2 года назад
Hi there Benni, great question. When you use virtual functions in C++, a hidden array of function pointers known as the "Virtual Method Table" (or VMT for short) is created as the *first* member variable in the class. This is hidden and done automatically, so you never need to worry about it. As you should know... an array is just a pointer to the first element in the array. For example "int array[3];" is the same as "int* array;" To get the VMT from a class, you need to cast it to a double pointer and then deference once, like so: *static_cast(class_pointer) Casting to a single pointer above will just give us the class itself... which we already have, but to get the VMT, we cast to a double pointer and then dereference. Now, because the VMT is an *array of function pointers*, it actually looks like this: "void* array" Therefore, the first "*" is the base class itself, the second "*" is for accessing the VMT and the last "*" is the first element in the array. Hope this helps, cheers. ~cazz
@benniking3333
@benniking3333 2 года назад
@@cazz Thank you cazz i understant it perfectly. Have a good day.^^
@benniking3333
@benniking3333 2 года назад
@@cazz Hey cazz i have a Problem if i inject with xenon i get a error message "Cant inject image". Do you know what for a Problem i have ?
@cazz
@cazz 2 года назад
@@benniking3333 You can only inject with Xenos if you are using the -insecure flag in your CSGO launch options, otherwise you need to use a manual map injector
@benniking3333
@benniking3333 2 года назад
@@cazz Thank you cazz
@spasm
@spasm 2 года назад
followed the tut, running with debugger right now since window isn't showing up whenever i inject it. using manual map injector in -insecure so there shouldn't be a single issue, not throwing any exceptions, no popping up windows. just these 3 threads exiting for some unknown reason. any help would be much appreciated..
@cazz
@cazz 2 года назад
Just a tip... you can't use a normal debugger when manual mapping... you need to LoadLibrary. I'm going to guess your HWND or Device or null so the setup is failing - set a BP in DllMain and step through.
@spasm
@spasm 2 года назад
@@cazz well, i rewatched the entire video and had not a single error, used xenos injector with it to see if the issue was csghost or extremeinjector, matched game settings, and still nothing. the only thing that happened was the game stopped responding and just froze, but sounds were still being made as i would click around the main menu gui. could this have something to do with the hooks.cpp and the EndScene function ? not really sure tbh just taking a shot in the dark since debugger was no help cuz VS was bugging out on me :/
@genisysnash4672
@genisysnash4672 Год назад
@day did you manage to resolve this problem? i got a similar problem
@spasm
@spasm Год назад
@@genisysnash4672 it was an issue w imgui initialization and his settings, just go back through that part and even if it all looks right just double check it all may be a super minor issue somewhere that isnt flagged as an error
@genisysnash4672
@genisysnash4672 Год назад
@@spasm thanks. ill try it.
@pain-1929
@pain-1929 Год назад
Hello brother, your video has been very helpful to me. What is the specific purpose of the temporary window you created Is it related to the window of the game itself
@pain-1929
@pain-1929 Год назад
I understand whether the temporary window you create is only for obtaining functions in the Virtual function table
@Datcobster
@Datcobster Год назад
error 0xc000136 while injecting
@zawarudo1818
@zawarudo1818 2 года назад
Nicee
@kurin6759
@kurin6759 2 года назад
subbed
@cazz
@cazz 2 года назад
@KatzeRosin
@KatzeRosin Год назад
you best!
@RioLewis17
@RioLewis17 2 года назад
hey i’m considering trying to make a fortnite aimbot i have some big plans not to use but to resell how hard do you think it would be for a game like fortnite ?
@m1croh
@m1croh 2 года назад
Extremely, their anti cheat is insanely good and you'd need a very high knowledge of programming to get even close to making an undetectable cheat. Start small like this with CS:GO and maybe in the future you'll be able to pull it off!
@cazz
@cazz 2 года назад
Exactly as @panzohs said, if you are asking this question you do not know enough to make a Fortnite aimbot, it is as simple as that. Fortnite uses EAC, which would require you to make a kernel driver to bypass said AC.
@t59y93
@t59y93 Год назад
Can i use it for game uses DirectX 11?
@drear1191
@drear1191 2 месяца назад
No
@tyger9690
@tyger9690 2 года назад
Does this work for DX11 games?
@cazz
@cazz 2 года назад
no, unfortunately not, you will need to adapt the dx9 code to dx11
@MFXScript
@MFXScript 2 года назад
Does this method works for every DirectX9 games for example League of Legends ?
@cazz
@cazz 2 года назад
Yep, any Directx9 game. But, League might have some other anti-cheat measures so watch out. Good luck.
@MFXScript
@MFXScript 2 года назад
@@cazz Can I hook endscene this way on x64 games?
@Jerryyyy
@Jerryyyy 2 года назад
Is this tut working with DirectX 11 also? Or what is needed for me to change in it?
@cazz
@cazz 2 года назад
Nope, only direct x 9
@Jerryyyy
@Jerryyyy 2 года назад
@@cazz How can i make a internal overlay for DirectX 11? Can u make a tut or link one please? I need 11 or 12 for that game for i want to make an ESP, but the 11 one is more stable.
@ederathegoat2746
@ederathegoat2746 2 года назад
@@Jerryyyy what game because some games like csgo use only dx9 and not dx11 or dx12
@Jerryyyy
@Jerryyyy 2 года назад
@@ederathegoat2746 PUBG lel, im obsessed w hackers, who shoot me like automatic weapons in head, but w m24
@user-ci8fi5oc2z
@user-ci8fi5oc2z 2 года назад
It's not work, when inject just.. error
@blindbob935
@blindbob935 4 месяца назад
"inline specifier allowed on function declarations only" that is the error i see in gui.h when i write the code
@slawnyfivemowiec
@slawnyfivemowiec 4 месяца назад
make sure stdc++ is 20 not 14
@packzero7508
@packzero7508 2 года назад
'Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call.' I can't solve this error,i debug it,it caused by MH_EnableHook() func
@cazz
@cazz 2 года назад
Yeah so, your hook is failing. Make sure you have the right index for EndScene, make sure your device ptr isn't null. There are a ton of things that could be causing this.
@dx9scope
@dx9scope 2 года назад
virtual function throws an exception and causing game crash
@viktortolmashev6506
@viktortolmashev6506 Год назад
why not to just "return RegisterClassEx(&windowClass);" ??
@ningu1036
@ningu1036 2 года назад
hey man im fucking loving this shit you think you will ever make a tut for harder games such as rust,tarkov, etc ...love you man
@cazz
@cazz 2 года назад
eventually brother! I really appreciate it by the way
@HITCOMMUNITYY
@HITCOMMUNITYY 2 года назад
nice
@MonoWho
@MonoWho 2 года назад
how do i fix XINPUT1_3.dll error
@cazz
@cazz 2 года назад
Unfortunately ImGui has that dll embedded and will try to load it when you inject your cheat. To fix the problem, you need to stop ImGui from trying to load the xinput dll. Just look through or search for it in the imgui files in your code and remove it.
@justcheats3197
@justcheats3197 2 года назад
when i try to #include its say its not found
@swazyvfx
@swazyvfx 2 месяца назад
You need to be on a windows machine
@subsonicmacros1386
@subsonicmacros1386 2 года назад
will this work for directx11 ?
@Tingleton11
@Tingleton11 Год назад
no
@genisysnash4672
@genisysnash4672 Год назад
This can work on any directX9 games right? i test it to other dx9 game after injecting it, i didnt see any error or the imgui ingame. even pressing Insert(VK_Insert) nothing happends but if i press End(VK_END) the game crash.
@genisysnash4672
@genisysnash4672 Год назад
@MJMODZZ ahmm. i solved the problem using the injector in the video. but i need to inject it using the "manual launch" of Xenos injector. it needs to be injected while its loading not after the game loaded but i cant still unload the dll using vk end. cause some times its crash
@genisysnash4672
@genisysnash4672 Год назад
@MJMODZZ yes. i used the x86 version of Xenos injector to my game. pluss the injector wont allow me to use a x86 dll if i am using an Xenos64(the x64 version). so i am sure that its not about the version i am using. its just that the game i am testing, have a different behaviour compare to CSGO.
@user-pp3mr6pt9i
@user-pp3mr6pt9i 2 года назад
Why my game crashed when i injecting dll not in -insecure?
@cazz
@cazz 2 года назад
im not sure, are you manual mapping?
@user-pp3mr6pt9i
@user-pp3mr6pt9i 2 года назад
@@cazz no
@lucid_horizons
@lucid_horizons 2 года назад
🔥pog pog pog pog pog
@cazz
@cazz 2 года назад
no u
@binnn0502
@binnn0502 Год назад
error E0140 how to fix @@
@HITCOMMUNITYY
@HITCOMMUNITYY 2 года назад
makes a tutorial on how to put a wallhack and aimbot in 1 external only
@operatorblackbird
@operatorblackbird 2 года назад
When calling the ResetOriginal() function I get 2 errors; the first one is " parameter of abstract class type "IDirect3DDevice9" is not allowed: " and its a error with thre fucntion it self. The second error is " no suitable constructor exists to convert from "IDirect3DDevice9*" to "IDirect3DDevice9" " Do you know how I can fix it? I'm sure its just a stupid mistake I made.
@Hiro-zb1vu
@Hiro-zb1vu Год назад
still have the problem?
@operatorblackbird
@operatorblackbird Год назад
@@Hiro-zb1vu bro it's been 8 months I haven't been actively trying since
@AFSDAN
@AFSDAN Год назад
​@@Hiro-zb1vu I have it :)
@alanmatlacki
@alanmatlacki Год назад
using ResetFn = HRESULT(__thiscall*)(void*, IDirect3DDevice9*, D3DPRESENT_PARAMETERS*) noexcept; inline ResetFn ResetOriginal = nullptr; HRESULT __stdcall Reset(IDirect3DDevice9* device, D3DPRESENT_PARAMETERS* params) noexcept;
@JustPoker
@JustPoker 2 года назад
29:20 You've got a point ngl 😂
@Defiler151
@Defiler151 Год назад
He do indeed, but watching this without knowing c++ or another programming language is a waste of time anyways tbh. Since you don't understand what's going on what so ever
@wraith342
@wraith342 2 года назад
game crashes when i inject
@efrhaimkeithgil2478
@efrhaimkeithgil2478 Год назад
Cazz can you make a aimbot with box wall on killersource? I hope you can read this
@Acous7icwav3
@Acous7icwav3 Год назад
Brother why I generated but did not find the exe file
@cazz
@cazz Год назад
It’s not an exe. It’s an internal and therefore a .dll is created. You need to inject the .dll into the game.
@Rebinde
@Rebinde Год назад
when i inject the error code 0xC0000135 schohs up
@discomal4556
@discomal4556 Год назад
same
@xCookiee
@xCookiee 4 месяца назад
12:51 - 28:00 - 33:20
@lordgrim3217
@lordgrim3217 2 года назад
Hay Dude your tuts are very helpful 😊, Can you make a video about finding Offset(I'm not playing CSGO) ? To make a headshot aimbot?
@cazz
@cazz 2 года назад
I can try
@lordgrim3217
@lordgrim3217 2 года назад
@@cazz ok 😊, Thank you so much
@bluesnoop
@bluesnoop 2 года назад
i get unresolved externals symbols for MH
@cazz
@cazz 2 года назад
make sure you right clicked on the minhook folder and said "include in project"
@winter7843
@winter7843 Год назад
I inject my dll into csgo but the menu doesn't open
@verlet6809
@verlet6809 Год назад
did you fix this issue?
@Craxcyy
@Craxcyy Год назад
i havent even reached the half of the vid but i just heard "this is going to be a lot of fucking typing so have fun" for the 3rd time. bruh
@goozjeesh46
@goozjeesh46 Год назад
i heard that once
@user-it3en4xm2n
@user-it3en4xm2n 8 месяцев назад
bro, is this playlist still working on csgo2 ?
@slawnyfivemowiec
@slawnyfivemowiec 4 месяца назад
no, cs2 uses source 2 :))
@drear1191
@drear1191 2 месяца назад
This hook won’t work for cs2, since they use dx11.
@gow9476
@gow9476 2 года назад
besides learning c++ you should learn windows api too.
@cazz
@cazz 2 года назад
of course, but I don't like the sentiment. The windows api is massive, verbose, complex and ultimately retarded. Telling someone to "learn winapi" means nothing, and helps nothing, because what do you need to learn? You should tell people to look at how to open handles, how to enumerate through processes or modules. How to read/write memory. Not to learn the windows api.
@mrboblox4444
@mrboblox4444 2 года назад
@teka3893
@teka3893 2 года назад
is this still updated? i want to learn game hacking atm because writing discord bots is getting bored.
@cazz
@cazz 2 года назад
It sure is.
@comb4tted
@comb4tted Год назад
@@cazz is it still updated even now, because i get an error code 0x000135 on xenos failed to inject image
@ImMagicDesigns
@ImMagicDesigns Год назад
inline specifier allowed on function declarations only
@cazz
@cazz Год назад
Make sure you are using the C++20 standard
@ImMagicDesigns
@ImMagicDesigns Год назад
@@cazz thanks that work :)
@yt_lota896
@yt_lota896 2 года назад
How much would you charge to teach me 1 on 1 in a call to make a warzone cheat. im not all worried about aimbot just want to start off on esp
@coolanimeclips-ngl
@coolanimeclips-ngl 2 года назад
Codementor exists :p Everything exists on the internet you just have to look lol.
Далее
MAKE PLAYERS MORE VISIBLE WITH CHAMS
7:54
Просмотров 23 тыс.
YOUR FIRST INTERNAL - BHOP HACK
18:20
Просмотров 111 тыс.
Я НЕ ОЖИДАЛ ЭТОГО!!! #Shorts #Глент
00:19
Мой инстаграм: v1.ann
00:13
Просмотров 51 тыс.
WHAT IS HOOKING?
7:19
Просмотров 37 тыс.
MOBILE GAME HACKING (FOR NOOBS)
9:16
Просмотров 31 тыс.
I Optimised My Game Engine Up To 12000 FPS
11:58
Просмотров 620 тыс.
HOW AIMBOTS WORK
8:36
Просмотров 980 тыс.
Making a Game With C++ and SDL2
8:14
Просмотров 1,7 млн
I turned Programming into a Game
8:49
Просмотров 89 тыс.
Я НЕ ОЖИДАЛ ЭТОГО!!! #Shorts #Глент
00:19