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

    MW3 .NET External ESP v3.9 [1.9.461]

    Modern Warfare 3 .NET External ESP v3.9 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 DETECTED.

    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 or 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.9 (13th April 2013):
    - Revamped VAC countermeasures
    
    Changes since version 3.8 (27th February 2013):
    - Minor speed improvement(s) and tweaks
    - Updated SharpDX to 2.4.2
    
    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, @KiDfresh510 - 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/en-gb/fil...is/1365847345/
    MW3 .NET External ESP v3.9 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.

    Also, it's best to start the Launcher first and let it completely load until it is waiting for the game for extra safety to avoid getting banned. Also, this is optional but run the hack as admin, even if you don't normally need to.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by master131; 04-27-2013 at 05:56 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 268 Users Say Thank You to master131 For This Useful Post:

    -GodOfWar- (04-25-2013),..::Erik::.. (05-28-2013),1231231231266666666666666 (09-22-2017),659916552 (04-21-2013),A272 (04-15-2013),achmouff (04-22-2013),acss29 (04-16-2013),Afffe mit Waffe (05-25-2013),aFlextra (01-08-2016),AggerGaming (05-07-2013),agrippa.jr (04-18-2013),alumana (04-23-2014),alves- (04-20-2013),amitte (04-21-2013),amority (04-14-2013),antsae (04-20-2013),asdzxc60 (04-21-2013),Asriel Dreemurr99 (12-19-2016),Assassin. (08-18-2014),atte1000 (04-17-2013),Avanse (04-22-2013),AwayDood (04-14-2013),B4St3 (04-19-2013),badboy0099 (04-14-2013),barbariy1 (04-13-2013),battlestargaming (04-16-2013),beexiao (05-22-2013),benalb (04-21-2013),bernardo57 (04-23-2013),Bijan Moeinzadeh (04-26-2013),billy1234789 (04-26-2013),blkk (04-22-2013),BloodQueen (04-15-2013),bobface (04-24-2013),bosik (05-20-2013),brdghhh (04-17-2013),Buddha3211 (04-18-2013),budthefrog62 (05-15-2013),BulletForMyValentine101 (11-21-2013),burnville (04-26-2013),Cactusm4n (04-14-2013),CameFromProHacker (04-27-2013),ccjr20 (04-15-2013),cheng_hao (04-16-2013),chrisbog94 (12-06-2013),clearthebong (04-15-2013),cluckt (04-13-2013),Color_MoDz (12-11-2014),CoreCookie (04-19-2013),cowsrule123 (04-23-2013),crimeisnotacrime (05-02-2013),Crisgas98 (04-20-2013),csepisaco (04-27-2013),CYBER-SNIPA (04-13-2013),davaaa (04-17-2013),DeaThz (04-26-2013),dekster (04-19-2013),Demscrapperboy (04-20-2013),dergeheimedeutsche (04-18-2013),Diseyes (04-20-2013),dogaatac (04-26-2013),DoomEater (04-19-2013),dragonfox8 (04-13-2013),Drak087 (08-24-2013),Dr_Chaos (04-15-2013),Duffman_96 (04-16-2013),Durham (04-16-2013),dz0 (04-18-2013),edmund5555 (04-19-2013),edvaslt (04-19-2013),eilotrixxxx (05-29-2013),Elite killer (04-14-2013),Envosina (05-08-2013),exosist51 (04-25-2013),Ezreal Brah (04-13-2013),felipe123m4 (04-26-2013),FireHero (04-26-2013),frantzziger (04-20-2013),GaMeRMW3 (04-19-2013),germanAndi (04-17-2013),Gianni12345 (04-01-2016),Gibbs123 (04-13-2013),Giwrgos Proko (05-26-2013),greatgun (04-13-2013),GrXz (04-13-2013),gugu12398 (11-10-2013),guuskooi (05-17-2013),GwZFarbstoff (04-17-2013),Hacker41822 (04-25-2013),HAckn01 (04-18-2013),hamichiha (04-21-2013),HardcoreZmeer (05-12-2013),Hasslox (04-20-2013),hatikwa2 (04-18-2013),heavenlyanger (04-22-2013),HerIA (04-17-2013),Hichigo68 (04-21-2013),Homer525 (04-19-2013),Hopex3 (05-09-2013),hurt locher (04-26-2013),HvG Void (04-21-2013),icewolf511 (05-25-2013),Ifakke (04-24-2013),iiUrBaN (04-17-2013),ImNotTemptation (04-16-2013),instinkt1234 (04-15-2013),ironic1337 (04-19-2013),IvIrazor (04-26-2013),jale (04-13-2013),janim1978 (07-14-2014),jimmypig1 (04-20-2013),jiunzai (04-14-2013),jonny123698745 (04-18-2013),Kain5218 (04-17-2013),kanels (04-14-2013),kartik saini (09-07-2015),Kaxiool (05-17-2013),KFCYoshi (04-21-2013),KiDfresh510 (04-19-2013),killdisk (03-02-2014),killertomato99 (04-14-2013),kokole (04-13-2013),kool.123 (04-18-2013),koolkaan12 (04-14-2013),kosherham (04-18-2013),Kroq (04-16-2013),L00ker (04-17-2013),LaliakiRAJ (04-28-2013),leodu10 (04-21-2013),leon111 (05-11-2013),LiL Mikko (04-17-2013),lirimm5 (05-04-2013),llDutchll (05-13-2013),LMNOPQ888 (04-22-2013),Loatheb11 (04-20-2013),lol955 (04-17-2013),lonepro (04-15-2013),louis salis (04-21-2013),Lowfry (04-13-2013),lucky551 (05-05-2018),Lukes35 (05-03-2013),lunde07 (06-25-2014),LxTheLegend (04-13-2013),mandlmarko (04-20-2013),manicpanic (04-14-2013),Marco4678 (05-25-2013),marcos1201 (04-25-2013),MarcS23 (04-26-2013),marcuz11 (04-19-2013),marioukos (05-24-2013),marre276276 (04-14-2013),marseis1999 (08-10-2013),martino2122 (04-25-2013),massoita (05-07-2013),MAULXD (04-14-2013),mikashe321 (04-22-2013),miki345 (05-11-2013),Minecraftkoenig (05-03-2013),MinerOnGo (04-16-2013),Mlcrafting (04-22-2013),Mojave297 (06-16-2013),Mrjofess (08-05-2014),mrmariolord (04-16-2013),MrNaptun (04-14-2013),MW3HackzZ4PC (04-17-2013),mystral (04-18-2013),m_atici (09-03-2014),nikthegr8 (06-27-2013),NinjaKillerQ (04-19-2013),nJoyZ (05-01-2013),NovaFail (04-22-2013),oblivionsniper (06-29-2013),ocutinom (04-15-2013),ohnej (04-24-2013),omfg91 (05-09-2013),OMGsher (04-16-2013),omnom732 (04-18-2013),Pasc4l (05-20-2013),peeterenes (04-18-2013),peloponnesian (04-18-2013),Penisgurke33 (04-23-2013),picko900 (05-28-2013),Pimmel345 (04-26-2013),PintoDoMeuPau (04-13-2013),plumbum42421 (04-16-2013),pmb_hard_rock (04-16-2013),Ponha (04-25-2013),princemcheese (04-20-2013),pumaplayer999 (05-09-2013),r.zak19 (04-26-2013),raffael99 (05-25-2013),RaidenX- (04-25-2013),ramtagig (04-26-2013),Raredzzi (05-28-2013),Rastamana (04-13-2013),Rcox100 (04-13-2013),ReneLPGermany (05-03-2013),robbe_lol (04-19-2013),roboter12399 (04-18-2013),RogueShot (04-22-2013),Rompebrazoss (08-19-2013),rsmvbomb04 (04-18-2013),ryuzaki_ons (04-18-2013),SammyDoge1 (04-15-2013),schertt (04-22-2013),SFY91 (04-23-2013),ShadowBrach (04-22-2013),SheepSlayer666 (04-15-2013),Shimasu88 (04-21-2013),siei23 (04-29-2013),sirwhingealots (04-20-2013),slee777 (05-10-2013),soccerpro969 (04-26-2013),Somalia99 (04-26-2013),Sore (04-14-2013),sparkyman215 (04-21-2013),speakerfreak (04-24-2013),SpiderHacks (09-02-2014),SSKCH3AT3R (04-15-2013),Stefan_123 (04-15-2013),SteroidEdy (04-14-2013),stevenkom (04-27-2013),Stordanne (04-19-2013),StyleZz112 (04-17-2013),supanoob (04-21-2013),super1cat (04-20-2013),supergey69 (10-29-2014),supergui101 (04-13-2013),taby448 (05-01-2013),teh12 (04-17-2013),TGTT (04-13-2013),tiburion1337 (04-20-2013),ToKKan (04-26-2013),TommyFamzy (04-18-2013),tommyhacks (04-18-2013),toms78780 (04-13-2013),tonyliu99 (04-19-2013),trenttis (05-22-2013),TroLzzZoR (04-13-2013),UnlegitSuchti (09-19-2017),uriel28 (05-22-2013),utuabob (05-13-2013),val98 (04-13-2013),vitaminpwnd (08-16-2013),Vitrox123 (04-26-2013),wasisxd (04-27-2013),welcometohell (04-27-2013),Whitted98killer (04-15-2013),Wilkuuu (04-26-2013),Witcher! (04-17-2013),Xerobeagle (04-20-2013),xfobe (05-14-2013),xHyP0rZ (09-07-2014),xlGaM3r (04-21-2013),XMaster1997 (04-26-2013),xPunch_Arogunz (05-22-2013),xSaK4ReTsUx (04-20-2013),xToFxREAPER (04-15-2013),xxbotargaxx (04-14-2013),xXInsid3RXx (04-13-2013),y0_RapeZ (05-08-2013),yankiimodz (04-14-2013),Yellowblue (04-14-2013),yosik2000 (05-24-2013),youngheart (05-18-2013),zeeck411 (04-24-2013),zkam (06-20-2013),[GH]Accept (04-14-2013)

  3. #2
    tomstichi's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany :)
    Posts
    70
    Reputation
    10
    Thanks
    2,264
    My Mood
    Amused
    Is this now undetected?

  4. #3
    Thunder's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    North
    Posts
    13,773
    Reputation
    2920
    Thanks
    3,655
    Can I have the source?

    [X]
    Crossfire minion since 06-12-2011
    Minecraft minion since 06-20-2011
    Moderator since 08-17-2011
    Global Moderator since 09-10-2011
    Super User since 08-27-2012
    [X] [X] [X]

  5. #4
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Quote Originally Posted by tomstichi View Post
    Is this now undetected?
    Considering that I just released it, yes. But for how long? I've got no idea. I've really revamped the anti-VAC stuff so it should be able to hold off bans for quite a while.

    Quote Originally Posted by Thunder View Post
    Can I have the source?
    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]

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

    tomstichi (04-13-2013)

  7. #5
    barbariy1's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    42
    Reputation
    10
    Thanks
    41
    My Mood
    Flirty
    The anti-virus still detect the Launcher "abc123.exe" as a virus
    Infection: Win32:Evo-gen [Susp]
    Last edited by master131; 04-13-2013 at 04:24 AM.

  8. #6
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Quote Originally Posted by barbariy1 View Post
    The anti-virus still detect the Launcher "abc123.exe" as a virus
    Infection: Win32:Evo-gen [Susp]
    Just add to exclusions.
    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]

  9. #7
    barbariy1's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    42
    Reputation
    10
    Thanks
    41
    My Mood
    Flirty
    I already did it and it still popup without the exclusion
    Last edited by master131; 04-13-2013 at 04:24 AM.

  10. #8
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Quote Originally Posted by barbariy1 View Post
    I already did it and it still popup without the exclusion
    Did this happen with older versions? I barely changed the Launcher code... What if you try adding the exclusion manually?
    Last edited by master131; 04-13-2013 at 04:42 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. #9
    cluckt's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Narnia's wardrobe
    Posts
    172
    Reputation
    10
    Thanks
    12
    My Mood
    Yeehaw
    FINALLY you updated the best esp! i used your esp for 6 months and after i bought black ops 2,after ban on bo2,on mw3 all the hack were bad,but now,i can return pwn everyone and start re-calling my best friend support juggy
    WHY U WATCH?????

  12. #10
    Rastamana's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    its approved we can use? its detectec when?

  13. #11
    MaxSvett's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    888
    My Mood
    Angelic
    Quote Originally Posted by Thunder View Post
    Can I have the source?
    I've made an external esp for mw2. If you want to use some of my code you can check it out on my ****** page.
    mw2 and mw3 use the same engine pretty much so it shouldn't be difficult to alter some of the code to make it work for mw3.
    Last edited by MaxSvett; 04-13-2013 at 06:58 AM.

  14. The Following User Says Thank You to MaxSvett For This Useful Post:

    Lowfry (04-13-2013)

  15. #12
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Quote Originally Posted by MaxSvett View Post
    I've made an external esp for mw2. If you want to use some of my code you can check it out on my ****** page.
    mw2 and mw3 use the same engine pretty much so it shouldn't be difficult to alter some of the code to make it work for mw3.
    He was joking, he did that to try to piss me off.
    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]

  16. #13
    MaxSvett's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    888
    My Mood
    Angelic
    Quote Originally Posted by master131 View Post
    He was joking, he did that to try to piss me off.
    Source code pls

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

    [MPGH]Thunder (04-13-2013)

  18. #14
    Nakaraka's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Kungälv
    Posts
    51
    Reputation
    10
    Thanks
    5
    My Mood
    Angelic
    Thankz, master <33

  19. #15
    DaB0zZ's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Could you get this working for FourDeltaOne MW3? this would be freakin awesome!
    Last edited by master131; 04-13-2013 at 03:41 PM.

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

    Hacker41822 (04-17-2013)

Page 1 of 6 123 ... LastLast

Similar Threads

  1. [Detected] MW3 .NET External ESP v3.8 [1.9.461]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 172
    Last Post: 03-21-2013, 09:47 AM
  2. [Detected] MW3 .NET External ESP v3.7 [1.9.461]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 245
    Last Post: 01-26-2013, 07:10 AM
  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