Page 1 of 5 123 ... LastLast
Results 1 to 15 of 69
  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.7.1 [3.7.6]

    Ghosts .NET External ESP v1.7.1 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 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.7.6


    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 VAC 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.

    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!
    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
    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
    - VAC countermeasures

    Screenshots:








    What's new:
    Code:
    Changes since version 1.7.1 (18th February 2014):
    - Fixed bug where teammates/enemies were set to the wrong color (issue with local client number)
    
    Changes since version 1.7 (17th February 2014):
    - Updated hack to work with 3.7.6
    - VAC countermeasure updates
    
    Changes since version 1.6 (28th January 2014):
    - Updated hack to work with 3.6.5
    - Increased entity/player read speed by 2x, should improve performance.
    
    Changes since version 1.5 (13th December 2013):
    - Updated hack to work with 3.5.4
    - Added automatic detection of current display mode, will display error if game is in fullscreen.
    - Added more detailed information on how to possibly fix "Unable to initialize DirectX objects" error.
    - Fixed triggerbot for extinction mode.
    
    Changes since version 1.4 (27th November 2013):
    - Updated hack to work with 3.4.3
    - Removed joystick/controller support as the aimbot did not function at all in gamepad mode
    
    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/4...is/1392700268/
    https://virusscan.jotti.org/en/scanre...86c728d31f9233

    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.

    I also recommend before you start the hack/game that you clear your NTFS USN Journal entries after you edit/save your config.gesp file as VAC may be abusing this to ban users (VAC has been known to use this method to detect some pay hacks). To do this, open Command Prompt (run as administrator) and use the following command (may take some time):
    Code:
    fsutil usn deletejournal /n C:
    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 224 Users Say Thank You to master131 For This Useful Post:

    aeq4 (03-01-2014),aimqa (02-19-2014),akjack01 (02-21-2014),alexander.bruun (07-10-2014),aliasp900 (09-03-2014),alienware29 (02-18-2014),AllegiantFS (02-23-2014),asdx123 (02-23-2014),avatar7100 (02-18-2014),Bad_Karma (02-18-2014),BammerKiddi (02-21-2014),bealziibub1983 (02-22-2014),beholder53 (02-21-2014),BerboxPlay (02-19-2014),BERZERKER3677 (02-17-2014),Biohazardez (02-24-2014),bitzer (02-21-2014),blackout770 (02-20-2014),Blanak (02-23-2014),bloxeris (02-22-2014),blueyess (02-23-2014),Blurrito (02-22-2014),bobb516 (02-21-2014),Borram (02-19-2014),BroTeeshka (05-30-2014),buckmg1 (02-21-2014),bulgary (02-22-2014),CameFromProHacker (02-21-2014),canick1 (02-22-2014),carter2heart (02-18-2014),chris123455 (11-12-2017),coffeecup22 (02-20-2014),comptuba (02-19-2014),coolboy6162 (02-23-2014),CptPotatoes (02-23-2014),cruzor7665 (11-20-2016),cryamond (02-18-2014),Cyberboy001 (02-23-2014),d3v1l82 (05-03-2014),damon3254 (02-23-2014),darius9797 (02-18-2014),Darkstar2425 (02-19-2014),DasFetteLuder (02-21-2014),DAVIDUS51 (03-02-2014),Davy27 (06-18-2015),dbroman (11-08-2014),deed1 (02-20-2014),dekar289 (02-20-2014),Delictoverhere (12-09-2014),Dendrake (02-18-2014),devilgee (02-18-2014),Diavolo77 (02-18-2014),Dimitri Grovski (02-23-2014),DIMONLIMON (02-18-2014),djwhizz (02-18-2014),dziki664 (02-18-2014),Easter2310 (02-20-2014),ekynlove123 (02-21-2014),Electrix93 (02-21-2014),emuz (02-18-2014),end0828 (02-22-2014),epik7667 (10-22-2015),ericyankee (03-13-2014),Erodargia (05-06-2014),EvoCraZy (02-18-2014),febbys (02-21-2014),Finijumper (03-20-2015),FizzyMcmuffins (02-18-2014),frankie2306 (02-21-2014),ginuz (02-21-2014),Gorzki (02-23-2014),gta4mac (09-06-2014),gus2312 (02-20-2014),gyilok82 (02-21-2014),hacker10305 (02-21-2014),hager777 (02-23-2014),harzscope (08-30-2014),hasnain2512 (08-18-2016),HDJoWa (05-04-2014),HDSkillz (02-18-2014),highschool (02-21-2014),Holecks (02-24-2014),Hollist (02-22-2014),HUNK69 (02-22-2014),I Am Brown (07-06-2014),iamneox (02-19-2014),ianni_13 (02-22-2014),idunnowhoiam (08-08-2015),ijustwantghostsesp (02-21-2014),ipointnlaugh (02-19-2014),Isaac Lopez (02-23-2014),jasse (02-22-2014),jerry51 (02-23-2014),Jhestor (11-01-2014),joachim.kennis2 (02-18-2014),JOliver3176 (02-21-2014),juhpel (03-23-2016),kai1bel1 (03-29-2014),kejebanan (12-02-2014),kerosensei (02-23-2014),KINGS82 (02-18-2014),knopf112 (04-01-2014),koren30 (02-19-2014),Krittur667 (02-21-2014),Kryann (04-30-2016),Labech (02-28-2014),Leloveur654 (02-24-2014),leysrudy (02-18-2014),littlemong (02-22-2014),llDutchll (02-23-2014),Luigi998 (02-20-2014),m@dW1n (02-18-2014),Maegaard (02-23-2014),maeldred (02-22-2014),maeSTrO131 (06-23-2014),magnese (02-22-2014),marek28 (02-18-2014),mela1911 (03-04-2014),michal1310 (02-20-2014),Mikkelhinge (03-02-2014),mire55 (05-16-2015),mirko59 (02-18-2014),MisterOfGaming (02-20-2014),momentbreaker (02-18-2014),Mrdutchy (03-09-2014),mrkittensmcgee (05-03-2014),nathapung (06-19-2016),neuertyp (02-22-2014),newobrain (02-20-2014),nfl1212 (02-23-2014),nico9551 (02-18-2014),niecnycamper (02-24-2014),Nunchaku (07-25-2018),Oberon51 (02-20-2014),OhFlashArts (02-18-2014),OldFatGuy (02-20-2014),omerodavide (02-27-2014),Onne21 (11-02-2014),Pagels- (02-23-2014),patjuh23 (02-21-2014),peterchens (02-18-2014),pinkerton13 (02-18-2014),pirou13 (02-19-2014),pisun234 (02-20-2014),PM1994 (02-20-2014),primehunter (02-22-2014),PrinceWillIAm (02-21-2014),Putere2244 (02-08-2016),quickscopehdxxxx (02-21-2014),rainingtacco (11-06-2017),raphaelbl (02-23-2014),RayAldeza (02-22-2014),RecklessVoid (01-18-2015),ReconNinja96 (02-27-2014),reiskorn (02-23-2014),remco607 (02-21-2014),REMY60240 (02-23-2014),RetrokCZ (02-23-2014),RhomboidTax8 (08-08-2016),rocketlau2003 (02-21-2014),Royal93 (02-18-2014),Sammy82 (02-20-2014),SammyDoge1 (02-18-2014),scottjwk (02-18-2014),Selloo (02-21-2014),sep1311 (02-18-2014),SeppDepp (02-18-2014),sergeantcqt (02-23-2014),Shinjitsu (02-20-2014),Shpee166 (06-25-2016),SJMairaB (02-15-2015),Stew262 (02-19-2014),Superskyber (03-01-2014),Super_FukU (02-21-2014),Swagnipples (02-18-2014),swastickiller (02-18-2014),TaWPhilipp (04-18-2015),TecnoLover (02-23-2014),THDTBC (02-21-2014),The R (02-21-2014),THeDarkMaster96 (02-18-2014),Theo0311 (01-14-2017),theprobro (02-19-2014),Ticherhaz (02-18-2014),Tiiiiimooo (01-13-2017),timme425 (02-22-2014),TitanTNs (02-22-2014),Toaster69 (02-20-2014),tprronnie (02-18-2014),traganos12 (04-07-2014),TraKz62 (02-18-2014),Tsunami45800 (02-18-2014),turner3210 (08-24-2014),tweenzy333 (07-27-2017),tyrp25 (02-19-2014),Unrecoginzer (08-29-2014),unsub (02-21-2014),ussoulja (02-24-2014),viktor07 (10-21-2014),Vorph (02-22-2014),weedhaze100 (02-18-2014),Weird. (02-21-2014),wske1 (02-18-2014),wuppywuppdich (01-07-2017),wzy20071234 (02-21-2014),xefillion (02-22-2014),Xfireoticsweapons (02-25-2014),xHyP0rZ (02-22-2014),Xizlematt226 (08-05-2016),xOGxSmoke420 (02-28-2014),xragegamingnl (02-19-2014),xray12 (02-28-2014),xSpliterHD (03-05-2014),xtremebuga (07-14-2015),XxKaiichixX (02-21-2014),youhack (02-18-2014),ZaphodBeeblebrox (02-21-2014),Zedriv (04-26-2014),ZedSI14 (06-03-2014),Zeekkiizz (02-21-2014),ZPlus (02-23-2015),zsevengamer (02-22-2014),zTiaguera (01-19-2015),__iSuQ? (02-24-2014)

  3. #2
    Izochor's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    511
    Reputation
    33
    Thanks
    146
    My Mood
    Lurking
    Fast update!

  4. #3
    devilgee's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    good work there bro... but sad before it release COD Ghosts got update to [3.7.6.2]

  5. #4
    Ticherhaz's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    Malaysia
    Posts
    6,564
    Reputation
    1376
    Thanks
    1,297
    My Mood
    Inspired
    Nice release bro!
    Anything can PM me. I'm from Malaysia.

  6. #5
    caffine101's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Nice one, keep up the good work

  7. #6
    Izochor's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    511
    Reputation
    33
    Thanks
    146
    My Mood
    Lurking
    Quote Originally Posted by devilgee View Post
    good work there bro... but sad before it release COD Ghosts got update to [3.7.6.2]
    You can use this with every 3.7.6.X version the last digit is only a playlist version.

  8. #7
    m@dW1n's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Sorry. I will be next time. The question was in russian so i answered it in my native language. But nothing serious.

  9. #8
    carter2heart's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Georgia
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Thanks been waiting on this!

  10. #9
    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 m@dW1n View Post
    Sorry. I will be next time. The question was in russian so i answered it in my native language. But nothing serious.
    Np just saying , posting in english increases your chance to get help.

  11. #10
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    //Approved

  12. The Following User Says Thank You to Lovroman For This Useful Post:

    SammyDoge1 (02-18-2014)

  13. #11
    plsdontbug's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    8
    Thanks for update, leeching your stuff with a smile as always

  14. #12
    plsdontbug's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    8
    HOLY SHIT just got a popup saying:

    Your account is vac banned and cannot play online.


    After that I tried to press play game again and it worked like normal, also I don't see any vac bans on record in steam :S

    I hate myself for not pressing print scrn before clicking ok :/

    And I only used this and visual tool after update and cleaned my history with the cmd.

    I'll post a update if I know more ^^


    UPDATE:

    I just asked around in my lobby 3 more people had gotten the same popup and are also still playing without seeing vac ban for this game on their profile :S

    I'll check some more details out, might just have to do with a old vac ban for bo1.

    Update 2, one of the guys never cheated and had no bans on record.

    Weird situation, did IW start throwing vac ban popups randomly around >.>
    Last edited by plsdontbug; 02-18-2014 at 01:50 PM.

  15. #13
    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 plsdontbug View Post
    HOLY SHIT just got a popup saying:

    Your account is vac banned and cannot play online.


    After that I tried to press play game again and it worked like normal, also I don't see any vac bans on record in steam :S

    I hate myself for not pressing print scrn before clicking ok :/

    And I only used this and visual tool after update and cleaned my history with the cmd.

    I'll post a update if I know more ^^


    UPDATE:

    I just asked around in my lobby 3 more people had gotten the same popup and are also still playing without seeing vac ban for this game on their profile :S

    I'll check some more details out, might just have to do with a old vac ban for bo1.

    Update 2, one of the guys never cheated and had no bans on record.

    Weird situation, did IW start throwing vac ban popups randomly around >.>
    Strong Story, Hard to believe.





  16. #14
    FuNkz_rider's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how can we use it with a xbox controller ?

  17. #15
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    Quote Originally Posted by FuNkz_rider View Post
    how can we use it with a xbox controller ?
    You can't.(You can try emulating key press and that stuff, but I doubt it will work)

Page 1 of 5 123 ... LastLast

Similar Threads

  1. Ghosts .NET External ESP v1.3 [3.3.3]
    By master131 in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 92
    Last Post: 11-26-2013, 06:44 AM
  2. 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
  3. 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
  4. [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
  5. [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