Congratulations on 100 subscribers, keep going! Very good quality of video!
@casualgamer17915 жыл бұрын
Thanks a lot m8
@me-me-neeКүн бұрын
3:35 build error 'Menue': must return a value, fixed by adding return 0 to line 19.
@clackernot15594 жыл бұрын
Thank you, in your short videos there is a lot of useful information that others do in 30 minutes, you do in 5 minutes, this is very good. About this video, four days before, I wanted to give up, because I couldn't change the stack memory of the process using an external cpp file, but I was find your video, now it works well, thanks again!
@saltyscrimp5 жыл бұрын
Great video! This is exactly the type of video I was looking for. Keep it up, you will be a famous KZbinr one day with content like this. :)
@benkoch6212 жыл бұрын
FreeLibraryAndExitThread crashes with error 'A LIST_ENTRY has been corrupted (i.e. double remove)', i thought it was a error in my code but same with yours pasted.
@jamesking24394 жыл бұрын
Works beautifully! Awesome tutorial!
@lixkinous99905 жыл бұрын
Gracias por el aporte! Gran video sobre la injeccion de dll.
@rollo41272 жыл бұрын
When i try to uninject you're code from call of duty world at war zombies it crashes why is that
@_ntds5 жыл бұрын
Awesome video! Keep it up!
@casualgamer17915 жыл бұрын
thanks m8 :)
3 жыл бұрын
@@casualgamer1791 great video, I loved it!
@chimken7666 Жыл бұрын
Help please, I tried using your code and got the same error, the error I got was "force load module failed: force load module failed: failed finding address of kernel32!rtlookupfunctionentry" and I kept looking stuff up to help but I cannot find an answer. (This was in cheat engine btw)
@chimken7666 Жыл бұрын
For anybody who has the same problem the solution is changing 64x to 86x and from debug to release
@bgsand566 ай бұрын
@@chimken7666 ty
@PauloHenrique-bx7ft2 жыл бұрын
the identifier FILE is not defined; the identifier fp is not defined; the identifier freopen_s is not defined; i'm getting this error.
@casualgamer17912 жыл бұрын
#include
@wainbai7750 Жыл бұрын
Your video is best I ever watched
@x2p3962 жыл бұрын
so it just keeps crashing
@smile14 жыл бұрын
I'm getting a bunch of errors about "myhModule" pls help
@cqllumellis69964 жыл бұрын
at top you need to add this " HMODULE myhModule; " instead of this " HMODULE hModule; ". he made an error but didnt show in vid haha, had me stumped for a while lmao
@casualgamer17914 жыл бұрын
Thanks for the correction ill update the code asap
@Xenial.-4 жыл бұрын
Great video keep it up, I like learning stuff like this :)
@jamesking24394 жыл бұрын
When I do this, Visual Studio generates these .pdb files which seem to still be open even after unloading my dll. EDIT: I figured it out. If anyone has the same problem: Go to your project properties, then under Linker > Debugging, set "Generate Debug Info" to "No".
@casualgamer17914 жыл бұрын
Good job. Would not hurt to watch a video on all the things a compiler does.
@goldkat994 жыл бұрын
I did have this exact problem, thanks for the assist!
@truebad0ur4 жыл бұрын
Thanks, had same here
@alieeeeennnnnn5 жыл бұрын
Do you have a discord? I recently started doing some real hacks and also getting some real problems. Maybe we can contact better there.
@casualgamer17915 жыл бұрын
CasualGamer#2579
@alieeeeennnnnn5 жыл бұрын
@@casualgamer1791 I sent you a friend request.
@ggRuntz3 жыл бұрын
Will This work for Halo 4?
@RandomRepository10242 жыл бұрын
How do I put this renamed DLL in the game folder, with names like, d3d11.dll, dinput8.dll or dsound.dll and make the application load my DLL at the same time that my DLL indicates which is the correct DLL? By the way, very good your videos.
@RandomRepository10242 жыл бұрын
I've tried several ways, but errors like 0xc000007b when opening the application always appear. I've used projects like DirectX Wrappers just to create a Thread to execute what I want, but besides not having compatibility with all DLLs, it seems that they offer a lot of resources that I don't want to use.
@_ntds5 жыл бұрын
And i think it would be great to create our own injector that may not be detected by anticheats
@casualgamer17915 жыл бұрын
Yes definitely! Thanks for the input
@cooperthegrandkid56394 жыл бұрын
how is it working for him? my myhModule is undefined.
@casualgamer17914 жыл бұрын
Add HMODULE myhModule as global variable
@cooperthegrandkid56394 жыл бұрын
@@casualgamer1791 oh
@cooperthegrandkid56394 жыл бұрын
@@casualgamer1791 thx
@_ntds5 жыл бұрын
Btw did you use the steam version or the pirated one?
@casualgamer17915 жыл бұрын
no comment ;P
@_ntds5 жыл бұрын
@@casualgamer1791 nvm :D
@aaronfrans841 Жыл бұрын
Hey, for some reason when i try to do the injection i get an injectionfail, it sais it cant find the address of MSVCP140D!?cout@std@@3V?$basic_ostream Any idea what could be the issue? Last week the dll injection worked
@Александр-м3м1е Жыл бұрын
Same here. Is there a solution? EDIT: In the project properies: C/C++ -> Code GEneration -> Runtime Library -> change to Multi-threaded(/MT)