unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > First-Person Shooters > Call Of Duty Series > Call Of Duty 2

- Sponsored Advertisement -
http://www.myfpscheats.com/


Reply
 
Thread Tools Display Modes
  #1  
Old 05-18-2010, 09:19 PM
disco disco is offline
Administrator
 
Join Date: Feb 2010
Posts: 271
Default World ESP

Posted by Inferno216.




Hey guys,
Here's world ESP for CoD2,hope its going to be usefull for somebody even if it's not hard to make but it will save you some time.

Code:
void CESP::DrawWorld()
{
    float screen[2];

       for(int i = 64; i < MAX_GENTITIES; i++)
       {
        if(Maths::Convert2DScreen(centity[i].lerpOrigin,screen))
        {
              if( centity[i].currentState.eType == 6 )
              {
                CDraw::DrawString(screen[0],screen[1],1.0f,colorRed,smalldevFont,3,"Entity");
              }
              if( centity[i].currentState.eType == 3 )
              {
                CDraw::DrawString(screen[0],screen[1],1.0f,colorRed,smalldevFont,3,"Weapon Pickup");
              }
              if( centity[i].currentState.eType == 9 )
              {
                CDraw::DrawString(screen[0],screen[1],1.0f,colorRed,smalldevFont,3,"MG");
              }
              if( centity[i].currentState.eType == 4 )
              {
                CDraw::DrawString(screen[0],screen[1],1.0f,colorRed,smalldevFont,3,"Grenade");
              }
        }
    }
}
Credits:
King-OrgY - Some of his maths functions.
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
esp, world

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 03:11 PM.