Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Page 1 of 17 12311 ... LastLast
Results 1 to 15 of 246
  1. #1
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,663
    My Mood
    Breezy

    Exclamation MW3 .NET External ESP v3.7 [1.9.461]

    Modern Warfare 3 .NET External ESP v3.7 by master131

    Make sure to check if your question has been answered on this post first!.

    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, Windows 7 or Windows 8..

    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 6 months and there have been no reports of bans.

    What version of MW3 does this work with?
    1.9.461 (Steam only, not TeknoMW3 or IW5M)


    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 triggerbot?
    By default, the triggerbot is only activated when you hold down the right-mouse button. If you want it to shoot if you just hover your mouse over an enemy instead of holding down the right-mouse button, change this in the config:
    Code:
    TRIGGER_BOT_REQUIRE_BOT_KEY = true // Change it to false
    It then presses the H key repeatedly to fire. You need to set your fire key to be Left Mouse and H in the game options.


    Of course, if you don't like this and only want to use the Left Mouse button, open config.mw3esp and replace this (it might make shooting buggy):
    Code:
    KEY_TRIGGER_BOT_FIRE_KEY = H // Replace the H with LButton


    How do I use the hack?
    - Download and extract the attachment to a folder, don't just double click the Launcher!
    - (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 F-buttons to toggle the functions and use right-mouse button or the Home key to use the aimbot.

    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 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!

    Hack is using too much CPU!
    You can fix this by adjusting the RENDER_INTERVAL setting in config.mw3esp, try this and see if it works:
    Code:
    RENDER_INTERVAL = 10 // Replace the 10 with 20 instead
    Make sure to change the bot tick settings too or the aimbot will be slower:
    Code:
    BOT_SPEED_1 = 6
    BOT_SPEED_TICK_1 = 15 // Replace this with 7
    BOT_SPEED_2 = 3
    BOT_SPEED_TICK_2 = 30 // Replace this with 15
    BOT_SPEED_3 = 1.8
    What maps are supported by the radar?
    Only the 16 standard maps, 2 Face-Off maps (Aground and Erosion) and Terminal have background images. Other maps will fallback to the legacy radar seen in previous versions of the hack. The reason why the other DLC maps are not supported is because I do not own them and can't add them. You might find a couple of their background images in the maps folder but I've just left them there for future use.

    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
    - Windows 8 (Consumer Preview, Release Preview and RTM/Final)

    Features:
    - Aimbot
    - BoxESP (with Turret/Helicopter/Plane support)
    - Snaplines
    - Distance ESP
    - Crosshair
    - Radar (with map backgrounds)
    - Status/Menu bar
    - Configurable settings
    - Name tag
    - Triggerbot
    - VAC countermeasures to make sure this stays undetected.

    What's new:
    Code:
    Changes since version 3.7 (11th December 2012):
    - Added support for 1.9.461
    - Added an exception message for the "unable to write" error so I can debug it
    
    Changes since version 3.6 (20th November 2012):
    - Added support for 1.9.459
    
    Changes since version 3.5 (11th October 2012):
    - Added support for 1.9.453
    
    Changes since version 3.4 (14th September 2012):
    - Added support for 1.9.446 (1.9.448 is cross-compatible)
    - Possibly fixed invalid characters problem.
    
    Changes since version 3.3 (1st September 2012):
    - Fixed overlay sizing issues on Vista, big thanks to Ghosty and Kolo2000.
    
    Changes since version 3.2 (26th August 2012):
    - Fixed triggerbot to only aim at enemies
    - Possibly fixed window size issues.
    
    Changes since version 3.1 (25th August 2012):
    - Added a triggerbot setting
    - Set RENDER_INTERVAL back to 10 like in previous versions (so the aimbot would work the same)
    - Fixed the aimbot.
    
    Changes since version 3.0 (23rd August 2012):
    - Complete rewrite from scratch
    - More CPU efficient, uses less resources than previous version
    - Added a triggerbot
    - Added map background support for the radar
    - Added helicopter, turret and plane detection for the BoxESP.
    - Added "hop" detection for the aimbot, this will reduce the jump distance from a dead player to another when using aimbot.
    - Addressed possible bug where your CPU resources could be drained when the hack is closed.
    - Removed the SENSITIVITY_OVERRIDE option and the PlayerDistance aimbot (useless and buggy)
    - Rewrote the config parser which now allows for more efficient parsing and comments on the same line as the config values.
    - Added more options for tweaking and renamed some values.
    - Rewrote the exception handler.
    - Mini-fix: Fixed support for Windowed (No Border)
    
    Changes since version 2.13 (18th August 2012):
    - Updated for 1.9.441 (emergency release)
    
    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).
    Screenshots:






    Requirements:
    - .NET Framework 3.5

    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/ded8...is/1355229284/
    https://virusscan.jotti.org/en/scanre...41eccb27bb947f

    The detections are false positives, it is NOT a virus.

    Please report any bugs, note that the hack closing or disappearing when you change resolution does not count as a bug.[/size]
    <b>Downloadable Files</b> Downloadable Files
    Last edited by master131; 12-11-2012 at 06:39 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]

  2. The Following 1,103 Users Say Thank You to master131 For This Useful Post:

    ' Moonlight ' (12-13-2012),*****clooser (01-02-2013),-Delta Squad- (12-14-2012),000893737 (04-11-2013),01MadDogg (12-12-2012),0x01337 (12-25-2012),123indacunt (12-12-2012),1iimE (01-22-2013),1nsan!ty (12-27-2012),4fun? (12-14-2012),666capiroto (12-12-2012),748159263 (12-20-2012),7heftZ (12-11-2012),@bby (12-11-2012),abaaaabbbb63 (01-13-2013),abc123abc1234 (03-21-2013),abdoasker (08-09-2014),aben1995 (01-02-2013),aboody223 (12-13-2012),abostrof (12-27-2012),acepercision (01-30-2013),acss29 (12-14-2013),addi300 (12-11-2012),Adreval21 (12-11-2012),afalokoptiss (01-27-2013),afkack (12-11-2012),AggerGaming (02-08-2013),AGNS (12-19-2012),Ahasveruz (12-18-2012),Airazona (12-13-2012),aj20001493 (12-14-2012),aj2hip299191 (01-18-2013),Akisuna (12-11-2012),alaaismailka (01-20-2013),alcatraz.aa (01-23-2013),alder_8 (07-18-2014),ALEK62 (12-11-2012),alerix (12-22-2012),alexdekoker (12-11-2012),algiesha828 (12-14-2012),ALI.KOGR (05-02-2013),allan34 (12-11-2012),Alphadud (12-14-2012),anderdog (02-01-2013),andreiandre (12-11-2012),andrew.winkler7 (01-18-2013),andrewpomeroy12 (12-11-2012),Angelous1983 (12-11-2012),angerfist11 (12-11-2012),Anonymous159 (12-12-2012),Anro40 fred (12-11-2012),anthony20012 (01-22-2013),AnTiGaM3R (01-19-2013),antiknight (01-19-2013),Antonl (02-15-2013),ardentsoul (12-11-2012),arroubanoia (12-25-2012),ArschKackeWurst123 (01-02-2013),artaxou (01-09-2013),Artemis101 (03-30-2013),asa akira (12-14-2012),asamsds (03-03-2013),asdfdude (12-11-2012),asdfghj112 (01-03-2013),Assassin. (08-15-2015),Atillou (12-13-2012),atyd (01-12-2013),AtzeFatze (12-30-2012),Aurielka (12-20-2012),Ausputzer (12-11-2012),Avanse (12-11-2012),Avitron (01-03-2013),Azep (12-31-2012),azerty159753 (12-20-2012),aztral20 (01-25-2013),B0omClipZ (01-02-2013),bab0li (12-11-2012),BadassViking (12-16-2012),Bageera03 (02-17-2013),Bam|Bus (12-28-2012),bananaking25 (12-15-2012),barett (01-16-2013),BartaoZ (12-13-2012),Basswouter (01-17-2013),bballchamp99 (12-10-2012),BBRS (12-30-2012),bbuiar1996 (02-17-2013),beatz123 (12-18-2012),BeefyBox123 (12-11-2012),Belia (12-22-2012),Bendikz (12-11-2012),benjoz122 (01-23-2013),Benny D'hoe (12-24-2012),benny991021d (12-12-2012),bernardo57PT (12-15-2012),bfu88 (12-12-2012),BigBossGTA5 (09-09-2016),bigpanda (12-11-2012),bigscout (12-12-2012),bigturtle (12-22-2012),bimbo78 (12-11-2012),Biohazardez (12-21-2012),bitzer (12-24-2012),Bjarn555 (12-17-2012),bkmz01 (02-16-2013),BlackFister (12-15-2012),BlackIvy (12-16-2012),blackout770 (07-21-2013),Blahsuy (12-11-2012),blondoko (01-14-2013),Bloodyguy (01-22-2013),bloxeris (12-13-2012),bluline (01-06-2013),bobface (12-17-2012),bobman2786 (12-21-2012),bobskin1969 (12-20-2012),bobywoodwarrior (01-02-2013),Boehmi (12-20-2012),bokkiess (12-11-2012),BrainShock (12-12-2012),brandonyli (01-02-2013),breakfastlolxd (12-11-2012),brembo (12-11-2012),Bruailen (12-15-2012),brusartra (12-25-2012),Bube97 (04-06-2013),Buddha3211 (12-17-2012),bunikabatetoba (12-11-2012),CAKEwasTRUE (12-11-2012),calle2001 (12-15-2012),calvin_17 (12-12-2012),CameFromProHacker (12-11-2012),cameronmodz (12-26-2012),CannibalCorpes (12-11-2012),captainfitzi (01-05-2013),carpanta (03-19-2013),casp3304 (12-18-2012),casperzor (12-12-2012),cazzuto2323 (01-20-2013),ccjr20 (12-11-2012),cc_cut (04-23-2013),ceasar294 (01-12-2013),Cefcalol (12-11-2012),Cele7 (03-03-2013),Celowg (12-12-2012),Chasm (12-16-2012),cheng_hao (12-27-2012),chenyifan (01-22-2013),ChickenPop (12-11-2012),chl3765 (01-18-2013),Christowarrior (12-11-2012),chrros2 (12-12-2012),claadix (12-14-2012),clearthebong (01-18-2013),clems (12-29-2012),clipfish12 (12-16-2012),clocker (01-12-2013),clouderzz (12-11-2012),cmendao (12-23-2012),cntrycush (12-12-2012),COCKZOR (12-15-2012),cod459 (01-20-2013),codmen (12-20-2012),Codmods2013 (01-15-2013),coffe12 (12-11-2012),cokeguy13 (12-29-2012),Cook1e (01-02-2013),coolmanris (12-27-2012),Covenant (12-11-2012),craig1027 (12-11-2012),craizyfox (12-25-2012),Crumbs (01-24-2013),cryamond (12-23-2012),csepisaco (12-11-2012),cualpasacual (12-11-2012),Cupc4kes (12-13-2012),curtis:D (12-11-2012),Cuthoh (12-22-2012),CYBER-SNIPA (12-12-2012),cybercyb (12-15-2012),Cyphex (01-15-2013),daboss192 (12-11-2012),Dacreep (12-27-2012),dafuq77 (01-12-2013),Dagassa (01-16-2013),dalleolesen (01-21-2013),DanGer+++ (12-19-2012),daniel19315 (01-17-2014),DanielMW3 (01-20-2013),Daniel_Prince (12-24-2012),danil2990 (02-01-2013),Danz54 (01-12-2013),dark666999 (12-11-2012),darkak (12-20-2012),darkeryblack (12-11-2012),DarkN3t (01-04-2013),darlong (12-19-2012),dashti (12-20-2012),DatAss1337 (12-22-2012),Davidng_55-66 (12-12-2012),davy01101993 (12-11-2012),DBR (01-01-2013),dd9079 (12-23-2012),deadlock1997 (12-15-2012),defaultuser001 (12-24-2012),dehack2012 (12-11-2012),Dennilomo (12-12-2012),depenes (03-28-2016),dere13 (01-16-2013),DerFelixyo (12-11-2012),Destrion7 (01-19-2013),DevilxPixel (01-25-2013),dfbxc (12-11-2012),dfghergh (10-16-2013),DGixn (02-10-2013),Diana99 (12-11-2012),DiCe15 (12-29-2012),Digital Warfare (01-15-2013),Dimandkjfsl (12-11-2012),Dinokidbot (01-16-2013),dirtyLT (12-11-2012),Diseye (12-15-2012),DisturbGamer (12-18-2012),djdarrr (08-18-2015),djent//High (02-05-2013),dkbcoolspy (12-19-2012),dkrakaos (12-29-2012),dmonde77 (12-11-2012),DodgerFan4Life (12-27-2012),DogeAlt99 (12-12-2012),dogeater300 (01-26-2013),DonApo (12-29-2012),donrevallo (12-13-2012),double helix (01-25-2013),Double-Aces (12-12-2012),DoubleSub (12-23-2012),Dr_Chaos (12-11-2012),dsrod (12-11-2012),duderunner (12-11-2012),dudin (12-11-2012),Dulfhead1 (01-02-2013),Durchf4ll (12-11-2012),DuumBe (12-20-2012),dxoooo (12-22-2012),Dyabani (12-14-2012),dönerstyle (12-16-2012),Earthquaaake (01-10-2013),EBgamer (12-11-2012),Echo123 (01-15-2013),EdoMannen (12-11-2012),EDTA (12-13-2012),Edwark (12-29-2012),eilotrixx1 (12-13-2012),eilotrixxxx (05-25-2013),ejensen (07-29-2015),ekinguowei198426 (12-22-2014),elaye (12-30-2012),Elchi2808 (01-20-2013),elektromilch (01-11-2013),elementnature (12-25-2012),elf2345 (12-15-2012),elh95 (12-18-2012),eli020588 (12-11-2012),eliran8673 (12-29-2012),Elite killer (12-11-2012),elpiibe (12-30-2012),endo1000 (01-13-2013),ENKeYx (12-13-2012),eQ VIVA (12-19-2012),ERBOH {BROFIST} (12-17-2012),erdon (01-23-2013),ergio69 (12-11-2012),Ericmw3hacker (01-04-2013),erilof5 (12-15-2012),Error403_11 (01-01-2013),ertlflorian1 (12-23-2012),Escalade88 (12-29-2012),Esperanto9921 (12-11-2012),essamcom (12-25-2012),esthetic (12-11-2012),ewout (12-12-2012),Excaleben (12-13-2012),ExileTruth (12-18-2012),exodusarts (12-29-2012),eXorine (01-13-2013),EXXIV (01-09-2013),Exzem (12-29-2012),ezequiel77 (12-11-2012),fabianjohn (01-04-2013),Fabio199810 (01-16-2013),fady123654 (01-18-2013),Fail123123 (01-13-2013),faisal93 (01-10-2013),Famas78 (12-23-2012),fant4stic (12-29-2012),Fantax3 (01-12-2013),FAYAZ666 (12-21-2012),Fazeskillz (12-16-2012),fcescon (04-02-2013),feichas (12-19-2012),Ferret50Cal (12-11-2012),fetto65 (01-04-2013),fieserPICARD (12-12-2012),Firedragon1986 (12-13-2012),Flanders9 (12-11-2012),Flob7 (12-20-2012),FlowFlow (01-15-2013),fodm (02-10-2013),francollo (01-06-2013),Franko12321 (04-12-2017),fre3ge3k (01-19-2013),fredword2 (12-13-2012),frost490 (12-23-2012),frostdragonx (12-11-2012),fuck1 (12-24-2012),FUCKINVICIOUS (01-13-2013),fungusamnguss (12-10-2012),funnyme (12-29-2012),fus0muY3 (12-15-2012),FuzziBunni22 (01-25-2013),galop (12-11-2012),GamerKartoffel (12-12-2012),gangkiller (12-11-2012),ganjagates (01-06-2013),garbus613 (01-20-2013),gasoo101 (01-19-2013),Gavinator (12-16-2012),GEMBLADE1 (12-15-2012),Geometrical (12-22-2012),Georgy234 (12-11-2012),gerya (01-16-2013),ghost 117 (08-12-2015),ghost8 (12-29-2012),ghsu99 (02-08-2013),Gibbs123 (12-12-2012),gigglingturd (01-06-2013),giiz (12-11-2012),gildi (12-21-2012),Ginti119 (12-14-2012),glowdude (12-20-2012),gnubbelmupf (12-12-2012),gogansol (12-13-2012),goldstyle94 (01-11-2013),gonzo303 (12-11-2012),GorDy92 (12-30-2012),Gr1234 (12-21-2012),greatgun (12-22-2012),Grilofuzeta (12-24-2012),GU35T (12-29-2012),Gubbsson (12-11-2012),guedessama (12-21-2012),guhubuca (01-17-2013),guido123 (12-11-2012),Guthixboss1 (12-13-2012),H U N T E R <3 (12-21-2012),H3artless (01-05-2013),H4NK3 (12-20-2012),habitat666 (12-12-2012),Hacker41822 (12-11-2012),HackGame1230 (12-12-2012),HackingSuchti (06-25-2017),Hajnal99 (01-12-2013),hallomallo2 (11-21-2015),Halo2 (12-14-2012),hamishboii (12-20-2012),hangcibai (12-18-2012),Hankovich (01-23-2013),HarA55 (12-16-2012),HardcoreZmeer (12-11-2012),Hardman988 (12-29-2012),Hasan60 (12-24-2012),haui1994 (01-25-2013),Hax44 (01-08-2013),hay1144 (02-03-2013),HDeuzo (12-21-2012),Heksor (12-15-2012),helfield (07-24-2014),Henke123 (12-27-2012),Henriksen1234 (01-02-2013),HerbertPeter (12-11-2012),hermi (03-25-2013),HerrDrDrRobi (12-11-2012),highschool (12-14-2012),hissenpissen (12-21-2012),Hitokiri~ (01-13-2013),hizarak (12-30-2012),hjaltur (01-10-2013),HKC (01-22-2013),hochikage (12-11-2012),Hollywoodpowers2013 (12-24-2012),holstrom1 (07-28-2013),HolyKnight2016 (12-14-2012),homeboy123homeboy123 (12-11-2012),Homer525 (01-11-2013),Honnys113 (02-17-2013),hudson270 (01-19-2013),hugaga7 (12-29-2012),hukke (12-11-2012),humlan99 (12-29-2012),huschi (12-13-2012),hustebilly (01-19-2013),HWSRhaerhaerhaehehr (12-19-2012),IamH (12-12-2012),ianonymousguy (02-16-2013),iatebreakfest (12-19-2012),Ibarak (12-18-2012),ibelazer (12-31-2012),IceBleez (01-19-2013),icewolf511 (01-11-2013),IchDer123 (01-08-2013),IchLiebeDic (12-20-2012),ifeldr (01-01-2013),IFiredYou (12-12-2012),Ikaristo (01-15-2013),il0w (12-11-2012),ill3st (12-11-2012),imbrrr (12-21-2012),Imircy (12-19-2012),inception58 (01-08-2013),indi99 (12-29-2012),injjan (12-11-2012),instinkt1234 (02-17-2013),intellca (12-11-2012),InTerDicTion (12-15-2012),inyoudeep1 (12-14-2012),iOmid (01-25-2013),ipsmaxes (01-04-2013),iTRUE (01-20-2013),iTzAwesomeZ (01-16-2013),iTzFAKERZ (01-20-2013),iTzGhoSt2468 (12-11-2012),IvIrazor (12-14-2012),iWiish (12-30-2012),J3ass (12-29-2012),Jaco2619 (12-10-2012),jacobs.kevin92 (12-21-2012),Jaderu (12-15-2012),jamedipe (01-10-2013),jaraz1988 (01-06-2013),Jasp (12-11-2012),Jay2xU (12-11-2012),jaydon3987 (12-12-2012),jck98 (01-04-2013),jeam222 (12-15-2012),jeremychau227 (12-20-2012),jevaper (12-11-2012),jevgenijus (12-29-2012),jim151222 (12-12-2012),JING- (12-12-2012),jiunzai (12-10-2012),joechen691238 (01-19-2013),Joerg (02-01-2013),JoHeCh (12-20-2012),John.S (01-12-2013),johnathan12345 (12-19-2012),JohnDou (12-12-2012),johnny1984 (12-31-2012),JoK3R001 (01-10-2013),Joker0 (12-14-2012),Joker999tmPro (12-11-2012),jolapetter (01-02-2013),jon.h (01-11-2013),Jonasick (12-12-2012),jong7007 (12-12-2012),jongf96 (12-11-2012),jonny123698745 (12-14-2012),jordan714 (12-11-2012),jordy127 (12-17-2012),joster (12-12-2012),jozo39 (01-19-2013),jozzmcozz123 (01-06-2013),jr5466 (12-12-2012),js0328 (04-02-2016),Ju57g0tB4nn3d (12-13-2012),judoka80 (12-14-2012),junguler (01-31-2013),jurcenko6a (04-08-2013),jusikapide (12-11-2012),justTrying2 (12-29-2012),jwood2933 (12-31-2012),K3W1N0 (12-29-2012),K4cp3r (12-17-2012),kabdot (12-12-2012),Kableemo (01-22-2016),Kados (12-21-2012),kadzik (02-08-2013),kaleb88 (01-06-2013),kartik saini (09-07-2015),kavian22 (12-12-2012),kaya31 (11-26-2015),Kaynos (01-13-2013),Kayseth (12-19-2012),kelly23 (01-09-2013),Kembatron (12-14-2012),Kenkid (12-28-2012),Kenroy Brown (12-12-2012),Keon (12-29-2012),kerosensei (12-15-2012),keskia (12-11-2012),kevinolsen (04-09-2013),kewone (12-11-2012),KiberLT (01-10-2013),Kickazz080 (12-18-2012),kieki4567 (12-11-2012),kierandavies1234 (12-19-2012),killerusa27 (01-13-2013),Kimisteri (12-11-2012),kingambrose3217 (01-07-2013),Kinwens (12-22-2012),kisbrada (12-12-2012),klokopf5 (12-11-2012),klootviools (12-11-2012),km65 (12-11-2012),kmike07 (12-16-2012),Kogajebetebe (12-15-2012),kolec94 (12-10-2012),kollegah187 (01-05-2013),Komicer (12-16-2012),koodr92 (12-11-2012),kool.123 (12-23-2012),Koskha (12-22-2012),Krellyn (12-19-2012),Krobie (12-11-2012),Krokodyl1997 (12-12-2012),Kroq (01-15-2013),kskgamer (12-15-2012),kubikolosss (03-28-2013),kyocuz (12-24-2012),l3riani1 (01-20-2013),lamechey (12-16-2012),Lankku (12-12-2012),Lantissa (02-21-2013),larstuik (12-12-2012),laurinn (12-13-2012),layne3 (01-03-2013),layzzxsnip (12-21-2012),LazySmurf (01-03-2013),LDGSD (01-14-2013),Le Dieu (02-10-2013),LeFou25 (01-27-2013),lefty346 (02-18-2013),leononame (01-06-2013),LetterStrike (01-05-2013),leygza (12-11-2012),liam122 (12-11-2012),Liamisi (12-15-2012),LikanTM (12-29-2012),LikaProo (12-13-2012),lil555 (12-14-2012),LillyFee1337 (12-31-2012),liquidsystem (01-18-2013),lisaully (12-27-2012),Lisser (12-11-2012),LiteFang (12-11-2012),lkclkc123 (01-24-2013),llDutchll (12-11-2012),Logan0 (01-14-2013),LoganToogood (11-29-2014),loladanamix (01-04-2013),lolcocacola (12-11-2012),LolGTheBro (12-22-2012),lolman1232 (12-11-2012),loneeagle (12-23-2012),lonepro (02-10-2013),lookmygun123 (12-23-2012),loop08 (12-11-2012),lordwar1998 (01-22-2013),lorenz12 (12-29-2012),lotz (12-18-2012),louandrei (12-19-2012),lowbob93 (12-26-2012),luap141 (12-26-2012),LucasBFMV (01-01-2013),lucasdrache (01-03-2013),lucasprada (12-31-2012),Lucky13shots (12-28-2012),luizotavio (12-22-2012),lukas12345 (12-20-2012),Lukathetech (01-22-2013),Lukes35 (05-03-2013),luktabajja (12-29-2012),lukulus123 (01-01-2013),LunaT1ccc (12-11-2012),lunix7 (12-13-2015),lusxor (01-05-2013),luzifer69 (01-05-2013),ma3icha (12-15-2012),madsthe2 (12-31-2012),MainMenu (01-13-2013),mainohritih (12-15-2012),MairockLukas (12-19-2012),Makalon (12-11-2012),mamama1 (12-13-2012),manicpanic (12-11-2012),manolo76 (01-23-2013),marast (12-27-2012),marcelo217 (01-20-2013),marcuz11 (01-11-2013),MarioFreitag17 (12-13-2012),Marius1829 (01-05-2013),marko227 (12-29-2012),markruzain (12-22-2012),marosko (04-09-2013),marre276276 (12-30-2012),Marsallima (01-18-2013),Marsiko (12-11-2012),MarsRaps21 (12-31-2012),martino2122 (01-25-2013),maselman08 (12-19-2012),masterries (12-12-2012),matek170 (12-17-2012),mattis20006 (01-29-2013),mattvaardt (12-18-2012),mattypack (12-22-2012),MAULXD (12-12-2012),maumau22674 (12-11-2012),Mauzi (12-25-2012),mave1312 (12-14-2012),Maver1n (12-13-2012),Max392 (12-29-2012),Maxalicious (12-11-2012),Maxmanii (01-11-2013),Maxx. (01-09-2013),mcnanning (12-26-2012),MeBanana.™ (01-23-2013),medicboy1 (12-11-2012),Megaxine (12-15-2012),MeistaKloete (12-11-2012),Menex (01-01-2013),mightaway (08-18-2016),mikelesc11 (12-23-2012),mikoo123 (12-13-2012),mindhunter1977 (12-12-2012),MiraGethegreat (12-21-2012),mjsic666 (12-10-2012),moberg14 (12-26-2012),mobilteil1 (12-29-2012),mojokeki (12-12-2012),monkeyfart (12-10-2012),Mordeath (12-26-2012),morlock50025 (12-21-2012),Morne121 (01-02-2013),moses1214 (12-17-2012),mouss69200 (12-11-2012),MovsumzadeNurlan (12-31-2012),Mr. Notonlinethatmuch (06-18-2013),Mr. Trool (12-19-2012),MrBukhave (01-05-2013),MrCluster (12-10-2012),MrHardCAp (12-19-2012),mrinstinx (12-13-2012),MrKukovich (12-29-2012),mrlimete (12-26-2012),MrRANDOMDUDE (01-02-2013),MrTBagger (12-11-2012),mtvmongola (12-26-2012),muffalo (01-04-2013),muffenn (01-04-2013),muratori5 (12-11-2012),MvRR (12-14-2012),mxavier (01-12-2013),MynKnight24 (12-14-2012),mystral (12-22-2012),Mythos of RISE (11-19-2014),n00bfessional (12-13-2012),N3v3RW1N (12-31-2012),na3sh (01-12-2013),Nagria2112 (02-20-2013),Nana917 (01-13-2013),Narutosw (12-12-2012),natc369 (01-10-2013),natchuckerr90 (12-15-2012),natip27 (03-22-2013),naumofisch (12-29-2012),ncsyncc (12-29-2012),NejoStar (12-14-2012),nero7723 (12-12-2012),NeroBeatZz (01-04-2013),Nerv Epic (12-10-2012),Neutralizator1 (01-08-2013),newgrounds90 (02-05-2013),nhozdieu001 (06-20-2013),nickays (01-16-2013),nickeman (12-29-2012),NickFlory (01-19-2013),nickpe (02-04-2013),nicnichallo (12-17-2012),nielsis1 (12-29-2012),nightraven052842 (12-14-2012),nikjeik (12-19-2012),Ninjasam123 (12-11-2012),ninja_Blades_5 (01-10-2013),noah1732 (12-19-2012),nokase (01-29-2013),nokenick (01-07-2013),NoOneElse (12-11-2012),noways (01-10-2013),no_way (12-11-2012),nubstuff51 (12-16-2012),Nubv2 (12-29-2012),Obeyxz (01-06-2013),ocalex (01-11-2013),OGC (12-17-2012),ogon2012 (01-22-2013),OhhShiz (01-04-2013),ohLogicz (12-31-2012),ohnej (12-26-2012),oliver632 (01-04-2013),oliverthegeek (02-07-2014),omersurmen (12-23-2012),omfg91 (12-12-2012),ondrvaakkk (06-18-2017),onkelmaxx (04-03-2013),onyxyno (01-22-2013),oppo1995 (02-03-2013),oraclenet (01-11-2013),orangelindberg (01-11-2013),orrzxz (12-21-2012),Oslo1 (12-16-2012),Ovvng_MoFo (12-14-2012),OwnageMoreDE (12-11-2012),Owned² (12-11-2012),oxelol (02-17-2013),oxymaster28 (12-19-2012),ozoNEE (12-29-2012),P ii N c H (12-28-2012),P3TT3W (01-17-2013),pacman00 (12-16-2012),pandalingur (12-11-2012),PANNUU (12-11-2012),parfendor (12-11-2012),paulinho592 (03-10-2014),Peachywantshax (12-19-2012),peba279 (01-18-2013),Peccavin (12-11-2012),pedrotrivi (12-12-2012),peerke165 (12-14-2012),Peter1882 (12-31-2012),peterd6017 (12-28-2012),peterlolazo (11-22-2015),Petey3134 (01-05-2013),petimacaque (12-13-2012),phatmonkey (01-11-2013),Philsn00w (12-29-2012),phoenix30016 (12-18-2012),pimpsqeak (01-23-2013),Player1988 (08-07-2016),Plemycha1 (12-11-2012),pmb_hard_rock (12-14-2012),poocheesey2 (12-12-2012),poooophoooofd (01-02-2013),Poppatiddy (12-25-2012),porkchophacks (12-16-2012),pp619 (01-16-2013),primomaniac (01-15-2013),PriZe123 (01-09-2013),ProKillzz (12-23-2012),psycho39 (01-19-2013),puffenn (01-04-2013),punkinblack (01-04-2013),pur3 pk god7 (12-15-2012),Pureanger (12-22-2012),Pwnor (12-12-2012),quilens (12-11-2012),qwertyasdqwerty (12-19-2012),QWERTZUIOPASDFGH (02-02-2013),R0flkart0ffl (12-14-2012),r0flma01 (01-06-2013),R107 (12-27-2012),Rad3on (12-19-2012),RadioRebel (01-11-2013),rafaelmotas (12-12-2012),ragnar0100 (12-31-2012),Raikas77 (12-22-2012),Rakmorc (12-21-2012),Ramblr (12-21-2012),rambozec123 (12-25-2012),Raufasertapete (12-12-2012),Raven12b (01-23-2013),rawr153 (01-16-2013),razerwave (12-16-2012),Re1ease (01-18-2013),RealEfeXx (12-29-2012),Reblanck (12-12-2012),RedClayDirt (01-11-2013),Redyellow (12-10-2012),REITI (01-18-2013),remider (12-12-2012),remixstayl_09 (12-11-2012),REMY60240 (01-20-2013),Rentarg (12-15-2012),REON2010 (12-16-2012),reteweee (12-21-2012),Retro123 (12-23-2012),retx (12-14-2012),ReVoLut1oN (12-25-2012),rGAERGHaewrhaerh (01-13-2013),riccardo1999 (12-12-2012),RideItHIGH (12-29-2012),rileyjstrickland (12-16-2012),riso (03-26-2013),Robert McMan (12-16-2012),Robert69x (12-15-2012),RoboticBrain (12-25-2012),rochen3 (12-13-2012),Rockykahh (12-21-2012),rocky_aj17 (12-18-2012),roJa1 (12-16-2012),Ronny04SL04 (12-11-2012),Rosti (12-27-2012),roto (12-30-2012),rsmvbomb04 (01-12-2013),rugbybru (01-31-2013),rulo09x (12-17-2012),Rus7ov (12-11-2012),ryushinji (12-19-2012),s2015 (02-02-2013),sailorboy678 (01-08-2013),SAINTCORE (01-21-2013),sakonir (12-11-2012),saller0 (12-17-2012),sami--42 (12-15-2012),Samuelito29 (12-19-2012),sanibel (12-27-2012),SANJ (01-12-2013),saschi123 (01-01-2013),saucemasterr (12-11-2012),SaWat (12-13-2012),scamlett (06-04-2013),scheissegak (12-20-2012),schertt (01-10-2013),Schnitte12 (01-05-2013),scorpion061189 (12-11-2012),sdasfasf (03-22-2013),Secred (12-23-2012),SeedyA (12-13-2012),Seekem (12-12-2012),segerydrth (01-03-2013),SeKK (12-17-2012),semen2002321 (12-19-2017),senji1337 (02-13-2013),sepppo (12-16-2012),serasplit (01-13-2017),sergin127 (01-18-2013),serialcrazy (12-11-2012),SeVo (12-11-2012),sexymexy (12-30-2012),SexySimon (12-26-2012),Sh0xLP (12-29-2012),shadyy (12-11-2012),ShamelessDancer (12-11-2012),shazr (12-22-2012),shiteater (12-16-2012),shizerpl97 (12-21-2012),shnazzle (01-03-2013),sibian3 (01-26-2013),siemi (12-11-2012),siggi1994 (12-15-2012),silverdoidao (12-11-2012),Silvix123 (12-14-2012),Simon000 (12-11-2012),SimonRasmus (12-13-2012),skalmam (12-12-2012),skatepunk95 (01-25-2013),skeetskeet (01-13-2013),Skell1 (12-23-2012),Skrekul (01-03-2013),slayer6028 (12-11-2012),Slaytanic (12-11-2012),slee777 (12-22-2012),Slovarick (12-13-2012),Smartaxe (12-11-2012),Sniper285 (12-11-2012),SniperKing33 (12-30-2012),snusmaxen123 (01-13-2013),SoccaStar0 (12-11-2012),SoCrazyFilms (01-16-2013),soHaxxy (12-19-2012),soinertia (01-18-2013),solesales (12-11-2012),Soner_lag (01-17-2013),sonyvega (01-10-2013),soundream (12-16-2012),SouthParkFun (12-11-2012),Spank_Therapy (12-12-2012),Specnazz (07-16-2014),Spedwards (12-11-2012),Spider2010 (02-20-2013),spiderman10 (01-14-2013),spurxd (12-15-2012),srgldskjlgn (12-19-2012),ssjomer (12-13-2012),sskult (01-07-2013),sslaminjdr1914 (01-04-2013),StaffSeargant (12-16-2012),Stanman08 (12-14-2012),starless (01-18-2013),starseer (12-17-2012),ste968 (12-15-2012),stoffie112 (01-14-2013),Stormbringer (12-11-2012),strangerdanger (01-09-2013),StreeTPy (12-23-2012),strik3rd (12-11-2012),stuffeze (01-02-2013),sub191 (01-15-2013),sun117 (12-24-2012),sung0420 (12-14-2012),supah_coffee (12-11-2012),supanoob (12-16-2012),Superdanhotbox (12-19-2012),Superman1012 (12-11-2012),Surimon (01-07-2013),svennen (01-02-2013),Sylencer90 (12-11-2012),T-Raptor (12-16-2012),tabefe (12-18-2012),takerape (01-23-2013),Talana (12-11-2012),TassioWalber (01-19-2013),tazzrill (12-14-2012),Techniker (12-13-2012),Technin3 (12-17-2012),Technolob (01-15-2013),tedleechaoming (12-26-2012),teh_artist (12-29-2012),tekkno (12-20-2012),temirlan (12-29-2012),TGTT (01-13-2013),ThaGUY (12-11-2012),TheBigIssue (02-09-2013),thecolin (12-31-2012),thedrifter01 (01-02-2013),themkwjeremy13 (01-01-2013),thenicop2 (12-11-2012),TheSnake69 (12-23-2012),thetoui (02-16-2013),ThexTommii (12-15-2012),TheyCallMeJeezy (12-11-2012),Thijs Jonckheere (12-20-2012),thom090b (12-12-2012),thomash2512 (12-11-2012),thory789 (12-18-2012),ThStardust (12-27-2012),ThunderElite (01-01-2013),tigris1 (12-12-2012),tiki69 (01-07-2013),timer0101 (01-04-2013),timxy135 (12-18-2012),TitanTNs (12-11-2012),tizianello (12-14-2012),Tobias Atis (12-19-2012),tobiaz1e35 (12-16-2012),tobibo (12-21-2012),tomking555 (01-28-2013),tots4life (01-01-2013),toudi100 (12-13-2012),Touraile (12-11-2012),tovor (12-11-2012),trelopaoki4 (01-04-2013),trewteo (12-11-2012),TROFFOLROFFOL (12-11-2012),true1495 (12-20-2012),trymenub556 (06-25-2014),Trøjan (12-11-2012),Tunestwo (12-16-2012),Turtelz (01-09-2013),UberHacker21 (12-14-2012),UberTheFactz (12-14-2012),un pokémon (12-12-2012),uninix (01-13-2013),UnitingBlowfish (12-24-2012),Unterbilker (01-18-2013),utuabob (12-11-2012),uuq (12-15-2012),uzurpator818181 (01-01-2013),vaan9123 (12-15-2012),vaks (12-11-2012),valdemar9915 (01-24-2013),vali67 (12-11-2012),vander17 (12-25-2012),vanilla101 (12-13-2012),Veloxity (12-12-2012),VeNomZ80 (01-08-2013),Vert12 (11-11-2013),veteransoul (12-13-2012),vfduane12 (12-23-2012),Vibratim (12-30-2012),victor747 (01-19-2013),vietballs (12-11-2012),Viizion (12-14-2012),ViLao237 (12-17-2012),vintrisa (12-29-2012),vion7 (01-27-2013),Vivalosvortex (12-11-2012),vladmau5 (02-14-2013),vonburden (12-12-2012),WADEYY (12-16-2012),walkiee (12-14-2012),warumismeinnameneterlaubt (12-11-2012),waslol (12-29-2012),wattis4 (01-05-2013),WAZUP WZRD (12-12-2012),Wazzaaaapp (12-30-2012),Weedboy (12-12-2012),Weng Tan Edgar (12-19-2012),Weven (12-22-2012),whipdash (12-17-2012),whisky789 (12-14-2012),Whitted98killer (12-19-2012),wildcat12 (12-07-2013),Wilijami (12-12-2012),WilliamLokman (12-11-2012),Willkofer (12-20-2012),Witcher! (12-24-2012),Wizixlegameur (04-02-2016),wjokekr (05-11-2013),wolf333 (12-28-2012),Woobble (01-19-2013),wowtrial (12-24-2012),wtfazombie987 (01-08-2013),wtfbbqpis (12-29-2012),WuLock (12-14-2012),x-flux (02-02-2013),x10lf95 (12-11-2012),x22c (12-29-2012),X3oN (02-19-2013),XAlnanusX (12-11-2012),xampy13 (01-09-2013),xaoxao92 (12-11-2012),xaver78 (12-24-2012),xblaster2 (01-06-2013),Xbox-Live (01-27-2013),xdenner (12-16-2012),xDrawful (12-25-2012),xdreangamer (02-09-2013),Xearo1994 (12-11-2012),Xelchari (12-11-2012),xelectricskills (01-19-2013),Xelol (12-31-2012),Xenotium (12-29-2012),xGgamers (04-25-2013),xGoldenClawz (12-13-2012),xHuxley (12-22-2012),xload123 (12-21-2012),XmaanieX (12-12-2012),xMemorizZz (12-11-2012),xnerocod (12-11-2012),xploziv2 (12-12-2012),xPredator (01-05-2013),xr1999 (12-13-2012),xRi0Tx (01-19-2013),xShaiiNee (01-25-2013),xstarPsycho (01-19-2013),Xups (12-14-2012),xxbjoern1997xx (12-11-2012),xXCirnoXx (01-09-2013),XxKoidxX (12-27-2012),xXtifyXx (12-18-2012),xxtoxicxalienxx (12-27-2012),xXx-Hacks-xXx (01-01-2013),XXX787 (12-11-2012),xXxsonightxXx (12-13-2012),yagrum (12-23-2012),yakiruma (12-17-2012),Yamiemil (12-26-2012),yashoo (11-13-2014),yka0 (04-06-2013),ynon1011 (01-09-2013),yobazz (12-11-2012),yogaga (12-13-2012),yohanlim (12-15-2012),yooooo0 (12-14-2012),yosik2000 (12-13-2012),youriz01 (12-16-2012),YourMotherChorras (12-14-2012),yüksel (12-13-2012),Z Luo (12-23-2012),zachberry (12-11-2012),ZaToX_1 (01-12-2013),ZeeQz (07-19-2013),zergionava300 (12-18-2012),zeroxx18 (12-11-2012),zGab (12-19-2012),zigma97 (12-11-2012),Zimon90 (12-16-2012),Zion123OMG (02-06-2013),zkam (02-04-2013),zny (12-11-2012),ZPlus (02-23-2015),zumpa96 (12-12-2012),zuxy (01-13-2013),zygis291 (01-05-2013),ZygisD (01-13-2013),zZSWEbOSSZz (12-29-2012),[AZN]R3D3MPTION (01-01-2013),[GH]Accept (12-29-2012),[NooB] Mentor (12-11-2012),[RAGE] Mad YET? (12-24-2012),_YeReMy_ (12-19-2012),__iSuQ? (12-11-2012),~Syphox (12-11-2012),°IceCold° (12-11-2012)

  3. #2
    Nerv Epic's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Hawaii
    Posts
    63
    Reputation
    10
    Thanks
    56
    My Mood
    Hot
    5 downloads, 1 thanks, make it 2 lol. Thanks for all the trusted hacks u made maser131, U ARE MY HERO lol

    U aint getting any thing from me,

    Like \M/

    [img]https://www.danasof*****m/sig/300676.jpg[/img]

  4. #3
    bballchamp99's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Look Behind You!
    Posts
    122
    Reputation
    10
    Thanks
    123
    My Mood
    Stressed
    YESSSS thanks master for updating it

  5. #4
    monkeyfart's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    The yellow brick road
    Posts
    101
    Reputation
    10
    Thanks
    10
    My Mood
    Inspired
    Thanks for updating and making mw3 playable. Your hacks are always enjoyable.

  6. #5
    1990lhf's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thank you very mcuh!

  7. #6
    tae6121's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    welll.......i want that there is uav finder kk

  8. #7
    23scream23's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    thank you master you are awesome

  9. #8
    Maxalicious's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Egypt
    Posts
    18
    Reputation
    10
    Thanks
    0
    hello everybody,

    i have been using this hack for a rlly long time & i never had any problems or trouble with it at all, after MW3 released a new Patch i had to go back to the MPGH website to redownload the newer version of the hack & thats what i did but the problem is that i keep getting this error everytime i try to use the hack.

    ------------------------------------
    An unhandled exception has occurred!
    ------------------------------------

    ------------ Exception: ------------
    System****.FileNotFoundException: Could not load file or assembly 'QuickInterop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    File name: 'QuickInterop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
    at ..(String[] )
    at ..(String[] )

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    ------------------------------------

    -------- System Information: -------
    Operating System: Microsoft Windows 7 Home Premium
    Graphic Card(s): NVIDIA GeForce GT 220
    Aero Enabled: Yes
    ------------------------------------
    also here is my config.cfg incase i made any changes which made the bot not work but i wouldn't say so since it was working fine before it was updated & i rlly think that those r the ultimate best settings for the hack to function at its best perf & functions.

    Code:
    // ----------------------------------------------------
    // Settings file for MW3 .NET External ESP by master131
    // ----------------------------------------------------
    
    // How often in milliseconds to render/draw on the overlay.
    // Decreasing will make it render faster but will use more
    // CPU power. Increasing will do the opposite. Play around
    // with this to optimize the performance of the hack.
    RENDER_INTERVAL = 10
    
    // Overrides the name used to create the executable in the temporary
    // directory. Leave this empty to let the Launcher randomly generate
    // a name but if your Anti-Virus does not like it, give it a name 
    // and then add the file to exclusions when it detects it as a virus again.
    // An example would be "abc123", remember to add the quotes.
    EXECUTABLE_NAME =
    
    // ------------------------- Graphical Settings -------------------------
    // All colors are in an 0xAARRGGBB format
    // AA = Alpha, RR = Red, GG = Green, BB = Blue
    
    // The quality of all text used in the hack, valid values are:
    // Default, Antialiased, ClearType or ClearTypeNatural
    // Use ClearType or ClearTypeNatural for better looking text.
    TEXT_QUALITY = Default
    
    // ---------- ESP Colors ----------
    COLOR_FRIENDLY = 0x000000FF
    COLOR_ENEMY = 0x7FFF0000
    COLOR_DEAD = 0x000000FF
    COLOR_SENTRY = 0x000000FF
    COLOR_PLANE = 0x000000FF
    
    // ---------- ESP Settings ----------
    ESP_BOX_WIDTH = 1
    ESP_PLANE_SENTRY_ENABLE = false // Set to false to disable plane and sentry detection, will use less CPU.
    
    // ---------- Crosshair Settings ----------
    CROSSHAIR_SIZE = 10
    CROSSHAIR_WIDTH = 2
    CROSSHAIR_COLOR = 0xCCFF1111
    
    // ---------- Text Settings ----------
    COLOR_PLAYER_NAME = 0x7FFFFFFF
    PLAYER_NAME_FONT = "Arial"
    PLAYER_NAME_SIZE = 14
    
    // ---------- Aimbot Settings ----------
    COLOR_BOT_DOT = 0x7FFFFFFF
    BOT_DRAW_DOT = true // Set this to false to hide the aimbot dot.
    
    // ---------- Status Settings ----------
    STATUS_COLOR_ACTIVE = 0xFFFFCC00
    STATUS_COLOR_INACTIVE = 0xFF777777
    STATUS_COLOR_LINE = 0xAF000000
    
    // ---------- Status Labels ----------
    F1_LABEL = "Display"
    F2_LABEL = "Aimbot"
    F3_LABEL = "Esp"
    F4_LABEL = "Distance"
    F5_LABEL = "Snapline"
    F6_LABEL = "Crosshair"
    F7_LABEL = "Radar"
    F8_LABEL = "Triggerbot"
    
    // ---------- Distance ESP ----------
    DISTANCE_ESP_UNIT =  0.03048 // Use 0.03048 for meters, or 0.1 for ft
    DISTANCE_ESP_UNIT_NAME = "m" // Use either "m" or "ft"
    
    // ---------- Radar/Mini-map ----------
    MAP_COLOR_BACK = 0x44000000
    MAP_COLOR_BORDER = 0x7F0000FF
    MAP_COLOR_ME = 0xFF00FF00
    MAP_COLOR_FRIEND = 0xFF4444FF
    MAP_COLOR_ENEMY = 0xFFFF4444
    
    RADAR_SIZE = 160 // The size of the radar in pixels.
    RADAR_CENTER_X = 0 // The offset of the radar's X axis from the center of the screen.
    RADAR_OFFSET_Y = 30 // The offset of the radar's Y axis from the top of the screen.
    RADAR_RANGE = 50 // The scale divider for the radar, the higher the number is, the closer the players are. Note this is only used when the map is not supported.
    RADAR_MAP_SHOW = true // Set to false to hide the map from the radar.
    RADAR_MAP_BLENDING = 0xDF7F7F7F // The blending color for the radar map.
    
    // ------------------------- Aimbot Settings -------------------------
    
    // The maximum distance in pixels that the mouse is allowed to move from the center of the screen.
    BOT_MAX_DIST = 200 // Set this to -1 to ignore any distance restrictions.
    
    // This will reduce the huge "hop" distance after you kill a player to make it look more realistic.
    BOT_MAX_HOP_DIST = 50 // Set this to the same number as BOT_MAX_DIST to disable.
    
    // The maximum amount of pixels the aimbot is allowed to aim off the target.
    // This will make the aimbot aim wildly. Might make it not look so obvious that you're hacking.
    BOT_MAX_JITTER = 0
    
    // The speeds for the aimbot, the explanation for them are as follows:
    // BOT_SPEED_1 refers to the aimbot speed when you've JUST aimed at a player
    // (which is initially a little slow) but as a certain amount of frames have passed
    // (BOT_SPEED_TICK_1), the next speed is activated (BOT_SPEED_2) and after BOT_SPEED_TICK_2
    // frames have passed, the speed stays at BOT_SPEED_3. Feel free to fiddle with this.
    BOT_SPEED_1 = 4
    BOT_SPEED_TICK_1 = 10
    BOT_SPEED_2 = 2
    BOT_SPEED_TICK_2 = 20
    BOT_SPEED_3 = 1
    
    // The height from the player's feet to aim at depending on the pose.
    // Set BOT_STAND_Z to 55 for more headshots, just note that this can
    // unbalance your stats and make it very obvious that you are hacking.
    BOT_STAND_Z = 49
    BOT_CROUCHED_Z = 39
    BOT_PRONE_Z = 10
    
    // ------------------------- Triggerbot Settings -------------------------
    
    // The amount of frames that have to pass before firing another bullet.
    TRIGGER_BOT_FIRE_INTERVAL = 2 // Decrease to fire faster.
    TRIGGER_BOT_REQUIRE_BOT_KEY = false // Set to false to be able to just hover over enemies and shoot automatically.
    
    // ------------------------- Hotkey Settings ------------------------- 
    // For a list of key names, please refer here:
    // https://msdn.microsof*****m/en-us/library/system.windows.forms.keys.aspx
    // You can also map multiple keys to an option, just make to to seperate them using a semi-colon.
    // If you wish to disable a feature completely, use None.
    // Example: KEY_STATUS = None
    
    KEY_STATUS = F1
    KEY_AIMBOT_ACTIVE = F2
    KEY_BOXESP = F3
    KEY_DISTANCE = F4
    KEY_BOX_SNAPLINE = None
    KEY_CROSSHAIR = F6
    KEY_RADAR = F7
    KEY_TRIGGERBOT = None
    
    KEY_TRIGGER_BOT_KEY = RButton // The key that is held down to activate the triggerbot, can be the same as KEY_BOT.
    KEY_TRIGGER_BOT_FIRE_KEY = H // The key that is pressed to fire when triggerbot is active, only 1 key is allowed.
    KEY_BOT = RButton;F // The key that is held down to activate the aimbot.
    Requirements:
    - .NET Framework 4.0 Client Profile

    https://www.microsof*****m/en-au/down....aspx?id=17113

    and thats what it says also at my Control Panel as well so there shouldn't be anything wrong, can someone help me?
    Last edited by Maxalicious; 12-11-2012 at 02:00 AM.

  10. #9
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,663
    My Mood
    Breezy
    It's not related to your config. I'm not sure what's going on, it should be working fine. If anyone else is having the same issue, let me know.
    Last edited by master131; 12-11-2012 at 02:04 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. #10
    Maxalicious's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Egypt
    Posts
    18
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by master131 View Post
    It's not related to your config. I'm not sure what's going on, it should be working fine.
    what do u recommend me to do?

  12. #11
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,663
    My Mood
    Breezy
    I'll see if I can build the hack again with .NET Framework 3.5 and see if that fixes the issue. Are you sure you have .NET Framework 4 Client Profile installed? Check the requirements for a link. You might need to install this too if it doesn't work: https://www.microsof*****m/en-au/down....aspx?id=17851
    Last edited by master131; 12-11-2012 at 02:09 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]

  13. #12
    Maxalicious's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Egypt
    Posts
    18
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by master131 View Post
    I'll see if I can build the hack again with .NET Framework 3.5 and see if that fixes the issue. Are you sure you have .NET Framework 4 Client Profile installed?
    yes 100% positive thats what it says at my control panel @ programs and features, Microsoft .NET Framework 4 Client Profile Version : 4.0.30319

  14. #13
    NeedSomeCoDhacks's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My aimbot dosen't work, help please

  15. #14
    Maxalicious's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Egypt
    Posts
    18
    Reputation
    10
    Thanks
    0
    i also re-downloaded the files back again and replaced the launcher & the maps folder at my computer only kept the config.cfg still i got the same error.

    ---------- Post added at 03:17 AM ---------- Previous post was at 03:16 AM ----------

    Quote Originally Posted by NeedSomeCoDhacks View Post
    My aimbot dosen't work, help please
    try to use my config.cfg file above press & hold the right click button & it will auto aim like a charm.

    ---------- Post added at 03:33 AM ---------- Previous post was at 03:17 AM ----------

    i have redownloaded the Framework 4.0 and still that didn't work thou if i reinstall it the problem would be gone maybe the error was from my Framework but that didn't help me much.

    i cleared my Temp & Cash files, added executable to the config.cfg as "war3" and allowed it at windows defender & window firewall still i get the same error.

    also i would like u to note that i find this file at my temp which r related to the launcher.exe

    {eba6c35d-ef77-47ee-b17a-86f156e719dd} inside that folder there is a file called QuickInterop.dll & its size is 54 kb so there shouldn't be this error cos the file gets created but the launcher can't see it thats what cause the problem in my opinion.

    also there is mw3-11-12-2012_10-23-49 which include the report as follow.

    Code:
    ------------------------------------
    An unhandled exception has occurred!
    ------------------------------------
    
    ------------ Exception: ------------
    System****.FileNotFoundException: Could not load file or assembly 'QuickInterop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    File name: 'QuickInterop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
       at ..(String[] )
       at ..(String[] )
    
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    
    ------------------------------------
    
    -------- System Information: -------
    Operating System: Microsoft Windows 7 Home Premium 
    Graphic Card(s): NVIDIA GeForce GT 220 
    Aero Enabled: Yes
    ------------------------------------
    war3.exe thats the executable file name that i added to the launcher.exe, it gets cr8ed without any problems.

    ~DFDA3D03C914AF9D92.tmp
    ~DF25243BFCFDB53395.tmp

    i have no idea what those 2 does, i cleared all my temp folder before i run the launcher.exe to see which files gets cr8ed and which doesn't, those r the files that gets cr8ed when the launcher.exe is launched.

    i also set the launcher to run as an adminstrator but that didn't help as well.

    i hope i was able to assist u with all the info possible inorder to be able to find a fix for that problem.

    thanks master & i will keep watching over the thread for the latest News from u.
    Last edited by Maxalicious; 12-11-2012 at 02:35 AM.

  16. #15
    asdfdude's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    39
    You are a legend!

    I love your work

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

    hacks <3 (12-11-2012)

Page 1 of 17 12311 ... 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] MW3 .NET External ESP v2.13 [1.9.441]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 157
    Last Post: 08-22-2012, 01:06 PM
  3. [Patched] MW3 .NET External ESP v2.12 [1.9.433]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 1663
    Last Post: 08-17-2012, 12:17 PM
  4. [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
  5. [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