How To Make Your Own Injector (BEGINNER C++ GAME HACKING TUTORIAL 2019)

preview_player
Показать описание

In this video i show you How To Make Your Own Injector using C++ for Game Hacking. It is a very simple and easy tutorial and i show all of the source code so it's great for beginners.
Рекомендации по теме
Комментарии
Автор

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

therealjjjay
Автор

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.

WistrelChianti
Автор

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.

jemwong
Автор

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.

joshman
Автор

Hey bro, is proto convertion or dynamic function hooking injection a good idea?

ihavemacaroni
Автор

Great tutorial, good explanation

I'm thinking of buying a keyboard and I really like the sounds your switches give. Whats ur kb??

swoosh
Автор

@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 &.

Автор

has paint made any anticheat yet? is this exploit still undetected

palerider
Автор

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.

williebrown
Автор

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?

ozneeee
Автор

@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

theothercreare
Автор

How do u continue with this, Like by putting the exploit in the injector

Lquidbrick
Автор

how would you be able to use createremotethread with multiple parameters

nicknacknow
Автор

damn careful, you might already end up number 1 in the charts with that background music!

mizta
Автор

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.

markyrocks
Автор

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.

NightTakesFlight
Автор

4:52 i change it to Multi-Byte and I still have that error.... Can someone help please.

lukalovric
Автор

hi, I have a question what keyboard do you have on this episode with blue switches

kubitonn
Автор

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?

emeraldhyjax
Автор

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?

Lastcast