Page 97 of 111 FirstFirst ... 47879596979899107 ... LastLast
Results 1,441 to 1,455 of 1664
  1. #1441
    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 General Shepherd View Post
    I'm not sure and I can't test atm, but if you set the aimbot button to Caps Lock, it'll stay activated as long as Caps Lock is activated... As I said, I'm not sure, it's just a guess

    But I don't see the point on doing this.. cause itll lock on a target till you kill him.. if he's too far away, or behind a wall, the chances of you get killed by another player is pretty high
    Unfortunately I use CAPS LOCK as my trigger key and it only functions while the key is pressed. regardless of if the lock is active or not :/
    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]

  2. #1442
    MelkorFr's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    6
    My Mood
    Angelic
    Quote Originally Posted by katil-can View Post
    is there way to make aimbot work without pressing right click ? please help master131.

    Well try that as suggested by General Sheperd :
    KEY_BOT = Keys.LButton;Keys.RButton;Keys.Home

    Please note LButton = left click ....
    Meaning the aimbot will be active any time you shoot...
    Last edited by MelkorFr; 07-30-2012 at 09:31 AM.

  3. #1443
    xqz_'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MelkorFr View Post

    Are you not even opening it in a text editor ?
    If yes, is it just the Notepad or another one ?

    I can suggest you copy/paste the following into a brand new empty text file, then you save it in the same forlder and name it "config.mw3esp".
    You'll then be sure it's not a download issue.

    Code:
    // ----------------------------------------------------
    // 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 = 20
    
    // Overrides the sensitivity that is read from the game.
    // Only change this if for some reason, the aimbot does not
    // work. Set the value to the same value as the one seen
    // for 'sensitivity' in config_mp.cfg (without the quotes)
    SENSITIVITY_OVERRIDE = 
    
    // 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:
    // TextQuality.Default, TextQuality.Antialiased, TextQuality.ClearType or TextQuality.ClearTypeNatural
    // Use TextQuality.ClearType or TextQuality.ClearTypeNatural for better looking text.
    TEXT_QUALITY = TextQuality.Antialiased
    
    // -- ESP Colors
    COLOR_FRIENDLY = 0x7F0000FF
    COLOR_ENEMY = 0x7FFF0000
    COLOR_DEAD = 0x7F7F7F7F
    
    // -- ESP Settings
    ESP_BOX_WIDTH = 2
    
    // -- Crosshair Settings
    CROSSHAIR_SIZE = 10
    CROSSHAIR_WIDTH = 2
    CROSSHAIR_COLOR = 0xCCFF1111
    
    // -- Text Settings
    COLOR_PLAYER_NAME = 0x7FFFFFFF
    PLAYER_NAME_FONT = "Arial"
    PLAYER_NAME_SIZE = 8
    
    // -- Aimbot Settings
    COLOR_BOT_DOT = 0xFFFFFFFF
    
    // -- Status Settings
    STATUS_COLOR_ACTIVE = 0xFFFFCC00
    STATUS_COLOR_INACTIVE = 0xFF777777
    STATUS_COLOR_LINE = 0xAF000000
    
    // -- Distance ESP
    // Use 0.03048 for meters, or 0.1 for ft
    DISTANCE_ESP_UNIT =  0.03048
    // Use either "m" or "ft"
    DISTANCE_ESP_UNIT_NAME = "m" 
    
    // -- Radar/Mini-map
    MAP_COLOR_BACK = 0x44000000
    MAP_COLOR_BORDER = 0x7F0000FF
    MAP_COLOR_ME = 0xFF00FF00
    MAP_COLOR_FRIEND = 0xFF4444FF
    MAP_COLOR_ENEMY = 0XFFFF4444
    
    // The size of the radar in pixels.
    RADAR_SIZE = 160
    // The margin from the top and right of the screen, in pixels.
    RADAR_OFFSET = 30
    // The scale divider for the radar, the higher the number is, the closer the players are.
    RADAR_RANGE = 50
    // The offset of the radar's X axis from the center of the screen.
    RADAR_CENTER_X = 0
    
    // --------- Aimbot Settings ---------
    
    // The logic method of choosing a player to aim at, valid values are:
    // AimbotType.CrosshairDistance or AimbotType.PlayerDistance
    // The 1st one will aim at players closest to your crosshair while the other one
    // will aim at players closest to you.
    BOT_AIM_TYPE = AimbotType.CrosshairDistance
    
    // The maximum distance in pixels that the mouse is allowed to move
    // from the center of the screen (for AimbotType.CrosshairDistance) or 
    // the maximum distance that a player can be far away from you (AimbotType.PlayerDistance).
    // Set this to -1 to ignore any distance restrictions.
    BOT_MAX_DIST = 200
    
    // The maximum amount of pixels the aimbot is allowed to aim off
    // the target.
    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 = 6
    BOT_SPEED_TICK_1 = 15
    BOT_SPEED_2 = 3
    BOT_SPEED_TICK_2 = 30
    BOT_SPEED_3 = 1.8
    
    // 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
    
    // --------- Hotkey Settings ---------
    // Keys are written in this format: Keys.<keyname>
    // For a list of key names, please refer here:
    // https://msdn.microsof*****m/en-us/library/system.windows.forms.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 Keys.None.
    
    KEY_STATUS = Keys.F1
    KEY_AIMBOT_ACTIVE = Keys.F2
    KEY_BOXESP = Keys.F3
    KEY_DISTANCE = Keys.F4
    KEY_BOX_SNAPLINE = Keys.F5
    KEY_CROSSHAIR = Keys.F6
    KEY_RADAR = Keys.F7
    
    KEY_BOT = Keys.RButton;Keys.Home
    mhh i'll do that now too but self error..., its normal that the cfg an non ending file is?

    pls help me someone
    Last edited by xqz_; 07-30-2012 at 12:06 PM.

  4. #1444
    tylergott's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    209
    Reputation
    11
    Thanks
    650
    My Mood
    Devilish
    Quote Originally Posted by xqz_ View Post
    mhh i'll do that now too but self error..., its normal that the cfg an non ending file is?

    pls help me someone
    Hmmph I Can Help With MOST Problems,.. This I'm Just Confused On

  5. #1445
    MelkorFr's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    6
    My Mood
    Angelic
    Quote Originally Posted by tylergott View Post


    Hmmph I Can Help With MOST Problems,.. This I'm Just Confused On

    Indeed ... I can only think of a TeamViewer session just to assess what's the issue ...

  6. #1446
    xqz_'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    jeah who want to see/help me vie Teamviwer7 pls pn me...or write here

  7. #1447
    rezzax's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Norway
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    Is it just at me that the aimbot doesnt work? Or, how is it suppose to work?

  8. #1448
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by rezzax View Post
    Is it just at me that the aimbot doesnt work? Or, how is it suppose to work?
    Hold Right Mouse Button To Lock on Enemy. Release it to Un-Lock.


    CoD Minion from 09/19/2012 to 01/10/2013

  9. The Following User Says Thank You to MarkHC For This Useful Post:

    rezzax (08-01-2012)

  10. #1449
    2ndSky's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    can you make a singlepalyer ESP ??

  11. #1450
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by 2ndSky View Post
    can you make a singlepalyer ESP ??
    He already did one for the previous version of the SP... He just have to update it to this version. It's up to him to decide


    CoD Minion from 09/19/2012 to 01/10/2013

  12. The Following 2 Users Say Thank You to MarkHC For This Useful Post:

    2ndSky (07-31-2012),EpicCockMuncherNo1 (07-30-2012)

  13. #1451
    i69ducks's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    0
    My Mood
    Cheeky
    Alright, so I spent all day just using the wallhack/box to not be so subtle. No problems so far. I've only had one person suspecting me of hacking so far, great job!

  14. #1452
    Magfor1's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Does the MW2 still work as undicted ?

  15. #1453
    SammyDoge1's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Tried looking behind you...?
    Posts
    2,207
    Reputation
    62
    Thanks
    2,147
    My Mood
    Tired
    Quote Originally Posted by Magfor1 View Post
    Does the MW2 still work as undicted ?
    erm... wakie wakie this is mw3 section.....





  16. #1454
    tylergott's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    209
    Reputation
    11
    Thanks
    650
    My Mood
    Devilish
    Quote Originally Posted by i69ducks View Post
    Alright, so I spent all day just using the wallhack/box to not be so subtle. No problems so far. I've only had one person suspecting me of hacking so far, great job!
    Nice I Just Tube Go 70+ Every Game xD O.O

  17. #1455
    iDomxx's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Slovenia - Domžale
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Hello everything work awesome in this hack, there is only one problem and this is Aimbot, it dosent work for me :/, works only on FMGS akimbo and even there dosent work great but works badly :/

Page 97 of 111 FirstFirst ... 47879596979899107 ... LastLast

Similar Threads

  1. [Tutorial] MW3 .NET External ESP In Depth Tutorial V2
    By tylergott in forum Call of Duty Modern Warfare 3 Tutorials
    Replies: 20
    Last Post: 01-11-2013, 10:02 AM
  2. [Patched] External ESP 2.0 [1.9.433] [XP Compatible!]
    By rawr im a tiger in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 21
    Last Post: 08-17-2012, 01:41 PM
  3. [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
  4. [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
  5. [Preview] External ESP hack for MW3?
    By master131 in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 8
    Last Post: 02-14-2012, 02:53 PM