Results 1 to 13 of 13
  1. #1
    enkenk's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    9
    My Mood
    Dead

    Question help info MW3 .NET External ESP v3.5 [1.9.453]

    don't work more now! has worked up to last night! have unloaded more times and annulled the norton but continuous to give me this error! I play before appeared now aloft in the screen of it doesn't appear anymore! me recently have due riscaricare the game and to put again the texture hack (texture hack not and in relief, you/he/she is not even signalled by the v.B.C.) so not give useless answers) I have not been bannato from the game! can give him that the change of the texture hack gives him boredom to the hack bo!! later I will retry to mend the game.

    non funziona piu ora ! ha funzionato fino a ieri sera ! ho scaricato piu volte e annullato il norton ma continua a darmi questo errore ! ne gioco prima appariva in alto nello schermo adesso non appare piu ! io di recente ho dovuto riscaricare il gioco e rimettere il texture hack ( texture hack non e rilevato,non viene nemmeno segnalato dal v.a.c. ) sicche non date risposte inutili ) io non sono stato bannato dal gioco ! puo darsi che la modifica del texture hack gli dia noia al hack bo!! dopo riprovero a riparare il gioco .



    le mie config !

    // ----------------------------------------------------
    // Settings file for MW3 .NET External ESP by master131
    // ----------------------------------------------------

    // How often in milliseconds to render/draw on the overlay.
    // Decreasing will make it render faster but will use more
    // CPU power. Increasing will do the opposite. Play around
    // with this to optimize the performance of the hack.
    RENDER_INTERVAL = 10

    // Overrides the name used to create the executable in the temporary
    // directory. Leave this empty to let the Launcher randomly generate
    // a name but if your Anti-Virus does not like it, give it a name
    // and then add the file to exclusions when it detects it as a virus again.
    // An example would be "abc123", remember to add the quotes.
    EXECUTABLE_NAME =

    // ------------------------- Graphical Settings -------------------------
    // All colors are in an 0xAARRGGBB format
    // AA = Alpha, RR = Red, GG = Green, BB = Blue

    // The quality of all text used in the hack, valid values are:
    // Default, Antialiased, ClearType or ClearTypeNatural
    // Use ClearType or ClearTypeNatural for better looking text.
    TEXT_QUALITY = Default

    // ---------- ESP Colors ----------
    COLOR_FRIENDLY = 0x7F0000FF
    COLOR_ENEMY = 0x7FFF0000
    COLOR_DEAD = 0x7F7F7F7F
    COLOR_SENTRY = 0x7F00B050
    COLOR_PLANE = 0x7F880088

    // ---------- ESP Settings ----------
    ESP_BOX_WIDTH = 2
    ESP_PLANE_SENTRY_ENABLE = true // Set to false to disable plane and sentry detection, will use less CPU.

    // ---------- Crosshair Settings ----------
    CROSSHAIR_SIZE = 8
    CROSSHAIR_WIDTH = 2
    CROSSHAIR_COLOR = 0xCCFF1111

    // ---------- Text Settings ----------
    COLOR_PLAYER_NAME = 0x7FFFFFFF
    PLAYER_NAME_FONT = "Arial"
    PLAYER_NAME_SIZE = 14

    // ---------- Aimbot Settings ----------
    COLOR_BOT_DOT = 0x7FFFFFFF
    BOT_DRAW_DOT = true // Set this to false to hide the aimbot dot.

    // ---------- Status Settings ----------
    STATUS_COLOR_ACTIVE = 0xFFFFCC00
    STATUS_COLOR_INACTIVE = 0xFF777777
    STATUS_COLOR_LINE = 0xAF000000

    // ---------- Status Labels ----------
    F1_LABEL = "display"
    F2_LABEL = "aimbot"
    F3_LABEL = "box esp"
    F4_LABEL = "distance"
    F5_LABEL = "snapline"
    F6_LABEL = "crosshair"
    F7_LABEL = "radar"
    F8_LABEL = "triggerbot"

    // ---------- Distance ESP ----------
    DISTANCE_ESP_UNIT = 0.03048 // Use 0.03048 for meters, or 0.1 for ft
    DISTANCE_ESP_UNIT_NAME = "m" // Use either "m" or "ft"

    // ---------- Radar/Mini-map ----------
    MAP_COLOR_BACK = 0x44000000
    MAP_COLOR_BORDER = 0x7F0000FF
    MAP_COLOR_ME = 0xFF00FF00
    MAP_COLOR_FRIEND = 0xFF4444FF
    MAP_COLOR_ENEMY = 0xFFFF4444

    RADAR_SIZE = 160 // The size of the radar in pixels.
    RADAR_CENTER_X = 0 // The offset of the radar's X axis from the center of the screen.
    RADAR_OFFSET_Y = 30 // The offset of the radar's Y axis from the top of the screen.
    RADAR_RANGE = 50 // The scale divider for the radar, the higher the number is, the closer the players are. Note this is only used when the map is not supported.
    RADAR_MAP_SHOW = true // Set to false to hide the map from the radar.
    RADAR_MAP_BLENDING = 0xDF7F7F7F // The blending color for the radar map.

    // ------------------------- Aimbot Settings -------------------------

    // The maximum distance in pixels that the mouse is allowed to move from the center of the screen.
    BOT_MAX_DIST = 200 // Set this to -1 to ignore any distance restrictions.

    // This will reduce the huge "hop" distance after you kill a player to make it look more realistic.
    BOT_MAX_HOP_DIST = 50 // Set this to the same number as BOT_MAX_DIST to disable.

    // The maximum amount of pixels the aimbot is allowed to aim off the target.
    // This will make the aimbot aim wildly. Might make it not look so obvious that you're hacking.
    BOT_MAX_JITTER = 0

    // The speeds for the aimbot, the explanation for them are as follows:
    // BOT_SPEED_1 refers to the aimbot speed when you've JUST aimed at a player
    // (which is initially a little slow) but as a certain amount of frames have passed
    // (BOT_SPEED_TICK_1), the next speed is activated (BOT_SPEED_2) and after BOT_SPEED_TICK_2
    // frames have passed, the speed stays at BOT_SPEED_3. Feel free to fiddle with this.
    BOT_SPEED_1 = 2.8
    BOT_SPEED_TICK_1 = 15
    BOT_SPEED_2 = 2
    BOT_SPEED_TICK_2 = 30
    BOT_SPEED_3 = 1.4

    // 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 = 60
    BOT_CROUCHED_Z = 42
    BOT_PRONE_Z = 15

    // ------------------------- Triggerbot Settings -------------------------

    // The amount of frames that have to pass before firing another bullet.
    TRIGGER_BOT_FIRE_INTERVAL = 2 // Decrease to fire faster.
    TRIGGER_BOT_REQUIRE_BOT_KEY = true // Set to false to be able to just hover over enemies and shoot automatically.

    // ------------------------- Hotkey Settings -------------------------
    // For a list of key names, please refer here:
    // https://msdn.microsof*****m/en-us/libr...orms.keys.aspx
    // You can also map multiple keys to an option, just make to to seperate them using a semi-colon.
    // If you wish to disable a feature completely, use None.
    // Example: KEY_STATUS = None

    KEY_STATUS = F3
    KEY_AIMBOT_ACTIVE = F4
    KEY_BOXESP = F5
    KEY_DISTANCE = F6
    KEY_BOX_SNAPLINE = F7
    KEY_CROSSHAIR = F8
    KEY_RADAR = F9
    KEY_TRIGGERBOT = F10

    KEY_TRIGGER_BOT_KEY = RButton // The key that is held down to activate the triggerbot, can be the same as KEY_BOT.
    KEY_TRIGGER_BOT_FIRE_KEY = H // The key that is pressed to fire when triggerbot is active, only 1 key is allowed.
    KEY_BOT = RButton;Home // The key that is held down to activate the aimbot.
    Attached Thumbnails Attached Thumbnails
    cats.jpg  


  2. The Following User Says Thank You to enkenk For This Useful Post:

    xxbeastswag (11-18-2012)

  3. #2
    Ilovebosnia's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    mine external doesnt work to

  4. #3
    enkenk's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    9
    My Mood
    Dead
    devi disabilitare il " DEP " E IL " UAC "
    you must disable the " DEP " E The " UAC "


    Last edited by enkenk; 11-18-2012 at 04:17 PM.

  5. #4
    AsianRice's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In My Girls Pants :3
    Posts
    268
    Reputation
    12
    Thanks
    213
    My Mood
    Bored
    maybe in english then i can probably help in some way LOL

  6. #5
    Makalon's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    178
    Reputation
    10
    Thanks
    21
    My Mood
    Relaxed
    speak english -_-

  7. #6
    Set Name's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Disable anti virus, Run as admin. extract both files Launcher and Config, ENJOY THE HACK

  8. #7
    Kowalsky's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Anyone knows if there is any updated version for the .459?

  9. #8
    Slaytanic's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    924
    Reputation
    12
    Thanks
    103
    My Mood
    Bored
    when there is one you will see it in the releases section.

  10. #9
    darealfrosty's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    it doesnt work becuase the update he always uploads the new one about 2 days after its patched

  11. #10
    enkenk's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    9
    My Mood
    Dead
    close Thread tank

  12. #11
    EASTER BUNNY's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    3

    Unhappy

    Mine 2 after the Update.

  13. #12
    jaydeedantes's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    3
    tnx ^_^ bro!!! hehehee

  14. #13
    bballchamp99's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Look Behind You!
    Posts
    122
    Reputation
    10
    Thanks
    123
    My Mood
    Stressed
    /request close outdated, and btw creator of the thread check the new updated version of @master131 hack.

Similar Threads

  1. [Patched] MW3 .NET External ESP v3.5 [1.9.453]
    By master131 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 485
    Last Post: 12-10-2012, 02:45 PM
  2. [Help Request] Tekno 1.4.382 MW3. NET External ESP
    By qq438756077 in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 09-15-2012, 03:11 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