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

    MW3 .NET External ESP v3.3 [1.9.441]

    Modern Warfare 3 .NET External ESP v3.3 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 or Windows 7 with Aero enabled.

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

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

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

    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.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/f759...is/1346495273/
    MW3 .NET External ESP v3.3 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.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by master131; 09-01-2012 at 05:45 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 401 Users Say Thank You to master131 For This Useful Post:

    ' Moonlight ' (09-07-2012),112121111334343 (09-02-2012),12231223ss (09-05-2012),1nsan!ty (09-05-2012),39man (09-08-2012),abduzidoh (09-01-2012),AC180 (09-01-2012),aceado (09-11-2012),Aci90 (10-12-2012),adam1741 (09-03-2012),Adam520 (09-03-2012),agrippa.jr (09-01-2012),akathomas (12-12-2015),alessand8584 (11-08-2013),alkiyumi (09-05-2012),AllanDutch (09-13-2012),appis (09-07-2012),ArcanEckoh (09-09-2012),arxxer1 (09-12-2012),Arytix (09-02-2012),AsianRice (09-01-2012),b0nzai (09-05-2012),barneystimpson (09-08-2012),BartaoZ (09-01-2012),beatz123 (09-01-2012),beholder53 (09-09-2012),belhi (09-08-2012),Benny D'hoe (09-04-2012),bernardo57PT (09-02-2012),bgol64 (09-10-2012),bigturtle (09-13-2012),black21wolf (09-04-2012),bloodyfreakz (09-09-2012),Bloodyguy (09-01-2012),bloxeris (09-07-2012),Bob14 (09-14-2012),bobman2786 (09-01-2012),bommijn (09-09-2012),Branchez (09-09-2012),Brandon238 (09-02-2012),brandonyli (09-01-2012),bruice1993 (09-07-2012),Btrials (09-04-2012),bumle (09-06-2012),By Cisco (09-06-2012),C0c0nut (09-12-2012),cadbury2010 (09-12-2012),Calu (09-07-2012),calvin_17 (09-01-2012),captainfitzi (09-07-2012),ccjr20 (09-01-2012),ceetjuuh (02-01-2013),Christian007 (09-01-2012),chrono732 (09-01-2012),clearthebong (09-04-2012),cntrycush (09-08-2012),codmanowns (09-02-2012),cohen09 (09-03-2012),cokoturka (09-05-2012),cold2097 (09-09-2012),cowman2333 (09-09-2012),Craid (09-07-2012),cryamond (09-08-2012),CubicSphere (09-05-2012),CYBER-SNIPA (09-01-2012),d101 (09-13-2012),D4rt (09-01-2012),da1m1337 (09-15-2012),dabattousai (09-06-2012),dafuq77 (09-05-2012),Dark2785 (09-05-2012),davidus969 (09-05-2012),davy01101993 (09-04-2012),der von nebenan (09-22-2015),dhsETHe5hjarjnrjtjstj554yu5 (09-01-2012),DiamandKeks (09-03-2012),DiedLife (09-04-2012),Divirian (09-01-2012),diwi28 (09-13-2012),DjSoMmAa (09-13-2012),dominique91 (09-02-2012),dopita24 (09-16-2012),Dulfhead (09-01-2012),dyv (09-09-2012),Echo123 (09-01-2012),Eduh26 (09-13-2012),EggShit (09-02-2012),eiao33 (09-07-2012),elh95 (09-04-2012),eli020588 (09-05-2012),elitegamer98 (09-12-2012),Eugen619 (09-09-2012),EVGUENIY (09-28-2012),evgueniy1 (09-28-2012),exation (09-04-2012),ezequiel77 (09-02-2012),fetto65 (09-05-2012),fieserPICARD (09-04-2012),Finndertolle (09-10-2012),Flob7 (09-09-2012),Fralor (09-08-2012),fullbaa (09-05-2012),Fussel123 (09-01-2012),gaggi786 (11-15-2012),gamerdude1049 (09-01-2012),Gametheone3D (09-06-2012),garbus613 (09-09-2012),ghostart (09-09-2012),Gibbs123 (09-01-2012),Git4nos (09-03-2012),gnubbelmupf (09-10-2012),GOD| Fire (09-13-2012),goldendragon70 (09-01-2012),Grimmm1 (09-01-2012),GrooveStyle (09-06-2012),h584094084 (09-03-2012),hackerelite (09-03-2012),hangcibai (09-02-2012),HarA55 (09-06-2012),HardcoreZmeer (11-19-2012),hjs0212 (09-01-2012),Homofuerst. (09-11-2012),iBlendHD (09-10-2012),IFiredYou (09-01-2012),ill3st (09-01-2012),illinoth (09-06-2012),ilovethispage (09-08-2012),Il_Cencio (09-09-2012),Indianhacker (09-08-2012),iNJ3ct0R (09-08-2012),ionatan (09-13-2012),ipsot (09-09-2012),iPuR3Zz (10-20-2015),irlano (09-12-2012),Ishmum (09-07-2012),istheman (09-01-2012),ITSOVERNEINENEINEINEIN231 (09-05-2012),iyad.pro (09-01-2012),I_Krayxz (07-08-2015),Jacablaca1 (09-01-2012),JackCrowe (09-01-2012),Jaco2619 (09-02-2012),jayramirez (04-18-2015),jedaru762 (09-08-2012),jeffrey625 (09-06-2012),jens183 (09-13-2012),jepplaa (09-07-2012),jetuletz (09-07-2012),JimWTF (09-11-2012),jiuniy (09-08-2012),johannes3108 (09-03-2012),JohnDou (09-01-2012),johnny97420 (09-09-2012),johnslash (09-03-2012),JoK3R001 (09-06-2012),Jonnay (09-01-2012),jonza (09-13-2012),joonttee (09-01-2012),Jordan Borths (09-01-2012),jp addinall (09-02-2012),JPointman11 (09-09-2012),Ju57g0tB4nn3d (09-06-2012),jwood2933 (09-10-2012),kapito0 (09-10-2012),kara99 (09-12-2012),karel1989 (09-13-2012),kaybeaumont (09-02-2012),Kayseth (09-04-2012),kazi_kazi (09-08-2012),kb2010 (09-09-2012),Kenkid (09-02-2012),kennethjohnz (09-21-2012),Kenroy Brown (09-01-2012),Keon (09-13-2012),kierandavies1234 (09-02-2012),KILLAzaa (04-29-2015),king0070 (09-07-2012),kkmo13 (09-03-2012),kladd (09-03-2012),KlaKsyVax (09-01-2012),km65 (09-03-2012),kokiepokie (09-09-2012),kool.123 (09-12-2012),KranKOne (09-03-2012),kymiaka (09-01-2012),kyniu97 (09-01-2012),L3G3ND12345 (04-23-2013),lamechey (09-08-2012),Lanxe (06-10-2015),lapua86 (09-08-2012),laratete (09-09-2012),larson16 (09-04-2012),Legi19 (09-13-2012),leosaija (09-13-2012),Letterbomb (09-02-2012),lfc3333 (09-02-2012),lifar (10-11-2012),LilChabs (09-11-2012),LiLHomie (09-11-2012),lisaully (09-07-2012),lkclkc123 (09-08-2012),lkclkc1231 (09-07-2012),locki44 (09-05-2012),lol12345x (09-02-2012),LoLeQxDD (09-11-2012),lonepro (09-04-2012),LongFaze1967 (09-30-2012),lonoxidus1299 (09-05-2012),lordofkill (09-11-2012),lovejoy (09-08-2012),ltceda (09-07-2012),LuckerFaZe (09-01-2012),Lucky13shots (09-09-2012),luizotavio (09-09-2012),luka9x (09-07-2012),luwii (09-01-2012),maartje (09-07-2012),MadzeN1337 (09-07-2012),MagNyX (09-01-2012),Maik_- (09-09-2012),majorask1690 (09-17-2012),malacarts (09-09-2012),manicpanic (09-01-2012),Mansinho (09-08-2012),MarainXK (09-09-2012),marci33 (09-06-2012),mark1212 (09-01-2012),markospower (09-06-2012),Martgest (09-01-2012),matrixdecoder (09-04-2012),matt2409 (09-09-2012),Maver1n (09-02-2012),Mayleen (09-21-2015),MelkorFr (09-02-2012),Millerboys (09-03-2012),moemoe001 (09-05-2012),mohamedijas (02-11-2017),mooning66 (09-09-2012),Morf113 (09-06-2012),Morne"q (09-13-2012),mr2fun (09-13-2012),MSainT98 (09-05-2012),MudFrog (09-05-2012),N0SiL3Nc3 (09-07-2012),nagendhrabanoth (10-26-2012),needit (09-04-2012),nela (09-02-2012),Nerv Epic (09-01-2012),Neutralizator1 (09-04-2012),NEVEsHD (09-29-2012),Nicholashansen123 (11-01-2014),nickpe (09-13-2012),Nickttt (09-02-2012),Nico Weynand (09-10-2012),nightraven052842 (09-08-2012),Ninjaneji2 (09-08-2012),no gots no (09-10-2012),Nomad9233 (09-10-2012),nookiisbot123 (09-01-2012),NoOOoBPunisher (09-04-2012),Norvex (09-07-2012),NotEvenMad (09-01-2012),nzrX (09-07-2012),ocutinom (09-01-2012),odil12345 (09-01-2012),Oextar (09-08-2012),P!X3L62 (09-04-2012),pacman00 (09-02-2012),PandaAiRJump (09-03-2012),parax3 (09-12-2012),pasjonpi (09-02-2012),pebaiano (09-01-2012),Peccavin (09-07-2012),Pedrowarior (09-03-2012),peezapza (09-13-2012),pewpewlazers (09-04-2012),pfistara (09-01-2012),phoenix30016 (09-13-2012),Pimf <3 (09-06-2012),pinii122 (09-02-2012),pinkleberry2 (09-06-2012),pkrownedu (09-12-2012),pmb_hard_rock (09-03-2012),PocketAces1998 (09-07-2012),poeppiegay (09-02-2012),pongkatoon (09-13-2012),pooping999 (09-08-2012),Pureanger (09-01-2012),Puzzytutorials (09-01-2012),R0flkart0ffl (09-03-2012),r0flma01 (09-03-2012),r0y4ax (09-01-2012),R107 (09-03-2012),Rad3on (09-03-2012),ramin1515 (09-01-2012),Rebel21 (09-12-2012),RecklessVoid (09-14-2012),redassasin (02-07-2014),RedClayDirt (09-18-2012),Relaxxs (09-13-2012),REON2010 (09-16-2012),rGAERGHaewrhaerh (09-07-2012),rileyjstrickland (09-01-2012),Riox222 (09-02-2012),Robert McMan (09-02-2012),rocko009 (09-01-2012),Rockspackman (09-08-2012),Roflmaqrux (09-11-2012),roflsecurity (09-03-2012),rollie123 (09-02-2012),ronny94 (09-01-2012),rquao (09-06-2012),rsmvbomb04 (09-04-2012),rudderbash (09-13-2012),Ruffy2 (09-01-2012),rulo09x (09-02-2012),ryushinji (09-03-2012),sae5r74t4$&^ (09-05-2012),Sandroo (09-15-2012),satgame (11-16-2012),sazardog (09-06-2012),schertt (09-04-2012),scooter585 (09-13-2012),Secred (09-01-2012),sepppo (09-14-2012),sergin127 (09-06-2012),SexySimon (09-12-2012),ShamelessDancer (09-03-2012),SHEEPSHAGGAH (09-07-2012),ShiiNee (09-04-2012),shinyjijo (09-14-2012),ShitStomper (09-12-2012),SinuSKilleR (09-09-2012),SL!De (09-10-2012),Slovarick (09-13-2012),smackdown45 (09-03-2012),smoothtaking (09-13-2012),soapeif (09-08-2012),stab2009 (09-08-2012),Stanman08 (09-05-2012),STEELER_Daddy43 (09-06-2012),Steelvein (09-12-2012),stexy (09-07-2012),STOFFIE (09-06-2012),stuffez (09-02-2012),supanoob (09-01-2012),Supremeballer (11-08-2014),Sweedy (09-04-2012),swix93 (09-01-2012),tangzhuolol (09-26-2020),tehhackar (09-09-2012),ThexTommii (12-15-2012),thory789 (09-02-2012),tizianello (09-12-2012),tj9ew5jsw (09-02-2012),Tobias Atis (09-10-2012),Toksin (08-16-2015),Tokyosunrise (09-05-2012),trelopaoki4 (01-21-2013),trhsterdHSTEhstehththth (09-05-2012),trimitrim (09-01-2012),true1495 (09-01-2012),twilightkey (09-05-2012),tyguy364 (09-03-2012),tylercarr (09-10-2012),tymuboss (05-22-2013),Typenow (09-03-2012),udo320 (09-07-2012),Vetka-san2 (09-06-2012),VLARY (09-02-2012),vmpenin (09-13-2012),volov (09-04-2012),wandrehacker (09-01-2012),we pwn (09-07-2012),WeedWaffleZ (09-01-2012),whisky789 (09-01-2012),WhittedKiller (09-02-2012),wildcat12 (12-07-2013),Witcher! (09-01-2012),Wizzy12 (09-03-2012),woodzy94 (09-07-2012),wwr2128 (09-11-2012),xaoxao92 (09-07-2012),xaver78 (09-05-2012),xGoldenClawz (09-09-2012),xLneoxLx (09-21-2012),XmaanieX (09-08-2012),xploziv2 (09-07-2012),xShotZz (09-08-2012),xXLikeABawzXx (09-01-2012),xXtifyXx (09-01-2012),Yesimdo (09-10-2012),yloly (09-08-2012),zaboomdoom (09-14-2012),zarpas (09-07-2012),Zedriv (09-13-2012),zerok55 (09-02-2012),Zieahdoor (09-05-2012),zielben (09-05-2012),[RAGE] Mad YET? (09-11-2012),__iSuQ? (09-01-2012)

  3. #2
    Deathrun's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Location
    Home
    Posts
    80
    Reputation
    10
    Thanks
    34
    My Mood
    Shocked
    is this new version of it? :s

  4. #3
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Quote Originally Posted by Deathrun View Post
    is this new version of it? :s
    Yes, it fixes the overlay issue on Vista.
    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]

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

    mr2fun (09-13-2012)

  6. #4
    Kolo2000's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Kolotania
    Posts
    50
    Reputation
    10
    Thanks
    7
    My Mood
    Amused
    Okay master131 i told u before but i have to say it again : "You are my god!" thank you so much

    Okay everything works fine except 1 thing the complete turn off of a feature.
    Last edited by Kolo2000; 09-01-2012 at 06:55 AM.
    A thanks doesn´t hurt but gives a good feeling

  7. #5
    LuckerFaZe's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    So does it works only on Windows7 and vista?

  8. #6
    GoldenEagle's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    CANBERRA BC
    Posts
    317
    Reputation
    102
    Thanks
    97
    My Mood
    Amused
    Quote Originally Posted by LuckerFaZe View Post
    So does it works only on Windows7 and vista?
    Yes, only 7 and vista as it needs aero to function
    As the eagle was killed by the arrow winged with his own feather... We often give our enemies the means to destroy us.

    If I helped at all, be a pal and hit thanks And a little rep goes along way!
    [img]https://www.userbarslis*****m/uploads/av/2010-02/1265635923_36986.gif[/img]
    [img]https://www.userbarslis*****m/uploads/av/2009-06/thumbs/350x19_1244536947_18427ql6.png[/img]

  9. #7
    z1ks's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    I have a question:
    UAC3 detects this hack??

  10. #8
    BlackDevil02's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    dont work ....
    "Wainting for modern warefare 3 ... " not occur -.-

    i can only use 2.12 /2.13 but dont fucking 3er version ...

  11. #9
    odil12345's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    8
    My Mood
    Busy
    master131, can you make an external esp hack for call of duty 4? I don't need these really big and good features, only box esp. But if you can you can add aimbot for it, too. But if you can't the box esp will be fair enough for me.

    So, can you make a .NET External ESP hack for call of duty 4?

  12. #10
    algomaga's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    233
    Reputation
    10
    Thanks
    21
    My Mood
    Drunk
    Quote Originally Posted by z1ks View Post
    I have a question:
    UAC3 detects this hack??
    UAC3=Screenshots, I think is detected

  13. #11
    marre276276's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    I hope I wont get banned But I followed the hack since verison 2 and your the best! I owe you a thank!

  14. #12
    Lulz$ecurity's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Kaesong
    Posts
    721
    Reputation
    15
    Thanks
    180
    don't need to download this
    (win7)

  15. #13
    Kolo2000's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Kolotania
    Posts
    50
    Reputation
    10
    Thanks
    7
    My Mood
    Amused
    Quote Originally Posted by Lulz$ecurity View Post
    don't need to download this
    (win7)
    who cares?? pls stay on topic
    Greetz Kolo
    A thanks doesn´t hurt but gives a good feeling

  16. #14
    Grilofuzeta's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    SQL Server
    Posts
    93
    Reputation
    10
    Thanks
    4
    My Mood
    Devilish
    Auto shoot is a waste of ammo...

    TRIGGER_BOT_REQUIRE_BOT_KEY = true // Change it to false

  17. #15
    GoldenEagle's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    CANBERRA BC
    Posts
    317
    Reputation
    102
    Thanks
    97
    My Mood
    Amused
    Quote Originally Posted by Grilofuzeta View Post
    Auto shoot is a waste of ammo...

    TRIGGER_BOT_REQUIRE_BOT_KEY = true // Change it to false
    If you change it to false it wastes even more ammo... As it requires no activation and will fire whenever it feels like it.[COLOR="Silver"]
    As the eagle was killed by the arrow winged with his own feather... We often give our enemies the means to destroy us.

    If I helped at all, be a pal and hit thanks And a little rep goes along way!
    [img]https://www.userbarslis*****m/uploads/av/2010-02/1265635923_36986.gif[/img]
    [img]https://www.userbarslis*****m/uploads/av/2009-06/thumbs/350x19_1244536947_18427ql6.png[/img]

Page 1 of 9 123 ... LastLast

Similar Threads

  1. [Outdated] MW3 .NET External ESP v3.3 [1.9.441] Smooth Aim Config v1
    By Goonman1 in forum Call of Duty Modern Warfare 3 Tutorials
    Replies: 17
    Last Post: 09-14-2012, 04:47 AM
  2. [Patched] MW3 .NET External ESP v3.2 [1.9.441]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 143
    Last Post: 09-01-2012, 02:15 AM
  3. [Patched] MW3 .NET External ESP v3.1 [1.9.441]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 42
    Last Post: 08-25-2012, 08:06 PM
  4. [Patched] MW3 .NET External ESP v3.0 [1.9.441]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 117
    Last Post: 08-24-2012, 05:59 PM
  5. [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