Detail : - For BlackShot SEA ( I don't know about BlackShot EU )
- Auto Injection
- Currently, this loader (injector) only support injecting 3 dll ( at once ).
- Undetected ( For me )
- Compatible with Windows 8.1 ( Not really sure with other Windows )
- x64 ( Not sure with x86 )
Tutorial : 1. Create a folder with a random name anywhere you want.
2. Put the loader inside it.
3. Put your dll inside it. ( Max = 3 )
4 .Rename the dll for example, 'BlackShotESP.dll' = 'dll1.dll', 'GGBypass.dll' = 'dll2.dll', 'MIMBypass.dll' = 'dll3.dll' .
5. Run it after BlackShot loaded ( Basically when there's only one BlackShot Process ) .
ScreenShot :
Warning : - Make sure the folder does no contain anything inside except the loader and the dll.
- If you have only 1 dll to be inject, paste only 1 dll inside it and make sure there's no other dll inside it eventhought its a dll with other name.
- Sometimes you need to run the loader ( Injector ) twice to make it work.
- The dll name 'dll1.dll', 'dll2.dll', 'dll3.dll' must not be in CAPSLOCK!
For anyone wonder how the loader works : ( I just thought of this in a brilliant way )
Code:
DLLPath = Directory.GetCurrentDirectory();
DLL1 = Path.Combine(DLLPath, "dll1.dll");
DLL2 = Path.Combine(DLLPath, "dll2.dll");
DLL3 = Path.Combine(DLLPath, "dll3.dll");
Credit me if you use this idea.xD