Page 1 of 7 123 ... LastLast
Results 1 to 15 of 93
  1. #1
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy

    Ghosts .NET External ESP v1.3 [3.3.3]

    Ghosts .NET External ESP v1.3 by master131

    Make sure to check if your question has been answered on this post first! Please note that this hack is obviously 64-bit only as the game is 64-bit.

    What is .NET External ESP?
    It is an External ESP hack that was coded in C# by me. It is designed only for Ghosts in windowed mode. You must be running Windows Windows 7, Windows 8 or Windows 8.1.

    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 anti-cheat detection by generating a unique file each time the launcher is launched. 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.

    What version of Ghosts does this work with?
    3.3.3


    Is this currently detected?
    No, but as with all hacks you use, you use it AT YOUR OWN RISK. I cannot be held responsible if you are banned from either the anti-cheat or from player reports.

    How do I use the triggerbot?
    The triggerbot presses the H key repeatedly to fire. You need to set your fire key to be Left Mouse and H in the game options.


    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
    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.gesp) 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.

    How do I edit config.gesp to enable joystick/controller support?
    The buttons will obviously vary depending on what controller you're using (in this example I'm using a PS3 Controller with MotionInJoy). First thing to do is go into the Control Panel and click Devices and Printers or View Devices and Printers. Now find your controller and right-click > Game Controller Settings. Click on Properties and then the Test tab. Now play around with the buttons on the controller and find out which button corresponds to what (for example, on my PS3 controller, L1 = Button 5).



    Now edit the config.gesp file to match the buttons you were testing for example:
    Code:
    KEY_BOT = RButton;Home;JoystickButton5
    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.gesp 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.gesp 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 or writing into the game's memory.

    The aimbot is too fast or slow?
    Check config.gesp, there are some aimbot speed settings that you can tweak, make sure to read the comment above it!

    Hack is using too much CPU or making my game lag!
    You can fix this by adjusting the RENDER_INTERVAL setting in config.gesp, 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
    Also, try lowering your video settings too; it's not my fault if your GPU can't handle the game and the hack at the same time.

    What maps are supported by the radar?
    Currently none, it fallbacks to the legacy radar with no map background.

    What OS does this work on?
    - Windows 7
    - Windows 8
    - Windows 8.1

    Features:
    - Aimbot
    - BoxESP (with Turret/Helicopter/Plane support)
    - Snaplines
    - Distance ESP
    - Crosshair
    - Radar
    - Status/Menu bar
    - Configurable settings
    - Name tag
    - Triggerbot
    - Anti-cheat countermeasures to make sure this stays undetected (there is no 64-bit VAC present, but LiveAntiCheat exists)

    Screenshots:








    What's new:
    Code:
    Changes since version 1.3 (20th November 2013):
    - Updated SharpDX to the latest version.
    - Added joystick/controller support, refer to config.gesp (at the bottom) on how to use it.
    - Fixed radar support for guard dogs.
    - Added automatic detection of extinction mode; aliens are recognised as enemies.
    - Added aimbot support for aliens (BOT_ALIEN_Z)
    - Slightly changed the colour of the guard dogs on the ESP to make it stand out more.
    - When CreateDeviceEx fails with an Intel GPU as the primary adapter, the hack will try to search for an AMD or NVIDIA GPU.
    - Fixed bug where the error logger only printed the primary GPU and not any other ones.
    - Removed the requirement for the "maps" folder since it's not currently used.
    - Fixed the BOT_MAX_JITTER option (was caused due to a typo in the code).
    - Added line smoothing/anti-alias option (USE_LINE_ANTIALIAS) to make lines and boxes seem more nicer (it's disabled by default)
    
    Changes since version 1.2 (20th November 2013):
    - Updated hack to work with 3.3.3
    - Added DLL architecture mismatch detection for d3dx9_43.dll
    - Added fallback method to find best video adapter based on pixel shader version if primary adapter fails.
    
    Changes since version 1.1.1 (10th November 2013):
    - Reverted back to previous version of SharpDX, latest was causing random exceptions.
    - Fixed typo where the log generated had an "mw3" prefix instead of "ghosts".
    
    Changes since version 1.1 (9th November 2013):
    - Updated hack to work with 3.2.625475
    - Updated SharpDX to latest version
    - Added BoxESP, Radar and Snapline support for guard dogs
    - Fixed minor bug for anti-cheat countermeasures (code was not entirely 64-bit compatible)
    - Improved performance, made various tweaks to prevent constant allocation and freeing of large blocks of 
      memory from the process heap which may degrade speed of the hack.
    - Added a fallback method for vertex processing if hardware processing is not available 
      (might solve CreateDeviceEx exceptions)
    - Fixed typo where the hack reported "config.mw3esp" was missing instead of "config.gesp"
    
    Changes since version 1.0 (7th November 2013):
    - Initial release, based off the hack engine from MW3 .NET External ESP
    - Minor bug fixes
    Credits:
    @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.
    Kozmo, x2v and shaunm2 - Some offsets and structures.
    Everyone else who helped with the development of External BoxESP for MW2.

    Requirements:
    DirectX End-User Runtime (optional components): Download DirectX End-User Runtime Web Installer from Official Microsoft Download Centre

    Virus Scans:
    https://www.virustotal.com/en/file/1...5bd3/analysis/
    Ghosts .NET External ESP v1.3 - by master131.rar - Jotti's malware scan

    Any detections that appear 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.

    Also, it's best to start the Launcher first and let it completely load until it is waiting for the game for extra safety to avoid getting banned. Also, this is optional but run the hack as admin, even if you don't normally need to.

    If you get an error that has "CreateDeviceEx" in it, try starting the hack before you start the game.

    Known bug: Aimbot in Gamepad mode seems broken (the game ignores the mouse), don't post about it, I'll (hopefully) fix it in the next update.
    Last edited by master131; 11-23-2013 at 07:26 PM.
    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 108 Users Say Thank You to master131 For This Useful Post:

    61128 (11-25-2013),aaron47 (11-25-2013),aimshogz (11-25-2013),AkonoBS (11-25-2013),amKarma (11-24-2013),amority (11-24-2013),andddyyyy (11-25-2013),Apfel352 (11-26-2013),AwayDood (11-23-2013),BammerKiddi (11-25-2013),blackzenon (11-23-2013),blms2002 (11-23-2013),Bloodspeaker (11-24-2013),Braleth (11-23-2013),ccjr20 (11-24-2013),chenjunhua9636 (11-25-2013),COD4-7 (11-23-2013),cpatberg (11-26-2013),cryamond (11-23-2013),custardcs (11-25-2013),CYBER-SNIPA (11-23-2013),davidus969 (11-25-2013),Drewader (11-26-2013),Duperdude (11-23-2013),EJRProdigy (11-24-2013),Elite killer (11-24-2013),elite155 (11-26-2013),ExXxO (11-25-2013),FabioDimer (11-25-2013),fanfan_la_tulipe (11-23-2013),fen0men (11-24-2013),Garrett Friedley (11-23-2013),GenerousMonkey (11-25-2013),giic022002 (11-25-2013),Gr1234 (11-24-2013),Guam_Guy (11-23-2013),Hacsy (11-25-2013),hanbaobao (11-25-2013),Harmix (06-19-2018),harzscope (08-30-2014),Honnys113 (11-24-2013),iShaDyx (11-25-2013),jkjoos (11-30-2013),jockelv1xHD (11-23-2013),jonute (12-05-2013),jordan714 (11-23-2013),Juryst (11-25-2013),k2n3m1c0 (11-23-2013),Kalimaya (11-23-2013),Khamis73 (08-18-2017),kikho (11-24-2013),killerusa27 (11-27-2013),Kimisteri (11-24-2013),kkmo13 (11-24-2013),KranKOne (11-25-2013),Logan2012 (11-26-2013),LokiBoki (11-23-2013),maartje (11-24-2013),Madrox (11-25-2013),Marcel Ang (11-24-2013),Mauled (11-25-2013),mccabe1990 (11-25-2013),MelkorFr (11-26-2013),mongo13 (11-24-2013),Muri xD (11-24-2013),NeoZ_Flye (12-24-2013),newgrounds90 (11-24-2013),NocNad (01-31-2014),noeneto (11-24-2013),noobyara (11-23-2013),notnixby (11-24-2013),NurZumTest (11-25-2013),odil12345 (11-24-2013),OneManArmy. (11-23-2013),pipczak (11-24-2013),Planetic (11-25-2013),pobert2 (11-24-2013),Presage Of Death (11-25-2013),primehunter (11-24-2013),Procblood (05-06-2014),ray1994 (11-24-2013),Rikky (11-23-2013),rulo09x (11-27-2013),Sammy82 (11-24-2013),sanok1222 (11-26-2013),sasbro97 (11-23-2013),Senader (11-25-2013),Singed (11-25-2013),swiftley (11-24-2013),TasteDuhRainbow (11-23-2013),TheDeadFinger (11-23-2013),timme425 (11-25-2013),totlaufrotz95 (11-24-2013),trailz24 (11-23-2013),Tuxoa (11-23-2013),Typhonios (11-24-2013),Urban-killer (11-25-2013),vemfanedu (11-23-2013),vmu123 (11-23-2013),Wall of Soup (11-23-2013),x GLITCH KING o (11-23-2013),xBear Grylls (11-25-2013),Xhesz (11-23-2013),xHyP0rZ (11-24-2013),xSpliterHD (11-24-2013),xXInsane10Xx (11-24-2013),yNotCamp22 (12-22-2013),YOLO720 (11-24-2013)

  3. #2
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    //Approved .

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  4. #3
    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 MaroonishBlood View Post
    //Approved .
    Gosh, that was quick.

    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]

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

    jordan714 (11-23-2013),Xhesz (11-23-2013)

  6. #4
    k2n3m1c0's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Thumbs up

    Thanks good work.....
    Last edited by k2n3m1c0; 11-23-2013 at 08:22 PM.

  7. #5
    heckticksparkz's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    2
    Getting error: Could not find the 'BOT_ALIEN_Z' setting in the config file.

  8. #6
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    Quote Originally Posted by k2n3m1c0 View Post
    is no working...
    "is no working" is not going to help us solve your problem, provide more information.

    (side note: I think I'm going to go kill myself for the amount of times I said this :P)

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

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

    k2n3m1c0 (11-23-2013)

  10. #7
    Rikky's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    looks like you accidentally included the old config file:
    "could not find 'BOT_ALIEN_Z' setting in the config file"

  11. #8
    fanfan_la_tulipe's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Africa
    Posts
    17
    Reputation
    10
    Thanks
    1
    I have the same error after lauching hack

  12. #9
    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 Rikky View Post
    looks like you accidentally included the old config file:
    "could not find 'BOT_ALIEN_Z' setting in the config file"
    Quote Originally Posted by heckticksparkz View Post
    Getting error: Could not find the 'BOT_ALIEN_Z' setting in the config file.
    Quote Originally Posted by k2n3m1c0 View Post
    is no working...
    Woops, forgot to update config.gesp, let me update attachment.
    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]

  13. #10
    TheDeadFinger's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    7
    What value i put on BOT_MAX_HOP_DIST to disable the hop from a enemy to another? I've 200 and 0, none of them worked.

  14. #11
    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 TheDeadFinger View Post
    What value i put on BOT_MAX_HOP_DIST to disable the hop from a enemy to another? I've 200 and 0, none of them worked.
    It only "hops" when the enemy you're aiming at dies, not just in general when you're holding right-click. Please read properly..

    // This will reduce the huge "hop" distance after you kill a player to make it look more realistic.
    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. #12
    ImMalkah's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    GTA Section
    Posts
    2,779
    Reputation
    370
    Thanks
    2,699
    My Mood
    Devilish
    //Update approved .

    MPGH HISTORY:

    Registered Since 4-23-2013
    Editor 09-04-2013 - unknown
    Minion 10-22-2013 - 1-18-2014
    Donator 12-31-2014 - present
    Premium Seller 12-31-2016 - present
    Minion 03-15-2017 - I forgot

  16. #13
    TheDeadFinger's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by master131 View Post
    It only "hops" when the enemy you're aiming at dies, not just in general when you're holding right-click. Please read properly..

    // This will reduce the huge "hop" distance after you kill a player to make it look more realistic.
    Yea i know, thats what i want to disable. I dont want the aimbot hopping to another enemy when the one i'm aiming dies. It is possible?

  17. #14
    fanfan_la_tulipe's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Africa
    Posts
    17
    Reputation
    10
    Thanks
    1
    Thanks great work as always, can I be banned for using aimbot in extinction mode online ?

  18. #15
    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 TheDeadFinger View Post
    Yea i know, thats what i want to disable. I dont want the aimbot hopping to another enemy when the one i'm aiming dies. It is possible?
    I'll look into it, might be a bug.

    Quote Originally Posted by fanfan_la_tulipe View Post
    Thanks great work as always, can I be banned for using aimbot in extinction mode online ?
    I doubt it.
    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]

Page 1 of 7 123 ... LastLast

Similar Threads

  1. Ghosts .NET External ESP v1.2 [3.3.3]
    By master131 in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 161
    Last Post: 11-23-2013, 08:23 PM
  2. Ghosts .NET External ESP v1.1.1 [3.2.625475]
    By master131 in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 284
    Last Post: 11-19-2013, 06:44 AM
  3. [Outdated] Ghosts .NET External ESP v1.1 [3.2.625475]
    By master131 in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 65
    Last Post: 11-09-2013, 07:01 PM
  4. [Outdated]Ghosts .NET External ESP v1.0 [3.0.625475]
    By master131 in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 73
    Last Post: 11-09-2013, 02:00 AM
  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