Page 32 of 111 FirstFirst ... 2230313233344282 ... LastLast
Results 466 to 480 of 1664
  1. #466
    uBrot's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    First, sorry for my english. I got this error:

    "Unable to find a version of the runtime to run this application."

    I activated .NET 3.5.1 on Windows 7, but it doesn't work. Also Avira reporting it as a Trojan, even when I add the process to exceptions.
    Any Idea/ Help?

  2. #467
          ( ° ͜ʖ͡°)╭∩╮
    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 KillTheHack View Post
    Oh sorry ^^' one more thing, the aimbot is too slow now. Can i still use the 2.4 version or no ? Because i prefer this version without the lines etc... (but it's still a good job)
    You can remove the lines and change the speed, take a look at everything before commenting

    Quote Originally Posted by uBrot View Post
    First, sorry for my english. I got this error:

    "Unable to find a version of the runtime to run this application."

    I activated .NET 3.5.1 on Windows 7, but it doesn't work. Also Avira reporting it as a Trojan, even when I add the process to exceptions.
    Any Idea/ Help?
    Reinstall the .NET Framework and maybe install the .NET 4... And get a better antivirus or look for any instruction about how to manage it... (aka Google it)
    Last edited by MarkHC; 05-24-2012 at 02:32 PM.


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

  3. #468
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Quote Originally Posted by KillTheHack View Post
    Oh sorry ^^' one more thing, the aimbot is too slow now. Can i still use the 2.4 version or no ? Because i prefer this version without the lines etc... (but it's still a good job)
    You can turn the lines off by pressing F5. As for the slow aimbot, try editing the config file and replacing the aimbot speeds with this:
    Code:
    BOT_SPEED_1 = 6
    BOT_SPEED_TICK_1 = 15
    BOT_SPEED_2 = 3
    BOT_SPEED_TICK_2 = 30
    BOT_SPEED_3 = 1.8
    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]

  4. #469
    jgriffin413's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    was wondering if anyone would give me a tip with the config file that will help me lock onto people who crouch while running and people running from left to right. i ask for help because im a little afraid to mod the settings myself.

  5. #470
          ( ° ͜ʖ͡°)╭∩╮
    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 jgriffin413 View Post
    was wondering if anyone would give me a tip with the config file that will help me lock onto people who crouch while running and people running from left to right. i ask for help because im a little afraid to mod the settings myself.
    I dunno if my its the best, but works fine for me, so here's my config file:

     
    Code:
    // --------- 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 = 250
    
    // 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 = 5
    BOT_SPEED_TICK_1 = 15
    BOT_SPEED_2 = 4
    BOT_SPEED_TICK_2 = 30
    BOT_SPEED_3 = 2
    
    // 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


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

  6. #471
    murderer123's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    There was an update for the game!

  7. The Following User Says Thank You to murderer123 For This Useful Post:

    BadBoyChris (05-25-2012)

  8. #472
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    /updated

    Enjoy guys, refer to the changelog for more details.
    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]

  9. #473
    Rad3on's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    3
    thanks man

  10. #474
          ( ° ͜ʖ͡°)╭∩╮
    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 master131 View Post
    /updated

    Enjoy guys, refer to the changelog for more details.
    Thanks, I'll try the PlayerDistance aimbot ASAP

    Error:
    Unable to parse the value: 'Aimbot.PlayerDistance' for the AIMBOT_TYPE setting!

    if I change it back to ChrosshairDistance, I get:
    Unable to parse the value: 'Aimbot.ChrosshairDistance' for the AIMBOT_TYPE setting!
    Last edited by MarkHC; 05-25-2012 at 07:52 PM.


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

  11. #475
    andrenogrib's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Error here...
    Unanble to parse the value: AimbotType.CrosshairDistance for the BOT_AIM_TYPE setting

  12. #476
    guedessama's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    i got an error:
    Unable to parse the value: 'AimbotType.CrosshairDistance' for the BOT_AIM_TYPE setting...
    Press any key to continue

  13. #477
    Giogimic's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    612
    My Mood
    Aggressive
    Quote Originally Posted by andrenogrib View Post
    Error here...
    Unanble to parse the value: AimbotType.CrosshairDistance for the BOT_AIM_TYPE setting
    im getting same error.

  14. #478
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Woops, give me a moment to fix it guys.
    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]

  15. The Following 3 Users Say Thank You to master131 For This Useful Post:

    andrenogrib (05-25-2012),fo.bo (05-25-2012),Giogimic (05-25-2012)

  16. #479
    TTDigital's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    2
    Im getting a problem too.
    It says Launcher has stopped working when i double click it.
    help?>

  17. #480
    fo.bo's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Dis-regard. Re-port of what others said..

    Many Thanks!!

Page 32 of 111 FirstFirst ... 2230313233344282 ... 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