Thread: LORD INJECTOR

Results 1 to 10 of 10
  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:09 AM.

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

    3mkadel11 (11-03-2015),420blazeee (10-25-2015),abidjasmi (04-03-2016),AKAkIiLlErZ (10-13-2015),amirulashraf777 (10-12-2015),Amit Malani (10-18-2015),assd4156a (08-30-2016),b100InstKill (10-12-2015),blackwolf_1985 (01-08-2016),buyaka619 (10-22-2015),caleb651531 (08-19-2017),CarrotEater (11-27-2015),chenmo85367224 (04-29-2016),darkness32 (03-11-2016),dinz36 (03-17-2016),faridman71 (10-19-2015),gabriellobato13 (10-15-2015),Gpmg (04-01-2016),joukyller (11-19-2015),kastielsol (10-19-2015),kaungkhantwaiyan (10-12-2015),Keith89 (10-17-2015),kings3sou3 (10-18-2015),lailasg (10-13-2015),LoomitxD (10-12-2015),mathegu1 (03-23-2016),metool (10-20-2015),Minerva (10-12-2015),myimager16 (10-12-2015),ninja15963 (03-11-2016),oboprex (10-12-2015),Playboycop (10-18-2015),rajahaziq4436 (10-15-2015),rhmfdzly (10-19-2015),Sabrina_Ferraz (12-08-2015),sendasu (10-16-2015),seriff (10-12-2015),shafiz22 (10-14-2015),tankaiwei (10-14-2015),thaynan1 (10-12-2015),TitanTraxe (03-15-2016),vitinho231 (10-14-2015),wafinasir (03-29-2016),wakkyhippo (10-18-2015),Zenneth.S (10-22-2015),zulazra (10-14-2015)

  3. #2
    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



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

    Onelordofpain (10-12-2015)

  5. #3
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    God job dude.

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

    Onelordofpain (10-12-2015)

  7. #4
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Don't worry about the virus's by the way guys if your antivirus picks it up,
    they're not "harmful" just normal pickups for hack/cheats.


    Have fun!


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

  8. The Following User Says Thank You to Smoke For This Useful Post:

    Onelordofpain (10-12-2015)

  9. #5
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by Mayion View Post
    /Approved.
    Thank You bro

    - - - Updated - - -

    Quote Originally Posted by yulu View Post
    God job dude.
    HEHEHEHEHE'

    - - - Updated - - -

    Quote Originally Posted by Smoke View Post
    Don't worry about the virus's by the way guys if your antivirus picks it up,
    they're not "harmful" just normal pickups for hack/cheats.


    Have fun!
    Yes. False Positive!

  10. #6
    blackvitea's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    2
    WE CANT DO ANYTHING WITH THIS INJECTOR WITHOUT DLL FILE!!!!!!!!!!!!
    WHERE TO FIND???

  11. #7
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Quote Originally Posted by blackvitea View Post
    WE CANT DO ANYTHING WITH THIS INJECTOR WITHOUT DLL FILE!!!!!!!!!!!!
    WHERE TO FIND???
    Make one DLL by yourself, take a source code in anywhere, find address in CE, inject in BS and enjoy ;D

  12. The Following User Says Thank You to Minerva For This Useful Post:

    Onelordofpain (10-14-2015)

  13. #8
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by yulu View Post
    Make one DLL by yourself, take a source code in anywhere, find address in CE, inject in BS and enjoy ;D
    kkkkkk esses cara é foda ;p

    =

    LMFAO these guy's fuck

  14. #9
    RTZdamn's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Location
    Bermuda
    Posts
    55
    Reputation
    10
    Thanks
    4
    My Mood
    Psychedelic
    Cool injector so far

  15. #10
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by RTZdamn View Post
    Cool injector so far
    Thanks 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