Advertisement
Guest User

MW3 Draw Proxy

a guest
Nov 9th, 2011
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 004B7920  /$  8B4C24 08     mov ecx, dword ptr ss:[esp+8]
  2. 004B7924  |.  8B4424 04     mov eax, dword ptr ss:[esp+4]
  3. 004B7928  |.  8B00          mov eax, dword ptr ds:[eax]
  4. 004B792A  |.  8B10          mov edx, dword ptr ds:[eax]
  5. 004B792C  |.  8B92 48010000 mov edx, dword ptr ds:[edx+148]
  6. 004B7932  |.  56            push esi
  7. 004B7933  |.  8B71 04       mov esi, dword ptr ds:[ecx+4]
  8. 004B7936  |.  56            push esi                                 ;  primcount
  9. 004B7937  |.  8B71 08       mov esi, dword ptr ds:[ecx+8]
  10. 004B793A  |.  8B09          mov ecx, dword ptr ds:[ecx]
  11. 004B793C  |.  56            push esi                                 ;  startindex
  12. 004B793D  |.  51            push ecx                                 ;  numverticies
  13. 004B793E  |.  6A 00         push 0                                   ;  Minvertexindex
  14. 004B7940  |.  6A 00         push 0                                   ;  basevertexindex
  15. 004B7942  |.  6A 04         push 4                                   ;  Type??
  16. 004B7944  |.  50            push eax                                 ;  D3D9 Dev
  17. 004B7945  |.  FFD2          call edx
  18. 004B7947  |.  5E            pop esi
  19. 004B7948  \.  C3            retn
  20.  
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement