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

    Ghosts .NET External ESP v1.6 [3.6.5]

    Ghosts .NET External ESP v1.6 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.6.5


    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.

    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
    - 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.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/a...is/1390867577/
    https://virusscan.jotti.org/en/scanre...287b1321d154cd

    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.
    <b>Downloadable Files</b> Downloadable Files
    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 371 Users Say Thank You to master131 For This Useful Post:

    -O-li- (01-28-2014),1016523548 (01-27-2014),14225 (02-07-2014),23scream23 (01-30-2014),Abdulla223 (01-30-2014),Terrified (02-03-2014),acolyte69 (02-16-2014),aimqa (01-29-2014),akazm (02-02-2014),Aleks000161 (02-02-2014),alien666666 (01-31-2014),AllegiantFS (02-01-2014),Alvah020 (01-28-2014),amitay (01-28-2014),amitrhom12345 (08-25-2014),Andreaskj (01-28-2014),anything555 (02-03-2014),Arctic_Gamerz (02-03-2014),arkagdynia13 (01-27-2014),Arkemeedes (01-30-2014),Aron2014 (01-30-2014),ashnelar (01-30-2014),avatar7100 (02-05-2014),b.s.chiller (01-30-2014),Balr0n (02-13-2014),bamme85 (01-28-2014),BammerKiddi (02-13-2014),banana871 (01-30-2014),bastiCut (01-29-2014),BattleToto (01-28-2014),bcpope (01-27-2014),beast_123 (02-01-2014),BeepBeeep (01-29-2014),benny306 (01-27-2014),BerboxPlay (01-29-2014),bfsd (01-28-2014),bhofordays (01-27-2014),bigboss90 (01-29-2014),blalez (01-27-2014),bliblablub1234 (02-07-2014),blue screan of death (02-06-2014),bobb516 (02-02-2014),boj (02-01-2014),Borram (02-03-2014),BREITLER (02-14-2014),Brubo (02-08-2014),burn7400 (01-28-2014),Butt Sex (01-27-2014),Butterbrot3 (01-29-2014),ByF (01-31-2014),caffine101 (01-28-2014),cahock (01-29-2014),CallMeRatty (02-04-2014),camisgodlike (01-31-2014),ccjr20 (01-28-2014),chapchaparro (01-29-2014),charlie sheen 1095 (01-29-2014),Cheater_noob (01-27-2014),chrisjr88 (01-27-2014),ChrystKevin (01-31-2014),ClaudioB (01-27-2014),clipfish12 (01-29-2014),Codenamefa (01-27-2014),COD_Ghosts (02-13-2014),cofk83 (01-28-2014),coldiceman (01-28-2014),ColorfulPack (01-27-2014),Communityservice (01-27-2014),ComZeShark (01-29-2014),cooliocoolio (02-01-2014),Cpt.Howdy (01-29-2014),crazy-waffle (02-08-2014),CrazyShak3r (01-29-2014),crika123 (01-30-2014),CrimePlays (02-02-2014),cryamond (01-28-2014),cssource (01-28-2014),csta (02-05-2014),CYBER-SNIPA (01-27-2014),Dahak (01-28-2014),dan171074 (02-02-2014),danjac9 (01-28-2014),DARKEVP (01-31-2014),darkgodgoth666 (01-27-2014),Darkstar2425 (02-14-2014),davidus969 (01-31-2014),Dav_Hater (02-01-2014),DBZlwjw (02-12-2014),deed1 (01-28-2014),derp_coffeh (01-28-2014),Detention (01-27-2014),devilgee (01-28-2014),DGxNINJA (01-27-2014),dibale04 (02-14-2014),dkoy (02-03-2014),DocBroms (02-01-2014),dolbaeb2231 (09-01-2018),Donkeee (01-28-2014),DorianL (02-11-2014),Dormentor (01-28-2014),DropiX (01-27-2014),Duperdude (01-28-2014),Dustin1234 (01-30-2014),Easter2310 (01-31-2014),Echul12 (02-08-2014),edcuation123 (01-28-2014),egizela (01-27-2014),egoblader (01-27-2014),EinfachSö (01-28-2014),ejc767 (02-01-2014),elecom333 (01-27-2014),elNaZaHd (02-01-2014),elpopero (02-11-2014),ElTacoEater (02-03-2014),emircan1905 (01-28-2014),Enrix79 (02-13-2014),erazer347 (02-01-2014),evanmikelol2 (01-27-2014),Eviction (01-27-2014),explozer68 (02-01-2014),ezuveruto (01-29-2014),fastedward (01-27-2014),febbys (01-29-2014),filthyyou1 (01-27-2014),firehazard0678 (02-11-2014),Flynnomator (02-03-2014),fredatemypie (01-28-2014),FuNkz_rider (02-01-2014),FurZaa (01-30-2014),ginuz (01-28-2014),gizzmo69 (01-28-2014),gogodanno (02-02-2014),GoldEagle1994 (01-31-2014),Google_Faith (02-12-2014),Gribor (02-01-2014),HalloDepp (01-29-2014),Hallohiho (02-13-2014),hamurai (01-27-2014),harophin (01-27-2014),harzscope (01-28-2014),hashiriya (01-28-2014),hashparty (01-28-2014),HD-Fallen (02-01-2014),HDJoWa (01-28-2014),hectorbob (01-27-2014),Herpulese (01-27-2014),hisroyalsweetness (01-27-2014),Holecks (01-30-2014),holzer555 (01-28-2014),HugoStieglitz (02-07-2014),iamneox (01-28-2014),intikam17 (02-04-2014),ipointnlaugh (01-31-2014),Izochor (01-28-2014),iZyMaaq (02-14-2014),jadus (01-28-2014),jake94 (01-28-2014),james32 (01-27-2014),jamie420 (01-28-2014),jdbegasi (02-03-2014),jerry51 (01-31-2014),jesper55 (01-27-2014),jfamda12 (01-27-2014),Jobal (01-28-2014),johnnybravo86 (01-27-2014),johnslash (02-12-2014),jojothecat99 (02-12-2014),jonaspt1 (02-11-2014),jonny123698745 (02-08-2014),jonute (01-28-2014),julijons (01-30-2014),JuliousRock (02-09-2014),Jumparound (01-27-2014),JustTheRealZay (02-01-2014),k2n3m1c0 (02-08-2014),K3nK (01-27-2014),KaEm30 (03-20-2014),kai1bel1 (01-29-2014),keith3980 (01-30-2014),Kenkid (01-31-2014),Kerom333 (01-30-2014),kevljani1234 (02-02-2014),killerusa27 (01-31-2014),Kishar (02-04-2014),kkwete (01-29-2014),Kletsmajoor (01-28-2014),Kloczi (02-11-2014),koren30 (02-06-2014),KranKOne (01-28-2014),krushchevawb (01-27-2014),kylethesir2 (01-28-2014),Kyuubi_ (01-28-2014),L1mited1 (02-10-2014),lafista (02-12-2014),lagos911 (01-29-2014),laurens007 (01-28-2014),leadinjector300 (01-28-2014),lefrancais (01-27-2014),lefty346 (02-04-2014),LEIBOLT (02-05-2014),Leloveur654 (01-29-2014),LeroyKa (01-30-2014),lilpaulie1 (01-27-2014),lior8190 (01-31-2014),lk0001 (02-08-2014),lockelives (01-28-2014),lolmol123 (02-12-2014),lordbrett (01-27-2014),luciano2013 (01-28-2014),Luigi998 (02-09-2014),lukelyons92 (01-28-2014),lullan (01-31-2014),lzklzk (01-28-2014),m@dW1n (01-29-2014),macuser2012 (02-01-2014),Madrox (02-11-2014),makhel (02-03-2014),Maloolam95 (01-28-2014),manu_09 (01-27-2014),Marcel999ful (02-07-2014),Martl (01-28-2014),MASIH5252 (01-27-2014),Matt929RR (01-27-2014),mdegeyter (01-28-2014),merdaloca (02-14-2014),mezianable (02-01-2014),Minnesota Dabs (01-27-2014),mishasaw (01-31-2014),Mitschak (02-02-2014),mixtiko (01-27-2014),mongo13 (01-28-2014),mouss69200 (01-28-2014),Mr.freedy (02-06-2014),mr2fun (01-30-2014),msz0297 (01-27-2014),Mustacheguy20 (02-04-2014),mutola (01-28-2014),mwkaka (02-05-2014),MXCommander99 (01-29-2014),MyNameXsh (02-02-2014),M_Coxy (02-04-2014),Narutosw (01-27-2014),NetinhoRJ (01-27-2014),NexyfromCroatia (02-02-2014),NipplesOnToast (01-28-2014),NocNad (01-31-2014),noeneto (01-30-2014),noil (01-27-2014),NrgStunter (01-31-2014),OhTempest (01-29-2014),onyxlocker (02-05-2014),ottoOTTO0815 (01-28-2014),Ovvng_MoFo (01-29-2014),OwnagePlan (02-09-2014),oz5522 (02-12-2014),p11111 (01-28-2014),Peccavin (01-28-2014),PEZZISBACK (02-06-2014),Ph4seOn3 (02-14-2014),phantom1337 (02-01-2014),phunn (02-02-2014),pitehu (01-28-2014),playboy300 (01-29-2014),Proddy (01-29-2014),ProGamingNinja (01-27-2014),proplayer213 (02-05-2014),Pylson (02-05-2014),Ram12345 (01-27-2014),raphaelbl (01-28-2014),rawburt1 (01-28-2014),Rawrii (02-02-2014),reabendet (02-04-2014),rebelcomander (01-29-2014),ReconNinja96 (02-05-2014),relentless7000 (01-27-2014),remoinho (01-28-2014),riki210x (02-07-2014),Rockykahh (01-31-2014),roest111 (02-13-2014),roffa010 (01-28-2014),roswots99 (01-30-2014),Royal93 (01-28-2014),RUDYGREEN (01-27-2014),sasbro97 (01-28-2014),scoty2dope (01-27-2014),Sebbomau5 (01-28-2014),sekora (01-28-2014),sergeantcqt (01-28-2014),sflord90 (01-28-2014),shack5932 (01-27-2014),ShadowLord2000 (02-01-2014),shanek11 (02-01-2014),shiteater (02-08-2014),showtheworld (01-28-2014),SikorkaPL (02-11-2014),Singed (02-02-2014),Skeatch_ (01-31-2014),skyelord2013 (02-11-2014),sllickriick (01-28-2014),soccera (01-29-2014),SolonasCY (01-27-2014),sos34sos (01-27-2014),soul eater2345 (01-28-2014),Souleater1337 (02-01-2014),SpaceCataz52 (01-27-2014),Splash90 (01-29-2014),squallwheleer (02-03-2014),stich75 (01-27-2014),StyleZz112 (05-02-2014),suciara (01-29-2014),Super_FukU (02-02-2014),swiftley (02-05-2014),T4yz (02-08-2014),TacticalEinstein (01-27-2014),Tactical_Bumhole (02-05-2014),tanin0111 (01-27-2014),TehKalkas (02-05-2014),Teh_Vman (02-13-2014),Teleokenisis (02-06-2014),TeozTroy (01-28-2014),testbug133 (01-28-2014),thatitaliangamer (02-09-2014),THEEOD (02-07-2014),TheMightyFall (02-06-2014),theprobro (01-28-2014),TheRaikira (02-03-2014),Throathammer (01-27-2014),Tiime (02-07-2014),timme425 (02-09-2014),timo09de (01-27-2014),tobiasersej (01-28-2014),todbor (01-28-2014),toolkoolkid (01-29-2014),TotalMr Alien (01-27-2014),TR1T0N (02-01-2014),trentlim (02-05-2014),Troll123123234 (01-29-2014),Trotty38 (02-02-2014),tulipan95 (01-28-2014),UknownHacker (01-28-2014),vakke (01-28-2014),venoxcide (01-29-2014),viktor07 (01-30-2014),VladSVlad (02-09-2014),Vorph (01-30-2014),Walun13 (02-05-2014),warmety (01-29-2014),weedhaze100 (01-27-2014),Whiny_125 (01-31-2014),Wolfys_kun (01-28-2014),wske1 (01-31-2014),wtf2511 (01-30-2014),xaHBruu (02-08-2014),xAiiMsTaRx (01-29-2014),XaviousD (01-27-2014),xBrilliant (01-30-2014),xFREAKc (01-27-2014),Xhesz (01-29-2014),xHyP0rZ (01-30-2014),xMauricex1 (01-31-2014),Xsera (01-29-2014),xToFxREAPER (02-01-2014),xXxHACKERZZZZZxXx (02-02-2014),YoloJoel (01-29-2014),yourdom (02-11-2014),zayzorz (02-05-2014),zebzex (01-27-2014),zett33 (01-29-2014),zhakuno (01-28-2014),ZusCoo (01-30-2014),__iSuQ? (02-06-2014)

  3. #2
    johnnybravo86's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    Boy you are fast! Thanks a mil!

  4. #3
    harophin's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Sleepy
    Thanks so much Master <3 keep the great hacks coming!

  5. #4
    Jumparound's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks Buddy. Great Hack works very fast! Keep it up bro.

  6. #5
    Herpulese's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Excellent, fantastic timing!!!

  7. #6
    TacticalEinstein's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks! Truly great stuff. Keep it up

  8. #7
    blalez's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks alot

  9. #8
    scoty2dope's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    It says its not approved yet anyone else having this problem?

  10. #9
    Izochor's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    511
    Reputation
    33
    Thanks
    146
    My Mood
    Lurking
    master is the master, fast and good job!

  11. #10
    Minnesota Dabs's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    USA
    Posts
    4,241
    Reputation
    619
    Thanks
    1,078
    My Mood
    Relaxed
    Thanks tommi, you should get on steam, I'd love to finally talk to you.
    Successful Trades: 52

    Scammed Trades: 6

    Vouch Profile!

  12. #11
    Atlas.'s Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Master shouldn't have to wait for approval =3 All he's done for this site and he gets instant hate if someone encounters an easy already fixed problem

  13. #12
    GoldenEagle's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    CANBERRA BC
    Posts
    317
    Reputation
    102
    Thanks
    97
    My Mood
    Amused
    All attachments require approval by a minion or higher. Patience is a virture, this process is set up to protect players like yourselves from those who wish to do you and your gaming rig harm. One of the minions will get to it shortly please, stop asking.

    Its Annoying.
    @scoty2dope @greensmoke14 @Communityservice
    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]

  14. The Following 3 Users Say Thank You to GoldenEagle For This Useful Post:

    chrisjr88 (01-27-2014),Jumparound (01-27-2014),SammyDoge1 (02-07-2014)

  15. #13
    NetinhoRJ's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Thanks bro!

  16. #14
    SolonasCY's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    1
    ty! nice work !

  17. #15
    blitz8's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Very quick work, thanks!!

Page 1 of 10 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