Results 1 to 2 of 2
  1. #1
    jdslashv2's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Bratislava
    Posts
    138
    Reputation
    10
    Thanks
    304
    My Mood
    Yeehaw

    Simple Draw Target in Aimbot

    Once your aimbot has set your viewangles x and y to the enemies head vector, you can put this below:
    Code:
    Drawing.DrawString(40, 20, normalFont, 1.0f, colRed, pClient.Name);
    or if you want it glowing:
    Code:
    char szTargetName[128];
    sprintf(szTargetName,"Target: %s", pClient.Name);
    Drawing.DrawGlowText(szTargetName,20,normalFont,40,20,1.0f,1.0f,0,colWhite,6,colRed,0,0,0,0,0,0);
    Please note that this is 100% not c+p so if you don't know what to do I advise you personally to read some books on c++. Also even download source codes that are all over the internet and study those.
    sig?

  2. The Following User Says Thank You to jdslashv2 For This Useful Post:

    IGotBanned. (09-08-2011)

  3. #2
    IGotBanned.'s Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    imageshack.us/photo/my-images/190/uban.png
    Posts
    1,290
    Reputation
    -49
    Thanks
    122
    My Mood
    Aggressive
    Quote Originally Posted by jdslashv2 View Post
    Once your aimbot has set your viewangles x and y to the enemies head vector, you can put this below:
    Code:
    Drawing.DrawString(40, 20, normalFont, 1.0f, colRed, pClient.Name);
    or if you want it glowing:
    Code:
    char szTargetName[128];
    sprintf(szTargetName,"Target: %s", pClient.Name);
    Drawing.DrawGlowText(szTargetName,20,normalFont,40,20,1.0f,1.0f,0,colWhite,6,colRed,0,0,0,0,0,0);
    Please note that this is 100% not c+p so if you don't know what to do I advise you personally to read some books on c++. Also even download source codes that are all over the internet and study those.
    Good. easy!
    /thanked.

Similar Threads

  1. [Tutorial] Building a simple aimbot
    By kibbles18 in forum C++/C Programming
    Replies: 0
    Last Post: 07-23-2011, 04:04 PM
  2. My Simple DrawinG.
    By tabuzo013 in forum General
    Replies: 11
    Last Post: 01-26-2011, 02:48 PM
  3. Simple [Aimbot]
    By tabuzo013 in forum General
    Replies: 8
    Last Post: 10-10-2010, 06:02 PM
  4. Simple aimbot source code
    By yusako in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 23
    Last Post: 10-09-2010, 03:03 PM
  5. [Tutorial] How To make your own simple Aimbot
    By sumsar1812 in forum Battlefield Heroes Hacks
    Replies: 41
    Last Post: 11-01-2009, 02:14 AM