Advertisement
Attrixx

Untitled

Dec 10th, 2020
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. HookFunctions
  2. Normal Hooking
  3. hookfunction(print,warn)
  4.  
  5. Hooking With Custom Functions
  6. hookfunction(newcclosure(function() end)
  7.  
  8. Why NewCClosures (detection)
  9. cause normal functions can be easily detected
  10.  
  11. MetaMethod Hook (Index)
  12. checkcaller()
  13.  
  14. Namecall Hook
  15. checkcaller()
  16. Gets the caller of the namecall
  17. getnamecallmethod()
  18. Returns the type of a namecall (string)
  19.  
  20. Next episode:
  21. Making a remotespy with the stuff we learnt.
  22.  
  23. Episode after that: (Vote in comments)
  24. Admin commands
  25. Arsenal Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement