Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Credits to; Sosuke Aizen
- Official thread; https://v3rmillion.net/showthread.php?tid=941057
- --------------------------------------------------------------------------------
- Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
- Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
- ]]--
- wait(1)
- game.StarterGui:SetCore("SendNotification", {
- Title = "."; -- the title (ofc)
- Text = "Made By Sosuke Aizen @ V3rm"; -- what the text says (ofc)
- Duration = 5; -- how long the notification should in secounds
- })
- local arg
- mt = getrawmetatable(game)
- setreadonly(mt,false)
- old = mt.__namecall
- mt.__namecall = newcclosure(function(self,...)
- local method = getnamecallmethod(self)
- local args = {...}
- if method == 'FireServer' and type(args[3]) == 'string' then
- arg = args[3]
- end
- return old(self,...)
- end)
- while wait() do
- if arg ~= nil then
- game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Gold", 9e18, arg)
- game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Gem", 9e18, arg)
- game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Volt", 9e18, arg)
- game:GetService("ReplicatedStorage").RE_ChangePlayarData:FireServer("Candy", 9e18, arg)
- end
- end
- --[[
- Instructions;
- 1- execute
- 2- left click
- 3- reset character
- 4- boom profit
- ]]--
Advertisement
Add Comment
Please, Sign In to add comment