Page 1 of 13 12311 ... LastLast
Results 1 to 15 of 184
  1. #1
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,656
    My Mood
    Breezy

    Extreme Injector v3.6.1 [REPOST]

    Please visit here for the latest version:
    https://www.mpgh.net/forum/showthread.php?t=1252921



    Please note that this a a repost of the previous thread which is no longer working and gives 500 server errors.

    Extreme Injector v3.6.1

    A powerful and advanced injector in a simple GUI! If you're wondering, this was coded in C#. This is a rewrite of the widely known v2.1 which can be found here.







    Features:
    - Colourful and customizable GUI
    - Process List
    - Multi-DLL injection (with options to enable/disable DLLs to inject)
    - Auto-Inject
    - Stealth Inject
    - Close on inject
    - DLL Scrambling (scrambles DLLs on injection to make hacks harder to detect and make detected hacks work again)
    - 'Un-inject' DLLs
    - Mutiple injection methods (Standard, LdrLoadDll Stub, LdrpLoadDll Stub, Thread Hijacking and Manual Map)
    - Drag and drop support
    - 64-bit injection support
    - Automatic Visual C++ depedency installer
    - Execute exported functions after injection

    How to use:
    - Download and extract the attachment
    - Run Extreme Injector v3.exe
    - (optional) Click Settings and then Start in Secure Mode to avoid Anti-Cheat detection of the injector itself.
    - Type in a process name into the box (including the extension). If you want to target a specific process or select by window name, use the Select button.
    - (Note) If you are injecting into Combat Arms, make sure to type in Engine.exe
    - Add the DLLs you want by clicking on the Add DLL button. You can also drag and drop them into the DLL list.
    - You can disable/enable which DLLs to inject so you can keep your favourite DLLs without needing to find them each time.
    - Go into Settings and customise the settings to your liking. Everything should be straight forward (do not mess around with Advanced settings unless you know what you are doing).
    - (Note) If you are injecting into Combat Arms, make sure to tick Auto-Inject and start the game.
    - Click Inject and enjoy! (or wait for the process to start and let it auto-inject if you ticked auto-inject)

    Please explain the Injection Methods!
    This version of the injector introduces 2 new injection techniques.
    - Standard - This is the injection technique used in nearly every injector out there. It uses CreateRemoteThread and LoadLibrary and is the most reliable injection technique.
    - LdrLoadDll Stub - This is similar to the Standard injection technique except it goes 1 level deeper into LoadLibrary.
    - LdrpLoadDll Stub - This goes even another level deeper into LdrLoadDll. It may crash or cause errors on OSes newer than Windows 10 as it can change.
    - Thread Hijacking - This is a pretty stable method of injection that takes over already executing code to inject your DLL and is not used by many injectors.
    - Manual Map - This is the most secure injection technique. So secure that even Windows won't even know about the injected DLL. It may not work properly on OSes newer than Windows 10, you will be told what to do by the injector in that case.

    Please explain the Scramble Options!
    With the new version of Extreme Injector v3, there are way too many options to explain so I've created handy presets to make things easier:
    None - As the name implies, this means that DLL scrambling is disabled completely.
    Basic - This applies basic scrambling that should work with most DLLs.
    Standard - This applies even more scrambling options that should work with most DLLs.
    Extreme - Applies all scrambling options (the best/strongest preset) that could break some DLLs but should work with most.

    Please explain the Post-Inject Options!
    These post-inject techniques are often seen within hacks to try prevent detection from anti-cheats but this injector can do it externally if the hack doesn't do it already.
    - Erase PE - This erases the PE headers at the start of the injected DLL, making it hard for anti-cheats to identify that a DLL exists at a specific location.
    - Hide Module - This hides the DLL from the process' module list so if an anti-cheat were to search through a process' module list, it would not appear.

    Warning: Most modern anti-cheats these days can still easily detect DLLs even with these options enabled. The most secure method would be using manual map.

    Known bugs/limitations:
    - Thread Hijacking is not supported at all on XP 64-bit.
    - LdrpLoadDll has only been tested on XP, Vista, 7, 8, 8.1 and 10. It will probably not work on anything newer than that.
    - "Create new entrypoint" under scrambling advanced options does not support 64-bit DLLs.

    When using 'Start in Secure Mode'....
    If your anti-virus detects a threat/virus when you click on it, please ignore it or temporarily disable your anti-virus, it's a false positive. I would never infect any users with anything. Note that you should NOT add an exclusion to the Temp folder as any REAL viruses that emerge there might get through.

    Injection failed...?
    Try another injection method and see what happens. Feel free to take a screenshot or copy and paste the error message here so I can look into it. Make sure to mention what OS you are running.

    OMG, why is the injector connecting to the internet?
    So people can stay up to date, I've added a simple update check which connects to my WP blog. It does not offer any direct links or download anything by itself, it only tells you to go to wherever you downloaded the injector or to visit my blog for more information.

    What's the Visual C++/DirectX depedency installer?
    What is the exported functions feature useful for?

    Please refer to my blog for more information.

    Requirements:
    .NET Framework 4

    What's new?
    Code:
    Changes since version 3.6 (5th September 2015):
    - Fixed manual map support for Windows 8.1 (for real this time)
    - Updated file host for Visual C++ dependencies
    - Added more aggressive dependency resolving of Microsoft DLLs (fixes SystemFunction036 in advapi32.dll)
    
    Changes since version 3.5/3.5.1/3.5.2 (31st July 2015):
    - Fixed exception that occurs on DEP enabled processes on Windows 10.
    - Fixed bug with GUI under Advanced Options for injection.
    - The Disable SEH Validation option now actually does what it says.
    - Fixed critical bug relating to code that resolves exports for Windows 10 modules.
    - Fixed bug where exception would be thrown when no export function parameters were specified.
    - Fixed manual map support for Windows 8.1 (broken in 3.4).
    
    Changes since version 3.4 (29th July 2015):
    - General stability fixes (crashes with 64-bit).
    - Updated compatbility with Windows 8.1 and 10 (blame Microsoft and their compatibility "fixes").
    - Secure Mode now closes previous instance.
    - Fixed critical bug that would have prevented hacks using exception handlers (mainly packed/protected DLLs) from working in manual map mode.
    - Added DirectX dependency detection.
    - Added the ability to call exported functions after injection (use the ... button next to the listed DLL)
    - Added a simple update notification.
    
    Changes since version 3.3 (17th June 2014):
    - Fixed bug where 1 CPU core was used because the injector was waiting for *itself* to close (no, it wasn't because of a RAT).
    - Fixed bug where attempting to unload a module on a 64-bit process resulted in an exception.
    - Fixed bug where the injector threw an exception from writing a scrambled DLL that was in use.
    - Added support for LdrpLoadDll on Windows 8.1 Update 1 (64-bit).
    - Added missing dependency required for ZIP extraction to work correctly (made the injector crash during Visual C++ Debug dependency installation).
    - Added a threads list to the process information window.
    - Added a new "Strip section characteristics" option to the Extreme preset of scrambling options.
    - Added a new "Shift section memory" option to the Extreme preset of scrambling options, should *significantly* improve the ability for hacks to evade anti-cheat detection. This option is much more powerful on 32-bit DLLs, but is still somewhat effective on 64-bit DLLs.
    
    Changes since version 3.2 (9th June 2014):
    - Fixed bug where auto-inject did not seem to work
    - Addressed possible crashing from messages failing to display during injection
    
    Changes since version 3.1 (3rd June 2014):
    - Fixed bug where a message box would appear randomly if a Visual C++ dependency was missing (leftover from testing code)
    - Fixed bug where selecting "No" from the prompt under Advanced in Injection Method would untick the wrong box
    - Injector now displays a message box saying that injection was successful
    
    Changes since version 3.0 (31st May 2014):
    - Complete rewrite from scratch (same and familiar look from previous versions)
    - All injection techniques are now 100% compatible with 64-bit DLLs
    - Drag-and-drop fixed when run as administrator on newer OSes
    - Automatically elevates without asking if it knows you have administrator rights
    - Better scaling on displays with a DPI higher than 96
    - Added a Visual C++ Dependency Installer
    - Manual map now supports DLLs that use SEH to work (better packer support, eg. Themida, Enigma, etc)
    - New injection technique: LdrpLoadDll
    - Better exception/error reporting
    - New scrambling engine, more scrambling methods
    - Removed "Append Random Data" as it just wasted disk space and is ineffective
    - Improved detection of different OS versions
    - Dynamic assembly code generation (powered by AsmJit)
    - Seperate process, thread and window manager, does not rely on .NET Process class anymore
    - "Start in Secure Mode" creates an even more "secure" instance of Extreme Injector
    Credits:
    DarthTon - Better manual map code (originally coded in C++, ported to C# by me, licensed under MIT).
    Darawk - Thread hijacking code concept.

    Virus Scans:
    https://www.virustotal.com/en/file/0...is/1441495506/
    https://virusscan.jotti.org/en-US/fi...job/s0vc6zu6k8

    If your anti-virus detects this as a virus, ignore it or add an exclusion. It is not a virus, you can run it under a sandbox and log every single thing it does, it's harmless. Once the injector gets more popular, it will be labelled as "riskware". This means that using it can be risky because the DLLs you inject could be malicious. I am not responsible for the hacks you download.

    If you get "System.Expection: The injection method used returned NULL", please right-click on the DLL you are injecting > Properties > Unblock > OK or use Manual Map injection.

    Download - click here!
    Last edited by Hunter; 04-28-2017 at 06:08 AM. Reason: Requested.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  2. The Following 182 Users Say Thank You to master131 For This Useful Post:

    !peter! (05-03-2016),00i0care2 (05-31-2016),059 (02-04-2017),20likes (11-18-2016),6ixth (02-22-2016),Ablem1949 (10-18-2016),[MPGH]Ahl (11-03-2016),Alpha_Krk (09-02-2017),amnesie (11-16-2016),ampar1010 (06-07-2016),Andreigolov2 (11-06-2016),andy804011 (05-10-2016),ArmaGod (11-07-2016),Armour_D3D (03-26-2016),aTAlpha (10-17-2017),Austin287856 (04-03-2016),AwareTheGod (05-04-2016),b.tech (11-26-2016),BABAYAGA213 (03-29-2017),badboy_1664 (04-25-2017),badman1343 (02-25-2017),Bandison (03-31-2017),bigdaddy57 (06-24-2016),bigode2410 (09-26-2016),bobdude_01 (04-22-2017),Bodvar (09-20-2019),BOHEMmojito (01-10-2017),brunaldo (05-03-2016),bsd123bsd (04-02-2016),CallMeDady (05-10-2016),cassiebas (10-09-2016),cfx91 (09-13-2017),chichiemi5 (04-17-2016),chris_16 (04-28-2016),contra4 (10-05-2016),Coolet (09-10-2016),coolman589678 (07-22-2016),corben277 (05-30-2016),Cultist (05-02-2016),daihp12 (11-07-2016),dammedguy (03-03-2017),Dano20Z0mbie (08-20-2016),DaRealPainXx (10-03-2016),DarknzNet (02-29-2016),DawnHaruka89 (07-04-2016),deathxprice (03-03-2016),Dee (06-02-2016),deemoo (09-11-2016),diggedog2 (10-06-2016),Dolanium (01-25-2017),dominiccloud (01-05-2017),dragonhaze01 (04-08-2016),Dreadameir (11-10-2016),dreek1 (03-19-2016),Elprah (02-24-2017),etbhrhtrhtrhthethererh (04-30-2016),False Positive (03-01-2016),feg0t (10-01-2016),FilipeSilvens (02-21-2017),Fleed (07-16-2016),[MPGH]Flengo (02-19-2016),Fredericofs (02-28-2016),FuuKyo (08-01-2016),gh0stSurf3r (04-22-2016),GrtjanM (12-31-2016),GSNB (07-12-2016),gusem (03-28-2017),Hacker Fail (06-22-2016),[MPGH]Hero (02-22-2016),RuShi (08-13-2016),Hot Potato (02-20-2016),hraklis666 (09-10-2016),HSyndicate (01-26-2017),Hunter (02-20-2016),Impetus420 (12-21-2016),implayer123 (11-19-2016),InvalidIP (12-16-2016),jiangfeiyi (02-01-2019),joshZ (09-17-2016),JulienWechter (05-31-2016),Just SomeOne (05-12-2016),kh3n666 (02-23-2017),khalifax (02-22-2017),killingspree888 (03-17-2016),kingburrito666 (03-16-2017),kleinn (08-24-2016),klikac007 (08-09-2016),klurosu (02-24-2016),Krazy7 (07-10-2016),krewellove (06-04-2016),kwibjo (03-21-2016),l1qu1d.lab (04-04-2016),Lauri (07-04-2016),LazULX (12-18-2016),lilarron2000 (06-07-2016),Locke81 (08-12-2016),Lunatic (07-08-2016),MageDMaNSeveN (02-28-2016),maheer461 (06-08-2016),manaitis56 (02-19-2016),Manuauto (06-07-2016),Margen67 (04-20-2016),marksemaj (03-24-2017),matsy80 (04-02-2017),[MPGH]Mayion (02-20-2016),megabajtruie (01-26-2017),mehrdad995gta (03-05-2017),[MPGH]meme (03-14-2016),MikeysBurget (11-22-2016),mikoplayer (04-28-2016),MilkywayHiker (02-18-2017),moo3001 (02-20-2016),MrVitals (02-08-2017),multih4ckz (10-11-2016),MysticAffe (02-24-2016),narantoine (02-09-2017),Nb_exp3rt (06-04-2016),Neemesiz (04-30-2016),Newbait843 (12-01-2016),nhoxhaizxc123 (08-12-2018),nicesayoo (12-29-2016),Nightmare2345 (05-28-2016),nikazizi97 (02-25-2016),Not Officer (05-22-2016),olinx (02-15-2017),Optic_gamer (12-09-2017),Picles1337 (04-27-2016),poolfish (03-30-2017),proWF (10-31-2016),pshee0 (10-27-2016),qaz0wsx0wsx (12-08-2016),RagnorakDoomed (04-29-2016),rbsanimations (08-10-2016),Redzsi99567 (05-14-2016),remzkee0903 (12-02-2016),Rikuuo (02-28-2016),ripp3n (05-05-2016),Robson777 (06-17-2016),Romochild (05-10-2016),Ronzo2012 (01-10-2017),RushEKB (11-23-2016),Scythen (08-09-2016),Shadow26Wolf (04-11-2016),sieusystem (04-29-2016),Silent (08-15-2016),Simitr0 (05-22-2016),sitbox144 (01-14-2017),skbak (01-15-2017),Skeurz (08-28-2016),SneakyTurtle17 (05-09-2016),sparkie5571 (04-09-2016),speakerfreak (12-01-2016),stanciu09 (04-19-2016),sterbenHUN (05-22-2016),subzero.swag (09-13-2016),takwando (02-07-2017),talljarrod1123 (04-06-2017),Tenebris5 (04-17-2017),tenten6n6 (04-23-2017),The Reaper (05-22-2016),The Turkey (07-26-2016),THEarnas61LTU (06-16-2016),tnansex (02-01-2017),trollface88 (09-06-2016),TwixPL (03-27-2016),Vakilos (08-19-2016),vasqual (04-20-2016),vebryani (03-15-2016),vergie.hadiana (06-04-2016),Vyce (04-06-2017),Xhyphs (04-02-2016),xicaro (05-27-2016),XiiaoHan (06-05-2016),xlurkerx (03-30-2016),xX.Junior.Xx (04-18-2016),xxmichibxx (07-03-2016),yashine59fr (04-23-2017),yophin (09-30-2016),Z-Nation (10-10-2016),Zerocool123 (12-28-2016),zikos (03-09-2016),ZinN. (09-09-2016)

  3. #2
    manaitis56's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    omg 503 service unavailable , it said error but got the download thanks

  4. #3
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,681
    Reputation
    5180
    Thanks
    14,176
    My Mood
    Inspired
    I still think Mayion InJeCtOr 2012 V1 was the best injector of all time.

    @Mayion
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  5. The Following User Says Thank You to Flengo For This Useful Post:

    [MPGH]Mayion (02-20-2016)

  6. #4
    hazim1213's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    My Mood
    Bored

    Unhappy

    why i cant open the injector??
    Last edited by hazim1213; 02-19-2016 at 11:25 PM.

  7. The Following 2 Users Say Thank You to hazim1213 For This Useful Post:

    etwask (11-09-2023),Zapote1 (03-20-2020)

  8. #5
    JAYceM6's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    thanks for your tool. It's so powerful and useful

  9. #6
    Simen123141's Avatar
    Join Date
    Feb 2016
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    Its just showing a paper Help please

  10. #7
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,502
    Reputation
    4018
    Thanks
    8,368
    My Mood
    Twisted
    Quote Originally Posted by Flengo View Post
    I still think Mayion InJeCtOr 2012 V1 was the best injector of all time.

    @Mayion
    Yup, will probably make a repost of it. Server been giving 404 errors due to the amount of thanks it had.
    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



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

    [MPGH]Flengo (02-20-2016)

  12. #8
    Jesus666's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    nog
    Posts
    7
    Reputation
    10
    Thanks
    2
    crashes when it tries to automatically download the "MSVCR120D.dll" file. Clicking no opens a webpage that doesn't do anything. :'(

    pls i need this i'm so badddd
    Last edited by Kevin; 02-23-2016 at 01:48 AM.

  13. #9
    wardreamer's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How come i get 12/55 instead of 5/55 like you did?

  14. #10
    klurosu's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Seetle
    Posts
    40
    Reputation
    10
    Thanks
    10
    My Mood
    Stressed
    Still working like a charm, thx master131

  15. #11
    KyranTheKiwi's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    where is the download link?

  16. #12
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,502
    Reputation
    4018
    Thanks
    8,368
    My Mood
    Twisted
    Quote Originally Posted by KyranTheKiwi View Post
    where is the download link?
    Click on this link; https://www.mpgh.net/forum/attachment...hmentid=295196
    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



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

    spykie h (07-21-2019)

  18. #13
    Martardom's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Innocent
    I was a retard posting on forums for download link and here I see it's fixed lol
    "guys I have the download link of Extreme Injector v3.6 (It's original MPGH link, so that means it has no virus or anything)
    www(DOT)mpgh(DOT)net/forum/attachment(DOT)php?attachmentid=295196&d=1441495479


    Instead of (DOT) just put . "

    - - - Updated - - -

    Thank you for fixing btw <3

  19. #14
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,681
    Reputation
    5180
    Thanks
    14,176
    My Mood
    Inspired
    Quote Originally Posted by wardreamer View Post
    How come i get 12/55 instead of 5/55 like you did?
    This version is extra 1337, but Mayion Injector 2012 is still the best injector of all time.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  20. The Following User Says Thank You to Flengo For This Useful Post:

    [MPGH]Mayion (03-04-2016)

  21. #15
    perXinjector's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    An error occured while injecting "blabla.dll" into TGame.exe

    System.UnauthorizedAccessException: Unable to open the specified process for injection.

    Help pls!!

Page 1 of 13 12311 ... LastLast

Similar Threads

  1. [Outdated] Extreme Injector v2.1
    By master131 in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 344
    Last Post: 05-31-2014, 11:13 PM
  2. [Help Request] Need Help with my Extreme Injector V2
    By ecstasy19 in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 02-03-2013, 02:08 AM
  3. [Help Request] Extreme Injector V2.1 Not working suddenly...?
    By cobi45 in forum Combat Arms Help
    Replies: 4
    Last Post: 01-16-2013, 02:22 AM
  4. [Solved] Extreme Injector v2
    By Anxiety in forum Combat Arms Help
    Replies: 1
    Last Post: 01-14-2013, 07:32 PM
  5. [Outdated] Extreme Injector v1.9
    By master131 in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 205
    Last Post: 10-16-2012, 03:39 PM