Page 1 of 111 1231151101 ... LastLast
Results 1 to 15 of 1664
  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

    MW3 .NET External ESP v2.12 [1.9.433]

    Modern Warfare 3 .NET External ESP v2.12 by master131

    Please note that Windows XP is no longer supported, scroll to the bottom for more details. Also, make sure your question is here first before asking.

    What is .NET External ESP?
    It is an External ESP hack that was coded in C# by me. It is designed only for Modern Warfare 3 in windowed mode. You must be running Windows Vista or Windows 7 with Aero enabled.

    This is a virus/trojan?
    It's obviously a false positive, I NEVER include viruses, malware or any malicious code on any of my releases. The reason why anti-virus software pick this up as a virus is because I've designed it to avoid VAC detection by generating a unique file each time the launcher is launched (hence the 'Dropper' term used in AV signatures because it 'drops' a copy each time it's launched, MSIL refers to the fact that the hack was coded in .NET). Please add the file to your AV's exception list and don't spam this thread with "OMG, dis is virus, don't download". I completely understand why they flagged this as a trojan but trust me, it's not! I am against viruses and would never use/create any to harm others.

    Is is detected?
    As of now, it is UNDETECTED. As with all hacks you download, use at your own risk. This does not inject or write into the game's memory so there is a lesser chance of it being detected. So far, it's been 4 months and there have been no reports of bans.

    What version of MW3 does this work with?
    1.9.433 (Steam only, not Tekno-Gods)

    Can I have the source?


    I got an OpenProcess error?
    Look up the error ID here. A common one might be error ID 5 which means you need to run the hack as admin.

    How do I use the hack?
    - Download and extract the attachment
    - (optional) Edit the config file to your liking (config.mw3esp) with Notepad or any text editor.
    - Run Launcher.exe and start the game.
    - When in game, use the F1, F2 and F3 buttons to toggle the function and use right-mouse button or the Home key to use the aimbot.

    Wait... version 2.12? Why not 3.0?
    This is a personal decision, I can use any version numbering as I please. I'm not going to change it to v3.0 unless I am absolutely sure that the hack is stable enough and has most features implemented, I do still have a few more things planned that I want to add when I have some time.

    My anti-virus keeps complaining about a file in the Temp directory!
    This is a false positive, meaning that it's not really a virus. It's the hack's way of prevent the hack from being detected. To get rid of this, you can either a) disable your antivirus or b) edit the config file and add an exclusion so you don't accidently catch a virus while you're playing. In order to add the hack to exclusions, you must edit the config file first. Open the config.mw3esp file with Notepad and find this line:
    Code:
    EXECUTABLE_NAME =
    and then replace it with this, you can put anything you want in between the quotes.
    Code:
    EXECUTABLE_NAME = "abc123"
    Now, start the hack again and your anti-virus will detect a "virus" in your Temporary directory. Add the file to exclusions (refer to your AV's documentation) and run the hack again, now it should work!

    I only want enemy boxes to be visible.
    Open config.mw3esp and change this line (by changing the alpha which determines how visible the color is).
    Code:
    COLOR_FRIENDLY = 0x7F0000FF
    to this instead:
    Code:
    COLOR_FRIENDLY = 0x000000FF
    Is it possible to indicate whether a player is visible or not? Can I only aim at visible players?
    No. You'd need access to the game's functions to do sight/bullet tracing which either requires injecting to writing into the game's memory.

    The aimbot doesn't work?
    Firstly, make sure you are holding the right-mouse button. Otherwise if it still doesn't work then I'm not exactly sure why this is happening... For now, please open the config file and find this line:
    Code:
    SENSITIVITY_OVERRIDE =
    Then, open your config_mp.cfg file normally found in C:\Program Files\Steam\steamapps\common\call of duty modern warfare 3\players2. You'll find something like this (you need to scroll down a little):
    Code:
    seta sensitivity "5"
    Then, put the number in between the quotes into config.mw3esp and save it:
    Code:
    SENSITIVITY_OVERRIDE = 5
    The aimbot is too fast or slow?
    Check config.mw3esp, there are some aimbot speed settings that you can tweak, make sure to read the comment above it!

    I can see the bar at the top but now my game window is black?
    This seems to be related to the latest NVIDIA graphic drivers. If you are running an NVIDIA card, please make sure to disable FXAA via the NVIDIA Control Panel, thanks to @aceado for the fix. Click here for an image.

    What OS does this work on?
    - Windows Vista
    - Windows 7

    Features:
    - Aimbot
    - BoxESP
    - Snaplines
    - Distance ESP
    - Crosshair
    - Radar
    - Status/Menu bar
    - Configurable settings
    - Name tag
    - VAC countermeasures to make sure this stays undetected.

    What's new:
    Code:
    Changes since version 2.12 (24th July 2012):
    - Possible stability fixes (unhandled exceptions)
    - Added a radar/mini-map and changed the dot shown on players
    - Fixed menu options from overlapping/clipping each other
    
    Changes since version 2.11 (22th June 2012):
    - Added support for 1.9.433, big thanks to @Thunder
    - Possibly fixed AV detection? No idea.
    
    Changes since version 2.10 (5th June 2012):
    - Improved the speed of the hack, should be on par with v2.8 or lower
    - Added a EXECUTABLE_NAME option for those having anti-virus issues
    
    Changes since version 2.9 (3rd June 2012):
    - Added a crosshair option
    - Renamed the FONT_QUALITY option to TEXT_QUALITY
    - Added extra protection against VAC
    - Reduced file size and possibly optimised speed
    
    Changes since version 2.8 (2nd June 2012):
    - Possible stability fixes
    
    Changes since version 2.7 (25th May 2012):
    - Updated for 1.8.423
    - Added a text quality setting
    - Fixed the distance displaying incorrectly (and the player distance aimbot)
    
    Changes since version 2.6 (24th May 2012):
    - Restored the original aimbot speed
    - Fixed the bug where any changes made to the 2nd and 3rd aimbot speeds would make no difference
    
    Changes since version 2.5 (23rd May 2012):
    - Added the option to choose between a crosshair or player distance aimbot
    - Added the option to choose the color of the aimbot dot
    - Added speed options for the aimbot for those wanting to change it
    - Added distance ESP and snaplines
    - Tweaked the aimbot speed (it's a little faster now) to match the one used in External BoxESP by sph4ck in MW2.
    
    Changes since version 2.4 (9th May 2012):
    - Updated support for 1.7.413
    - Added little message. :p
    
    Changes since version 2.3 (30th April 2012):
    - Fixed the DrawText errors people are experiencing
    
    Changes since version 2.2 (29th April 2012):
    - Added error log generation, when the hack crashes, a log will be generated on your desktop. Post it here when it happens.
    - Possibly fixed the crashing issue people are having.
    
    Changes since version 2.1 (24th April 2012):
    - Removed the requirement for installing SlimDX, it's no longer required.
    Now the hack uses SharpDX (it's already included inside the hack, you don't need to install anything at all).
    - Refactored some of the launcher code.
    - Added a simple check for possibly corrupt copies of DirectX.
    - Possible (minor) speed improvement thanks to SharpDX's fast interop feature.
    
    Changes since version 2.0 (18th April 2012):
    - Completely rewritten drawing method
    - Supports only Windows 7 and Vista with Aero enabled
    - More faster than previous versions (which means that there should be no aimbot problems).
    Requirements:
    - .NET Framework 3.5

    Why did you remove XP support?
    There are a couple of reasons why I removed XP support. 1. It's getting old and outdated, extended support for XP is ending soon which means that Microsoft will no longer create updates for it. That means it'll be open to any new exploits and threats once that ends. 2. The old overlay method which supported XP was too slow, only people with high-end CPUs could run it, most people couldn't. I'm sorry if I'm inconveniencing people but I guess it's time for an OS update.

    Screenshots:


    Credits:
    Alexandre Mutel - Fixing SharpDX to my request (not hack related).
    KN4CK3R - Posting the root source of OSHeCoD6.
    @sph4ck, @dheir and @c0z3n - Updating the hack in Python and adding a crap load of features as well as providing a bug fix for the box issue.
    @Archangel - Faster aimbot that is compatible with snipers.
    @Thunder - Helping me to test the hack out.
    @Hassan, @Blitz, @Derranged, @House, @flameswor10 - Helping to test out the old overlay.
    Everyone else who helped with the development of External BoxESP for MW2.

    Virus Scans:
    https://www.virustotal.com/file/5489...is/1343093564/
    https://virusscan.jotti.org/en-gb/sca...e66a76759b140d

    Please report any bugs.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by master131; 07-23-2012 at 08:39 PM.
    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 2,401 Users Say Thank You to master131 For This Useful Post:

    ! Ravage ! (07-13-2012),!c3C0Ld (05-06-2012),>Club3D< (04-26-2012),<<NK>> (04-27-2012),<\WTF/>wonderbread (09-02-2012),' Moonlight ' (07-23-2012),**** Facebook (08-11-2012),*MrHaCkEr* (07-04-2012),-BF3- (05-26-2012),-iLegendary (06-28-2012),..::Erik::.. (07-10-2012),.DLL (06-24-2012),.PainFuLL (05-06-2012),.timbo (08-12-2012),0179cool (05-10-2012),03mark13 (04-26-2012),09razzor (05-05-2012),0wnedYa (05-26-2012),0x01337 (05-26-2012),10mins (08-17-2012),123asd9 (05-08-2012),123gregor123 (04-27-2012),1337hacker (04-30-2012),1337RZN (05-23-2012),1337skeet2 (04-29-2012),15040ha (05-01-2012),197 Decibels (04-29-2012),19mmm87 (05-08-2012),1ce (05-11-2012),1upmeds (04-30-2012),25 cent 141 (07-23-2012),2ndSky (05-06-2012),3x4m (04-26-2012),513570 (04-27-2012),5smashfever (04-26-2012),648DFSsdQ#$4 (07-15-2012),777ljklj777. (04-29-2012),7amoodxxx (05-20-2012),8te8ter (07-29-2012),991a4377 (06-12-2012),993mario (08-18-2012),a3724 (05-05-2012),aabir (06-28-2012),abaaaabbbb63 (04-23-2012),ababaz (07-01-2012),abbe123 (05-30-2012),ABC123_ (08-17-2012),abc161298acb (09-17-2012),AC180 (06-02-2012),accomp (04-28-2012),ACE11 (12-11-2012),aceado (04-28-2012),acf (04-28-2012),Ach1lles (04-27-2012),acid1337 (04-25-2012),acidsweep (04-28-2012),acodemix (04-28-2012),Activate (04-27-2012),ActiveSoda (07-29-2012),ad4nos95 (04-02-2013),adam1741 (05-30-2012),Adam44x (01-21-2014),Adam520 (08-05-2012),adamjz39 (04-25-2012),addemannen13 (04-27-2012),adiljan (08-02-2012),adizero0 (04-25-2012),ado239 (04-25-2012),adrenaline123 (10-06-2012),adrianbornman (06-17-2012),adrianr2z (04-27-2012),Aerosymbis (07-01-2012),afkack (09-12-2012),afridi (06-17-2012),AfroRuffy (05-12-2012),agend36 (10-30-2015),Agent 47b0ss (06-28-2013),Agentdarkstar (04-27-2012),agrippa.jr (05-25-2012),Agrodio (08-18-2012),Agrol123 (06-04-2012),ahmedhbk (04-28-2012),ahshit (04-28-2012),ahs_lince (06-18-2012),aimm (04-30-2012),akito1989 (04-28-2012),aksel (07-26-2012),al3xman (07-15-2012),alan95 (05-28-2012),alanante (07-31-2012),alando1992 (04-24-2012),alavadomanuel (06-23-2012),albanianjoker (05-10-2012),ALBERTYQUI1 (05-09-2012),albpoolshark (04-26-2012),alcatraz.aa (04-30-2012),aleekzz (06-15-2012),alex fitzgerald (05-24-2012),Alex Grimaldi (07-01-2013),alex-denn (04-29-2012),alexander.bruun (04-05-2014),alexbo33 (04-23-2012),alexiscarrier (04-28-2012),alexisvel (06-26-2012),Alexjunior100 (04-28-2012),AlexMason (05-11-2012),algomaga (08-17-2012),ali544 (05-02-2012),Alibanz (04-26-2012),aLien* (04-27-2012),alifish (05-05-2012),allesanders (05-27-2012),Almightynub (05-19-2012),AlphaIkaros (08-22-2012),alsgh95 (04-26-2012),AltairStilas (05-01-2012),Alukim (04-29-2012),Alwiz1 (05-03-2012),Ameise21 (06-01-2012),amil123 (05-01-2012),Amix948 (07-17-2012),amority (08-18-2012),amro thabet (08-05-2012),amzkeh (05-02-2012),andersonsheik (05-02-2012),andre1828 (07-31-2012),Andreask123 (06-13-2012),andreiandre (08-07-2012),andres9727 (05-05-2012),ANDRESpekenio (05-12-2012),Andrewkellerhals (06-07-2012),Andrip (08-10-2012),andrzejk1319 (08-12-2012),andystubbs79 (06-23-2012),anedaktos (09-21-2012),anguish123 (08-15-2012),AnoN98 (05-14-2014),Anonymous.. (04-29-2012),Anonymous159 (08-03-2012),Anonymous222 (07-10-2012),ansien12 (04-28-2012),Ant135 (06-25-2012),apelsin10 (04-24-2012),apexvj (04-27-2012),aposfire (06-12-2012),appis (04-28-2012),Aquoxify (05-07-2012),arab757 (04-28-2012),Aragonda (05-07-2012),arapakos (04-29-2012),Archangel (05-11-2012),arcmond (06-06-2012),Arhoood (04-27-2012),aristotelis951 (05-26-2012),arjonnn (10-10-2012),Arkanion (06-05-2012),ArkosOner (07-04-2012),arlo44 (04-27-2012),ArmonIzBack (02-28-2013),armorine (08-05-2012),arnuzas (06-25-2012),Arrysius (05-03-2012),art7667 (04-28-2012),Arytix (07-16-2012),asagranth (05-02-2012),asdas asdas (05-06-2012),asdzxc60 (08-07-2012),AsianNick (04-28-2012),asilas12 (04-27-2012),Assassin. (08-18-2014),AstroBoyAU (06-25-2012),atomzftw (05-03-2012),atriis (04-30-2012),austealth (08-12-2012),Avanse (07-26-2012),Avitron (07-28-2012),avvelito (05-02-2012),Awesomeman217 (05-03-2012),Ax3r9 (08-28-2012),Azert1a (05-03-2012),azhuuuuu (05-03-2012),azurekite73 (05-02-2012),azurewind (05-25-2013),B.mC (07-06-2012),b.tech (05-24-2012),B100dh4nd (06-25-2012),B14 (04-27-2012),b1ska7a (04-29-2012),B4St3 (08-11-2012),Babylight (06-13-2012),Bad Robot (04-29-2012),badassv1king (04-29-2013),baddoy2 (04-29-2012),Baijjer (12-08-2012),Banana Brain (04-27-2012),Banditocerodos (04-29-2012),banki911 (05-01-2012),bannoura (04-27-2012),BANR (04-27-2012),Baradur (07-01-2012),barasheeth (04-30-2012),barata55 (05-26-2012),barbariy1 (05-10-2012),barneystimpson (08-11-2012),Baron!! (02-05-2013),barreltuts (07-28-2012),BARRIO (04-29-2012),BartaoZ (07-27-2012),basamakko (07-13-2012),Basel1893 (04-28-2012),Basire (07-11-2012),bassendk (05-05-2012),batekha (06-07-2012),batman2828 (04-27-2012),Battle83 (05-26-2012),baxre (04-25-2012),baz80 (04-18-2012),Bazilio (05-02-2012),Baztai (08-12-2012),bboy1990 (05-06-2012),BDLstatechamp (04-26-2012),bean1352 (05-01-2012),beastiecal (04-24-2012),Beastmaniac (04-24-2012),bebel27 (05-07-2012),beefpuff221 (04-03-2014),beer2 (06-28-2012),behzadmb (08-14-2012),bejulinux (04-29-2012),belinea08 (04-27-2012),BelziBhaal (04-20-2012),ben5045 (05-04-2012),benike1 (05-05-2012),Benjamin779 (05-25-2012),benjaminkyu (04-27-2012),Benniekalse (05-26-2012),bennnnnnnnnnnnnnnnnzzzzzz (04-29-2012),Benny D'hoe (04-30-2012),benny601 (05-01-2012),Benny_Lava (05-09-2012),bensom6 (04-26-2012),berkan2112 (08-04-2012),berke34 (04-28-2012),bernardo57PT (07-24-2012),BERNHEAD (05-18-2013),berymp44 (04-23-2012),bestmirco (04-27-2012),beta01 (05-23-2012),betmeiwontdoit (04-29-2012),betrollin (04-26-2012),Bezvadny (04-29-2012),Be_mler_ (05-20-2012),bf3hacker (05-01-2012),BI0HAZARD (10-09-2012),Biestrik[R] (04-26-2012),bigchedda (05-02-2012),bigdaniel0 (05-12-2012),bigistayle (04-28-2012),biglolman (04-26-2012),bigscout (04-30-2012),BigTimeNoob (04-26-2012),bigturtle (08-14-2012),Bijan Moeinzadeh (04-26-2012),bikou (04-29-2012),billbob1105 (04-30-2012),billyf500 (05-10-2012),billyyiu00 (05-05-2012),Biokid (04-27-2012),Birdpoop (06-27-2012),bitzer (04-20-2012),Bl4ck_Dove (04-26-2012),BlackedProxy (04-29-2012),blackg3 (06-22-2012),blackhat12 (06-07-2012),Blackhawk214 (04-29-2012),blackjack5505 (05-26-2012),blackopsranger (04-25-2012),blackpgera (05-04-2012),BlackRaven214 (05-17-2012),Blackworld (04-30-2012),black_saint (06-10-2012),BleedingRoses (05-02-2012),Blitz (04-18-2012),blkk (06-25-2012),blms2002 (08-03-2012),blodsnoppen (04-28-2012),BloodGod180 (04-28-2012),bloodyfreakz (06-22-2012),Bloodyguy (04-26-2012),bloof1 (04-28-2012),blot3 (04-24-2012),bloxeris (07-28-2012),bluegrenade99 (04-23-2012),Bluemasta (06-01-2012),bluered182 (04-25-2012),Blufor (05-05-2012),blutbad3624 (05-28-2012),BlxeStxrs (01-27-2016),bobjames (04-29-2012),bobman2786 (07-04-2012),bobmer123 (04-27-2012),Bobsaget145 (04-24-2012),Bojang (04-27-2012),bolorsociedad (09-23-2012),bomber79 (08-29-2012),boolpropp (05-20-2012),Borram (07-06-2012),Borsti91 (04-30-2012),boss1234567 (08-13-2012),Bot420 (04-25-2012),boyisboy890 (04-25-2012),boyshinyable (04-24-2012),boyshinyable1 (06-25-2012),boytonisawesome (04-28-2012),bpear96 (04-25-2012),bpr55 (11-14-2015),brac|avd (06-02-2012),brad8381 (05-01-2012),Branag12 (06-26-2012),Brandon238 (04-24-2012),braydenlickmyballs123 (05-09-2012),BRDominik (04-28-2012),brian8929 (06-22-2012),Briani1 (04-28-2012),brianmo (08-06-2012),brigo11 (04-24-2012),Brillo<3 (04-29-2012),brodie_7 (06-25-2012),broken (05-09-2012),Broken_Star (08-02-2012),BrownBlaster (08-25-2012),bru65 (08-03-2012),bruice1993 (08-12-2012),brutality (05-08-2012),BrutusVoid (05-07-2012),bryant2647 (04-30-2012),bsaid (04-27-2012),Btrials (06-25-2012),buanek (04-24-2012),BullCryo (05-08-2012),bullpop1 (04-28-2012),burnout915 (04-28-2012),Buttfloss (04-27-2012),Cactuar (04-26-2012),Cactusm4n (07-16-2012),cadet0910 (04-25-2012),caiocu (05-09-2012),Cakeballs (06-14-2012),caketh (04-28-2012),Cakez (04-28-2012),calibraka (05-08-2012),CalinX2 (05-08-2012),calle154 (06-25-2012),callofduttyhacks (05-02-2012),calumffg (04-27-2012),camillakamph (08-16-2012),cantonas13 (06-15-2012),canturk96 (04-29-2012),Capitan Cavernicola (06-22-2012),captainawsum (05-01-2012),CaptainMalaysia (08-04-2012),Carbon0x (04-29-2012),carbon23 (04-28-2012),carlaw (04-26-2012),Carlk (04-24-2012),carlosmelo (05-14-2012),carpanta (08-09-2012),carter4 (06-22-2012),carterz5 (04-27-2012),casco22 (05-06-2012),casperisapro (04-28-2012),cat6 (05-04-2012),catfis'n (05-11-2012),catuser (04-21-2012),ccjr20 (05-02-2012),Ceiling Cat (04-24-2012),Celowg (07-09-2012),cenzo (04-29-2012),cepmap (07-10-2012),Chainbo (04-25-2012),chamurpeace (04-26-2012),chaney (04-27-2012),chase0102 (04-27-2012),CheatSector (08-08-2012),cheeseprin1 (04-24-2012),cheesesauce (04-27-2012),cheeseto (04-28-2012),cheesy5120 (04-26-2012),cheezstik (12-18-2012),chef715 (07-10-2012),Chemist (08-19-2012),cheng_hao123 (07-14-2014),chenjunhua9636 (04-27-2012),Chens (07-23-2012),chezter65 (06-03-2012),chicorya (08-08-2012),chimbo09 (07-31-2012),Chipolata (06-02-2012),chiviri (07-19-2012),chl3765 (04-25-2012),choexpel (09-13-2012),chris95259 (05-20-2012),chrisbloemker (05-30-2012),chrissih2o (08-14-2012),Christian Borgli (05-09-2012),Christian007 (07-29-2012),Chromerz (05-01-2012),Chuck Norris . (05-04-2012),chucky00 (08-06-2012),Chungha (05-25-2012),cilliman (10-12-2012),cit789 (04-26-2012),ckredwing (04-26-2012),Claughton (04-26-2012),Clazair (05-01-2012),cliffgoat (04-26-2012),clipfish12 (06-20-2012),Clips30165 (04-27-2012),Clitoris (05-05-2012),Cloud Anarchy (05-04-2012),Cloud_1st_Class (04-28-2012),cLt0815 (12-26-2012),Cluckmoo (04-27-2012),Clyclops (04-30-2012),cmendao (06-05-2012),cnn220 (05-14-2012),cntrycush (08-09-2012),cocofeatfede (04-24-2012),cod21 (04-26-2012),cod459 (04-27-2012),cod4noobs (05-07-2012),Codfront.ru (05-07-2012),codhacker1 (07-02-2012),codmw3freak (05-06-2012),CODog (06-23-2012),coldfire18 (05-02-2012),cole123456 (04-28-2012),cole159 (04-29-2012),ComandoJP (04-24-2012),Compte02 (04-27-2012),concorde710 (04-24-2012),confedlep (04-30-2012),Congelador (04-28-2012),consolegame (04-28-2012),coolelie1 (04-28-2012),Coolhosed (04-26-2012),CoolingThunder (05-11-2012),coolmanris (06-11-2012),coolmikepl (04-26-2012),coreninja (06-02-2012),Corporal Bubbles (08-26-2012),CorrM (12-03-2018),cos1234a (05-01-2012),cosmo70 (04-24-2012),cpuman101 (05-01-2012),Crampy (07-16-2012),crapfapp (06-26-2012),Craz991 (06-25-2012),Crazy Junky (04-24-2012),crazyeah (04-30-2012),crazygabe (06-11-2012),crazyhako53 (07-31-2012),crazykalli (04-28-2012),crazyxelite (04-27-2012),crescent19 (04-28-2012),cRiiMemAs7eR (04-24-2014),CrimKiller (04-28-2012),Crittics (05-02-2012),Crofty93 (06-22-2012),crunk69 (04-28-2012),Cruno (05-21-2012),Crunos (05-30-2012),csepisaco (07-09-2012),cudibahm (04-25-2012),cuporka (08-14-2012),Cusa (08-05-2012),customerreceipt (05-19-2012),CYBER-SNIPA (06-02-2012),CyberMarco (04-26-2012),cybertank378 (05-03-2012),Cyphex (06-22-2012),d0ctorz134 (06-27-2012),D3NN1sxD (04-24-2012),d3v4st4t1on (04-28-2012),d4rkz (04-28-2012),Da King (05-23-2012),daaantjuhh (05-05-2012),Dagassa (08-08-2012),Dahlback Jonathan (05-04-2012),Daimos (05-09-2012),DaisukeJP (04-26-2012),Dalaran09 (07-05-2012),DAMIRJON (07-01-2012),dan7777 (04-28-2012),dani21488 (07-22-2012),Daniel-Vogt (05-03-2012),danielgow123 (08-13-2012),Daniel_Prince (06-16-2012),danny113 (07-03-2012),dardoXD (04-25-2012),DaReXdEviL (04-29-2012),Dark k (07-09-2012),Dark2785 (04-19-2012),dark697 (07-17-2012),DarkAngeels (08-14-2012),Darkdog94 (07-19-2012),darkedger995 (07-06-2012),Darkenn2 (05-23-2012),darkgodgoth666 (05-24-2012),darkhelmetxt (05-04-2012),darkimp1 (04-29-2012),darklink966 (08-28-2012),DarKMagiciaN866 (06-23-2012),darkpengu1n (07-21-2012),darksoldier76 (05-31-2012),DarkWipeZ (05-01-2012),daronian (04-30-2012),darr90 (04-29-2012),darzin (04-26-2012),david3354 (04-28-2012),David890xx (04-27-2012),Davidng_55-66 (05-05-2012),davidsure (04-28-2012),davidus969 (06-26-2012),davy01101993 (08-15-2012),dazed (04-29-2012),Db_started (08-11-2012),DCentR (07-05-2012),dcrew10 (04-29-2012),ddaavvee (05-27-2012),Deadblade (08-13-2012),DeadGad (07-31-2012),deadperson911892 (08-14-2012),deadpool2011 (04-29-2012),deadsnow (04-20-2012),deanyo (05-02-2012),deathcorejoe (05-01-2012),deathslaya (03-29-2014),deathstar1111 (04-28-2012),Deathtrax (07-19-2012),debbe (04-28-2012),DeceiverPL (05-01-2012),deepmotions (04-24-2012),Deepsy02 (05-01-2012),deetwodomglolz1 (05-01-2012),Degolegodyl (04-24-2012),DeHawk89 (05-04-2012),DeHAXOR (08-24-2012),dek0 (05-02-2012),DeleteSoft (05-09-2012),Demonboy666ownz (04-27-2012),Demoninsyde (04-25-2012),demonslayer456789 (08-08-2012),DenDavidson (07-16-2012),dennis1981 (08-12-2012),DennisM (04-27-2012),Deodore (04-27-2012),derlol96 (04-27-2012),derpatenino (05-05-2012),derptacoz12 (07-02-2012),Der_Schuh (06-02-2012),Deschain66 (08-17-2012),Desgraceful (04-26-2012),destroyer333 (04-26-2012),devenire (08-07-2012),Devil_MuM (04-25-2012),dfjsdflsd (04-24-2012),dg65462 (08-05-2012),DHDK (05-26-2012),DICE384007 (06-25-2012),Dickinson (04-26-2012),dicksize (05-09-2012),diddybr (04-29-2012),didi64 (04-18-2012),DiedLife (06-30-2012),Diggingforfire (04-25-2012),Dillonpure11 (05-03-2012),Dimenoloco (05-04-2012),dionisis1995 (04-28-2012),Discostick69 (05-02-2012),divx95 (04-28-2012),DJedelhure (08-14-2012),Djghost (04-28-2012),djnitro11 (04-25-2012),Djordystarzz (06-27-2012),djrajir (04-29-2012),djscuzzy (04-28-2012),djtomek96 (04-30-2012),DMCdejavu (04-19-2012),dm_nate (05-26-2012),dneill2006 (04-29-2012),[MPGH]Doc (05-01-2012),DogPatch062 (04-29-2012),Doing Work HD (08-06-2012),DollarDollar (10-06-2012),DomceV (04-27-2012),Domen (07-09-2012),Don Coderleone (05-03-2012),DonApo (01-04-2013),donatelis (05-15-2012),donkeypups (04-23-2012),donlange02 (04-29-2012),donrevallo (08-15-2012),doodle7 (04-27-2012),doomfinal (08-11-2012),Dope1342 (07-09-2012),dope763 (05-06-2012),Dopp (05-20-2012),dosboy (05-09-2012),DoubleSub (06-14-2012),Dragar (05-08-2012),Dragonfly214 (05-28-2012),dragonfox8 (04-30-2012),Dreamer (04-28-2012),dreamgear23 (05-05-2012),DreamMaker (04-26-2012),dreamzone (04-29-2012),dreem24 (04-28-2012),DRkidler (07-29-2012),drr (04-28-2012),dsambro (07-18-2012),dswouter (04-29-2012),dubistnopfa (04-27-2012),dude3638 (04-26-2012),dufflez (04-28-2012),Dugga (05-03-2012),Dutchyown (07-20-2012),dwinner (04-24-2012),DyftRapid (04-20-2012),Dylanrad (11-02-2015),dysfunc (04-25-2012),dz0 (04-27-2012),dzgsn (04-29-2012),Dzino (04-29-2012),dzoom24 (06-22-2012),d^_^b (05-11-2012),Easlemm (06-13-2012),Echo123 (04-18-2012),echo2436 (06-22-2012),EchoPhyber (04-23-2012),eddiedogs (05-09-2012),Eddmoney11 (04-26-2012),Eddy73 (07-17-2012),edtendo (04-26-2012),edusaboya (05-25-2012),edvaslt (05-07-2012),edytedyboss (04-28-2012),efluxz (05-22-2012),EggShit (06-25-2012),Ego-Player95 (04-27-2012),egovir (05-02-2012),Eidolon (04-27-2012),ejak (04-28-2012),ekber55 (05-05-2012),elation (04-27-2012),elden01 (05-01-2012),ElectroCrazy Aka °Smokè (05-03-2012),elh95 (07-16-2012),Elhrimnir (04-24-2012),Eli0t (04-29-2012),Eliptiks (07-31-2012),eliran8673 (05-04-2012),EliteKernel (04-30-2012),elitz89 (04-25-2012),endo1000 (07-09-2012),Engarde (05-05-2012),enthusiast94 (04-28-2012),enurtia (04-24-2012),EpicCockMuncherNo1 (04-28-2012),epiclol123 (05-03-2012),EpicPunch (05-06-2012),Epox (05-02-2012),eragonCRI (06-08-2012),erikkire (06-06-2012),erivanxd16 (06-21-2012),ertei (07-22-2012),esoo123 (04-30-2012),etawakimasi (05-04-2012),eusebiu_a (04-28-2012),evaze (04-26-2012),ew20030822 (05-26-2012),ewnex7 (07-28-2013),Ex1gy (04-24-2012),execut (04-25-2012),ExiTus1337 (08-07-2012),eXtremeElimination (05-07-2012),Eyecracker (04-30-2012),ez7pac (05-23-2012),ezio_auditore_13 (04-26-2012),f1420012002 (04-29-2012),f3rnando97 (04-29-2012),Fabricacion (05-01-2012),facelessaca (05-04-2012),facinelli (04-28-2012),fal762 (06-10-2012),falco9696 (05-11-2012),falgorr (07-05-2012),FallEditing (05-06-2012),fanfan_la_tulipe (04-29-2012),fantaislkkr (05-03-2012),Fatso691 (04-28-2012),fazim (05-03-2012),fdgod717 (05-29-2012),fearjj (05-05-2012),Fearphobia (04-29-2012),fegget11 (04-18-2012),Fell (05-08-2012),Fellbestie (06-24-2012),fellpa (04-30-2012),fercho_cicario (05-02-2012),feriboy (04-29-2012),fetto65 (06-03-2012),ffdfdddgf (05-22-2012),fieserPICARD (04-27-2012),filipifly (06-20-2012),fin troll (05-05-2012),FirozFx (04-27-2012),fittri (04-24-2012),fitzgeraldfitzy (09-23-2012),FlameFF (04-23-2012),FLaSh1818 (04-27-2012),flecki (04-29-2012),Flitchit (04-28-2012),fnatix (05-04-2012),Focusx (05-03-2012),forest lee (04-29-2012),Forgaminguse2 (04-26-2012),foroi (07-17-2012),Fortis88 (04-27-2012),fossil5544 (04-26-2012),foukaras9 (05-25-2012),Fourletterjames (04-27-2012),FRAAGY (04-29-2012),Fragkiller (04-28-2012),frank1121 (07-20-2012),freakts (05-26-2012),frederik2990 (06-25-2012),FreshD1888 (08-08-2012),Frostyviper (04-27-2012),FrozoneNico (04-26-2012),funfzein (03-03-2013),Fussel123 (06-21-2012),fxcaliber (07-18-2012),g1rgo (08-15-2012),gabriel1996 (04-28-2012),gadb0t (06-22-2012),GameHudHD (08-18-2012),GameplaysbyFLASH (07-01-2012),gamer123x1 (04-28-2012),gamerdude1049 (07-01-2012),gamereric22 (04-29-2012),Gameroon (05-03-2012),gamerp (06-23-2012),gamewave (05-06-2012),GangstaMuzik (05-04-2012),gangzer22 (01-16-2015),ganhador23 (05-07-2012),ganjagates (04-29-2012),Garethkungfu (07-30-2012),garukas (07-12-2012),gasoo101 (07-24-2012),Gavinator (05-09-2012),gears23 (08-02-2012),GEDD (11-23-2014),gefi (05-05-2012),Gemini07 (05-07-2012),gemon2 (05-06-2012),generalscotty (04-29-2012),genoporto (04-30-2012),genovacomplex (04-23-2012),geralldo (04-26-2012),germanXP, (07-15-2012),geros1 (05-10-2012),gerya (06-27-2012),Gh05tr1d3r (04-26-2012),GhazCustom (04-26-2012),ghettojacob (04-27-2012),ghiles234 (05-10-2012),ghost1123a (05-25-2012),ghostkarthi (06-01-2012),giannoubis (12-13-2012),giau93 (05-02-2012),gilles02 (04-30-2012),ginovanloon (04-27-2012),Ginti119 (06-22-2012),Giogimic (05-04-2012),Git4nos (04-28-2012),gkwong (07-18-2012),GLaDOS015 (04-24-2012),glennie3 (05-07-2012),glowdude (05-06-2012),Goat Reaper (07-11-2012),GODISAFAG (04-27-2012),godisdeaf (05-16-2013),GodModeOff (10-14-2016),godofchaos (04-27-2012),gofik123 (04-26-2012),gogansol (05-05-2012),GokuVoelKop (04-26-2012),GoldenEagle (06-22-2012),GoldenWrapper (04-28-2012),goldfishboy (04-25-2012),goldjan (07-31-2012),goldyrox (05-01-2012),Golle361 (04-18-2012),goodey (06-23-2012),Goonman1 (04-28-2012),Gorkahe (06-24-2012),Gorkian (05-12-2012),GOVNO12 (05-09-2012),GPBNugget21 (04-30-2012),GrandiPL (04-29-2012),Grass Fairy (06-03-2012),Greatfullded101 (06-01-2012),greedlt (04-30-2012),greendrag34 (05-01-2012),Greenham (05-07-2012),GrEeNsHoT (04-28-2012),gregorysl (04-25-2012),grimmchild912 (07-20-2012),grimreaper1234 (08-22-2012),GrizzleGrizz (08-03-2012),Grizzlybear69 (06-29-2012),Gruntlyon (04-26-2012),gsquaredcc (05-01-2012),gs_taraftar (07-09-2012),gtx 680 (05-01-2012),Gu4x (07-01-2012),guedessama (05-25-2012),guigui83260 (04-26-2012),guil59330 (06-22-2012),guilleo04 (04-25-2012),gunz4hi (05-08-2012),gurcan123 (04-26-2012),Guthixboss1 (04-28-2012),gutzzz (05-01-2012),gyilok82 (04-26-2012),H3artless (08-27-2012),H4x0r! xD (04-27-2012),haburger96 (04-27-2012),hacks22s (06-29-2012),hacksforfun:D (05-08-2012),Hackshappens (06-23-2012),hackusations (05-08-2012),hager777 (07-24-2012),hahaxD90 (06-29-2012),haip (06-22-2012),hakunamatata41 (07-04-2012),halfman77 (08-24-2012),Hamyn01 (05-07-2012),hamzatun (06-23-2012),Handork (06-23-2012),Hangiiz (08-09-2012),Hankovich (05-25-2012),Hankovich1 (05-09-2012),hannibanni1 (04-30-2012),hanswurscht92 (06-18-2012),Happy01 (10-20-2013),hardcore141 (04-27-2012),harrix10 (05-02-2012),Harryscript (07-03-2012),Harun Soner (05-03-2012),Hassan (04-18-2012),Hattler (05-06-2012),hawdamn (04-28-2012),hawtyhstgz (05-31-2012),haxe123 (05-04-2012),haxorCod (05-01-2012),haxrevolution (04-24-2012),hbh12 (04-18-2012),hecticlsyaer (05-06-2012),HeCTRiX (05-04-2012),hefe96 (08-28-2012),Heiko (05-01-2012),Heineken (04-28-2012),hell445 (04-27-2012),hellboy1133 (07-23-2012),Hendy (08-01-2012),Hendy95 (07-31-2012),HerpVonDerp (05-08-2012),heyho hayho (07-20-2012),hh91796 (07-06-2012),hhg (04-28-2012),highschool (07-16-2012),hijk100 (05-15-2012),hisaw1234 (04-28-2012),HitmanDeLuxe (04-28-2012),hk-shumhim (04-30-2012),hochikage (05-01-2012),hoLLaaa (04-30-2012),Horror (04-28-2012),hoschi111 (05-02-2012),howie77 (05-18-2012),hsj01194 (04-30-2012),hssv1 (04-29-2012),htd420 (05-21-2012),htops1 (04-27-2012),hublu99 (04-28-2012),huj-si-ad (04-27-2012),humanaimbot (05-07-2012),humanix1 (05-05-2012),HUNK69 (06-07-2012),Hunter[Z] (08-15-2013),hurka01 (08-09-2012),Huwayi (06-23-2012),hydrogen7143 (08-02-2012),hype452 (05-04-2012),I AM BACON (06-21-2012),i0wnzzu9324 (04-23-2012),i3one (04-25-2012),iamevilboy (07-26-2012),iamleap (08-07-2012),iatebreakfest (04-27-2012),iBigge (06-16-2012),iBlendHD (06-18-2012),iBocca (04-26-2012),ibroken (04-27-2012),Iceeace (07-25-2012),Ichy (05-04-2012),IcySkull (04-24-2012),iDEAD (04-29-2012),idfdefender (07-17-2012),iDomxx (06-29-2012),idontcare12345 (05-07-2012),idwd11 (04-27-2012),iForxEver (04-27-2012),ifury (04-23-2012),IGawdy (05-01-2012),ignace (05-24-2012),iGood (04-29-2012),Igor Newton (04-30-2012),ihatebarkingdogs (04-27-2012),ihaveadreamxd (08-25-2012),iiro (04-29-2012),IIxEvZxII (05-19-2012),ikbenlelijk (05-05-2012),ikillu64 (04-27-2012),iknownoob (05-03-2012),iknox820 (05-07-2012),iLegendA (04-25-2012),ILegiTIxIModsI (04-26-2012),illiaske07 (07-18-2012),illidom (07-10-2012),illinoth (07-01-2012),illiteam (05-03-2012),Ilovepeanuts (04-27-2012),ilovethispage (09-07-2012),ilp666 (06-22-2012),Il_Cencio (05-26-2012),ImDrunk93 (04-24-2012),ImmaLegit131 (08-02-2012),imnotfire (04-26-2012),imse34 (05-04-2012),incognito_nor (04-27-2012),indeathwedream11 (04-27-2012),indecii (09-01-2012),Indianhacker (07-27-2012),Infinity00 (05-03-2012),Injow (04-28-2012),Innocentrum (04-24-2012),Insane (06-02-2012),intellca (04-27-2012),intervention34 (04-25-2012),Interview. (04-26-2012),invasor (05-11-2013),invek (05-05-2012),ionatan (08-13-2012),iottt (04-24-2012),ip825a (05-04-2012),ipointnlaugh (05-20-2012),ipsot (07-07-2012),irlano (04-25-2012),Iron.Wolf (08-24-2014),ironmaiden99996 (04-27-2012),iRZeHAXER (04-27-2012),isaia (05-04-2012),Ishmum (08-11-2012),islamhb (05-03-2012),israelmq (09-13-2012),itoi_sakuya (04-30-2012),itsnoizz (06-09-2013),iTzBrilliantz (08-13-2012),IV2B (05-07-2012),ivan2998 (05-04-2012),iwubzyou (04-28-2012),iyah.. (05-25-2012),Izacmizac (05-01-2012),izac_lol (05-10-2012),i_legendary (04-28-2012),Jacablaca1 (06-20-2012),jackeagle (04-25-2012),JackI3lack (06-22-2012),jackiebutt (04-27-2012),jacklok98 (06-11-2012),jackyvspower (05-26-2012),Jaco2619 (06-10-2012),JacobAssoulin (07-28-2012),jacobs.kevin92 (03-31-2013),jacode12111 (09-04-2012),Jacques1122 (07-15-2012),jad123 (05-05-2012),jadari12345 (05-03-2012),jajg07101992 (05-10-2012),JAKENBAKEN (04-27-2012),jalba (05-04-2012),james32 (06-26-2012),jamesdaly2k11 (07-15-2012),JamesTgn (07-04-2012),jamts1234 (06-25-2012),janijanijani (04-27-2012),janmike916 (04-26-2012),Jannisti (10-10-2014),januski47 (06-03-2012),jarag (05-01-2012),jariz (04-28-2012),jaso444 (08-17-2012),jason12211 (07-29-2012),jasonbanh (04-29-2012),jason_pedro (04-29-2012),jasper151 (04-24-2012),javineitor (04-26-2012),Jay Cutler (04-28-2012),jay110405 (05-19-2012),Jaynoob1 (05-05-2012),jayramirez (08-05-2012),jcarlos.09 (05-02-2012),jd42reg (05-02-2012),jeancarloz (05-05-2012),jeanmende13 (05-01-2012),jebbo (06-20-2012),jeeps13 (04-23-2012),jeff1998 (04-28-2012),jeffery1216 (08-01-2012),jelleke3 (06-22-2012),jeremychau227 (12-20-2012),jerry51 (06-22-2012),jess9713 (04-26-2012),JesseBarker (09-28-2012),jesusismyairbag (05-06-2012),jetuletz (09-07-2012),Jewcadabra (07-06-2012),jgriffin413 (05-24-2012),jhonan (05-27-2012),jigdestructor (07-24-2012),jimizzle (04-28-2012),jivankovich (04-28-2012),jjaj612345 (04-27-2012),jjceel (07-01-2012),JJmassdevice (07-17-2012),jjordy (10-11-2012),joaohic (08-12-2012),joelizu (05-05-2012),joerichads (05-25-2012),joey13 (07-29-2012),joey3600 (04-26-2012),JoeyDun (08-14-2012),joeyong5197 (05-07-2012),johannes3108 (07-24-2012),johanneswold (04-28-2012),john234 (06-23-2012),johnarasmens (05-08-2012),johnny97420 (04-28-2012),jojer11 (04-26-2012),jojodu69210 (06-22-2012),jokastealthrec (04-19-2012),Jokeman (07-31-2012),joliefanno1 (04-27-2012),jollo (06-23-2012),jona384p (04-26-2012),jonaskhb (08-18-2012),jonesd897 (06-07-2012),Jonnow (07-14-2012),JonnyPockets (04-28-2012),Jordan Borths (05-05-2012),jordan13720 (05-09-2012),Jordan37120 (07-01-2012),jordyrocker (05-28-2012),jorhje (04-28-2012),Jorndel (04-18-2012),josebet1 (07-25-2012),joshhunt (05-08-2012),joshib96 (04-27-2012),jozua234 (04-27-2012),JPointman (05-29-2012),jrmafia (08-26-2012),Ju57g0tB4nn3d (05-09-2012),Jugy_Ro (08-16-2012),juhozzi6 (09-18-2015),JuicyFree (06-19-2012),Juinkakashi (06-22-2012),juliofer11 (04-27-2012),jupei (07-31-2012),jurb8r (05-02-2012),jurebergi (05-06-2012),justanoobbr (04-14-2013),justkenk (05-02-2012),JustLaggeR (08-11-2012),JustTrollin (04-18-2012),justTrying2 (06-05-2012),just_charlie (08-06-2012),Jxzt (04-28-2012),Jörg Langbeck (05-25-2012),kacknoob4u (05-29-2012),Kados (07-11-2012),kahasima (04-28-2012),Kaji (08-15-2012),kakarotto666 (05-26-2012),KaKnife (04-28-2012),kalel13 (08-23-2012),KalityHD (04-25-2012),kamaleon (05-06-2012),kamigt (04-26-2012),Kamikaze2134 (07-11-2012),kamilkaze79 (05-03-2012),kango (05-04-2012),kaos2100 (05-01-2012),kaoskerberos (05-06-2012),karasvadim (06-20-2012),Karmah (04-28-2012),Karowa (07-07-2012),kasp050b (04-29-2012),Kasparas Vasse Ar Vaska (04-25-2012),Kaszana999 (04-27-2012),katil-can (06-29-2012),kauderwelsch (07-04-2012),kawar (05-16-2013),kd9au (05-05-2012),kdking (07-04-2012),keijo fin (06-11-2012),kekinhoboy (05-05-2012),kelvinvds (06-11-2012),Kenkid (06-23-2012),kenkool (06-18-2012),Kenroy Brown (05-09-2012),kerazie (04-29-2012),keremale (06-27-2012),kevin1488 (05-01-2012),kevvbot (04-27-2012),KeyTools (04-25-2012),kgun1515 (04-27-2012),khanboy (05-10-2012),kickass84 (04-25-2012),Kickazz080 (08-13-2012),kieki4567 (05-05-2012),KiiNG1337 (06-26-2012),kikexx123 (04-28-2012),kiko (04-27-2012),kikser26 (05-12-2012),kiler1111 (04-29-2012),kill3rdav (04-28-2012),KiLLaCRuSHs (04-25-2012),killallmans (08-14-2012),killaman9244 (04-28-2012),killben (05-12-2012),killefuchs (06-22-2012),killer111111 (07-07-2012),killfishys (04-29-2012),KillingEdge (05-06-2012),killot (04-28-2012),killstreak (05-27-2012),KillTheHack (04-29-2012),killzer909 (04-27-2012),kim bum (04-27-2012),Kinepak (04-25-2012),kinggherkin (07-31-2012),KingK2 (05-06-2012),Kingkiller272 (06-07-2012),kingslayer (08-06-2012),king_45 (05-26-2013),kiol100 (07-13-2012),kiraza (04-30-2012),kisoumare1 (04-23-2012),Klaasvuuk (04-28-2012),kladd (07-29-2012),klodrik123 (07-25-2012),klootviools (07-19-2012),km65 (05-10-2012),kmike07 (06-07-2012),Kmpr222 (04-30-2012),knusu (06-14-2012),ko34 (05-13-2012),koboldxd (07-16-2012),KoccoZ (04-27-2012),koelmen30 (07-31-2012),koenkokes (04-24-2012),Kogajebe (04-26-2012),kokotpica123 (10-20-2014),kokuriya (04-30-2012),kolec94 (04-27-2012),KOLESIO3233 (04-28-2012),Kolo2000 (04-24-2012),kongmeng (04-28-2012),Korken999 (05-04-2012),KornDog (04-29-2012),Korupto (04-30-2012),kos404 (04-30-2012),koulis98 (08-09-2012),kR$^%&ha (04-28-2012),KranKOne (06-23-2012),KrenosDrood (05-14-2012),KriticalEdits (06-03-2012),Kryptiiq@hotmail.nl (04-26-2012),kskgamer (04-25-2012),kugo (08-12-2012),KuriYokan (05-20-2012),kurry14500 (03-10-2014),kurtisbrough (06-27-2012),kurtulrik (05-07-2012),kvisten (05-01-2012),Kyen (08-31-2012),kyle26189 (04-25-2012),kylecats (11-20-2012),kyleda5 (05-07-2012),kyniu97 (07-28-2012),L0q1t3cH (07-14-2012),lachlan kemp (05-12-2012),laeski (05-26-2012),lagforlife (04-24-2012),lailai (04-29-2012),lancerevo11 (04-25-2012),Larity2056 (05-21-2012),larstuik (08-05-2012),last, (07-12-2012),latersbro (04-29-2012),latorit1 (04-26-2012),laugen (05-17-2012),launcher2008 (04-28-2012),lavern5 (04-30-2012),Lawok (05-01-2012),Lawswa (04-27-2012),layne3 (06-03-2012),laytonanthony (04-27-2012),LaZekka (05-06-2012),Leandro224 (04-30-2012),lebox12 (08-17-2012),leeeoooooo (04-29-2012),LeFou25 (08-21-2012),LEGiiTxCHAOTiiC (08-27-2012),legoman465 (04-28-2012),LeHaNKz (07-22-2012),LenaXD (04-18-2012),lennart1997 (05-08-2012),leonmous (09-09-2012),Lepper_SouL (06-10-2012),leroi2010 (08-16-2012),Letaro (04-29-2012),Levicito (05-26-2012),lfc3333 (08-14-2012),LGwernert (08-15-2012),LiarsParadox (07-14-2012),liav22 (05-12-2012),lifelessgt (05-01-2012),liivz (05-19-2012),likiko (04-30-2012),LiLHomie (05-11-2012),lillho (04-26-2012),LillieFSams (08-09-2012),lineagelina (06-14-2012),linebonderue (07-04-2012),linkowitsch (05-27-2012),lior8190 (08-06-2012),litghtrunner (05-03-2012),lix_steam (04-29-2012),llDutchll (08-11-2012),locki44 (06-22-2012),locky808 (04-26-2012),Logan0 (08-05-2012),logermoger (04-28-2012),LokiStormBringer (04-26-2012),lol12345x (08-09-2012),Lolal44 (06-30-2012),lolbie (04-22-2012),lolencio (06-23-2012),LoLeQxDD (05-26-2012),lolgen (04-29-2012),LOLHACKINGLO95 (04-24-2012),LOlikdwad (08-26-2012),Lolis791 (07-26-2012),lollor (04-28-2012),lolly1984 (07-01-2012),lolmlk1 (05-13-2012),lol_catz1 (04-24-2012),lonepro (07-25-2012),LongFaze1967 (09-30-2012),LordDrk (04-27-2012),lordwar1998 (09-22-2012),Lordxv (04-26-2012),Lorentzo (05-05-2012),lostmc (07-26-2012),lotz (07-31-2012),louiserty (04-26-2012),loungie (04-26-2012),Loxran (08-10-2012),Lsanyi0 (04-29-2012),ltevil13 (06-21-2012),lu1s (04-26-2012),lucas-2100 (04-27-2012),Lucky13shots (08-22-2012),luiscosta (04-24-2012),luizotavio (04-26-2012),luka9x (09-07-2012),lukas1702 (03-15-2013),lurkki (04-27-2012),luwii (05-03-2012),m.e.d.o (07-20-2012),m33leads (05-08-2012),Maastricht (04-27-2012),Mac853 (05-01-2012),macioko231 (05-29-2013),macotanis38 (04-28-2012),Macproapple (07-16-2012),Madara77 (05-26-2012),mademydayx (07-06-2012),madlyinl0ve (07-14-2012),madseu (06-26-2012),MadzeN1337 (09-07-2012),Mafiascared (04-27-2012),mafioz916 (04-30-2012),magikp (05-01-2012),Maik_- (08-09-2012),mak1rby (05-25-2012),Malcolm Williams (09-06-2012),Malstromer (04-30-2012),mamago45 (04-29-2012),mamioukos (05-05-2012),mamusi (04-29-2012),mamute_guerra (06-12-2012),manaka3161 (05-03-2012),Manan619 (04-29-2012),Maniac101 (04-26-2012),manicpanic (05-07-2012),manilu (05-09-2012),manow90 (07-29-2012),Mansinho (07-22-2012),manzero (08-11-2012),marc119 (05-07-2012),Marcelboesken (04-28-2012),marcellosso (04-24-2012),marchas555 (06-09-2012),marcinlel (04-28-2012),marco1533 (05-28-2012),marcovoc (08-27-2012),Marcus Laberg (04-27-2012),margus (04-27-2012),marijuana7 (12-30-2012),marisoy (04-24-2012),mark1212 (08-07-2012),MarkHC (04-29-2012),marko7654 (05-11-2012),markospower (09-06-2012),Maro88 (06-25-2012),Martgest (05-29-2012),martijn10010 (05-27-2012),martinklint1 (08-17-2012),MasterLord2 (07-03-2012),mastertinus (05-04-2012),MasterUdyr (04-18-2012),Mastiff (04-26-2012),mat6406 (04-29-2012),mathiasb2 (04-29-2012),mathiiieu96 (04-29-2012),mattas (07-15-2012),mattbee (04-27-2012),Mattiboy (04-28-2012),Mattman704 (05-04-2012),mattsu (04-26-2012),MattyCoco56 (05-06-2012),Maustin (05-05-2012),mav747 (04-27-2012),mave1312 (06-21-2012),Maver1n (08-15-2012),mavex (04-24-2012),Maxalicious (04-19-2012),MaxPayne619 (04-25-2012),maxpower439 (05-03-2012),mazikoz (04-24-2012),mcafee6 (04-27-2012),mczielin (06-15-2012),mdian (05-08-2012),meca93 (05-01-2012),meds945 (04-23-2012),MegaHackor (05-17-2012),megatube (05-02-2012),Megaxine (07-22-2012),meikilo321 (04-24-2012),MelkorFr (05-03-2012),mentrale (04-27-2012),meonguyen (04-24-2012),MeowBawz (04-29-2012),Merdzio5665 (04-30-2012),mersie (05-06-2012),mert35 (05-05-2012),mertyr (07-27-2012),metallica_14 (04-29-2012),mettsko (04-28-2012),Mettwurst (04-28-2012),MewBear (04-29-2012),mffalbatross (07-09-2012),Mickler (06-25-2012),microcup (07-24-2012),Midukan (06-22-2012),miguel lol (05-26-2012),miguelpica (04-30-2012),mihaha (06-20-2012),mihec161 (04-28-2012),mika48 (04-26-2012),Mike Tyson (07-24-2012),mikeleander (04-26-2012),miki880 (05-01-2012),Mikloss33 (08-15-2012),milkywite100 (05-08-2012),millinman (05-30-2012),mines (08-13-2012),Miniboris (05-21-2012),minichrister (07-08-2012),minimaster68 (06-21-2012),minki101 (05-06-2012),Minty Fresh (04-28-2012),Mircris (04-26-2012),mischi144 (04-28-2012),misterlongdong (04-27-2012),mitcho6006 (04-26-2012),Mithrite1 (04-27-2012),mitsie132 (05-01-2012),mitsolias (06-22-2012),mizoowings (04-27-2012),mj1082 (01-08-2015),mjones44 (04-03-2013),mjsic666 (04-29-2012),mk89mk89 (04-29-2012),mlktopdalaje (07-11-2012),MMoCHA (05-06-2012),mocano1415 (05-25-2012),ModernChewy (08-17-2012),ModernMajor (08-16-2012),mohammad_Sn2001 (05-01-2012),mohammedali (05-02-2012),moja.jst (07-31-2012),molell (05-07-2012),momeroon (07-04-2012),moneytree (07-25-2012),MongoTongo123 (08-02-2012),Monkeybalz (04-28-2012),Monstasickness (08-01-2012),Mordeath (06-03-2012),mothatrucker (04-26-2012),motherfuckerjones (04-28-2012),Mr Surf City (04-28-2012),Mr.NoLifer (04-29-2012),mrcycro (05-28-2012),MrFister (06-05-2012),mrgrumpz (04-27-2012),mrhingebjerg (04-26-2012),MrKim (04-24-2012),mrkrepper (07-08-2014),mrobinson96 (04-28-2012),MrRANDOMDUDE (08-09-2012),MrTactical1 (05-03-2012),mrtimmofy (04-29-2012),MSainT98 (06-16-2012),mstersgtpro (07-22-2012),muffalo (07-06-2012),muffin2o12 (06-05-2012),Muge (04-29-2012),muismat88 (04-28-2012),Mune5670 (05-09-2012),Muneem2 (05-15-2012),munkvall (05-01-2012),MURDER12345 (04-27-2012),murj (04-29-2012),Muscab21 (04-28-2012),mushown (04-28-2012),musti1432 (05-07-2012),muthafucka (04-28-2012),mutola (08-02-2015),muuan (05-08-2012),mvmc2201 (04-26-2012),mw3 hacker (05-12-2012),mw3adicto (08-08-2012),mw3gamer (04-25-2012),mw3spast (04-27-2012),mybaby101 (05-07-2012),MynKnight24 (09-01-2012),mystral (05-09-2012),Myxap (06-27-2012),märtapro (05-03-2012),nadediffuser12 (05-28-2012),nagel2211 (04-29-2012),Nap_Time (04-27-2012),narantoine (05-25-2012),nassef00771 (04-29-2012),ncashooter (05-26-2012),ncoburn1234 (04-25-2012),Ncryptor^-_ (06-23-2012),ndvegin (09-20-2012),needit (06-22-2012),NejoStar (07-06-2012),nela (06-25-2012),Nelk (07-20-2012),Neolite (05-02-2012),neoshadow (04-26-2012),nerd1234 (05-10-2012),Nerijus22 (06-26-2012),Nerv Epic (07-02-2012),Neutralizator1 (07-18-2012),nevnev1 (05-04-2012),newgrounds90 (08-31-2012),nezzo (04-26-2012),nicegamer101 (04-27-2012),nickolas1992 (07-18-2012),nickstr (05-08-2012),NickTheGreek (07-22-2012),nicnichallo (10-12-2012),Nico Weynand (06-05-2012),NicoIsABeast (05-05-2012),nielske107 (04-29-2012),niewiem1231 (04-30-2012),nightraven052842 (08-06-2012),nik nal (07-25-2012),Niki3535 (05-02-2012),nikola1212 (04-28-2012),Nikolol (04-29-2012),nilepwns (04-28-2012),nimeni443 (09-03-2012),ninjapro12321 (05-06-2012),NMRemix (05-31-2012),NobodyEpic (04-28-2012),nodi71717 (04-25-2012),Noggzor (07-31-2012),nomer888 (06-23-2012),noobbasher100 (04-25-2012),NoobProof (04-28-2012),noomilicios (04-27-2012),noomss (07-04-2012),NoOOoBPunisher (07-08-2012),noose (04-29-2012),Norbe (04-30-2012),NordMT2 (07-31-2012),Nostradamus (08-07-2012),notagoodusername (04-27-2012),nova1023 (04-23-2012),Novaranger (07-26-2012),novarro (04-27-2012),NozeRus (04-24-2012),nsane8118 (05-23-2012),NTHEG (08-09-2012),Nuen (06-22-2012),numer007 (04-29-2012),nurul ikhsan (08-18-2012),Nuvis (06-30-2012),NycX (05-02-2012),Nyk13 (05-07-2012),obsessed (04-29-2012),ofekkk105 (04-28-2012),OfficeLAMP (07-06-2012),Oganu (04-30-2012),OGC (05-03-2012),Ogeman25 (04-28-2012),OGziTzBrot (05-05-2012),OhhShiz (09-30-2012),ohnej (05-11-2012),okf987 (08-15-2012),olaamigo (08-08-2012),olakease1 (05-18-2013),oliver632 (06-20-2012),omar hamed (06-09-2012),omfgsushi (04-27-2012),OmG iTz Steve (06-12-2012),omg18 (04-26-2012),omrizx333 (04-29-2012),ondiane (06-21-2012),oooo look (04-28-2012),opac (04-27-2012),opajuergen (10-14-2012),openit (06-19-2012),Opies (07-01-2012),optimus23 (05-08-2012),orockus (04-23-2012),oryosef (07-04-2012),Oshimura (06-27-2012),other_name208 (04-24-2012),OttEddy (08-17-2012),overdrive12 (04-30-2012),overhd (04-27-2012),OwenLJN (05-04-2012),owned pure (06-11-2012),owned4ursake (04-27-2012),oxjoexo (04-23-2012),oxymaster28 (10-09-2012),P.enis4 (04-28-2012),P0000w3r (05-04-2012),p3n (04-27-2012),P3TT3W (07-12-2012),P45I (04-26-2012),palkiax3 (07-30-2012),pallivaha (06-04-2012),Palmitero (07-07-2013),PanMarley (04-29-2012),PapaSchlumpf (05-24-2012),pappy1979 (05-01-2012),parsr (07-05-2015),pashmak (05-06-2012),paska321 (04-30-2012),pat792 (04-26-2012),patric13 (05-06-2012),paulhack (04-24-2012),PawloMix (05-01-2012),Pazzy34 (04-18-2012),peanutbrittle (06-28-2012),pebaiano (04-28-2012),Peccavin (07-03-2012),peeaurjee (05-22-2012),peezapza (08-13-2012),penii (04-30-2012),PePPer123123 (05-08-2012),Pepsirice (06-14-2012),pera21 (05-02-2012),perengano (05-01-2012),personbad (06-17-2012),pesadelex (04-28-2012),pestele12 (05-05-2012),petrovnikita (06-22-2012),pflaume09 (04-28-2012),Phantomias (04-29-2012),phildeb (04-28-2012),Philip Buechler (04-24-2012),Philsn00w (05-02-2012),Phonsi (04-26-2012),photoman (04-27-2012),Phusic (05-01-2012),pilakerooo (07-03-2012),pings (07-31-2012),pinii122 (09-02-2012),pinkleberry2 (05-10-2012),pinoy96 (04-24-2012),pioneermax (07-15-2012),pitchouni14 (04-27-2012),Piterpan (05-04-2012),plantj (04-26-2012),playmobil987 (05-01-2012),PlugDumps (04-27-2012),Plumm (08-13-2012),Plushe (07-02-2012),Plyable (05-07-2012),po0k123 (06-14-2012),pocor99 (08-02-2012),poesy700 (07-17-2012),poggy (07-26-2012),PoinTex (07-10-2012),pointnlaugh1 (04-26-2012),PokeKirb (04-24-2012),Poketoed (11-17-2012),polgiba29 (07-02-2012),police123456 (05-09-2012),polo12125 (04-25-2012),pologoalie8908 (05-25-2012),Polymath (04-26-2012),pomo90 (07-24-2012),popkratai (06-05-2012),Porkkana (05-05-2012),pornös (06-26-2012),possiblekiller (06-08-2012),PoV35 (07-07-2012),ppopboat (04-28-2012),predator123bg1 (07-28-2012),President_Capone (05-03-2012),Presistan (06-13-2012),Primafaveo (05-05-2012),Princeps (08-16-2012),princeshock1 (04-27-2012),pro3uro5hopper (04-27-2012),prostotak (05-30-2012),PROTUNER (04-28-2012),provokking (04-27-2012),psfx6626 (07-31-2012),psySector (05-01-2012),ptmze (05-01-2012),PulzeOwn (05-02-2012),Punkpanter92 (07-03-2012),punkskum (07-02-2012),PureBenjamino (05-02-2012),pvbonito (06-23-2012),PvMxSnow (06-22-2012),pwnzoo (08-11-2012),pyoung5 (04-27-2012),pyro1337 (05-03-2012),Pyroneo (05-27-2012),Pythons (08-10-2012),pzycho6 (05-21-2012),qax123 (04-27-2012),qazse (04-28-2012),QbzKilla (05-05-2012),qler23 (05-08-2012),Qrn (05-03-2012),quanphan113 (07-24-2012),QuePaginaDeMierda (05-05-2012),Quick Cola (08-24-2012),qurpo (07-05-2012),qwer8820 (08-11-2012),qwertyu12356 (04-11-2013),qwertyyuk (05-11-2012),R107 (05-02-2012),R1verside (07-23-2012),R34Lw0rd (05-21-2012),R34P3R24 (04-26-2012),R3CONpt (04-28-2012),Rabbitking (04-30-2012),rachidarabe (04-30-2012),Rad3on (04-30-2012),rafa216 (04-28-2012),rage2 (04-27-2012),ragecry21 (05-08-2012),ragequitbro (07-19-2012),raggal (08-11-2012),ragnar0100 (08-04-2012),raider126 (05-02-2012),RainbowForce (04-28-2012),ramazotti (05-24-2012),ramigandola (04-28-2012),ramix91 (04-28-2012),ramzisz (05-01-2012),Randhir27 (12-14-2013),rangex (08-20-2012),rape ape (04-28-2012),RaspyGameOwner (10-11-2012),Ravenfangz (04-27-2012),razdar (04-24-2012),Raziel87 (06-22-2012),rbman112 (06-22-2012),Rcox100 (07-17-2012),rdremixed (04-29-2012),realroy121 (04-26-2012),ReapZz23 (05-08-2012),Rebel21 (04-30-2012),red3emer (04-27-2012),RedBullMaster1000 (04-28-2012),redcar65 (07-05-2012),redcat531 (07-17-2012),redkevin25 (04-26-2012),rednoxcrew (06-19-2012),Reff (04-27-2012),rekth123 (06-23-2019),release (04-27-2012),ReloadedManiac (04-26-2012),remakers (05-29-2012),remider (11-19-2012),renefhi (04-29-2012),ren_lol (04-25-2012),retbus (07-05-2012),revolutiionnz (05-05-2012),rewass (05-01-2012),rey125 (07-08-2012),rgtacki (05-04-2012),ricco45678 (06-25-2012),Ricest (05-04-2012),richardx11 (04-27-2012),richo1212 (07-28-2012),richy560 (07-27-2012),rick (04-28-2012),rickkcir1 (06-24-2012),ricksnel66 (04-27-2012),rileyjstrickland (06-22-2012),Riza_Cordozar (07-30-2012),rmhs1 (04-26-2012),roari (08-09-2012),Robert McMan (08-11-2012),robert0724 (04-24-2012),robin5670 (04-25-2012),RobinStar (04-29-2012),robinw (05-06-2012),robizvermkd (05-02-2012),rockden (08-05-2012),rockfallus (05-01-2012),rodrigoS1 (03-04-2013),roflsecurity (05-26-2012),rogos198 (05-05-2012),RogueWolf (04-26-2012),rokkermenxxl (05-20-2012),RonaldSeiger (04-29-2012),ronny94 (04-29-2012),rootgeek (05-07-2012),ror100 (05-20-2012),roto (08-12-2012),roy3805 (06-22-2012),Royal_Hype (05-13-2012),Royce (04-21-2012),rubentje155 (07-29-2012),Ruffy2 (05-13-2012),rulo09x (08-10-2012),rutgerboy77 (04-30-2012),ryankinzz (04-28-2012),ryanlovescharlotte (04-26-2012),Ryan_ (04-23-2012),rymikado (07-18-2012),Rytex (05-08-2012),ryushinji (06-19-2012),s0larus (06-13-2012),s2suk3 (04-29-2012),sabbath80 (05-11-2012),saberagloria (05-09-2012),sabokizi (07-27-2012),sae5r74t4$&^ (06-26-2012),sahushauhsauh (01-23-2015),saintx18 (06-22-2012),samariass (04-27-2012),sambo111 (07-24-2012),sambuka (05-08-2012),samham54 (04-29-2012),samma15 (04-28-2012),SammyDoge1 (07-28-2012),sampo147 (06-17-2012),samuelgiordano (05-04-2012),samz (06-23-2012),SandIII (04-26-2012),sangphung (05-12-2012),Sanman23 (05-04-2012),santiasesino97 (05-05-2012),sanya.pato (07-05-2013),Sapper4933 (04-27-2012),sargento36 (04-24-2012),sarup (05-19-2012),sasuke48 (07-05-2012),Satan88 (05-02-2012),SatanicSpiderman (04-26-2012),satsenre (08-17-2012),savageclaw (04-28-2012),savasaz (05-01-2012),SawPaul (06-22-2012),Sc0t (04-28-2012),scazzard1 (07-15-2012),Sced (05-09-2012),scheissegak (04-26-2012),schertt (08-12-2012),Schinken (04-26-2012),ScHrAdE (06-12-2012),Scolls (07-06-2012),scootzcod (06-23-2012),Screwy (07-24-2012),scrubz147 (04-25-2012),SEAL_ (06-05-2012),seba664 (06-25-2016),Seb (05-20-2012),sebzilla (04-28-2012),Seeker1 (04-29-2012),SeeMeNoMore (04-30-2012),segerydrth (07-24-2012),Senartor12 (04-28-2012),serf121212 (06-23-2012),sergie (05-29-2012),sergie1 (05-29-2012),serialcrazy (04-24-2012),serifax (05-03-2012),seriouspro (04-28-2012),serto1989 (04-27-2012),sethipoo29 (06-27-2012),settybarnett (04-26-2012),SevenInvader74 (06-06-2012),sewerin123 (04-24-2012),sexyskinnyboy (04-25-2012),Sgt.PUNKASs (07-10-2012),shad0wHawk (05-30-2012),ShadeTH (04-29-2012),ShadowX012 (05-04-2012),shadyjim (06-23-2012),shaggy499 (05-08-2012),shaguar101 (04-26-2012),shakes75 (04-27-2012),ShamelessDancer (05-09-2012),shamsham321 (04-28-2012),Sharge (05-05-2012),Sharrkyy (06-24-2012),Sheeni (08-01-2012),SHEEPSHAGGAH (08-17-2012),SheepSlayer666 (09-18-2015),shigi (08-06-2012),shinobi666 (05-08-2012),ShitFace123321 (08-17-2012),ShitStomper (07-03-2012),Shnking (06-25-2012),SHOGUN4252 (04-28-2012),shoopdaswoop (04-28-2012),shoopydaswoopy (04-28-2012),shooter00 (04-27-2012),shotmaster661 (06-23-2012),shraala (05-20-2012),shufflin|ViRuS (08-02-2012),Si `SaM (04-28-2012),sichler (04-28-2012),silver jojo6 (08-29-2012),silverrr88 (05-01-2012),Sindreh93 (04-29-2012),siraklausen (05-17-2012),siriojicacicatel (08-07-2012),Skalrath (05-08-2012),skater11 (05-06-2012),Skaterninja25 (04-28-2012),Skell1 (06-22-2012),skilledmancz (09-14-2012),skullmaster9 (04-27-2012),Skunky Beaumont (04-28-2012),skyBR (04-25-2012),SkySweds (12-18-2015),SL!De (06-03-2012),Slash2K9_JB (05-06-2012),slav18 (08-09-2012),Slay85 (04-29-2012),SLEADENOV (04-29-2012),sleeptown (09-14-2012),slepiec (04-29-2012),slimmy206 (04-26-2012),SLiM_HD (04-27-2012),slovenc10 (06-02-2012),sluder39765 (04-28-2012),slyckz (04-26-2012),Slyum (04-28-2012),smackerboy (08-14-2012),smallfat (07-01-2012),smashro (06-30-2012),smdplox1 (05-12-2012),smid14 (04-26-2012),smindernet (05-23-2012),smjmadu (05-16-2012),smoky0208 (04-27-2012),Sn0wCrack (04-27-2012),SN1P3RGH05T (04-28-2012),snips666 (05-20-2012),SnivyX (04-29-2012),snokai1992 (04-25-2012),Snowbody (04-27-2012),SNOWman69 (05-11-2012),Snuggly (04-25-2012),Soccerplayer1205 (08-10-2012),soekarn (05-01-2012),solidtuber (04-28-2012),solo123 (04-27-2012),some guy (04-26-2012),somerdinha (05-04-2012),sonata artica (08-16-2012),sony000 (04-28-2012),sonyguy (04-26-2012),SOON. (04-28-2012),SORRANOS (05-27-2012),sosnooley (06-18-2012),soultaker69 (05-03-2012),sourav403 (08-13-2012),sovismooth (04-29-2012),soysoysoy (06-12-2012),SpaceKid (04-27-2012),spagetal (07-21-2012),sparkfear (07-09-2012),spartakus (04-27-2012),spax83 (06-30-2012),spazxiii (04-25-2012),spezer2 (11-26-2014),spider2012 (08-15-2012),SPINX00092 (08-09-2012),Spiratus (04-29-2012),Splinti2012 (08-14-2012),spokeze (12-20-2013),sponky (09-14-2012),spotify6 (04-27-2012),squallwheleer (04-29-2012),srgldskjlgn (06-16-2012),ssjomer (07-06-2012),Ssnyper1 (04-27-2012),ssttman (09-28-2012),Stachio (06-23-2012),staffie (07-05-2012),Stanman08 (08-04-2012),Starkxd (05-04-2012),StayOutOfMyShed (05-01-2012),ste-vol (04-28-2012),steelrainwarrior (04-29-2012),stefan0008 (08-11-2012),Stefan013 (04-27-2012),steminico (04-27-2012),stephanvr99 (04-25-2012),Steve Aoki™ (04-28-2012),stevon8ter (04-27-2012),steweyg2 (04-25-2012),stexy (05-15-2012),Stgerrit (07-04-2012),stinkprod (04-28-2012),stobid (04-24-2012),STOFFIE (05-01-2012),strangerdanger (07-06-2012),strydezz (04-27-2012),studiojb (05-07-2012),stugmug (04-30-2012),sub123sub (04-25-2012),SUBZEZZ (06-21-2012),suciara (05-05-2012),sukiita.8 (05-02-2012),sulaiman070496 (05-04-2012),Sumph (08-12-2012),Sunncy (05-12-2012),supanoob (06-05-2012),supercookies (05-03-2012),supercraxy (05-02-2012),supfresh (04-27-2012),Sushi12 (06-27-2012),Susodok (04-28-2012),svyatoslav10 (04-29-2012),svyatoslav100 (04-29-2012),SwaaGeeR (07-23-2012),swakwan11 (04-28-2012),swat123456789 (05-09-2012),swekiller (08-16-2012),Swift311 (04-27-2012),Swimeroo (08-06-2012),SxRustle (04-29-2012),sylelover (04-27-2012),Synergeh (05-06-2012),Syther101 (04-27-2012),sytic1224 (05-05-2012),SyxEditing (06-02-2012),szrock (06-05-2012),T-REZ (04-30-2012),t00c00 (05-07-2012),t3hm4st3r3r (06-05-2012),t3lar (01-11-2013),Tacek (07-13-2012),tacolemming (08-07-2012),Tacticious✓ (06-23-2012),Tac_Chris (05-08-2012),Talana (06-22-2012),tallfish (05-17-2012),tanger111 (05-07-2012),tanin0111 (01-13-2014),Tarinder (04-26-2012),Tavoo (04-28-2012),Tawny (05-03-2012),Taylor Gang Or Die (06-03-2012),tBlue (04-25-2012),tbone2244 (04-28-2012),Tdi Power (05-09-2012),Techniker (06-01-2012),tedde01 (03-12-2013),Teddy5049 (05-15-2012),TehGaZa (04-29-2012),TehPhase (04-29-2012),tehrandom (07-28-2012),Teh_Frost (07-05-2012),Teschio99 (06-02-2012),TetraPack (08-15-2012),Tetsuya (04-26-2012),tf141killer23 (04-27-2012),TGCSpeedy (04-29-2012),ThaMisteryKiller (06-22-2012),THC (04-27-2012),theanswer0518 (05-06-2012),TheAquiles (11-01-2012),TheBeast13 (04-28-2012),TheBoneZ (04-25-2012),thebow123 (08-17-2012),thebranzman (04-28-2012),TheCrazz (05-08-2012),TheDeagle (04-25-2012),TheDerp97 (07-17-2012),thedown1 (04-28-2012),TheFuckingBest (06-28-2012),thehackernumber1 (07-27-2013),thehammer3 (04-28-2012),Thekrusher (06-19-2012),thelegend67 (04-25-2012),themis01 (05-04-2012),thenizarx (05-18-2012),TheOfficialAlexx (04-28-2012),TheRug (04-28-2012),Thesalgamer (06-03-2012),thescythe216 (04-27-2012),TheSonicKid101 (05-02-2012),TheSupaFly (04-26-2012),TheVanoq (04-26-2012),theviper2 (04-27-2012),theweiner (05-05-2012),ThexJester (04-26-2012),TheyCallMeJeezy (06-22-2012),THI55 (04-25-2012),thi67 (04-30-2012),thitran12 (05-03-2012),thomiasko (06-27-2012),Thorï (05-04-2012),[MPGH]Thunder (04-18-2012),tiagosemnocao (07-31-2012),tibilis (06-22-2012),ticktocktimesup (06-20-2012),tiel2012 (06-30-2012),tienes (05-01-2012),tigerinthewind (06-24-2012),tigris1 (06-19-2012),timbuck2 (06-13-2012),tizianello (04-24-2012),TJ121 (06-24-2012),tj9ew5jsw (07-28-2012),tkam (01-09-2014),tksxsnipexshot (10-19-2013),tobiasst009 (05-05-2012),tobibo (07-02-2012),toby1320 (05-03-2012),Todissss (04-28-2012),toilai48 (06-13-2012),Tokkie (04-28-2012),Tokyosunrise (07-28-2012),tolansky (05-09-2012),Tom-Jerry (07-30-2012),Tom1314 (04-29-2012),TommyD (07-06-2012),tomp2 (05-07-2012),TongY (04-29-2012),totkakaka (05-19-2012),Toys (07-15-2012),trablisa (05-09-2012),tragapichi12 (02-08-2013),Trastice (04-26-2012),Trigemin (05-08-2012),trippydrummer (07-03-2012),Tristan Chang (04-29-2012),tristan213 (04-26-2012),troll666 (05-05-2012),trops (10-10-2012),trops998 (07-19-2012),trpsjt2008 (04-29-2012),trzpilek (06-25-2012),Trøjan (05-02-2012),tshtstj (05-04-2012),Tsunami45800 (08-01-2012),TTDigital (05-07-2012),Turtlebeach (08-03-2012),turtlejam (04-26-2012),turtlhed (08-11-2012),Tussa (07-02-2012),TvMaNightmareHD (04-27-2012),twinslance (04-27-2012),twitchagi (08-04-2012),TwixMix1500 (05-06-2012),Twizzy (08-05-2012),Tydrorift (04-24-2012),tyguy364 (07-24-2012),tylerawarren (04-26-2012),tylergott (04-28-2012),tyminski (02-02-2013),tyty913 (06-26-2012),tzele (06-01-2012),UavN (04-26-2012),ubernooby (08-10-2012),ubernormal (04-30-2012),udo320 (06-23-2012),UFB-Shift (05-03-2012),uhelios (04-25-2012),uiui789 (06-23-2012),uks94 (04-27-2012),ukshortyuk (04-29-2012),ultimate881 (08-26-2012),Ultimate_Cheese_Wig (04-30-2012),uniservice (05-12-2012),UnknowSoldier (07-09-2012),Unlimited Rey (04-20-2012),unnamed1337 (04-26-2012),unpassant (04-27-2012),UnrealGear (07-23-2012),Unvailid (05-03-2012),UrbanBullet (08-21-2012),uriel28 (06-07-2013),US3R5 (05-26-2012),username901 (05-12-2012),Ushur8 (04-28-2012),utherson601 (05-05-2012),UTStrad (04-27-2012),uzarda (04-25-2012),V3n0m0uS (08-03-2012),v3xat0r (04-29-2012),VaderLord (06-26-2012),vagineta (07-03-2012),vai toma no seu cu (09-01-2012),Vallordi (08-21-2012),vanilla101 (09-02-2012),vanmij (04-24-2012),Variadonoob (04-30-2012),varkie (04-30-2012),Vazor (04-30-2012),vBliiingv (08-09-2012),vcon (04-28-2012),vEiT736 (04-27-2012),vejiita (04-24-2012),velasool (05-02-2012),velava (04-28-2012),velvet2 (04-23-2012),VenatorRex (06-17-2012),venomdaggerz (08-10-2012),verBb (04-29-2012),verex (04-27-2012),Vibratim (07-06-2012),Vic3roj (04-24-2012),vicodin2013 (08-02-2012),victormil (04-26-2012),viktor07 (10-31-2017),ViktorFr (05-06-2012),vince. (05-01-2012),vinci89 (04-27-2012),vinni001 (05-04-2012),vinnysun (04-24-2012),viomf! (09-14-2014),Virtuual (04-25-2012),VisualEvo (04-26-2012),Vitalien (04-30-2012),vitalka85 (08-18-2012),vitorbmx_br20 (07-13-2012),VIVIsectVI (04-27-2012),Vixz (04-27-2012),vladek (04-27-2012),Vlado (07-12-2012),VLARY (08-07-2012),Vodka2323 (04-26-2012),Vollath (04-27-2012),volo7 (05-06-2012),volov (04-29-2012),vuurman910 (07-30-2012),vvvggg (04-23-2012),vwb7 (04-30-2012),w1zd00m (04-21-2012),WaffleCopter (09-02-2012),WallBanger (04-30-2012),wallestaal (05-11-2012),WalshX (04-27-2012),wandrehacker (07-27-2012),Warhead955 (05-08-2012),warumdas123 (05-26-2012),waslol (12-29-2012),wasweissik (06-30-2012),WAY_Ninja (04-27-2012),we pwn (06-22-2012),Weedboy (06-20-2012),WeedWaffleZ (05-22-2012),WeeGeeXD (04-29-2012),weehead133 (04-28-2012),weisters44 (04-24-2012),welneto (06-03-2012),weredidigo (04-28-2012),wexel (08-08-2012),wfrasfsfsafss (05-06-2012),whitedragon (05-04-2012),WhiteLizard (07-30-2012),whitewolf014 (05-09-2012),whose (08-03-2012),Whossimple1337 (08-17-2012),WickedMaster (06-22-2012),wikaazz (05-29-2012),Williambolado (04-28-2012),williamswe98 (08-20-2012),willow099 (05-08-2012),wimbfin (04-28-2012),wingedbull (09-22-2012),Wintersun12345 (04-28-2012),Winzien (04-25-2012),Witcher! (05-07-2012),wjdtmdals31 (04-27-2012),wodde (04-25-2012),wolfdan (04-24-2012),WOODY48 (04-18-2012),Woulfe (05-08-2012),wowslagle (04-24-2012),wrhaxiorz (04-26-2012),wrokerfella (05-01-2012),wtf-h (04-26-2012),x RusTy o (06-09-2012),X-Zibit (08-03-2012),x3Kawaii (04-28-2012),Xair (04-27-2012),xaphacz (05-26-2012),Xarthor (06-09-2012),xavier49 (04-25-2012),xBelgianz (04-26-2012),xBeo (04-30-2012),xBloodx122 (06-15-2012),xbundeex (10-20-2012),xD3x_Samurai (06-16-2012),xDarkBrox (04-28-2012),xDasEinhorn (04-10-2016),xdiabloxz (04-25-2012),xdoodsx (07-09-2012),Xelchari (06-22-2012),Xeno65 (12-13-2013),xercium69 (05-31-2012),Xeriul (04-27-2012),Xeroday (06-25-2012),xFUHrorrIORx (05-26-2012),xHiZoR (01-17-2013),xi2fastxi (04-28-2012),xIceStylzz (07-25-2012),xidman (04-29-2012),xiongv (04-27-2012),xKore (04-27-2012),xLALALALAX (05-02-2012),XmaanieX (07-03-2012),XmaroX2010 (07-10-2012),xMemorizZz (06-23-2012),xMiroku (08-17-2012),xobnkaj (07-14-2012),xodak (05-05-2012),xodzm9 (04-27-2012),xordbyteshifter_ (05-02-2012),xorms987 (05-06-2012),xos (04-24-2012),XP4N7H3R3 (08-11-2012),xploziv2 (08-14-2012),xqz_ (07-13-2012),xrad (12-02-2012),xrambo (05-25-2012),XryanXcoreX (05-07-2012),xSentaru (05-19-2012),xsino (04-27-2012),xx5lfanoO (06-02-2012),xxatawxx193 (04-26-2012),xXBrocolliXx (04-11-2014),xXCarbineXx (04-27-2012),xxclickxx (05-07-2012),xXDeluxeXx (06-25-2012),XxGJDUBBxX (04-24-2012),xXInsane10Xx (05-06-2012),xXLEGiTKiLLS (04-26-2012),xxlockaxx (04-26-2012),xXMaGiCMaNXx (05-18-2012),xxmaster707xx (04-27-2012),xXtifyXx (07-20-2012),xxtoxicxalienxx (06-22-2012),xxx999 (06-26-2012),xxxguixxx97 (08-03-2012),xxxHDxxx (06-25-2012),xXYODADDYXx (05-01-2012),xz1 (07-24-2012),Yangster (04-24-2012),Yanir_C (04-24-2012),Yazika (07-25-2012),Yb1205 (08-14-2012),ycie (05-10-2012),yihui86 (06-13-2012),YK1V (04-24-2012),ykrammm0102 (05-07-2012),yloly (05-06-2012),ylose (04-27-2012),ymmac01913 (06-22-2012),Yodasolo (04-27-2012),yodead (07-03-2012),yohil18 (04-26-2012),YOMAN10220 (05-27-2012),yoohturnmeon (04-27-2012),youngeajoy (05-01-2012),yprh (04-28-2012),YuriPrime (04-29-2012),YUSOMAD (04-26-2012),z1ks (06-21-2012),z346etn56jzd7egth (04-28-2012),zachlaur (05-20-2012),zadd (06-22-2012),zaichi (05-09-2012),zaiid (05-04-2012),zangilo (08-01-2012),Zankito (06-17-2012),Zarok1000 (04-26-2012),zat0x (04-30-2012),zeeck411 (05-08-2012),Zefyros (04-18-2012),Zemene3 (05-24-2012),zENesis (07-20-2012),Zentaosun (04-26-2012),zeriodgravity (05-07-2012),zerk227 (04-28-2012),zero9636 (04-26-2012),zerobin (06-24-2012),zeropoint000 (06-19-2012),zerowall77 (03-16-2016),zeroxx18 (04-25-2012),Zesje (04-24-2012),ZeViteNinja (05-01-2012),zezaw123 (04-24-2012),zFaTe (06-26-2012),zhank2211 (04-28-2012),Zieahdoor (04-28-2012),zielben (09-05-2012),ziga234 (04-27-2012),Zionshark (01-10-2016),zoxon1337 (05-09-2012),zsqwax159 (05-28-2012),zturner9001 (05-07-2012),zufall01 (04-26-2012),zumba22 (12-19-2014),zumuzza (06-12-2012),Zunkec (04-26-2012),zwerc (05-07-2012),zybersmoker (05-09-2012),[myg0t]w33d (04-27-2012),_ricardokobra_ (04-28-2012),_sikh (04-27-2012),_Tzar (04-29-2012),__iSuQ? (04-23-2012),`Angus (07-26-2012),|4HM|DeadPool (07-13-2012),°IceCold° (05-26-2012)

  3. #2
    Goonman1's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    152
    Reputation
    9
    Thanks
    280
    My Mood
    Amused
    Ok very nice, Impressed with the quickness of the upadate! i strongley reccomend you add these features! '

    Splines (Lines to every player, good for keeping track of your enemys)

    crosshair with this hack (I know you already have a single hack for it but adding it to this would be helpful)

    Radar (Making more Sophisticated and helpful)

    ---------- Post added at 03:19 AM ---------- Previous post was at 03:18 AM ----------

    OH PS

    +REP

  4. #3
    Anonymous..'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    84
    Reputation
    10
    Thanks
    4
    I hope this works faster now.

  5. #4
    optimus23's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    1
    My Mood
    Drunk
    legend dont muck around do you , I have a 5yr old let him jam with assistance of your work , I play legit myself

    ---------- Post added at 10:23 PM ---------- Previous post was at 10:19 PM ----------

    oh and yes its working fine again thankyou

  6. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,656
    My Mood
    Breezy
    Quote Originally Posted by Goonman1 View Post
    Ok very nice, Impressed with the quickness of the upadate! i strongley reccomend you add these features! '

    Splines (Lines to every player, good for keeping track of your enemys)

    crosshair with this hack (I know you already have a single hack for it but adding it to this would be helpful)

    Radar (Making more Sophisticated and helpful)
    When I have time, I'll implement those, right now I have more higher priorities.
    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]

  7. The Following 10 Users Say Thank You to master131 For This Useful Post:

    Benny D'hoe (05-10-2012),bull1106 (04-18-2012),didi64 (05-08-2012),fegget11 (04-18-2012),Jorndel (04-18-2012),Kaszana999 (06-21-2012),lagforlife (04-25-2012),Royce (04-21-2012),serf121212 (06-25-2012),SxRustle (04-18-2012)

  8. #6
    hbh12's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    The White House
    Posts
    44
    Reputation
    10
    Thanks
    2
    WoW! thanks a lot, this version is awesome man, you get a cookie today!
    https://www.mpgh.net/forum/signaturepics/sigpic1090931_1.gif

  9. #7
    031216's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    why it stop working once I opened it?

  10. #8
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,656
    My Mood
    Breezy
    Quote Originally Posted by 031216 View Post
    why it stop working once I opened it?
    Did you install SlimDX? I tried to make it clear you need to install it to use it.

    EDIT - If you are reading this, you DO NOT need to install SlimDX anymore.
    Last edited by master131; 07-25-2012 at 12:48 AM.
    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]

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

    Kaszana999 (06-21-2012)

  12. #9
    MasterUdyr's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1


    I get this error any idea ?

    Regards
    Attached Thumbnails Attached Thumbnails
    MW3 fail.jpg  


  13. #10
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,656
    My Mood
    Breezy
    Quote Originally Posted by MasterUdyr View Post


    I get this error any idea ?

    Regards
    Quote Originally Posted by master131
    I got an OpenProcess error?
    Look up the error ID here. A common one might be error ID 5 which means you need to run the hack as admin.
    Come on, at least read the instructions/notes before posting.
    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]

  14. The Following 5 Users Say Thank You to master131 For This Useful Post:

    Benny D'hoe (05-10-2012),eskilstuna23 (04-30-2012),Kaszana999 (06-21-2012),MasterUdyr (04-18-2012),Royce (04-21-2012)

  15. #11
    faggot17's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    It is nowt working anymore for me yesterday it was and now it isnt i see like the display but not the esp boxxes

    ---------- Post added at 06:10 AM ---------- Previous post was at 06:04 AM ----------

    Quote Originally Posted by ******17 View Post
    It is nowt working anymore for me yesterday it was and now it isnt i see like the display but not the esp boxxes
    Working fine now
    Last edited by faggot17; 04-18-2012 at 06:05 AM. Reason: wrong

  16. #12
    baz80's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    uk/wales
    Posts
    122
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    this looks great im going to try it out just for the wallhack thank you for this

  17. #13
    SxRustle's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Right behind you
    Posts
    53
    Reputation
    10
    Thanks
    1
    My Mood
    Doh
    awesome update speed, really appreciated. Though, what is SlimDx for?
    Two Depressos please

  18. #14
    MasterUdyr's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    My bad, now it's working like a charm

  19. #15
    forest lee's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    2
    Full screen ok? im esp wallhack PLEASE ^^
    When my ordeal, but the ordeal is this place will bring me good luck.

  20. The Following 2 Users Say Thank You to forest lee For This Useful Post:

    mw3 hacker (05-12-2012),pzycho6 (05-21-2012)

Page 1 of 111 1231151101 ... LastLast

Similar Threads

  1. [Tutorial] MW3 .NET External ESP In Depth Tutorial V2
    By tylergott in forum Call of Duty Modern Warfare 3 Tutorials
    Replies: 20
    Last Post: 01-11-2013, 10:02 AM
  2. [Patched] External ESP 2.0 [1.9.433] [XP Compatible!]
    By rawr im a tiger in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 21
    Last Post: 08-17-2012, 01:41 PM
  3. [Outdated] How to use and best settings for 'MW3 .NET External ESP v2.4 [1.7.413]' by master131
    By Plyable in forum Call of Duty Modern Warfare 3 Tutorials
    Replies: 21
    Last Post: 07-18-2012, 08:27 PM
  4. [Patched] MW3 .NET External ESP v1.0
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 351
    Last Post: 04-17-2012, 11:05 PM
  5. [Preview] External ESP hack for MW3?
    By master131 in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 8
    Last Post: 02-14-2012, 02:53 PM