Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. void SendInv(clientid)
  2. {
  3. int SendInv_addr = 0x0401573; //SendCarry
  4.  
  5. _asm
  6. {
  7. PUSH clientid
  8. CALL SendInv_addr
  9. ADD ESP,4
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement