Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lib = loadstring(game:HttpGet"https://pastebin.com/raw/DGpYu2j4")()
- local win = lib:Window(game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name,Color3.fromRGB(255, 135, 155), Enum.KeyCode.RightControl)
- local p = game.Players.LocalPlayer
- local c = p.Character
- lib:Notification("Notice:", "have fun!", "Agree")
- local Player = win:Tab("***")
- Player:Toggle("Run Through Stages",false, function(t)
- getgenv().nut = t
- end)
- spawn(function()
- while wait(.1) do
- if getgenv().nut == true then
- local s = p.leaderstats.Stage.Value + 1
- c.HumanoidRootPart.CFrame = game.Workspace.Stages[s].CFrame + Vector3.new(0, 4, 0)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement