Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Amare Scripts - Dessert Detectors Money & EXP GIVER",
- Icon = 0,
- LoadingTitle = "Loading Functions",
- LoadingSubtitle = "by AmareScripts",
- Theme = "Amethyst",
- DisableRayfieldPrompts = false,
- DisableBuildWarnings = false,
- ConfigurationSaving = {
- Enabled = false,
- FolderName = nil,
- FileName = "Big Hub"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink",
- RememberJoins = true
- },
- KeySystem = false,
- KeySettings = {
- Title = "Untitled",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided",
- FileName = "Key",
- SaveKey = true,
- GrabKeyFromSite = false,
- Key = {"Hello"}
- }
- })
- local Tab = Window:CreateTab("Money & EXP", 4483362458)
- local Button = Tab:CreateButton({
- Name = "Money & EXP Giver (CLICK)",
- Callback = function()
- local args = {
- [1] = {
- [1] = "Getting Settled",
- [2] = {
- [1] = {
- [1] = 0,
- [2] = 0
- },
- [2] = "Any"
- },
- [3] = {
- [1] = 9e9
- },
- [4] = "Return to Diddy"
- }
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Give_Quest"):FireServer(unpack(args))
- local args = {
- [1] = "Getting Settled"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Win_Quest"):FireServer(unpack(args))
- end,
- })
- local Toggle = Tab:CreateToggle({
- Name = "Money & EXP Giver (LOOP)",
- CurrentValue = false,
- Flag = "Toggle1",
- Callback = function(Value)
- _G.loopRunning = Value
- if _G.loopRunning then
- task.spawn(function()
- while _G.loopRunning do
- wait()
- local args = {
- [1] = {
- [1] = "Getting Settled",
- [2] = {
- [1] = {
- [1] = 0,
- [2] = 0
- },
- [2] = "Any"
- },
- [3] = {
- [1] = 9e9
- },
- [4] = "Return to Diddy"
- }
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Give_Quest"):FireServer(unpack(args))
- local args = {
- [1] = "Getting Settled"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Win_Quest"):FireServer(unpack(args))
- end
- end)
- end
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement