OogaBoogaNoob

escape easy

Apr 6th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. --game link: https://www.roblox.com/games/6494527314/Escape-Easy-ADMIN-Obby
  2. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21653.89--[[game devs need 20k studs]], 92.16, 628.18)
  3. wait(1)--1
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21653.12, 92.16, 536.18)
  5. wait(1)--2
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21653.12, 92.16, 452.78)
  7. wait(1)--3
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21428.1, 387.81, 621.69)
  9. wait(2)--4
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21506.68, 268.1, -125.67)
  11. wait(2)--5
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21230.64, 381.82, 740.99)
  13. wait(2)--6
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21520.84, 262.34, -194.74)
  15. wait(2)--7
  16. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21602.67, 268.73, -178.01)
  17. --plus things
  18. local InfiniteJumpEnabled = true
  19. game:GetService("UserInputService").JumpRequest:connect(function()
  20. if InfiniteJumpEnabled then
  21. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  22. end
  23. end)
  24. --ç
  25. local Plr = game:GetService("Players").LocalPlayer
  26. local Mouse = Plr:GetMouse()
  27.  
  28. Mouse.Button1Down:connect(function()
  29. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  30. if not Mouse.Target then return end
  31. Plr.Character:MoveTo(Mouse.Hit.p)
  32. end)
  33. --
Advertisement
Add Comment
Please, Sign In to add comment