Guest User

Untitled

a guest
Jul 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. void ZChatOutput(char *message, int messageType, int location, unsigned int color)
  2. {
  3. _asm
  4. {
  5. push edi
  6. mov edi, ebp
  7. push end
  8. push ebp
  9. mov ebp, esp
  10. push [edi+20]
  11. push [edi+16]
  12. push [edi+12]
  13. push [edi+8]
  14. push LEAVERETN
  15. mov eax, ZCHATOUTPUT
  16. jmp eax
  17. end:
  18. pop edi
  19. }
  20. }
Add Comment
Please, Sign In to add comment