Advertisement
sudhanshuprasad

Escape McDonalds Obby | Checkpoint Farm

Jul 21st, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. local lib = loadstring(game:HttpGet"https://pastebin.com/raw/DGpYu2j4")()
  2. local win = lib:Window(game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name,Color3.fromRGB(255, 135, 155), Enum.KeyCode.RightControl)
  3. local p = game.Players.LocalPlayer
  4. local c = p.Character
  5. lib:Notification("Notice:", "have fun!", "Agree")
  6. local Player = win:Tab("***")
  7.  
  8. Player:Toggle("Run Through Stages",false, function(t)
  9.     getgenv().nut = t
  10. end)
  11.  
  12. spawn(function()
  13.     while wait(.1) do
  14.         if getgenv().nut == true then
  15.             local s = p.leaderstats.Stage.Value + 1
  16.             c.HumanoidRootPart.CFrame = game.Workspace.Stages[s].CFrame + Vector3.new(0, 4, 0)
  17.         end
  18.     end
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement