Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool

    LORD INJECTOR V1.1



    Hello friends ..
    As few as updating my injector
    Well this as most of my release has been rewritten!

    I hope this helps, that you enjoy and good game

    ______________________________________________



     

     

     


    ______________________________________________



     
    XBOX


    WHITE/BLUE


    WIN XP


    GREY/BLUE


    VISTA


    METRO


    ______________________________________________


    News LORD INJECTOR to LORD INJECTOR V1.1

    Added option to choose theme

    Nothing else
    Once my injector is not detected I will not rewrite it again

    Topic to LORD INJECTOR: 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


    Note: I found a bug with the doubts of Users In my injector
    if you happen to follow the step-down!

    "Injector closes when I select dll"

    Good for that I already found the solution, follow these instructions:
    Open the nozzle and do whatever you have to do, how to choose
    dll and the process. Having done this, open your game, wait for him to carry,
    after loaded va until the push and click "INJECT NOW"
    ______________________________________________



    JottiScan 1/21
    VirusTotal 2/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

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

    120overrated120 (10-26-2015),3mkadel11 (11-03-2015),420blazeee (10-25-2015),aaaaaa1234567 (05-04-2016),Abinnash (03-28-2016),abood96 (10-22-2015),ACA151 (11-26-2016),Acap5hadi (05-11-2016),acapbp02 (05-04-2016),aceaiman (11-18-2015),adde boy (08-08-2017),adi_syukri (10-24-2015),Adzry (11-18-2015),Aetos1995 (11-19-2015),ahmedqmmf (05-08-2016),ahusuhuhfusau (10-25-2015),aimanazman (05-03-2016),AkhmalG (03-27-2016),akid123 (04-30-2016),akomal99 (09-17-2016),Al36awiBHR (05-07-2016),alacazou (11-02-2015),alecrock1 (11-19-2015),alexniwas (11-10-2015),amirrulzaini (10-23-2015),amykepengivv (10-25-2015),Andrewisme (04-30-2016),animeloverss (11-05-2015),anne123 (05-01-2016),Anus112 (10-25-2015),apiz_killer (11-18-2015),ApoKing58 (10-11-2017),apple97 (03-24-2016),Appleisme2 (05-29-2017),apsisback (05-01-2016),arif3698 (04-30-2016),arshad1927 (11-12-2015),arskie211 (10-19-2015),AsfarK (12-14-2015),Atacanyasar147 (11-03-2015),athirblack10 (11-10-2015),Atomicsnicker (02-26-2017),aventador4444 (04-30-2016),awang_hacker (05-03-2016),awigan (04-30-2016),ayamlegenz (05-03-2016),Ayuliep019 (03-27-2016),azimkamu (03-30-2016),azli32 (05-27-2016),azmin_legit (05-13-2016),badakapi (05-01-2016),baileycarter (11-20-2015),baranbaran949 (11-20-2015),bazliey (11-06-2015),bditt (05-09-2016),bedi123 (05-03-2016),bigode94 (10-23-2015),Bleeery (11-15-2015),bootylicious14 (10-24-2015),bossotp (11-26-2015),brother017 (05-20-2016),buntathack (05-01-2016),butuh_la (11-02-2015),buyaka619 (10-22-2015),CaliforniaKush (11-13-2015),carnige414900 (11-18-2015),CarrotEater (11-04-2015),chintungsheng08 (03-27-2016),ciput3010 (05-01-2016),clarence03 (05-02-2016),ColonelCunninlingus (12-23-2015),CoolBoyOne12 (12-09-2015),danialzurfikars (10-24-2015),danniel000 (05-03-2016),dapozak (10-21-2015),darc0de (05-05-2016),dark428 (05-01-2016),Darknessben (05-01-2016),Demanzer (11-08-2015),derren93 (04-30-2016),Destro1997 (02-11-2016),DEvilleF (11-03-2015),Dexter (11-17-2015),dhlimx (05-07-2016),dinieaiman (03-27-2016),Diovani155 (03-24-2016),djponce (04-02-2016),doflamingo131 (11-08-2015),DONTHEDEVIL (05-03-2016),dotafanclub (10-23-2015),dotakiller2 (11-08-2015),draxible (03-29-2016),droopster9 (10-27-2015),droopystarfish (05-06-2016),dtay16 (06-08-2017),dustydino (09-26-2017),ehhaykal (10-20-2015),EhThaBlay1 (11-17-2015),elevateee (11-15-2015),eliteroyale2016 (05-05-2016),enhui1999 (11-07-2015),erabiru (03-30-2016),etewy2211 (06-01-2016),Eymmell (11-03-2015),fahmikacak (05-13-2016),FaisalTheEagle (11-03-2015),Farhan8899 (10-31-2015),faridman71 (10-19-2015),fazilaynoor (03-27-2016),feferon231 (04-30-2016),Felipesa (07-07-2016),FerreroPT2002 (10-22-2015),FGISGOOD (05-02-2016),fidcovery77 (03-27-2016),Fightingryan (05-01-2016),fikeri (11-03-2015),francis2016 (01-14-2016),FreschD (03-23-2016),GargledFire (04-16-2016),gatakits (05-01-2016),Gemok21 (03-30-2016),Ghorz123456 (05-07-2016),ghost3670 (06-08-2023),glitch.123654 (05-06-2016),GMs_MonsterDelta (03-27-2016),GM_Mir (04-02-2016),goblinek (10-20-2015),GodRampage21 (10-23-2015),Got_milk? (11-14-2015),h4cker23 (11-07-2015),h4ikarll (05-19-2016),hahapro123 (11-04-2015),halcyon123 (05-01-2016),hangwei98 (11-16-2015),harsman101 (10-26-2015),hassan2318 (10-20-2015),Hawktresor (03-29-2016),Hazedude67 (05-04-2016),helder12 (11-01-2015),hocine (10-31-2015),honeystar98 (12-13-2015),iagofacca (10-23-2015),IC_Thor_33 (11-12-2015),IEatMicroscope (05-01-2016),inid2000 (05-01-2016),irsyaduddin73 (04-03-2016),IxRei (04-30-2016),iyazzi ismail (11-21-2015),jaedee (03-25-2016),javier100897 (05-04-2016),jeremywcyyy (06-02-2016),JerichoZero (03-21-2017),joel brandon (05-02-2016),johnblack99 (11-03-2015),johnlabu (05-03-2016),jose37911 (05-06-2016),josh_webb28 (07-18-2016),jossierck555 (11-18-2015),justbeitful (10-22-2015),kacyak (04-01-2016),kahee321 (03-29-2016),kairu81139 (05-03-2016),kanda_sorata (11-29-2015),kavinraj (03-11-2016),KaysuSenpai (04-30-2016),kazen6011 (05-17-2016),khairil_helmi2 (05-03-2016),killer360glen (11-15-2015),killerreis (05-03-2016),kiloo (10-26-2015),Kishen S Ravichandran (10-30-2015),kopik593 (05-06-2016),kspinbullet (05-04-2016),lamontmk (12-09-2015),leejiahaur (10-22-2015),Leg1tW4r (11-02-2015),lenisio (10-20-2015),Like_Hacker (10-22-2015),limkokyee0 (11-05-2015),lindxx (09-25-2021),lld4nt3ll (12-17-2015),lolyoufake (12-13-2015),lolZ_xiexie23 (05-03-2016),longlai (03-16-2016),LordDib (05-30-2016),LRevolution (05-03-2016),luanchblox15 (02-12-2017),Luk Leather (10-23-2015),lyrienjr1 (04-30-2016),m4rr1o (07-08-2020),madanzm (10-21-2015),mahadi (03-27-2016),maibig (10-24-2015),makensagpa (10-20-2015),Manhunt21 (11-17-2015),MAOXUAN95 (11-18-2015),mariuslyche (11-13-2015),mark_04 (05-01-2016),massnz2200 (10-31-2015),MatiasNascimento (10-24-2015),Mercy44 (03-31-2016),metool (10-20-2015),mimfiel1471 (05-02-2016),miss_THE_PRO (04-30-2016),Moh72 (04-30-2016),MrStickMRC (10-20-2015),mr_goku (12-21-2015),muhdaireil1996 (05-14-2016),Muhdraziz (04-30-2016),Narutah0987 (10-30-2015),nasharul1 (11-08-2015),neet3048 (05-03-2016),neverkill123 (05-12-2016),nickroy (05-01-2016),niklasOP21 (05-01-2016),ninja15963 (11-17-2015),nizam90 (05-07-2016),nuqman46 (10-24-2015),omknight03 (05-01-2016),pagomok (11-08-2015),pandugo123 (04-30-2016),Pczinho (04-06-2017),pemanduvan (05-01-2016),perisikamerica (05-07-2016),phelippe (10-22-2015),playforfun2000 (11-17-2015),playletsplay (05-01-2016),plyer2015 (05-14-2016),Pooface123456 (11-16-2015),Rammers69 (12-10-2015),ramzi124 (11-08-2015),ranshe24005 (10-20-2015),regis1101 (11-17-2015),RelaxMax (10-24-2015),relic123011 (12-29-2015),revengecommando (12-31-2020),Ricky05 (03-27-2016),roflcopter133 (11-03-2015),Romain974 (10-20-2015),Romeo211 (11-10-2015),rozyalyan (05-05-2016),ryder_saber_x (11-04-2015),Ryskunknown (05-06-2016),s4asuna (05-06-2016),Sabrina_Ferraz (12-08-2015),shafiqaiman666 (11-21-2015),sharan007 (11-14-2015),Shaunsexyaf (11-03-2015),sickzxpk (05-03-2016),SIVABALAN (10-28-2015),skychong0314 (11-02-2015),skyzo97 (11-19-2015),SleepzaiiBen (10-23-2015),sniperking123 (10-23-2015),SniperRadw (11-14-2015),sNwy1337 (11-13-2015),sodamakkau (10-22-2015),sonupalan578 (01-05-2016),spectrum_ (05-02-2016),stephen1711 (11-17-2015),suaputa155 (05-01-2016),Suffz (04-25-2016),sukriahmad (12-06-2015),taellis56 (11-17-2015),tayarmoto1 (05-05-2016),TGI FRIDAY (10-22-2016),TheRager123 (03-11-2016),thonyo123 (11-15-2015),thunder68 (10-23-2015),Tobek91 (10-21-2015),trupicamaisncai (03-31-2016),ts1961 (05-09-2016),tuanplaysmc (11-15-2015),tun_putih (11-23-2015),TXxtrollerZxXT (10-30-2015),UchihaRif (11-13-2016),Ulala200 (05-01-2016),ultimatefrisbee (11-27-2015),umarnakal (11-13-2015),Vanny7750 (03-04-2016),wafinasir (04-30-2016),wafy007 (05-19-2016),wanye999 (04-03-2016),weakest22 (05-03-2016),whatthehe11 (04-30-2016),whitepantera96 (03-28-2016),xBielzinN (11-05-2015),xiolansh11 (06-10-2016),xMakeWork (11-06-2015),xmikusniping (11-14-2015),xunus13 (03-10-2016),yan1998 (03-19-2016),yewshyangying (04-30-2016),ynshen (05-03-2016),yooy007 (12-24-2015),yusrikl (05-03-2016),Zainul__ (05-01-2016),zarmax90 (10-26-2015),zaurask66 (07-16-2017),zharfanmy1042 (11-19-2015),zhikain (03-28-2016),zifengkiller (11-13-2015),zkroyz (11-08-2015),zulazra (05-05-2016),[Agent]8704 (03-27-2016),__Fanny (04-05-2016)

  3. #2
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Love the themes man!

    Looks like a quality injector, good luck man!


    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.

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

    Onelordofpain (10-20-2015)

  5. #3
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by Smoke View Post
    Love the themes man!

    Looks like a quality injector, good luck man!
    Thank you for coment bro *--*

  6. #4
    FighitngFalcon16's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    cool injector man cool

  7. #5
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by FighitngFalcon16 View Post
    cool injector man cool
    Thanks man thanks

  8. #6
    slawek88's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    I downolad your injector but where i find hack (.dll) ? if i dont have maybe you have and send me please?

  9. #7
    Lucas_Muaythai's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Este injetor, injeta o novo Mastery ?

  10. #8
    TheMr's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Thanks bro

  11. #9
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by Lucas_Muaythai View Post
    Este injetor, injeta o novo Mastery ?
    Probability yes !

    - - - Updated - - -

    Quote Originally Posted by TheMr View Post
    Thanks bro
    Okay man

  12. #10
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by slawek88 View Post
    I downolad your injector but where i find hack (.dll) ? if i dont have maybe you have and send me please?
    Search in "BlackShot Hacks Área"

  13. #11
    Erowid1009's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Man the injector keeps crashing D:

  14. #12
    kean9507's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    still working??

  15. #13
    Onelordofpain's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    4,700
    My Mood
    Cool
    Quote Originally Posted by kean9507 View Post
    still working??
    Yees bro

  16. #14
    watchout1601's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    Works for BlackShot Europe win 7 32 bit?

  17. #15
    Dylan's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Nowhere
    Posts
    1,893
    Reputation
    359
    Thanks
    1,988
    My Mood
    Sleepy
    Good injector, someone actually put work into one this time.

    NewsForce December 2015 - April 2016
    Premium Member April 2013 - Current
    MPGH Member March 2013 - Current



Page 1 of 2 12 LastLast

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