GRUMPY GRAN! AUTO BEAT OBBY – CUSTOM TIME SCRIPT

Created by LEETcyanide

Features:

  • AUTO BEAT OBBY
  • CUSTOM TIME SCRIPT

SCRIPTS: [3]

GET PLAT BADGE

--This one will give platinum badge
local args = {
    [1] = 20,
    [2] = false
}

game:GetService("ReplicatedStorage").GameValues.StageChange:FireServer(unpack(args))

GET BRONZE BADGE

--This one will give bronze badge
local args = {
    [1] = 20,
    [2] = true
}

game:GetService("ReplicatedStorage").GameValues.StageChange:FireServer(unpack(args))

SPAM LEADERBOARD WITH TIME

local args = {
    [1] = PLACEINTHERE, --you will need to put an int here, positives and negatives work
}

game:GetService("ReplicatedStorage").GameValues.hardtime:FireServer(unpack(args))

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!