Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local oldInvoke = component.invoke
- function component.invoke(address, method, ...)
- return oldInvoke(address, method, ...)
- end
- print(component.invoke(component.get("7f4"), "get"))
Advertisement
Add Comment
Please, Sign In to add comment