Guest User

Untitled

a guest
Apr 3rd, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local oldInvoke = 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