Guest User

Untitled

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