Advertisement
SirMeme

Celery Beta Functions 28/10.21

Oct 28th, 2021
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. gethiddenprop/sethiddenprop
  2. getnamecallmethod
  3. getidentity/setidentity
  4. getsimulationradius
  5. setsimulationradius
  6. fireproximityprompt
  7. newcclosure
  8. setreadonly
  9. isreadonly
  10. iscclosure
  11. hookfunction
  12. getclipboard/setclipboard
  13. loadstring
  14. getreg
  15. getgenv
  16. getrawmetatable
  17. getmodules
  18. getscripts
  19. getinstances
  20. getnilinstances
  21. keypress/keyrelease
  22. mouse1down/mouse1up
  23. mouse2down/mouse2up
  24. mouse1click
  25. mouse2click
  26. file.read (readfile)
  27. file.write (writefile)
  28.  
  29. Drawing.new("...")
  30. Supports:
  31. line
  32. text
  33. triangle
  34. circle
  35. square
  36.  
  37. Drawing.clear()
  38.  
  39. And many more are soon to be added.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement