Create an Auto-Injector

Page 1 of 3 123 LastLast
Results 1 to 25 of 57
  1. #1
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Create an Auto-Injector

    Why you would do this:
    - To auto-load your Anti-Hack
    - To Add onto your Client


    Needed:
    - LordPE [Download HERE]
    - Your Client Completed

    How to do it:
    1) Choose a random .DLL file in your clients folder, I chose fmod, you choose one of the following:
    * dbghelp.dll
    * fmod.dll
    * gdiplus.dll

    2) Open LordPE.exe

    3) Drag the DLL you chose to the LordPE directory

    4) Click on "PE Editor" inside of LordPE

    5) Choose your DLL.

    6) Click "Directories" on LordPE

    7) You will see a bunch of things, look for "Import Table" there will be a "..." "L" and "H" beside it. Click on the "..."

    8) Right click -> Add Import.

    9) in the "DLL:" place, put the name of the DLL you want to auto-load, for example:
    * JProtect.dll
    * AntiHaxor.dll
    * Addon.dll
    REMEMBER TO PUT .dll AT THE END!

    10) In the "API:" place put "_DllMain@12" EXACTLY LIKE THAT! (Minus the quotation marks)

    11) Push the + button and than YES.

    12) Click Ok -> X -> Save -> Ok -> Save -> Ok -> RebuildPE

    13) When it asks for the file, use the same DLL you chose at the start.

    14) Put it in your client, you are ready to go!

    Note: This is very easy to get around, they will just need to delete the one you gave them and copy it from a different GunZ.

    I am not sure if you can put this on the Gunz.exe though, if so re-do the thing I told you to do, but do it on the Gunz.exe file.


  2. #2
    Ego=Fail. monckey100 is offline
    MemberRank
    Jul 2007 Join Date
    Coquitlam, BritLocation
    319Posts

    Re: Create an Auto-Injector

    really good tutorial! it will come in handy for small things that your not afraid of them unhooking, like new colours or gravity, stuff like that.

  3. #3
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: Create an Auto-Injector

    Quote Originally Posted by monckey100 View Post
    really good tutorial! it will come in handy for small things that your not afraid of them unhooking, like new colours or gravity, stuff like that.
    I made it because I did this yesterday, except for people to auto-inject hacks into pservers. :P

  4. #4
    Ego=Fail. monckey100 is offline
    MemberRank
    Jul 2007 Join Date
    Coquitlam, BritLocation
    319Posts

    Re: Create an Auto-Injector

    Quote Originally Posted by purpleCRAYON View Post
    I made it because I did this yesterday, except for people to auto-inject hacks into pservers. :P
    =p actually they'd probley be too lazy for something like that, more than likely they would just use a .dll hooker lol.

  5. #5
    Member [+]Daniel is offline
    MemberRank
    Mar 2009 Join Date
    62Posts

    Re: Create an Auto-Injector

    I get a weird error, when I try to import new dll, it says:

    Not enough room for a new section available!

  6. #6
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Create an Auto-Injector

    Nice. Can you add more then 1 dll insite it? if yes 10.10 if no 9.10

  7. #7
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: Create an Auto-Injector

    nice tut, ty..

  8. #8
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Create an Auto-Injector

    Very Nice! ;D

  9. #9
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Create an Auto-Injector

    Edit i tryd some times but i get error:
    [code]
    Dutch:
    Kan de toepassing niet juist initialiseren (0xc000007b). Klik op OK om de toepassing te be

  10. #10
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: Create an Auto-Injector

    [QUOTE=00niels00;4961213]Edit i tryd some times but i get error:
    [code]
    Dutch:
    Kan de toepassing niet juist initialiseren (0xc000007b). Klik op OK om de toepassing te be

  11. #11
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: Create an Auto-Injector

    arnt you the fag from gzp?


    'hmhax' or something

  12. #12
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: Create an Auto-Injector

    Quote Originally Posted by frenchfatcat View Post
    arnt you the fag from gzp?


    'hmhax' or something
    Yes. I'm that "fag".

  13. #13
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: Create an Auto-Injector

    thought so....

  14. #14
    Account Upgraded | Title Enabled! Torsen is offline
    MemberRank
    Jan 2009 Join Date
    294Posts

    Re: Create an Auto-Injector

    Says the frenchie? Hypocrites. Sup Vodka.

  15. #15
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Create an Auto-Injector

    very nice tutorial :) I will use sometime if I ever decide to start my p-server again.

  16. #16
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: Create an Auto-Injector

    For this to work you will need to export the DLLMain API header on your dll.
    Code:
    __declspec(dllexport) BOOL __stdcall DllMain(HINSTANCE hInst,DWORD reason,LPVOID lpv)
    This might solve the errors above.

  17. #17
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: Create an Auto-Injector

    Quote Originally Posted by TidusXIII View Post
    Says the frenchie? Hypocrites. Sup Vodka.
    im english FYI.

  18. #18
    Browser. Nova is offline
    MemberRank
    Nov 2008 Join Date
    --Location
    400Posts

    Re: Create an Auto-Injector

    Could you explain that with more details please?
    I set that code you gave me to the API. And it still goes non responcive at the moment GunZ loads.

  19. #19
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Create an Auto-Injector

    Quote Originally Posted by cerealnp View Post
    For this to work you will need to export the DLLMain API header on your dll.
    Code:
    __declspec(dllexport) BOOL __stdcall DllMain(HINSTANCE hInst,DWORD reason,LPVOID lpv)
    This might solve the errors above.
    care to elaberate

  20. #20
    Novice SeiyaGZ is offline
    MemberRank
    Dec 2008 Join Date
    1Posts

    Re: Create an Auto-Injector

    Que bien buen aporte.

  21. #21
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: Create an Auto-Injector

    Quote Originally Posted by SeiyaGZ View Post
    Que bien buen aporte.
    Talk english man....



    And thanks for the release 10/10 since you can add more in it =]

  22. #22
    Member Chanel is offline
    MemberRank
    Dec 2008 Join Date
    Hiding from you.Location
    70Posts

    Re: Create an Auto-Injector

    [QUOTE=00niels00;4961213]Edit i tryd some times but i get error:
    [code]
    Dutch:
    Kan de toepassing niet juist initialiseren (0xc000007b). Klik op OK om de toepassing te be

  23. #23
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Create an Auto-Injector

    it doesn't even work at least with the dll i tried it keeps saying the API doesn't exsist

  24. #24
    Account Upgraded | Title Enabled! purpleCRAYON is offline
    MemberRank
    Mar 2009 Join Date
    249Posts

    Re: Create an Auto-Injector

    You all fail.

    Refer to cerealnp's post.

  25. #25
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Create an Auto-Injector

    Quote Originally Posted by purpleCRAYON View Post
    You all fail.

    Refer to cerealnp's post.
    which made no fucking sense



Page 1 of 3 123 LastLast

Advertisement