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

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 289

  • @lanylow
    @lanylow 5 років тому +228

    imagine making cheats for paint

    • @h3xad3cimaldev61
      @h3xad3cimaldev61 4 роки тому +28

      I have never been so offended by something I 100 agree with

    • @ottosei10
      @ottosei10 4 роки тому +8

      you don't have to imagine.

    • @kingmusic1878
      @kingmusic1878 4 роки тому +2

      lanylow lol

    • @loafybread6926
      @loafybread6926 4 роки тому +1

      That made me chuckle lmao

    • @DeskoDev
      @DeskoDev 4 роки тому +1

      World's Hardest Game

  • @WistrelChianti
    @WistrelChianti 3 роки тому +8

    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.

  • @therealjjjay
    @therealjjjay 8 місяців тому +5

    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

  • @DatDracoWork
    @DatDracoWork Місяць тому

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

  • @palerider2143
    @palerider2143 6 місяців тому +11

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

    • @VicExe_
      @VicExe_ 4 місяці тому

      Paint is using VAC 3.0 anticheat

    • @palerider2143
      @palerider2143 4 місяці тому

      @@VicExe_ Nah I’d win.

  • @swoosh3084
    @swoosh3084 4 роки тому +7

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

    • @null7953
      @null7953  4 роки тому +3

      Ducky zero blue switches

    • @unknownid5842
      @unknownid5842 4 роки тому +1

      Wait a minute, what are you using right now?

    • @null7953
      @null7953  4 роки тому +1

      I spilt coffee on my ducky keyboard and it broke now I use some razer keyboard it’s not even mechanical :(

    • @BugSongJune
      @BugSongJune Рік тому

      @@null7953 R.I.P ducky keyboard

  • @joshman7269
    @joshman7269 3 роки тому +2

    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.

  • @jemwong8032
    @jemwong8032 2 роки тому +3

    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.

  •  4 роки тому +1

    @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 роки тому +2

      Why are you mixing NULL and nullptr all around the code? NULL defined as #define NULL 0. Use 0 instead. For pointers use nullptr.

    • @lordoftrident
      @lordoftrident 3 роки тому

      @ "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 роки тому +1

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

    • @lordoftrident
      @lordoftrident 3 роки тому +2

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

  • @L1quidbrick
    @L1quidbrick 4 роки тому +6

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

    • @robidrogi
      @robidrogi 4 роки тому +4

      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.

  • @theothercreare
    @theothercreare 4 роки тому +2

    @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

    • @zaythecat7911
      @zaythecat7911 3 роки тому

      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

    • @theothercreare
      @theothercreare 3 роки тому

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

    • @zaythecat7911
      @zaythecat7911 3 роки тому

      @@theothercreare Fair enough, I hate doing that too.

  • @williebrown5049
    @williebrown5049 3 роки тому +2

    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
      @williebrown5049 Рік тому

      @TozY It just ended up working for me, I dont remember this it was a long time ago. Good luck though.

  • @Settn77
    @Settn77 2 місяці тому

    Does this logic same as c++ app?, not just for games?

  • @lukalovric896
    @lukalovric896 4 роки тому +1

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

    • @Claydo9
      @Claydo9 4 роки тому

      You have to change the build type to Release

    • @Claydo9
      @Claydo9 4 роки тому +1

      also why am I helping people trying to exploit

    • @pancake764
      @pancake764 3 роки тому

      how did you get the extension on the right?

  • @NightTakesFlight
    @NightTakesFlight 4 роки тому +1

    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.

    • @aaudzz
      @aaudzz 4 роки тому +1

      It’s fucking fake

    • @NightTakesFlight
      @NightTakesFlight 4 роки тому

      @@aaudzz no it's not lmao, I fixed my error by updating vs.

    • @aaudzz
      @aaudzz 4 роки тому

      It is

    • @aaudzz
      @aaudzz 4 роки тому +1

      NightTakesFlight yes it lmao, ur a bot

    • @NightTakesFlight
      @NightTakesFlight 4 роки тому

      Not a bot, but ok. I used this and it worked lmao.

  • @null7953
    @null7953  5 років тому +2

    All files and Source code available on my patreon www.patreon.com/posts/30970709

  • @mizta6819
    @mizta6819 4 роки тому +3

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

  • @nicknacknow5312
    @nicknacknow5312 5 років тому +2

    how would you be able to use createremotethread with multiple parameters

  • @alviankekok5705
    @alviankekok5705 11 місяців тому

    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

  • @Lastcast15
    @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
      @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
      @spencerplusyou Рік тому

      d

  • @Apash-zl5gr
    @Apash-zl5gr 5 років тому +9

    Legend is back ! :)

  • @markyrocks69
    @markyrocks69 4 роки тому +7

    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.

    • @markyrocks69
      @markyrocks69 4 роки тому

      For whatever reason freeing the memory causes paint to crash so its probably good that it fails in the provided script.

    • @markyrocks69
      @markyrocks69 4 роки тому

      Regardless it is a good example I'm pretty happy about it.

  • @RedStoneCraftGG
    @RedStoneCraftGG 2 роки тому

    does it work for UWP apps?
    like, Minecraft?

  • @ozneeee
    @ozneeee 4 роки тому +3

    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
      @money4yu Рік тому

      for \ add \\ example C:\\user\\Desktop\\...

    • @en_ry
      @en_ry Місяць тому

      im 3 years late but just put them in the same folder.

  • @Ausiegames
    @Ausiegames 3 дні тому

    after all that how would you make it inject into rainbow 6 siege

  • @kubitonn
    @kubitonn 4 роки тому +2

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

  • @phirun7186
    @phirun7186 3 роки тому

    What are the software you using?

  • @emeraldhyjax64
    @emeraldhyjax64 6 місяців тому

    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?

  • @J.C_Games
    @J.C_Games 2 роки тому

    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
      @amateur-programmer Рік тому

      Ever figure it out? Having the same problem.

    • @iviichaelxx374
      @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
      @5uggz401 Рік тому

      you need to change your charater set to multiple, instead of unicode

    • @reboundxiv
      @reboundxiv Рік тому

      4:36

  • @uliveulearnandregret
    @uliveulearnandregret Рік тому

    Everything is red, everything is outdated on 4.7 and I don't even see the configuration settings to change the text unicode

  • @맞춰봐라-z9o
    @맞춰봐라-z9o 2 роки тому

    Can i use malloc instead of VirtualAlloc?

  • @PauloHenrique-bx7ft
    @PauloHenrique-bx7ft 3 роки тому

    I did it exactly like the video... and got 56 errors... some I manage to fix but there are still 56 errors... why

  • @kajurima308
    @kajurima308 3 роки тому

    the character set in multi-byte but there is still an error on the window_title please help

    • @excuh
      @excuh 3 роки тому

      u probably misspelt it at some point

    • @beantoad
      @beantoad 3 роки тому

      i have the same problem

  • @Komi1995
    @Komi1995 4 роки тому +1

    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?

  • @cheeseburger251
    @cheeseburger251 5 років тому +1

    I just farted and it smells like a dead rat filled with sewage water

  • @philippdmy8709
    @philippdmy8709 3 роки тому

    for me it doesnt save as dll and when i open it visual studio opens

  • @codeine5111
    @codeine5111 5 років тому +4

    Nice video and a tutorial for threadhjacking or manualmapping would be great

    • @ScorpionCA
      @ScorpionCA 5 років тому

      synzu Guided Hacking has a tutorial on manual mapping

  • @AlexOxygen
    @AlexOxygen 4 роки тому +1

    Failed to open a handle to process?

  • @lichcat
    @lichcat 4 роки тому +1

    YESSSSSSSSSS THANK U NOW I WONT EVER GET A VIRUS TYSM

  • @JesusChristGamingInc
    @JesusChristGamingInc 3 роки тому

    I did the munti byte thing and it still didnt work

  • @cgdonut27
    @cgdonut27 Рік тому

    does this work on linux systems?

  • @thefrieber_362
    @thefrieber_362 4 роки тому +1

    Plss have u a discord server i need some help for coding

  • @AlexAlex10703
    @AlexAlex10703 4 роки тому +1

    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?
    :]

  • @ჯჯჯჯჯჯჯჯჯ
    @ჯჯჯჯჯჯჯჯჯ 6 місяців тому

    Nice tutorial (nice beats too)

  • @krinodagamer1545
    @krinodagamer1545 4 роки тому

    Null how can I fix my codes or instal a universal package?

  • @excuh
    @excuh 3 роки тому +1

    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

  • @v3nomcheats68
    @v3nomcheats68 3 роки тому

    namespace std = bad practice right?

    • @ItzMeKarizma
      @ItzMeKarizma Рік тому

      it actually depends on what you're doing but.. yeah.

  • @vinimartins3871
    @vinimartins3871 2 роки тому

    does it work for android games?

  • @IcenationOfficial
    @IcenationOfficial 2 роки тому

    I can't use #include it always show redline

  • @Mossy06
    @Mossy06 4 роки тому +1

    I get failed to create a remote thread how do i fix this?

    • @kookee178
      @kookee178 4 роки тому

      Same as you

    • @Mossy06
      @Mossy06 4 роки тому

      @@kookee178 I found you will have to change it from x86 to x64 or vice versa.

    • @MinecraftGamer-lg1rd
      @MinecraftGamer-lg1rd 3 роки тому

      @@Mossy06 where do you change it from x86 to x64?

    • @Mossy06
      @Mossy06 3 роки тому

      ​@@MinecraftGamer-lg1rd at the top next to local windows debugger, under tools.

    • @emir7884
      @emir7884 3 роки тому

      @@Mossy06 still the error

  • @foever538
    @foever538 3 роки тому +1

    I get the error "Failed to get full path". Can anyone help me?

    • @kusczak3234
      @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

  • @grandzik2989
    @grandzik2989 3 роки тому

    I have problem with some error "Failed to get full path" can someone help me?

  • @PromptKing
    @PromptKing 4 роки тому

    I wanna inject a dll from another program how can I do that

  • @lemon1074
    @lemon1074 5 років тому +3

    Is this undetected? Great vid btw

    • @DeclanCrane
      @DeclanCrane 4 роки тому +1

      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.

    • @ameersameer8033
      @ameersameer8033 4 роки тому

      ShadyOrb09 but do we need to learn this program to do this hack or not i want to hack Fortnite

    • @DiorlandRippRBLX
      @DiorlandRippRBLX 4 роки тому

      @@ameersameer8033 imagine playing fortnite

    • @ameersameer8033
      @ameersameer8033 4 роки тому

      Diorland Ripp RBLX ツ what do u mean bruh

    • @ottosei10
      @ottosei10 4 роки тому

      @@ameersameer8033 If you want to "hack" Fortnite, then yes you need to learn C++ and many other things so I don't recommend it.

  • @domdom2145
    @domdom2145 2 роки тому

    sorry but not working couldnt get full path name help pls

  • @imiq2941
    @imiq2941 3 роки тому

    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

    • @crazymooseman9087
      @crazymooseman9087 3 роки тому

      Search up a
      tutorial on how to make a dll cheat file for the game you want to cheat in

  • @zahltag104
    @zahltag104 3 роки тому +1

    Nice HTML (Table) Code in Thumbnail. Good Hacking Language lmao

  • @SmanEDITS
    @SmanEDITS 4 роки тому

    What to do when GetFullPath name failed ?

  • @jaxattax35
    @jaxattax35 3 роки тому +1

    Can anyone explain how he got the executable file of the injector?

  • @swagz6440
    @swagz6440 3 роки тому

    4:43 I cant see character set

    • @swagz6440
      @swagz6440 3 роки тому

      Nevermind it is under Advanced

  • @Rinsko
    @Rinsko 4 роки тому +1

    good video, BUT HOW COME THE BEAT SLAP SO HARD

  • @WallpaperUncle
    @WallpaperUncle 2 роки тому

    How safe is this and will it give a virus? just wondering

    • @painepole
      @painepole 2 роки тому

      think it's safe

    • @ItzMeKarizma
      @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
      @WallpaperUncle Рік тому

      @@ItzMeKarizma oh ok sorry

  • @Jannik.alb04
    @Jannik.alb04 4 роки тому

    when i create the test dll i dont have the local windows debugger to click on it, can anyone help please?

    • @grantheacox1992
      @grantheacox1992 4 роки тому

      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)

    • @aaudzz
      @aaudzz 4 роки тому +1

      Flamed I hate bots like u

    • @aaudzz
      @aaudzz 4 роки тому +1

      It’s fake

  • @sandwichdev
    @sandwichdev 8 місяців тому

    I can't find character set

  • @Axprot
    @Axprot 4 роки тому

    does it work for roblox not really sure?

  • @cooperthegrandkid5639
    @cooperthegrandkid5639 4 роки тому

    its saying failed to create remote thread

  • @markyrocks69
    @markyrocks69 4 роки тому +2

    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.

    • @markyrocks69
      @markyrocks69 4 роки тому +1

      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.

  • @benbrinkerhoff7711
    @benbrinkerhoff7711 4 роки тому

    whats the link for the application to make the dll

    • @otiopo7459
      @otiopo7459 4 роки тому

      i think visual studio 2019
      im using visual studio code

  • @sirgameinfo
    @sirgameinfo 5 років тому +1

    @Null Dude Great Job... 👍

  • @Jayzioo
    @Jayzioo 3 роки тому

    what about lua injector?

  • @ottosei10
    @ottosei10 4 роки тому +2

    Thank you very much, this was very helpful

  • @HadinataStory-ll4qp
    @HadinataStory-ll4qp 3 роки тому

    this video is very useful.
    but I don't understand English, can you give an Indonesian translation?

  • @Zeem240
    @Zeem240 4 роки тому +1

    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

    • @agapamebandikot9997
      @agapamebandikot9997 3 роки тому

      same here, actually I can download the client but I wanna try making one for myself

  • @keetheehee4206
    @keetheehee4206 3 роки тому

    i get a bunch of errors can you maybe help me?
    good tutorial btw

    • @keetheehee4206
      @keetheehee4206 3 роки тому

      i fixed most of them but i dont know where i get the LNK2001 error

    • @plixx4627
      @plixx4627 3 роки тому

      @@keetheehee4206 SAME

  • @MrVersa-cq1hm
    @MrVersa-cq1hm 4 роки тому

    what about manual Mapping

  • @yousuckirock420
    @yousuckirock420 4 роки тому +1

    How much would u charge to make me one

    • @theothercreare
      @theothercreare 4 роки тому +1

      // 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

    • @theothercreare
      @theothercreare 4 роки тому +1

      your welcome
      This is mine so it has some comments and stuff but it is basically what he puts down

    • @yousuckirock420
      @yousuckirock420 4 роки тому

      How do i download it

    • @yousuckirock420
      @yousuckirock420 4 роки тому

      Trying to get one for a lumber tycoon 2 on roblox for my kid

    • @theothercreare
      @theothercreare 4 роки тому +1

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

  • @joshalvarez1676
    @joshalvarez1676 4 роки тому +1

    failed to allocate memory

  • @astro.p
    @astro.p 4 роки тому

    I cant create a Console thing like yours it creates .sln to me (solution)

  • @Jakobautiga
    @Jakobautiga 6 місяців тому

    so u js gonna skip over how to make the injector???

  • @diansaleh3807
    @diansaleh3807 2 роки тому

    How about game online sir?

  • @charmainemaerivera1101
    @charmainemaerivera1101 4 роки тому

    can u please make a tutorial on how to make on ran online

  • @Waiporo
    @Waiporo 3 роки тому

    roses are red violets are blue scrolling down to see if its true

  • @thegamers-qf1hh
    @thegamers-qf1hh 4 роки тому

    When I ran the program advast When off

    • @emml1261
      @emml1261 4 роки тому +1

      Great English

    • @stunnawvttz
      @stunnawvttz 4 роки тому

      gj bro u got the whole squad laughing

    • @ellisjakewhite
      @ellisjakewhite 3 роки тому

      well have a bit of common sense and turn it off ??

  • @gabrielcouto4529
    @gabrielcouto4529 4 роки тому +1

    working 2020??

  • @zero.5668
    @zero.5668 5 років тому +1

    UR BACK OMGGG NOTI GANNNG

  •  4 роки тому

    does the injector work in fortnite

    • @ottosei10
      @ottosei10 4 роки тому +1

      Yes but not recommended

  • @ferriscool8764
    @ferriscool8764 4 роки тому

    Does this work for roblox?

  • @gabrielescalea5565
    @gabrielescalea5565 2 роки тому

    upload of this file?

  • @magical9031
    @magical9031 4 роки тому

    So we have to pay

    • @geggago1151
      @geggago1151 8 місяців тому

      If you can't reade can't you see c++ but just get a cracked version

  • @krinodagamer6313
    @krinodagamer6313 3 роки тому

    where is the injector just subscribed

  • @tocetoce6777
    @tocetoce6777 4 роки тому

    link to copy???

  • @russtycrussty7884
    @russtycrussty7884 4 роки тому

    i dont see character set

  • @MAKSlU
    @MAKSlU 2 роки тому +1

    7:08

  • @lichcat
    @lichcat 4 роки тому +1

    can someone help me please? Each time i inject into roblox(yes sadly i want to hack roblox) it sayes "file does not exist".

    • @theothercreare
      @theothercreare 4 роки тому

      is the dll file in the same folder as the exe and in the injector you set the nameof the dll eg test.dll to be the name of the dll and whaht you put in the program?

  • @connergreen3178
    @connergreen3178 5 років тому +2

    3. fucking. months
    I’ve missed you 🙏🏿🙏🏿🙏🏿❤️❤️❤️🥰🥰🥰

  • @abattle2227
    @abattle2227 4 роки тому +2

    its says failed to write process memory. can someone help

  • @cameronn.5620
    @cameronn.5620 4 роки тому

    Hey can you use this for lua scripts like can you change it from .dll to .lua and it will run lua scripts?

    • @3ver676
      @3ver676 4 роки тому +2

      xD Please tell me you are joking hahah

    • @cameronn.5620
      @cameronn.5620 4 роки тому

      @@3ver676 yes

    • @callaco3176
      @callaco3176 4 роки тому +1

      @@cameronn.5620 no you're not lol, ur tryna hack roblox loooooooool

    • @cameronn.5620
      @cameronn.5620 4 роки тому

      @@callaco3176 bruh roblox nah

    • @callaco3176
      @callaco3176 4 роки тому +1

      @@cameronn.5620 You do realize this is a .dll Class Library written in C++, changing it to .lua would just break it, it would do nothing.

  • @tajebayor5024
    @tajebayor5024 4 роки тому

    can you make injector for apk for pubg?

  • @celestialplays4120
    @celestialplays4120 4 роки тому +1

    Lol scripts for patreon??? Its free maan