Thread: LORD INJECTOR

Results 1 to 7 of 7
  1. #1
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool

    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:
    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
    @rwby for helping in disseminating
    GLHF.



    Helped you ?! Thank not cost anything
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Onelordofpain; 10-12-2015 at 03:08 AM.

  2. The Following 18 Users Say Thank You to Onelordofpain For This Useful Post:

    AdletTheBrave (10-15-2015),aposan9987 (10-22-2015),Hellix (11-01-2015),imadankfaggit (10-15-2015),ken1807 (01-18-2016),KillzonePTXD (10-16-2015),matthewmtm (10-22-2015),Mystikxxxx (10-21-2015),Neopard (10-17-2015),noobplare (10-25-2015),rajuritik123 (07-13-2016),ras002 (02-21-2016),ret12 (10-15-2015),th3way (05-13-2017),trippy_ (10-15-2015),wowhealsmuch (10-18-2015),xxmelvzxx (10-13-2015),zifss (10-26-2015)

  3. #2
    FoxHunter's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Setúbal
    Posts
    1,662
    Reputation
    848
    Thanks
    1,013
    My Mood
    Doh
    Simple but good, nice work all in here
    Reputation power: 20


    Previous names:
    Kakershi
    Player

     

    Member: November 2011
    Premium Member: April 2015
    Premium Seller: June 2019
     


    You wanna help me cause I helped you? Click in "Donate"!

  4. The Following User Says Thank You to FoxHunter For This Useful Post:

    Onelordofpain (10-12-2015)

  5. #3
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    /Approved.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  6. The Following User Says Thank You to Mayion For This Useful Post:

    Onelordofpain (10-12-2015)

  7. #4
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by Kakershi View Post
    Simple but good, nice work all in here
    Quality and safety, no frills!

    - - - Updated - - -

    Quote Originally Posted by Mayion View Post
    /Approved.
    Thanks bro

  8. #5
    EliasTheBeast101's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    This still ud btw cause Rwby's injector got detected yesterday ;-;

  9. #6
    CosmoBlaz3's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    It keeps crashing when i put the DLL in

  10. #7
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by CosmoBlaz3 View Post
    It keeps crashing when i put the DLL in
    Go tutorial man !

Similar Threads

  1. [Release] LORD INJECTOR V1
    By Onelordofpain in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 12
    Last Post: 06-02-2016, 08:55 PM
  2. [Outdated] LORD INJECTOR [V3]
    By Onelordofpain in forum Counter-Strike 2 Coding & Resources
    Replies: 15
    Last Post: 09-27-2015, 11:53 PM
  3. [Outdated] LORD INJECTOR V2
    By Onelordofpain in forum Counter-Strike 2 Coding & Resources
    Replies: 14
    Last Post: 09-26-2015, 10:53 AM
  4. [Outdated] LORD INJECTOR [V3]
    By Onelordofpain in forum Blackshot Injectors & Tools
    Replies: 0
    Last Post: 09-26-2015, 10:15 AM
  5. [Release] LORD INJECTOR V1
    By Onelordofpain in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 1
    Last Post: 09-24-2015, 02:47 PM