Advertisement
whiplk

[INCLUDE] - w!hook(beta)

Oct 8th, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.53 KB | None | 0 0
  1. /*
  2. *
  3. *   HOOK v1 beta - Willian_Luigi
  4. *   Data de inicio: 08/10/2013
  5. *   Ultima atualização: 13/10/2013
  6. *   CODE.ME, 2013.1 -
  7. *
  8. */
  9. #if defined _whooks_included
  10.   #endinput
  11. #endif
  12. #define _whooks_included
  13. #pragma library whooks
  14. #define hook_f::%0(%1) public %0(%1) <>
  15. #define hook_s::%0(%1) stock %0(%1) <>
  16. #define function::%0(%1) public %0(%1) <hook:_%0>
  17. #define sstock::%0(%1) %0(%1) <hook:_%0>
  18. #define register<%0>%1(%2) %0 %1(%2) <hook:_%1>
  19. #define call->%0(%1) state hook:_%0; %0(%1)
  20. #define nop (0x90)
  21. #define NOP nop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement