Page 1 of 10 123 ... LastLast
Results 1 to 15 of 144
  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.2 [1.9.441]

    Modern Warfare 3 .NET External ESP v3.2 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.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/9b54...is/1345942699/
    MW3 .NET External ESP v3.2 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
    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 340 Users Say Thank You to master131 For This Useful Post:

    ! Ravage ! (08-29-2012),<\WTF/>wonderbread (09-15-2012),..::Erik::.. (08-26-2012),abaaaabbbb63 (08-26-2012),AC180 (08-26-2012),aceres (08-31-2012),adam199916 (09-15-2012),Adam520 (08-27-2012),ag55 (08-26-2012),Ageoflov (09-05-2012),Agrodio (09-02-2012),akohacker (08-31-2012),alisher96 (08-30-2012),Alphadud (08-29-2012),amthatguy (09-04-2012),Andreask123 (08-31-2012),andreiandre (08-29-2012),Anonymous159 (08-28-2012),appis (09-01-2012),Aremaan (08-28-2012),aschuk (08-27-2012),asdasdasd7 (08-30-2012),asdzxc60 (08-27-2012),AsianRice (08-26-2012),ask2qswithmehacker (09-01-2012),Avanse (08-27-2012),Avitron (08-29-2012),awd12 (11-05-2012),Ax3r9 (08-28-2012),ballinj187 (09-02-2012),BartaoZ (09-01-2012),Basswouter (08-30-2012),beatz123 (08-26-2012),beer2 (08-27-2012),bernardo57PT (09-02-2012),bigturtle (09-13-2012),BinKrieger (08-31-2012),BishopGms (08-30-2012),black21wolf (08-26-2012),blkk (08-30-2012),Bloodyguy (08-26-2012),BNDSwagg8 (08-25-2012),bobcool09 (09-09-2012),brandonyli (08-26-2012),BrunoBRplay (08-31-2012),Burninglove (08-26-2012),camillakamph (09-14-2012),cardinal72 (08-26-2012),careless (08-31-2012),catuser (08-27-2012),ccjr20 (08-26-2012),cdzn (08-26-2012),ceasarnilsson (08-27-2012),Chainsi (08-30-2012),chauvsouris (09-03-2012),chet267 (08-31-2012),chl3765 (08-26-2012),choexpel (09-13-2012),Christian007 (08-30-2012),cohen09 (08-30-2012),cokoturka (08-27-2012),commando6669 (09-14-2012),Coolputte (09-07-2012),CorintoZ (08-30-2012),counterV (09-04-2012),critical123 (08-26-2012),Crumpzz (08-31-2012),CYBER-SNIPA (08-25-2012),dalby98 (08-27-2012),Dark2785 (08-25-2012),Darkbadboy (08-26-2012),DarKMagiciaN866 (08-29-2012),davidus969 (08-27-2012),davy01101993 (08-26-2012),dhsETHe5hjarjnrjtjstj554yu5 (08-28-2012),doomfinal (08-26-2012),dopies (10-09-2012),DoubleSub (08-29-2012),dragon0405 (08-28-2012),DRkidler (09-13-2012),Dulfhead (08-30-2012),Duncangrace (08-26-2012),dzoom24 (08-26-2012),Echo123 (08-25-2012),EggShit (08-27-2012),ekinguowei (08-27-2012),elh95 (08-29-2012),elitedude (09-07-2012),EnterHD (08-04-2013),Escalade88 (08-26-2012),etawakimasi (08-30-2012),Eugen619 (09-09-2012),EwoLzHDx (08-25-2012),failrec (09-14-2012),Faller10 (10-10-2012),famaric (08-27-2012),FAYAZ666 (08-26-2012),Feget (08-31-2012),ffdfdddgf (08-28-2012),fieserPICARD (08-28-2012),fitzgeraldfitzy (09-24-2012),freestyle913 (08-30-2012),Fussel123 (08-30-2012),gamerdude1049 (08-28-2012),Gang1111 (08-26-2012),gecko145 (08-26-2012),germanXP, (08-27-2012),gnubbelmupf (08-26-2012),GoldenEagle (08-25-2012),gotti85 (08-27-2012),Grimmm1 (08-25-2012),GTMocha (08-29-2012),guedessama (08-31-2012),Guthixboss1 (08-30-2012),H3artless (08-27-2012),hangcibai (08-25-2012),Hangiiz (08-27-2012),hdimagic (08-31-2012),headsh0ter (08-28-2012),Heiko (08-26-2012),hotpockets (08-28-2012),iBigge (09-12-2012),IchDer123 (08-27-2012),iCraZyY (09-22-2014),iDomxx (08-26-2012),IFiredYou (08-26-2012),ihaveadreamxd (08-25-2012),ill3st (08-30-2012),illadriel (08-30-2012),illidom (08-25-2012),Il_Cencio (08-28-2012),Indianhacker (08-30-2012),ininhalator90 (01-14-2014),instink321 (08-30-2012),iReal.Gamer|Natsu (08-30-2012),istheman (08-31-2012),jackhackx (08-28-2012),JackI3lack (08-31-2012),jacknew1990 (08-31-2012),jahansa (08-27-2012),janeyb (08-27-2012),jgriffin413 (08-26-2012),jiuniy (08-26-2012),John138 (08-28-2012),JohnDou (08-29-2012),johnnydreamers (08-30-2012),Jonesx (08-27-2012),jongf96 (09-01-2012),jrmafia (08-26-2012),Juryst (08-28-2012),jusikapide (08-30-2012),kabanos50 (01-07-2013),Kados (08-26-2012),karel1989 (08-31-2012),kelly232 (08-27-2012),Kenkid (08-26-2012),Kenroy Brown (08-25-2012),kirktimm420 (08-25-2012),KlaKsyVax (08-26-2012),klootviools (08-27-2012),km65 (08-30-2012),kolec94 (08-26-2012),Komoto (08-25-2012),Kroq (08-30-2012),kwante_galo (08-28-2012),Kyen (08-31-2012),kymiaka (09-01-2012),kyniu97 (08-30-2012),leandro666m (02-01-2013),lenny x3 (10-16-2012),lenor (08-26-2012),leon344 (08-31-2012),leonidass (09-08-2012),LewzyLewz (08-27-2012),Liamisi (08-26-2012),linusen (08-26-2012),LiteFang (08-27-2012),locedd (09-01-2012),Logan2012 (08-29-2012),lol12345x (08-26-2012),loloxd (08-25-2012),lonepro (08-26-2012),lordwar1998 (09-27-2012),LuLZo (09-01-2012),MaddoxXx (08-27-2012),MadEzio (08-30-2012),MagNyX (08-31-2012),magomerlon (09-01-2012),MainMenu (09-13-2012),majorask1690 (09-12-2012),malad (09-13-2012),manicpanic (08-28-2012),Marius1829 (08-26-2012),mark1212 (08-26-2012),matt2409 (08-28-2012),mauriciohlj (09-08-2012),Maver1n (08-25-2012),mecawenl (09-09-2012),MegaHackor (09-08-2012),Megaxine (09-01-2012),MelkorFr (08-26-2012),mick3ll (08-26-2012),Mihai98 (08-26-2012),mikedia (08-27-2012),mikelesc11 (09-17-2012),Milan925 (08-31-2012),milktitties (08-30-2012),Millerboys (08-30-2012),Mitavr (08-28-2012),Mnoxide (09-05-2012),Morf113 (08-26-2012),motwa (09-15-2012),mr2fun (09-06-2012),MrMatze432 (10-10-2012),Mroceans (08-26-2012),MrSneakyHD (09-02-2012),MSainT98 (08-26-2012),mstersgtpro (08-29-2012),NB81 (08-28-2012),needit (08-27-2012),Nerv Epic (08-26-2012),newgrounds90 (09-14-2012),nicco8989 (08-28-2012),nightraven052842 (08-26-2012),nik nal (09-01-2012),NikoBellic89 (10-04-2012),ninjaowner31 (08-26-2012),NoOneInSpecific (08-26-2012),NotEvenMad (08-25-2012),Novaranger (08-28-2012),oberot24 (08-27-2012),ocutinom (08-26-2012),ohnej (08-26-2012),oliver632 (08-26-2012),omfg91 (10-07-2012),OttEddy (08-26-2012),OverSkill (08-28-2012),oxymaster28 (10-09-2012),P!X3L62 (08-27-2012),pebaiano (09-01-2012),Peccavin (08-27-2012),petverjefke (09-13-2012),Pimf <3 (08-28-2012),pmb_hard_rock (08-26-2012),possiblekiller (08-29-2012),ppiotrexx (08-31-2012),primehunter (08-26-2012),Princeps (08-31-2012),professorpaperclip (08-29-2012),ProGamingNinja (09-06-2012),psp3004ben (08-27-2012),Pureanger (08-26-2012),R0flkart0ffl (08-27-2012),R1verside (08-26-2012),ragnar0100 (08-31-2012),ramin1515 (08-30-2012),Raufasertapete (08-26-2012),RealEfeXx (08-26-2012),REON2010 (09-16-2012),RicoDay (08-26-2012),rohitrath (08-30-2012),rollie123 (08-27-2012),roto (08-29-2012),rtvrtv (02-28-2013),sae5r74t4$&^ (08-31-2012),sam159753 (08-31-2012),SammyDoge1 (08-31-2012),Secred (08-28-2012),segamw123 (08-29-2012),serialcrazy (08-29-2012),SexySimon (08-26-2012),ShamelessDancer (08-29-2012),shelbyz1 (09-13-2012),siggi1994 (09-15-2012),SinX2000 (08-26-2012),skater5698 (08-28-2012),slovenc10 (09-01-2012),smoczek2203 (01-07-2013),smoothtaking (09-12-2012),snakor (08-26-2012),snav (08-26-2012),sombra12 (08-31-2012),Soner_lag (08-28-2012),Stanman08 (08-29-2012),steven18112 (09-03-2012),stexy (08-27-2012),stingray2004 (08-30-2012),stuffez (08-26-2012),supanoob (08-27-2012),superduper15 (08-26-2012),Supremeballer (11-08-2014),Sweedy (08-26-2012),TassioWalber (08-31-2012),TetraPack (08-26-2012),tex_x6 (09-15-2012),thebow123 (08-30-2012),ThePwner24 (08-26-2012),TheSnipre (09-05-2012),TheWowGAmer (08-26-2012),thory789 (08-26-2012),Tobias Atis (08-30-2012),tobibo (08-27-2012),ToKKan (08-25-2012),Toxic_Virous (09-07-2012),tyguy364 (08-26-2012),ubernooby (08-28-2012),urbanlucky (08-26-2012),valkaliban2 (08-25-2012),Vetka-san2 (08-29-2012),VigorousApathy (09-13-2012),viktorkettunen (08-27-2012),VLARY (08-27-2012),volov (08-25-2012),vonburden (09-14-2012),Vonte15 (09-01-2012),w00tseN (09-04-2012),w1zd00m (08-30-2012),waffles667 (09-06-2012),wandrehacker (08-26-2012),Wanted41ife (08-26-2012),Wazzaby (09-10-2012),will891410 (08-29-2012),Witcher! (08-27-2012),Wizzy12 (09-03-2012),Wolfteamhackfinder (08-29-2012),WSE$TWGwghwrsherhreh (08-29-2012),XAlnanusX (09-05-2012),Xelchari (08-28-2012),xShaiiNee (08-31-2012),xShotZz (08-26-2012),xstylerazor (08-28-2012),yakupparadox (08-26-2012),yihui86 (08-25-2012),Yo06Player (08-29-2012),zachlaur (08-26-2012),zENesis (08-26-2012),zeroxx18 (08-26-2012),zocker09 (10-13-2012),_ricardokobra_ (08-28-2012),°IceCold° (08-28-2012)

  3. #2
    z1ks's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    I love you <3 Thanks for being awesome

  4. #3
    BlackDevil02's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    Hi it works for me is not it always this error:


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

    ------------ Exception: ------------
    . System **** FileNotFoundException: File or assembly 'QuickInterop, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null' or one of its dependencies was not found. The system can not 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.
    You can enable assembly bind failure logging, by [\ HKLM \ Software \ Microsoft Fusion! EnableLog] set the registry value (DWORD) to 1.
    Note: Assembly binding logging error leads to some performance penalty.
    You can disable this feature by removing the registry value [HKLM \ Software \ Microsoft \ Fusion! EnableLog].

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

    System Information -------- -------
    Operating System: Microsoft Windows 7 Professional
    Graphics card (s): NVIDIA GeForce GTX 460
    Aero Enabled: Yes
    ------------------------------------

    that happens when I start the hack.
    I can use the ESP 2.12 version but ESP v3.1 dont work.

    PLS HELP^^

  5. #4
    GoldenEagle's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    CANBERRA BC
    Posts
    317
    Reputation
    102
    Thanks
    97
    My Mood
    Amused
    Love the quick updates. Great work!!
    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]

  6. #5
    Grimmm1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Awsome it works great, but i see the dot at the enemys chest is there a way to change the aimbot to aim at their head.

  7. #6
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,662
    My Mood
    Breezy
    Quote Originally Posted by BlackDevil02 View Post
    Hi it works for me is not it always this error:


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

    ------------ Exception: ------------
    . System **** FileNotFoundException: File or assembly 'QuickInterop, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null' or one of its dependencies was not found. The system can not 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.
    You can enable assembly bind failure logging, by [\ HKLM \ Software \ Microsoft Fusion! EnableLog] set the registry value (DWORD) to 1.
    Note: Assembly binding logging error leads to some performance penalty.
    You can disable this feature by removing the registry value [HKLM \ Software \ Microsoft \ Fusion! EnableLog].

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

    System Information -------- -------
    Operating System: Microsoft Windows 7 Professional
    Graphics card (s): NVIDIA GeForce GTX 460
    Aero Enabled: Yes
    ------------------------------------

    that happens when I start the hack.
    I can use the ESP 2.12 version but ESP v3.1 dont work.

    PLS HELP^^
    I'm not sure what's going on, are you sure you are double-clicking on the Launcher and not doing something else?

    Quote Originally Posted by Grimmm1 View Post
    Awsome it works great, but i see the dot at the enemys chest is there a way to change the aimbot to aim at their head.
    In config.mw3esp:
    Code:
    // 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 = 48
    BOT_CROUCHED_Z = 38
    BOT_PRONE_Z = 10
    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]

  8. The Following 2 Users Say Thank You to master131 For This Useful Post:

    mr2fun (09-07-2012),nickays (09-14-2012)

  9. #7
    Grimmm1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Thank you, it worked, keep up the awsome work.

  10. #8
    fluffygre's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    looks good. i dont like the tracers tho ;L

  11. #9
    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 fluffygre View Post
    looks good. i dont like the tracers tho ;L
    So turn them off?
    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]

  12. #10
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Hey thanks so much!

    But I'd like to ask something, how does triggerbot work? And what exactly does it do? Is it that self-explainable? does it just spam the trigger?

    Thanks

    downloaded and liked!

  13. #11
    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 uanaka View Post
    Hey thanks so much!

    But I'd like to ask something, how does triggerbot work? And what exactly does it do? Is it that self-explainable? does it just spam the trigger?

    Thanks

    downloaded and liked!
    You are spot on, the triggerbot works by simply spamming the the key you have set (usually the trigger) whenever you are holding the key and looking at an enemy. It can also be set to not need the key activation but you'll start firing at people on the other side of the map if you are not careful.
    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]

  14. #12
    Echo123's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Where else?
    Posts
    66
    Reputation
    10
    Thanks
    7
    My Mood
    Lurking
    Is it possible at all to move the F8 to another key at all because it keeps conflicting with another hack? or a way i can do it myself ?

  15. #13
    kisoumare's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    The aimbot dont work

  16. #14
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by GoldenEagle View Post
    You are spot on, the triggerbot works by simply spamming the the key you have set (usually the trigger) whenever you are holding the key and looking at an enemy. It can also be set to not need the key activation but you'll start firing at people on the other side of the map if you are not careful.
    Thank you for clarifying that. However I still am a bit fuzzy about this, so basically, you just hold the button and it will fire for you? so instead of aiming and firing from the mouse, you could just press H and it would fire+aimbot for you? Or is it just like a rapid fire

  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 Echo123 View Post
    Is it possible at all to move the F8 to another key at all because it keeps conflicting with another hack? or a way i can do it myself ?
    Change:

    Code:
    KEY_TRIGGERBOT = F8


    ---------- Post added at 03:53 PM ---------- Previous post was at 03:52 PM ----------

    Quote Originally Posted by uanaka View Post
    Thank you for clarifying that. However I still am a bit fuzzy about this, so basically, you just hold the button and it will fire for you? so instead of aiming and firing from the mouse, you could just press H and it would fire+aimbot for you? Or is it just like a rapid fire
    Yes, if you had the aimbot and the trigger bot on the same button you could just hold that button and it would aim and fire for you.

    ---------- Post added at 03:54 PM ---------- Previous post was at 03:53 PM ----------

    Quote Originally Posted by kisoumare View Post
    The aimbot dont work
    Are you sure you're holding down the bot key?
    Last edited by GoldenEagle; 08-26-2012 at 12:09 AM.
    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]

  18. The Following 2 Users Say Thank You to GoldenEagle For This Useful Post:

    bobcool09 (09-10-2012),Echo123 (08-26-2012)

Page 1 of 10 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.3 [1.9.441]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 124
    Last Post: 09-13-2012, 12:09 PM
  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