OldSchoolHack

Registrieren / Anmelden Deutsch

MW3 .NET External ESP v2.11 [1.9.433]

not available
Download (465.54 KB)

VirusTotal Ergebnis: 1/46

virustotal

Beschreibung

Please note that Windows XP is no longer supported, scroll to the bottom for more details. Also, make sure your question is here first before asking.

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

What version of MW3 does this work with?
1.9.433 (Steam only, not Tekno-Gods)

Can I have the source?
No ^^

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 hack?
- Download and extract the attachment
- (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 F1, F2 and F3 buttons to toggle the function and use right-mouse button or the Home key to use the aimbot.

Wait... version 2.11? Why not 3.0?
This is a personal decision, I can any version numbering I please. I'm not going to change it to v3.0 unless I am absolutely sure that the hack is stable enough and has most features implemented, I do still have a few more things planned that I want to add when I have some time.

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:
Zitat
EXECUTABLE_NAME =

and then replace it with this, you can put anything you want in between the quotes.
Zitat
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).
Zitat
COLOR_FRIENDLY = 0x7F0000FF

to this instead:
Zitat
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 doesn't work?
Firstly, make sure you are holding the right-mouse button. Otherwise if it still doesn't work then I'm not exactly sure why this is happening... For now, please open the config file and find this line:
Zitat
SENSITIVITY_OVERRIDE =

Then, open your config_mp.cfg file normally found in Crogram FilesSteamsteamappscommoncall of duty modern warfare 3players2. You'll find something like this (you need to scroll down a little):
Zitat
seta sensitivity "5"

Then, put the number in between the quotes into config.mw3esp and save it:
Zitat
SENSITIVITY_OVERRIDE = 5

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!

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
- Snaplines
- Distance ESP
- Crosshair
- Status/Menu bar
- Configurable settings
- Name tag
- VAC countermeasures to make sure this stays undetected.

What's new:
Zitat
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.

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

Why did you remove XP support?
There are a couple of reasons why I removed XP support. 1. It's getting old and outdated, extended support for XP is ending soon which means that Microsoft will no longer create updates for it. That means it'll be open to any new exploits and threats once that ends. 2. The old overlay method which supported XP was too slow, only people with high-end CPUs could run it, most people couldn't. I'm sorry if I'm inconveniencing people but I guess it's time for an OS update.

STATUS : 28.06.2012 UNDETECTED

Download MW3 .NET External ESP v2.11 [1.9.433]