Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Hookmetamethod
- local newdex = hookmetamethod(game, "__index", function(self, num)
- if tostring(self) == "Chakra" and num == "Value" then
- return 999999
- end
- return newdex(self, num)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement