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

    MW3 .NET External ESP v3.6 [1.9.459]

    Modern Warfare 3 .NET External ESP v3.6 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 9 months and there have been no reports of bans.

    What version of MW3 does this work with?
    1.9.459 (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)

    Note: It is said that Aero will not be enabled in the final Windows 8 release so this hack may not work.

    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.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).
    Requirements:
    - .NET Framework 3.5

    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/cac6...is/1353389024/
    MW3 .NET External ESP v3.6 by master131.rar - Jotti's malware scan

    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; 11-19-2012 at 11:58 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 186 Users Say Thank You to master131 For This Useful Post:

    >MoM< (11-19-2012),' Moonlight ' (11-20-2012),168470571 (11-20-2012),1nsan!ty (11-20-2012),20000mans (11-20-2012),7heftZ (11-20-2012),afkack (11-29-2012),Agent 47b0ss (02-26-2013),Airazona (11-20-2012),alex-denn (11-20-2012),Alexjunior100 (11-20-2012),alexrawr (11-20-2012),allan34 (11-19-2012),Alphadud (11-20-2012),altarus (11-20-2012),AMBKillman (11-20-2012),amority (11-20-2012),antonius (11-20-2012),Asar96 (11-20-2012),AsianRice (11-20-2012),badjason1 (11-20-2012),bballchamp99 (11-20-2012),bigturtle (11-22-2012),Biohazardez (11-20-2012),blackout7701 (11-20-2012),bobcool09 (11-20-2012),bouto420 (11-20-2012),BrainShock (12-08-2012),brembo (11-20-2012),carpanta (11-20-2012),Celowg (11-20-2012),Chrizs (11-20-2012),craizyfox (11-20-2012),Cryyptz (11-20-2012),cualpasacual (11-20-2012),CYBER-SNIPA (11-20-2012),d101 (11-20-2012),DenDavidson (11-20-2012),dfbxc (11-20-2012),Dimi_mimi (11-20-2012),dirtyLT (11-20-2012),DogeAlt99 (11-19-2012),Dr.Death666666 (11-19-2012),dragocamper (11-20-2012),dudin (11-20-2012),EdoMannen (11-20-2012),EDTA (11-21-2012),eficnt15 (11-20-2012),emanuel444 (11-20-2012),eskiss (11-20-2012),fakerfaker (11-20-2012),fredmcgriff (11-20-2012),freyos (11-25-2012),germanAndi (11-23-2012),Giglers (11-20-2012),gluttonis (11-20-2012),Gofb (11-20-2012),guedessama (11-20-2012),Hackeratore (11-20-2012),HackFX (11-20-2012),hangcibai (11-20-2012),Heksor (11-20-2012),Holzhacker (11-20-2012),hukke (11-20-2012),ill3st (11-20-2012),injjan (11-24-2012),intellca (11-20-2012),ipointnlaugh (11-20-2012),jackre11 (07-01-2014),Jay2xU (11-20-2012),john the papito (11-20-2012),johnny97420 (11-20-2012),jozzmcozz41 (12-07-2012),kaleb88 (11-20-2012),Kenroy Brown (11-20-2012),killbillnick (11-20-2012),klasiki (11-28-2012),klasownik123 (11-20-2012),km65 (11-20-2012),Komicer (11-20-2012),kweri (11-20-2012),Lankku (11-20-2012),likum1 (11-20-2012),Lilkira (11-20-2012),llDutchll (11-19-2012),lohl (11-20-2012),lolm8 (11-20-2012),lookmygun123 (11-20-2012),lucasdrache (11-20-2012),Lucky13shots (11-20-2012),manicpanic (11-20-2012),Marcelekekek (11-20-2012),marci7000 (11-20-2012),Master132 (11-20-2012),Maxx. (11-20-2012),MeistaKloete (11-20-2012),Mike99999 (11-20-2012),monkeyfart (11-19-2012),monkeyville (11-21-2012),morlock50025 (11-20-2012),mortezabull (11-23-2012),muuan (11-20-2012),MW3 hacks broz (11-26-2012),necr0nus (11-20-2012),Nemesis84 (11-20-2012),Nerv Epic (12-10-2012),NeW_HeN (11-20-2012),nico0 (11-20-2012),NinjaLikeTeddy (01-15-2013),Niob (11-20-2012),noah1732 (11-25-2012),NoVa PL (11-21-2012),odil12345 (11-20-2012),oliverc50 (11-20-2012),omeralex (11-20-2012),oxelol (11-20-2012),P3TT3W (11-20-2012),pandalingur (11-23-2012),PANNUU (11-20-2012),Peachywantshax (11-20-2012),Peccavin (11-20-2012),pessihack (11-20-2012),Plemycha1 (11-20-2012),polikum (11-20-2012),poocheesey2 (11-20-2012),proftw (11-20-2012),Psychflummy (11-20-2012),PwnyRainbw (11-21-2012),rafaelmotas (11-20-2012),Raider_321 (11-21-2012),RainingTerror (11-20-2012),Redyellow (11-19-2012),remider (11-19-2012),rex1209 (11-20-2012),RisingStargazer (12-01-2012),Robert McMan (11-20-2012),rochen3 (11-20-2012),RogueShot (11-20-2012),schertt (11-19-2012),scorpion061189 (11-20-2012),Sh0xLP (11-20-2012),ShamelessDancer (11-20-2012),SinuSKilleR (11-20-2012),Skinksteek (11-20-2012),Slaytanic (11-19-2012),Slovarick (11-20-2012),Smartaxe (11-20-2012),Soccerkiller (11-20-2012),solesales (11-20-2012),Somalia99 (04-21-2013),ssaka (12-08-2012),supah_coffee (11-20-2012),Techniker (11-20-2012),temirlan (11-20-2012),thewolf995 (11-20-2012),thomash2512 (11-20-2012),tigris1 (11-20-2012),Tim1990 (11-20-2012),timxy135 (12-02-2012),ToKKan (11-20-2012),tomking555 (01-28-2013),tots4life (11-20-2012),toudi100 (11-20-2012),true1495 (11-23-2012),Tunestwo (11-20-2012),Tuxoa (11-20-2012),UberTheFactz (11-20-2012),vadstep (11-20-2012),VLARY (11-20-2012),vonburden (11-20-2012),Wootever (11-20-2012),x10lf95 (11-20-2012),xaoxao92 (11-20-2012),XDAGON (11-21-2012),Xelchari (11-20-2012),Xero666 (11-20-2012),xGgamers (04-25-2013),xMemorizZz (11-20-2012),XNDR1313 (11-20-2012),yohanlim (11-20-2012),zainisnaruto9 (12-02-2012),zhudsonx (11-20-2012),zuxy (11-20-2012),_ricardokobra_ (11-20-2012),__iSuQ? (11-20-2012),°IceCold° (11-20-2012)

  3. #2
    llDutchll's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    Love your work, glad to be first post to this. Downloaded and thank'd.

  4. #3
    x2Sorcer's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    334
    My Mood
    Bored
    Good Work! Nice to see your hack that early after the latest version update

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

    RainingTerror (11-20-2012)

  6. #4
    Slaytanic's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    924
    Reputation
    12
    Thanks
    103
    My Mood
    Bored
    gj man always quick
    always done right

  7. #5
    monkeyfart's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    The yellow brick road
    Posts
    101
    Reputation
    10
    Thanks
    10
    My Mood
    Inspired
    Great job on the update. Also do you plan on updating your server host? That was a blast to use. Thank you though for your hard work.

  8. #6
    sc19's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    good work man, fast update version. Great!!!!
    but why do i seem to get this problem? i will use it and play a game and in the middle of the game i will get "disconnect due to a bad client" ? any idea why is this happenin?

    ---------- Post added at 03:43 PM ---------- Previous post was at 03:19 PM ----------

    cant seem to have a full game without continue getting disconnected due to bad client getting frustrated.

  9. #7
    Dahak's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Dear [MPGH]master131,

    This is more in regards to your post: https://www.mpgh.net/forum/404-call-d...rsion-mw3.html

    But since that is closed, please allow the following here.

    I have been getting a lot of those "Disconnected due to bad client". (4 in a row actually (free for all)) (anyone else?)

    Sometimes when I am up (in score), and others when I am down.

    But I am not using any hacks or such, only a texture mod. (I understood this to be OK with VAC, since I would see them anyway, but now only a little clearer)

    My question, if you know/can clarify...

    When the game is ended (for me at least) and I get the message "Disconnected due to bad client"...

    Does that mean that I caused the disconnect? for playing good? or with a texture mod?

    Since its weird it happened for every game I played 4 times in a row. (Basically, I wanted to know if your program is still safe with this new update and if I should think about removing my texture mod (green/red players)).

    Or is it most likely someone else with a mem hack or other major detectable hack?

    I thank you for your clarification/time in advance.

    D.

  10. #8
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,662
    My Mood
    Breezy
    I've got no idea to be honest, but I hear that this new update has basically broken the ability to play.
    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. #9
    sc19's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Oh no thats jus ruined my day.

  12. #10
    Dahak's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by master131 View Post
    I've got no idea to be honest, but I hear that this new update has basically broken the ability to play.
    Thank you for the reply.

    What does that mean? Temporarily until a patch is made?

    "Broken the ability to play"

    At all? with mods? with hacks?

    Thanks!

    D.

  13. #11
    Smartaxe's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    thx master good job

  14. #12
    manicpanic's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    I found this info.



    "The latest PC patch includes added security measures to prevent our legitimate players from matching with players that are known cheaters and hackers.





    Every time a legitimate player automatically quits a lobby or game due to a bad host or client they will receive a message.



    For example:

    "Disconnected due to bad client"



    This means that we've prevented continuing play where some players had an unfair advantage (aka hackers). These players are also reported and banned when appropriate.



    We believe that our legitimate players should only be matched with others that play without cheats/hacks. We realize that this may cause some issues in the short term as we begin to find and ban the bad players.



    Please be patient as we let the system do its job, which is to provide you with a fair and balanced multiplayer experience as it was intended by our designers."

  15. The Following User Says Thank You to manicpanic For This Useful Post:

    muuan (11-20-2012)

  16. #13
    23scream23's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    thanks master for the amazing hack once again

  17. #14
    hackerman76's Avatar
    Join Date
    Nov 2007
    Gender
    male
    Location
    Canada
    Posts
    108
    Reputation
    10
    Thanks
    5
    My Mood
    Stressed

    Red face

    @ [MPGH]master131....

    I pushed the Thanks for ya. M8! I have an issue. This hack looks smexy. I am so freaking confused when reading this. I have AD/HD. The first few lines I made it through. The moment I scrolled 1 line down. I was distracted by your mood. There is this thing with wings flapping. Then on the post there is a Monkey shaken his head? Dude........ just in that area alone almost caused me to have an epileptic seizure where I could have almost bit my tongue off and shit my pants. That area of the post is way to busy for me to read.

    Looks great and awesome. I cant find the download and at the same time..... holy shit M8! would it not make it easier for the user to just run an .exe instead of this copy and pasting stuff/ make back ups. I feel I am gonna have to create your hack to use it.


    Get rid of that monkey shaken his head and thing flappin its wings. why not choose sick for your mood like 23scream23 above me, so I can make it through without getting up and kicking the shit out my dog because of the HD part of my AD/HD.

    FFS take baby steps with me here. I am to old to take Ritalin for my issue. I will sit here and think about me using it right now to sooth my quiver n brain yes.


    I really don't understand what to do to use it. Seems to me that I have to do so much in order for it to work and yes I do have AD/HD! Cheer's and hope you shit yourself from laughing.


    much love and respect lol
    Last edited by hackerman76; 11-20-2012 at 03:52 AM. Reason: forgot to add in

  18. #15
    dashti's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    great thanks

Page 1 of 5 123 ... 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