unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > First-Person Shooters > Other FPS Games > Joint Operations

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


Reply
 
Thread Tools Display Modes
  #1  
Old 07-08-2007, 10:13 AM
Traffic Traffic is offline
Junior Member
 
Join Date: Dec 2006
Posts: 12
Default [DF:X] NameTag Routine [ASM]

This is the routine that is used to draw name tags on the players, thats its only job (that I know of). I use it to draw player ESP.

Code:
005DBC27  |> 8B4424 2C      MOV EAX,DWORD PTR SS:[ESP+2C]           
005DBC2B  |. 8B4C24 28      MOV ECX,DWORD PTR SS:[ESP+28]            
005DBC2F  |. 8B7C24 24      MOV EDI,DWORD PTR SS:[ESP+24]            
005DBC33  |. 8D9424 9800000>LEA EDX,DWORD PTR SS:[ESP+98]            
005DBC3A  |. 52             PUSH EDX                                  ;  Text
005DBC3B  |. 50             PUSH EAX                                   ;  Y
005DBC3C  |. 51             PUSH ECX                                  ;  X
005DBC3D  |. BB 01010000    MOV EBX,101                     ; MOV EBX, 0x101
005DBC42  |. 8BD5           MOV EDX,EBP                           ;  MOV EDX, color
005DBC44  |. E8 37D70100    CALL dfx.005F9380            ; Call Function
005DBC49  |. 83C4 0C        ADD ESP,0C                           ; Fix Stack
Enjoy, or don't.

Poster By _Ghoster_
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
asm, dfx, nametag, routine

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 02:02 PM.