Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Credits to; b1ooq
- Official thread; https://v3rmillion.net/showthread.php?tid=944444
- -------------------------------------------------------------------------------
- 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
- ]]--
- -- get exp
- local string_1 = "xp";
- local number_1 = 500000; -- its like 100+ level or something
- local Target = game:GetService("ReplicatedStorage").Remotes.ChangeSetting;
- Target:FireServer(string_1, number_1);
- -- 100% juggernaut chance
- local string_1 = "jugchance";
- local number_1 = 100; -- percentage
- local Target = game:GetService("ReplicatedStorage").Remotes.ChangeSetting;
- Target:FireServer(string_1, number_1);
- -- 100% beast chance
- local string_1 = "beastchance";
- local number_1 = 100; -- percentage
- local Target = game:GetService("ReplicatedStorage").Remotes.ChangeSetting;
- Target:FireServer(string_1, number_1);
- -- a lot of points
- local string_1 = "AP";
- local number_1 = 10000; -- gives points
- local Target = game:GetService("ReplicatedStorage").Remotes.ChangeSetting;
- Target:FireServer(string_1, number_1);
Advertisement
Add Comment
Please, Sign In to add comment