Guest User

Untitled

a guest
Apr 3rd, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local oldInvoke = component.invoke
  2. function component.invoke(address, method, ...)
  3.   return oldInvoke(address, method, ...)
  4. end
  5. print(component.invoke(component.get("7f4"), "get"))
Advertisement
Add Comment
Please, Sign In to add comment