Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Credits to; backyard, sourdough & scum
- Official thread; https://v3rmillion.net/showthread.php?tid=944391
- -------------------------------------------------------------------------------
- Script was provided from the official Demon Slayers Community Server; https://discord.gg/demonslayers
- Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
- ]]--
- -- Inf cash;
- local A_1 = "Tool11"
- local A_2 = "Cash"
- local A_3 = -9999999999 --change this to any amount of cash you want (-9999) for 9999 cash
- local A_4 = 2
- local Event = game:GetService("ReplicatedStorage").Events.BuyItem
- Event:FireServer(A_1, A_2, A_3, A_4)
- -- Inf diamonds;
- local A_1 = "Tool12"
- local A_2 = "Diamond"
- local A_3 = -99999999999999 --change to name money or diamond lul
- local A_4 = 2
- local Event = game:GetService("ReplicatedStorage").Events.BuyItem
- Event:FireServer(A_1, A_2, A_3, A_4)
- --- Change teams;
- -- Mercenary;
- local A_1 = BrickColor.new("Eggplant")
- local Event = game:GetService("ReplicatedStorage").ChangeTeam
- Event:FireServer(A_1)
- -- Army;
- local A_1 = BrickColor.new("Parsley green")
- local Event = game:GetService("ReplicatedStorage").ChangeTeam
- Event:FireServer(A_1)
- -- Mafia;
- local A_1 = BrickColor.new("Dirt brown")
- local Event = game:GetService("ReplicatedStorage").ChangeTeam
- Event:FireServer(A_1)
- -- Swat;
- local A_1 = BrickColor.new("Really black")
- local Event = game:GetService("ReplicatedStorage").ChangeTeam
- Event:FireServer(A_1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement