Functions: AutoWin

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
-- credits to dawid over at https://v3rmillion.net/showthread.php?tid=1098651 for the amazing UI Library!
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:", "Fuck this game, have fun!", "Agree")
local Player = win:Tab("Fuck This Game")
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)