Advertisement
dcomicboy

set object

Mar 19th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. void __cdecl SetObject(int* Object , D3DXVECTOR3 Pos)
  2. {
  3. _asm
  4. {
  5. MOV ECX,DWORD PTR DS:[LTClientDLL]
  6. MOV EDX,DWORD PTR DS:[ECX]
  7. PUSH 0
  8. LEA EAX,Pos
  9. PUSH EAX
  10. PUSH Object
  11. MOV EDX,DWORD PTR DS:[EDX + 0xC4]
  12. CALL EDX
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement