Results 1 to 1 of 1
  1. #1
    haens12's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Germany
    Posts
    109
    Reputation
    10
    Thanks
    104
    My Mood
    Amazed

    Exclamation Adding Player names to External ESP [C#]

    Hey guys, atm i'm coding my standalone memory hack. Everything works fine so far, expect i dont know how to display the name of the player on my player esp. Would be nice if somebody could explain me how i add the names and which offsets will be needed. Here's my code (C#)
    Code:
                 if (entityType == "soldier" && playeresp == true && isDead == 0)
                            {
                                if (pos.z > 0.01f)
                                {
                                    DrawTransparentBox(pos.x - 3, textPos.y, 50, 15, 200, Color.Black);
                                    ESPText(" //PlayerName \n" + dist + "m\n" + curStance + " \n",
                                        new Point((int) pos.x, (int) textPos.y), PlayerColor);
     
     
     
                                    ESPText("o", new Point((int) Head1.x, (int) Head1.y), PlayerColor);
     
     
                                }
                            }
    Last edited by haens12; 01-31-2015 at 10:04 AM.

Similar Threads

  1. [Release] Oldschool External Esp for Call of Duty 4 (V1.7 Compitable)
    By Archangel in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 240
    Last Post: 01-12-2011, 07:50 PM
  2. [Release] Sumol+Kn4ck3r's External ESP v2 ( For XP Users =)
    By Melodia in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 45
    Last Post: 08-02-2010, 01:06 AM
  3. [Detected] Undetected External ESP+Radar+Bot V4.1 - Build 1.0.184
    By Archangel in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 167
    Last Post: 04-24-2010, 09:02 AM
  4. External ESP won't work?
    By loban911 in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 04-06-2010, 10:35 PM
  5. B> Player Name Change for 10.00 Paypal
    By Sneaks in forum Trade Accounts/Keys/Items
    Replies: 3
    Last Post: 09-20-2009, 03:09 PM