Tanjiro-Kamado

Energy Simulator infinite stats ( Synapse only )

Jan 31st, 2020
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.42 KB | None | 0 0
  1. --[[
  2. Credits to; Sosuke Aizen
  3. Official thread; https://v3rmillion.net/showthread.php?tid=941057
  4. --------------------------------------------------------------------------------
  5. Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
  6. Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
  7. ]]--
  8.  
  9. wait(1)
  10. game.StarterGui:SetCore("SendNotification", {
  11. Title = "."; -- the title (ofc)
  12. Text = "Made By Sosuke Aizen @ V3rm"; -- what the text says (ofc)
  13. Duration = 5; -- how long the notification should in secounds
  14. })
  15. local arg
  16. mt = getrawmetatable(game)
  17. setreadonly(mt,false)
  18. old = mt.__namecall
  19. mt.__namecall = newcclosure(function(self,...)
  20.     local method = getnamecallmethod(self)
  21.     local args = {...}
  22.     if method == 'FireServer' and type(args[3]) == 'string' then
  23.         arg = args[3]
  24.     end
  25. return old(self,...)
  26. end)
  27. while wait() do
  28.     if arg ~= nil then
  29.         game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Gold", 9e18, arg)
  30.         game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Gem", 9e18, arg)
  31.         game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Volt", 9e18, arg)
  32.         game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Candy", 9e18, arg)
  33.     end
  34. end
  35.  
  36. --[[
  37. Instructions;
  38. 1- execute
  39. 2- left click
  40. 3- reset character
  41. 4- boom profit
  42. ]]--
Advertisement
Add Comment
Please, Sign In to add comment