Kudzo

Untitled

Jan 31st, 2020
1,538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. wait(1)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "."; -- the title (ofc)
  4. Text = "Made By Sosuke Aizen @ V3rm"; -- what the text says (ofc)
  5. Duration = 5; -- how long the notification should in secounds
  6. })
  7. local arg
  8. mt = getrawmetatable(game)
  9. setreadonly(mt,false)
  10. old = mt.__namecall
  11. mt.__namecall = newcclosure(function(self,...)
  12. local method = getnamecallmethod(self)
  13. local args = {...}
  14. if method == 'FireServer' and type(args[3]) == 'string' then
  15. arg = args[3]
  16. end
  17. return old(self,...)
  18. end)
  19. while wait() do
  20. if arg ~= nil then
  21. game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Gold", 9e18, arg)
  22. game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Gem", 9e18, arg)
  23. game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Volt", 9e18, arg)
  24. game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Candy", 9e18, arg)
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment