I have never been so offended by something I 100 agree with
@ottosei104 жыл бұрын
you don't have to imagine.
@kingmusic18784 жыл бұрын
lanylow lol
@loafybread69264 жыл бұрын
That made me chuckle lmao
@DeskoDev4 жыл бұрын
World's Hardest Game
@WistrelChianti3 жыл бұрын
When you make a video explaining how to make cake, but neglect to explain what cake is or why you would want to make one. Very zen video though, well done for all the error checking code. Teaching good habits there.
@therealjjjay8 ай бұрын
for the people with building struggles, right beside your architecture (64x, 86x) switch it to "Release" from "Debug". and then make sure to go into properties of the PROJECT (not the solution) and change the character set to multi bit. Yw
@swoosh30844 жыл бұрын
Great tutorial, good explanation I'm thinking of buying a keyboard and I really like the sounds your switches give. Whats ur kb??
@null79534 жыл бұрын
Ducky zero blue switches
@unknownid58424 жыл бұрын
Wait a minute, what are you using right now?
@null79534 жыл бұрын
I spilt coffee on my ducky keyboard and it broke now I use some razer keyboard it’s not even mechanical :(
@BugSongJune Жыл бұрын
@@null7953 R.I.P ducky keyboard
@palerider21436 ай бұрын
has paint made any anticheat yet? is this exploit still undetected
@VicExe_4 ай бұрын
Paint is using VAC 3.0 anticheat
@palerider21434 ай бұрын
@@VicExe_ Nah I’d win.
@mizta68194 жыл бұрын
damn careful, you might already end up number 1 in the charts with that background music!
@Apash-zl5gr5 жыл бұрын
Legend is back ! :)
@DatDracoWork24 күн бұрын
Hey bro, is proto convertion or dynamic function hooking injection a good idea?
4 жыл бұрын
@5:10 no it is not pass by reference, you invoke the adress operator on processId, since you pass the address(a pointer, by value), the variable gets the changes. If you truly were passing by ref, you would be passing processId without &.
4 жыл бұрын
You are setting your DWORD variable, which is just a number, to NULL. You shouldn't do this. NULL should not even be used in C++, you have nullptr for a reason. Your code worked because NULL expands to 0, meaning you essentially put 0 in that variable. Still, the code sloppy...
4 жыл бұрын
Why are you mixing NULL and nullptr all around the code? NULL defined as #define NULL 0. Use 0 instead. For pointers use nullptr.
@lordoftrident3 жыл бұрын
@ "Why are you mixing NULL and nullptr" i was asking the same thing, seems like he replaces 0 with NULL, in some definitions NULL is a pointer to the address 0, which would create warnings/errors.
3 жыл бұрын
@@lordoftrident NULL is not a pointer. It is a macro expanding to the number 0. nullptr should be used instead of NULL everywhere in Cpp
@lordoftrident3 жыл бұрын
@ im saying that NULL is a macro in some definitions expading to a pointer to the address 0 AKA (void*)0 (i think in C++ its 0 but in C its (void*)0) and yes, nullptr should replace NULL in C++, thats what it was made for.
@lichcat4 жыл бұрын
YESSSSSSSSSS THANK U NOW I WONT EVER GET A VIRUS TYSM
@cheeseburger2515 жыл бұрын
I just farted and it smells like a dead rat filled with sewage water
@joshman72693 жыл бұрын
How come its telling me it cant get the full path? i put the dll and the injector.exe in the same folder on my desktop.
@jemwong80322 жыл бұрын
Question, shouldn't we pass the pointer of LPTHREAD_START_ROUTINR function which incase is the address of LoadLibraryA function located in the target process into the Createremotethread. Why u able to pass in the function name only instead of the address of the function inside the targeted process.
@L1quidbrick4 жыл бұрын
How do u continue with this, Like by putting the exploit in the injector
@robidrogi4 жыл бұрын
You do not put the exploit in the injector, you upload the dll to a cloud and make the injector grab the direct download link from that cloud and inject it.
@williebrown50493 жыл бұрын
I followed everything and it doesn't work for me somehow, I copied the lines exactly as you did but it says there are errors.
@williebrown5049 Жыл бұрын
@TozY It just ended up working for me, I dont remember this it was a long time ago. Good luck though.
@ottosei104 жыл бұрын
Thank you very much, this was very helpful
@codeine51115 жыл бұрын
Nice video and a tutorial for threadhjacking or manualmapping would be great
@ScorpionCA5 жыл бұрын
synzu Guided Hacking has a tutorial on manual mapping
@Yxncooo6 ай бұрын
Nice tutorial (nice beats too)
@zahltag1043 жыл бұрын
Nice HTML (Table) Code in Thumbnail. Good Hacking Language lmao
@lukalovric8964 жыл бұрын
4:52 i change it to Multi-Byte and I still have that error.... Can someone help please.
@Claydo94 жыл бұрын
You have to change the build type to Release
@Claydo94 жыл бұрын
also why am I helping people trying to exploit
@pancake7643 жыл бұрын
how did you get the extension on the right?
@phirun71863 жыл бұрын
What are the software you using?
@Settn772 ай бұрын
Does this logic same as c++ app?, not just for games?
@markyrocks694 жыл бұрын
The only thing that i can add to this is that exiting without closing handles and cleaning up memory is a pretty bad habit. For small stuff like this its not a big deal but still something to keep in mind. You should also close the handle to the created thread as well as unload the dll. At the end of your code you close the handle to the process then attempt to free memory using the closed handle.... the virtualfreeEx will fail every time.
@markyrocks694 жыл бұрын
For whatever reason freeing the memory causes paint to crash so its probably good that it fails in the provided script.
@markyrocks694 жыл бұрын
Regardless it is a good example I'm pretty happy about it.
@sirgameinfo5 жыл бұрын
@Null Dude Great Job... 👍
@theothercreare4 жыл бұрын
@Null did you have to disable windows antivirus/security? because when I run the script it finishes and says successful injection but then the popup does not appear in notepad/paint/google and around the same time I injected google my antivirus went off
@zaythecat79113 жыл бұрын
First off, just trouble shoot. Try running it without your anti-virus enabled. If it works, just add an exclusion. Your anti-virus may flag as a virus because you are altering files on your computer btw
@theothercreare3 жыл бұрын
@@zaythecat7911 Yeah but I don't like messing with my antivirus, even If I am the one who wrote all the code and understand 100% of it, it just freaks' me out. also about the exception I looked and did not see a button to do so.
@zaythecat79113 жыл бұрын
@@theothercreare Fair enough, I hate doing that too.
@ozneeee4 жыл бұрын
when i use it, it notices my dll but i get the error for failing to get the full path name, does anyone know any fixes to this?
@money4yu Жыл бұрын
for \ add \\ example C:\\user\\Desktop\\...
@en_ryАй бұрын
im 3 years late but just put them in the same folder.
@nicknacknow53125 жыл бұрын
how would you be able to use createremotethread with multiple parameters
@RedStoneCraftGG2 жыл бұрын
does it work for UWP apps? like, Minecraft?
@NightTakesFlight4 жыл бұрын
I still have an error for window_title under GetWindowThreadProcessId, and the Character Set is in advanced and not in general, is that an issue? nor do I have the Project Defaults tab.
@aaudzz4 жыл бұрын
It’s fucking fake
@NightTakesFlight4 жыл бұрын
@@aaudzz no it's not lmao, I fixed my error by updating vs.
@aaudzz4 жыл бұрын
It is
@aaudzz4 жыл бұрын
NightTakesFlight yes it lmao, ur a bot
@NightTakesFlight4 жыл бұрын
Not a bot, but ok. I used this and it worked lmao.
@lemon10745 жыл бұрын
Is this undetected? Great vid btw
@DeclanCrane4 жыл бұрын
Don't copy the code. Understand what he's doing. Then you can write your own and it'll be undetected. Probably not useful information to you anymore, but for anyone reading.
@ameersameer80334 жыл бұрын
ShadyOrb09 but do we need to learn this program to do this hack or not i want to hack Fortnite
@DiorlandRippRBLX4 жыл бұрын
@@ameersameer8033 imagine playing fortnite
@ameersameer80334 жыл бұрын
Diorland Ripp RBLX ツ what do u mean bruh
@ottosei104 жыл бұрын
@@ameersameer8033 If you want to "hack" Fortnite, then yes you need to learn C++ and many other things so I don't recommend it.
@kubitonn4 жыл бұрын
hi, I have a question what keyboard do you have on this episode with blue switches
@Lastcast15 Жыл бұрын
can you make it so when you click a button in your c++ menu it injects a dll that you don't have downloaded so you just paste the dll link some where and it injects it?
@nothink0945 Жыл бұрын
A computer needs to have the context of a file in this case .DLL to use it so you can't really do that
@spencerplusyou Жыл бұрын
d
@맞춰봐라-z9o2 жыл бұрын
Can i use malloc instead of VirtualAlloc?
@AlexOxygen4 жыл бұрын
Failed to open a handle to process?
@swagz64403 жыл бұрын
4:43 I cant see character set
@swagz64403 жыл бұрын
Nevermind it is under Advanced
@kajurima3083 жыл бұрын
the character set in multi-byte but there is still an error on the window_title please help
@excuh3 жыл бұрын
u probably misspelt it at some point
@beantoad3 жыл бұрын
i have the same problem
@uliveulearnandregret Жыл бұрын
Everything is red, everything is outdated on 4.7 and I don't even see the configuration settings to change the text unicode
@philippdmy87093 жыл бұрын
for me it doesnt save as dll and when i open it visual studio opens
@JesusChristGamingInc3 жыл бұрын
I did the munti byte thing and it still didnt work
@J.C_Games2 жыл бұрын
i keep getting an error that says "argument of type const char* is incompatible with parameter of type "LPCWSTR" " ive tried looking around for an answer and i cant find it
@amateur-programmer Жыл бұрын
Ever figure it out? Having the same problem.
@iviichaelxx374 Жыл бұрын
i had the same problem too, I just realized that the open and close parenthesis around MAX_PATH are actually brackets []. So char dll_path[MAX_PATH[;
@5uggz401 Жыл бұрын
you need to change your charater set to multiple, instead of unicode
@reboundxiv Жыл бұрын
4:36
@v3nomcheats683 жыл бұрын
namespace std = bad practice right?
@ItzMeKarizma Жыл бұрын
it actually depends on what you're doing but.. yeah.
@alviankekok570511 ай бұрын
hallo bro, can you help why my pc can,t support injector apk 0xc000007b error fpr win 11. I have installed all the recommendations from the injector application but still the error 0xc000007b. Is it because Windows has to be reinstalled or my PC doesn't support it or Windows system settings have to be adjusted
@Mossy064 жыл бұрын
I get failed to create a remote thread how do i fix this?
@kookee1784 жыл бұрын
Same as you
@Mossy064 жыл бұрын
@@kookee178 I found you will have to change it from x86 to x64 or vice versa.
@MinecraftGamer-lg1rd3 жыл бұрын
@@Mossy06 where do you change it from x86 to x64?
@Mossy063 жыл бұрын
@@MinecraftGamer-lg1rd at the top next to local windows debugger, under tools.
@emir78843 жыл бұрын
@@Mossy06 still the error
@PauloHenrique-bx7ft3 жыл бұрын
I did it exactly like the video... and got 56 errors... some I manage to fix but there are still 56 errors... why
@thefrieber_3624 жыл бұрын
Plss have u a discord server i need some help for coding
@MAKSlU2 жыл бұрын
7:08
@Komi19954 жыл бұрын
I wrote in the same way as in the film, even when he corrects it, I also corrected it or I'm too stupid or it doesn't work for me, can someone help?
@theothercreare4 жыл бұрын
what error did u get?
@ellisjakewhite3 жыл бұрын
@@theothercreare failed to create remote thread
@emeraldhyjax646 ай бұрын
For me, it's not popping up the 2nd text box, It only says, "Successfully injected!" and then when I click ok, the 2nd text box doesn't pop up. Does anyone know how to fix this?
@excuh3 жыл бұрын
u should have told us how to inject to a process name instead of the window title like with paint it would be mspaint.exe
@IcenationOfficial2 жыл бұрын
I can't use #include it always show redline
@Rinsko4 жыл бұрын
good video, BUT HOW COME THE BEAT SLAP SO HARD
@cgdonut27 Жыл бұрын
does this work on linux systems?
@SmanEDITS4 жыл бұрын
What to do when GetFullPath name failed ?
@sandwichdev7 ай бұрын
I can't find character set
@vinimartins38712 жыл бұрын
does it work for android games?
@krinodagamer15454 жыл бұрын
Null how can I fix my codes or instal a universal package?
@PromptKing4 жыл бұрын
I wanna inject a dll from another program how can I do that
@foever5383 жыл бұрын
I get the error "Failed to get full path". Can anyone help me?
@kusczak3234 Жыл бұрын
you must copy the existing dll you have to the same folder from injector. Then correct const char* dll_name = "Dll2.dll"; //change Dll2.dll to your existing const char* window_tittle = "Untitled - Notepad"; //Untitled - Notepad are program you would inject with dll
@Jayzioo3 жыл бұрын
what about lua injector?
@grandzik29893 жыл бұрын
I have problem with some error "Failed to get full path" can someone help me?
@jaxattax353 жыл бұрын
Can anyone explain how he got the executable file of the injector?
@bgsand563 жыл бұрын
ctrl + B
@domdom21452 жыл бұрын
sorry but not working couldnt get full path name help pls
@MrVersa-cq1hm4 жыл бұрын
what about manual Mapping
@cooperthegrandkid56394 жыл бұрын
its saying failed to create remote thread
@Axprot4 жыл бұрын
does it work for roblox not really sure?
@theothercreare4 жыл бұрын
it should
@itsSpidey-6 ай бұрын
Thanks, this works :)
@Jannik.alb044 жыл бұрын
when i create the test dll i dont have the local windows debugger to click on it, can anyone help please?
@grantheacox19924 жыл бұрын
You need VS Community Version (If you want you can download a compiler like MinGW and create it into a exe file and that should work)
@aaudzz4 жыл бұрын
Flamed I hate bots like u
@aaudzz4 жыл бұрын
It’s fake
@benbrinkerhoff77114 жыл бұрын
whats the link for the application to make the dll
@otiopo74594 жыл бұрын
i think visual studio 2019 im using visual studio code
@zero.56685 жыл бұрын
UR BACK OMGGG NOTI GANNNG
@WallpaperUncle2 жыл бұрын
How safe is this and will it give a virus? just wondering
@painepole Жыл бұрын
think it's safe
@ItzMeKarizma Жыл бұрын
lol, it's safe. You should learn the basics of c++ first and then try doing these kind of things. This way, you can understand what you're typing.
@WallpaperUncle Жыл бұрын
@@ItzMeKarizma oh ok sorry
@lichcat4 жыл бұрын
13:30
@yousuckirock4204 жыл бұрын
How much would u charge to make me one
@theothercreare4 жыл бұрын
// DLL_Injector.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include #include #include #include #include using namespace std; void get_proc_id(const char* window_title, DWORD &process_id) { //POSSIBLEBUG LPCWSTR is new GetWindowThreadProcessId(FindWindowA(NULL, window_title), &process_id); } void error(const char* error_title, const char* error_mesage) { MessageBoxA(NULL, error_mesage, error_title, 0); exit(-1); } bool file_exists(string file_name) { struct stat buffer; return (stat(file_name.c_str(), &buffer) == 0); } int main() { DWORD proc_id = NULL; char* dll_path[MAX_PATH]; //set this to the name of the dll that you want to inject const char* dll_name = "TestDLL.dll"; //set this to the title of the program you are injecting const char* window_title = "Untitled - Paint"; if (!file_exists(dll_name)) { error("file_exists", "The chosen file does not exist"); } //POSSIBLEBUG LPWSTR is new if (!GetFullPathName(LPWSTR(dll_name), MAX_PATH, LPWSTR(dll_path), nullptr)) { error("GetFullPathName", "Failed to get full path name"); } get_proc_id(window_title, proc_id); if (proc_id == NULL) { error("get_proc_id", "Failed to get process ID"); } HANDLE h_process = OpenProcess(PROCESS_ALL_ACCESS, NULL, proc_id); if (!h_process) { error("OpenProcess", "Failed to open a handle to process"); } void* allocated_memory = VirtualAllocEx(h_process, nullptr, MAX_PATH, MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); if (!allocated_memory) { error("VirtualAllocEx", "Failed to allocate memory"); } if (!WriteProcessMemory(h_process, allocated_memory, dll_path, MAX_PATH, nullptr)) { error("WriteProcessMemory", "Failed to write process memory"); } HANDLE h_thread = CreateRemoteThread(h_process, nullptr, NULL, LPTHREAD_START_ROUTINE(LoadLibraryA), allocated_memory, NULL, nullptr); if (!h_thread) { error("CreateRemoteThread", "Failed to create remote thread"); } CloseHandle(h_process); VirtualFreeEx(h_process, allocated_memory, NULL, MEM_RELEASE); MessageBoxA(0, "Successfully injected!", "Success", 0); } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu // Debug program: F5 or Debug > Start Debugging menu // Tips for Getting Started: // 1. Use the Solution Explorer window to add/manage files // 2. Use the Team Explorer window to connect to source control // 3. Use the Output window to see build output and other messages // 4. Use the Error List window to view errors // 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project // 6. In the future, to open this project again, go to File > Open > Project and select the .sln file
@theothercreare4 жыл бұрын
your welcome This is mine so it has some comments and stuff but it is basically what he puts down
@yousuckirock4204 жыл бұрын
How do i download it
@yousuckirock4204 жыл бұрын
Trying to get one for a lumber tycoon 2 on roblox for my kid
@theothercreare4 жыл бұрын
@@yousuckirock420 you dont have to download it, that is the code just follow along with the first few steps of the vid and then when he starts coding just coppy and paste my first comment.
@Waiporo3 жыл бұрын
roses are red violets are blue scrolling down to see if its true
@AlexAlex107034 жыл бұрын
1. am i to late for this video or can i still use it. 2. im kind of new so i just want to know if this could hurt your computer in any way? :]
@joshalvarez16764 жыл бұрын
failed to allocate memory
@Jakobautiga5 ай бұрын
so u js gonna skip over how to make the injector???
@thegamers-qf1hh4 жыл бұрын
When I ran the program advast When off
@emml12614 жыл бұрын
Great English
@stunnawvttz4 жыл бұрын
gj bro u got the whole squad laughing
@ellisjakewhite3 жыл бұрын
well have a bit of common sense and turn it off ??
@connergreen31785 жыл бұрын
3. fucking. months I’ve missed you 🙏🏿🙏🏿🙏🏿❤️❤️❤️🥰🥰🥰
@russtycrussty78844 жыл бұрын
i dont see character set
@biometrix54783 жыл бұрын
its in advanced
@magical90314 жыл бұрын
So we have to pay
@geggago11517 ай бұрын
If you can't reade can't you see c++ but just get a cracked version
@charmainemaerivera11014 жыл бұрын
can u please make a tutorial on how to make on ran online
@gabrielescalea55652 жыл бұрын
upload of this file?
@diansaleh38072 жыл бұрын
How about game online sir?
@Entity3013 жыл бұрын
THANK YOU BRO!!!!
@imiq29413 жыл бұрын
im confuse where you get the test dll at the last minute? i've written all of the code and now i dont know how to test or run it
@crazymooseman90873 жыл бұрын
Search up a tutorial on how to make a dll cheat file for the game you want to cheat in
@astro.p4 жыл бұрын
I cant create a Console thing like yours it creates .sln to me (solution)
@biometrix54783 жыл бұрын
same
@markyrocks694 жыл бұрын
This just seems to crash paint for me... pretty handy with c++ and i understand the concept. Messagebox fails to appear in remote process even though i get through the code with no errors. Running windows 10 latest build.
@markyrocks694 жыл бұрын
Sry, I figured out the issue in part was that the dll path wasn't actually finding the actual path... it was finding a general directory but not going into the specific folder.
@viuwmemes5 жыл бұрын
holy shit you uploaded
4 жыл бұрын
does the injector work in fortnite
@ottosei104 жыл бұрын
Yes but not recommended
@HadinataStory-ll4qp3 жыл бұрын
this video is very useful. but I don't understand English, can you give an Indonesian translation?
@tocetoce67774 жыл бұрын
link to copy???
@Zeem2404 жыл бұрын
im tryig to make an injector because for minecraft i cant download the client which lets you zoom in and keystrokes. For mc bedrock and its not a hack client cause i dont hack. Hacking is for losers
@agapamebandikot99973 жыл бұрын
same here, actually I can download the client but I wanna try making one for myself
@ferriscool87644 жыл бұрын
Does this work for roblox?
@ottosei104 жыл бұрын
Yes
@gabrielcouto45294 жыл бұрын
working 2020??
@keetheehee42063 жыл бұрын
i get a bunch of errors can you maybe help me? good tutorial btw
@keetheehee42063 жыл бұрын
i fixed most of them but i dont know where i get the LNK2001 error