LORD INJECTOR

Posts 1–15 of 27 · Page 1 of 2
LORD INJECTOR


Hello friends ..
As few as updating my injector
FOR PEOPLE WHO ONLY COME HERE TO SAY "What is the difference this to other injectors her?"
Well this as most of my release has been rewritten!

I hope this helps, that you enjoy and good game

______________________________________________







______________________________________________


News [New] LORD INJECTOR to LORD INJECTOR

Translations: Removed
Anyone with BRAIN understand what each injector function means

Injection Method: Options Automatic/Manual Removed
Injection only manually now for better performance and security

Functions: "Save List" and "Clear List" Removed
They were not necessary and no one used that is the truth

Games Bar: Removed
Now you will have to put the process related to the game manually

Close after Injection: Removed

New interface

Topic to [NEW] LORD INJECTOR: [NEW]LORD INJECTOR

______________________________________________



Type the file regarding their game in "Process"
Select the hack (.dll) in "Browser"
(if your game is open search process in his "List of Process." If you do not will need to follow the next part of the tutorial)
Open your game, minimizes it (the game) and click "INJECT NOW" at the injector
Ready

Good Game

______________________________________________



JottiScan 1/21
VirusTotal 1/56

______________________________________________



 
CODE
Code:
Coding of Injection :

function CheckProcess(Process: String): boolean;
const PROCESS_TERMINATE=$0001;
var ContinueLoop: BOOL;
    FSnapshotHandle: THandle;
    FProcessEntry32: TProcessEntry32;
begin
 result:=false;
 FSnapshotHandle := CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0);
 FProcessEntry32.dwSize := Sizeof(FProcessEntry32);
 ContinueLoop := Process32First(FSnapshotHandle,FProcessEntry32);
while integer(ContinueLoop) <> 0 do
begin
if ((UpperCase(ExtractFileName(FProcessEntry32.szExeFile)) = UpperCase(Process))
or (UpperCase(FProcessEntry32.szExeFile) = UpperCase(Process))) then
begin
ProcessID:=FProcessEntry32.th32ProcessID;
Result := true;
exit;
end;
ContinueLoop := Process32Next(FSnapshotHandle,FProcessEntry32);
end;
CloseHandle(FSnapshotHandle);
end;

function InjectDll(PID:DWORD; sDll:string):Boolean;
var
hLib:     Pointer;
hThread:  THandle;
pMod:     Pointer;
hOpen:    THandle;
dWritten: Cardinal;
ThreadID: Cardinal;
LibName:  WideString;
begin
  LibName:=WideString(sDll);
  Result := FALSE;
  hOpen := OpenProcess(PROCESS_ALL_ACCESS, FALSE, PID);
  if hOpen <> INVALID_HANDLE_VALUE then
  begin
    hLib := GetProcAddress(GetModuleHandle(PChar('kernel32.dll')), PChar('LoadLibraryW'));
    pMod := VirtualAllocEx(hOpen, nil, (Length(LibName)*2) + 2, MEM_COMMIT or MEM_RESERVE, PAGE_EXECUTE_READWRITE);
    if WriteProcessMemory(hOpen, pMod,      @LIBName[1], (Length(LibName)*2), dWritten) then
      Result := TRUE;
    hThread := CreateRemoteThread(hOpen, nil, 0, hLib, pMod, 0, ThreadID);
    WaitForSingleObject(hThread, INFINITE);
    CloseHandle(hOpen);
    CloseHandle(hThread);
  end;
end;

______________________________________________



Special thanks to @ludgerogabriel for helping me and coding of injection!
@Onelordofpain (ME!)
@akosipol by designer
@4nuoFZf9aE for helping in disseminating
GLHF.



Helped you ?! Thank not cost anything
LORD INJECTOR_mpgh.net.rar845 KB · 909 downloads 14/58 malicious
File is clean, Approved.
Quote Originally Posted by Yemiez View Post
File is clean, Approved.
Thanks bro
Very nice. Will be using it.
Nice work.
Injector is ud forever ?
Quote Originally Posted by Joke2301 View Post
Injector is ud forever ?
No

//msg2short
when i try to open it i get this:

Error code: 0x80070043
The network name cannot be found.

Help pls?!
- - - Updated - - -

Quote Originally Posted by Replayys View Post
Very nice. Will be using it.
Thanks bro

- - - Updated - - -

Quote Originally Posted by warexas View Post
Nice work.
Thanks bro

- - - Updated - - -

Quote Originally Posted by Joke2301 View Post
Injector is ud forever ?
No, but it remained UD for a long time!

- - - Updated - - -

Quote Originally Posted by soray1 View Post
when i try to open it i get this:

Error code: 0x80070043
The network name cannot be found.

Help pls?!
Summary: Users receive error message 0x80070043 - the network name cannot be found error while connecting through Mapped drive or setting up Mapped drive.

Symptoms: The Windows cannot find the network name

Error message: message 0x80070043 - the network name cannot be found

Steps: We need to edit the below given registry entry

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\NetworkProvider\HwOrder]

Steps to edit them as follows: (Presuming that the user is a local admin on the machine)

Click Start, click Run, type regedit, and then click OK. (Note: - For non-admin users, please use Run as Administrator on Regedit)
Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\NetworkProvider\HwOrder\
On the right hand side of the window, right click on the Dword ProviderOrder and click modify
Make sure to remove the given values within Value data: and enter the below given values: WDNP32,SnacNp,RDPNP,LanmanWorkstation,webclient
Once done, please click on OK.

If the above steps fail, please try the below given steps.

Click start,click run, type gpedit.msc
Expand Local Computer Policy\Computer Configuration\Administrative Templates\System\logon.
In the results pane, right-click Always wait for the network at computer startup and logon, and then click Properties.
On the Setting tab, click Enabled, and then click OK.
Restart the Workstation
It just closes after I type in the name of process.
Quote Originally Posted by macxp5 View Post
It just closes after I type in the name of process.
I did not understand what you meant!
Thanks man this looks nice.
Quote Originally Posted by jesus464 View Post
Thanks man this looks nice.
Okay bro ;p
its closing after selecting dll when csgo opened
Quote Originally Posted by shadeisme2 View Post
its closing after selecting dll when csgo opened
So?
Its inject, just open the hack in csgo
Posts 1–15 of 27 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?