Advertisement
Guest User

Untitled

a guest
Mar 7th, 2020
9,252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. --THE IMPOSSIBLE OBBY, script made By Rkq5
  2. --[[
  3. Press K to set a custom Check Point
  4.  
  5. JumpPower has been set to 55 to make it easier
  6.  
  7. The GUI at the Buttom Left allows you to skip stages without paying robux.
  8.  
  9. Enjoy!
  10. --]]
  11. local ScreenGui = Instance.new("ScreenGui")
  12. local Scroll = Instance.new("TextLabel")
  13. local TPINFO = Instance.new("TextLabel")
  14. local Foward = Instance.new("TextButton")
  15. local Back = Instance.new("TextButton")
  16. ScreenGui.Parent = game.CoreGui
  17. Scroll.Name = "Scroll"
  18. Scroll.Parent = ScreenGui
  19. Scroll.BackgroundColor3 = Color3.new(1, 1, 1)
  20. Scroll.BackgroundTransparency = 1
  21. Scroll.Position = UDim2.new(0.119158879, 0, 0.141434267, 0)
  22. Scroll.Size = UDim2.new(0, 94, 0, 14)
  23. Scroll.Font = Enum.Font.Highway
  24. Scroll.TextColor3 = Color3.new(0, 0, 0)
  25. Scroll.TextSize = 15
  26. TPINFO.Name = "TPINFO"
  27. TPINFO.Parent = ScreenGui
  28. TPINFO.BackgroundColor3 = Color3.new(1, 1, 1)
  29. TPINFO.BackgroundTransparency = 1
  30. TPINFO.Position = UDim2.new(0.0817756951, 0, 0.737051845, 0)
  31. TPINFO.Size = UDim2.new(0, 60, 0, 14)
  32. TPINFO.Font = Enum.Font.SourceSans
  33. TPINFO.Text = "1"
  34. TPINFO.TextColor3 = Color3.new(1, 1, 1)
  35. TPINFO.TextSize = 15
  36. Foward.Name = "Foward"
  37. Foward.Parent = TPINFO
  38. Foward.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Foward.BackgroundTransparency = 0.30000001192093
  40. Foward.Position = UDim2.new(1, 0, 0.0714285374, 0)
  41. Foward.Size = UDim2.new(0, 20, 0, 13)
  42. Foward.Font = Enum.Font.SourceSans
  43. Foward.Text = ">"
  44. Foward.TextColor3 = Color3.new(1, 1, 1)
  45. Foward.TextSize = 17
  46. Back.Name = "Back"
  47. Back.Parent = TPINFO
  48. Back.BackgroundColor3 = Color3.new(0, 0, 0)
  49. Back.BackgroundTransparency = 0.30000001192093
  50. Back.Position = UDim2.new(-0.350000024, 0, 0.0714285374, 0)
  51. Back.Size = UDim2.new(0, 20, 0, 13)
  52. Back.Font = Enum.Font.SourceSans
  53. Back.Text = "<"
  54. Back.TextColor3 = Color3.new(1, 1, 1)
  55. Back.TextSize = 17
  56.  
  57. --Start
  58. function SCRIPT_HZWF67_FAKESCRIPT()
  59. local script = Instance.new('LocalScript')
  60. script.Parent = Scroll
  61. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  62. local counter1 = 1
  63. while wait(0.1) do
  64. Scroll.TextColor3 = Color3.fromHSV(zigzag(counter1),1,1)
  65. counter1 = counter1 + 0.009
  66. end
  67.  
  68. end
  69. coroutine.resume(coroutine.create(SCRIPT_HZWF67_FAKESCRIPT))
  70. function SCRIPT_MIGF82_FAKESCRIPT()
  71. local script = Instance.new('LocalScript')
  72. script.Parent = Scroll
  73. local txt = "Master Obby Loaded!"
  74. local txt2 = "Enjoy! Also join my discord -- https://discord.gg/NXvvfHd"
  75. local text = ""
  76.  
  77. while true do
  78. wait()
  79. for i = 1,#txt do
  80. text = txt:sub(1,i)
  81. script.Parent.Text = text
  82. wait()
  83. end
  84. script.Parent.TextTransparency = 1
  85. wait(.3)
  86. script.Parent.TextTransparency = 0
  87. wait(.3)
  88. script.Parent.TextTransparency = 1
  89. wait(.3)
  90. script.Parent.TextTransparency = 0
  91. wait(.5)
  92. script.Parent.TextTransparency = 1
  93. wait(.3)
  94. script.Parent.TextTransparency = 0
  95. wait(.5)
  96. script.Parent.TextTransparency = 1
  97. wait(.3)
  98. script.Parent.TextTransparency = 0
  99. wait(.3)
  100. script.Parent.TextTransparency = 1
  101. wait(.3)
  102. script.Parent.TextTransparency = 0
  103. wait(.5)
  104. script.Parent.Text = ""
  105. for i = 1,#txt2 do
  106. text = txt2:sub(1,i)
  107. script.Parent.Text = text
  108. wait()
  109. end
  110. wait(5)
  111. end
  112. end
  113. coroutine.resume(coroutine.create(SCRIPT_MIGF82_FAKESCRIPT))
  114. function SCRIPT_GMMW74_FAKESCRIPT()
  115. local script = Instance.new('LocalScript')
  116. script.Parent = ScreenGui
  117. local Brick = Instance.new("Part",game.Workspace)
  118. local lp = game:GetService("Players").LocalPlayer
  119. local p = game:GetService("Players")
  120. Brick.Name = "SpawnPoint"
  121. local m = lp:GetMouse()
  122. local spawnP = true or false
  123. Brick.CanCollide = false
  124. Brick.Anchored = true
  125. Brick.Color = Color3.new(0, 255, 0)
  126. m.KeyDown:connect(function(k)
  127. if k == "k" then
  128. game:GetService("StarterGui"):SetCore("SendNotification", {
  129. Title = "[Set!]";
  130. Text = "Spawn Point set to this location";
  131. })
  132. Brick.CFrame = lp.Character.HumanoidRootPart.CFrame
  133. spawnP = true
  134. if spawnP == true then
  135. repeat
  136. wait()
  137. if lp.Character.Humanoid.Health == 0 then
  138. wait(5.5)
  139. lp.Character.HumanoidRootPart.CFrame = Brick.CFrame
  140. elseif lp.Character.Humanoid.Health > 0 then
  141. print("Waiting on Char")
  142. end
  143. until spawnP == false
  144. end
  145. end
  146. end)
  147.  
  148. end
  149. coroutine.resume(coroutine.create(SCRIPT_GMMW74_FAKESCRIPT))
  150. function SCRIPT_TPZG77_FAKESCRIPT()
  151. local script = Instance.new('LocalScript')
  152. script.Parent = ScreenGui
  153. while true do
  154. wait()
  155. local lp = game:GetService("Players").LocalPlayer
  156. for _,z in pairs(lp.Character:GetChildren()) do
  157. if z:IsA("Humanoid") then
  158. z.JumpPower = 55
  159. end
  160. end
  161. end
  162.  
  163. end
  164. coroutine.resume(coroutine.create(SCRIPT_TPZG77_FAKESCRIPT))
  165. function SCRIPT_GOEG83_FAKESCRIPT()
  166. local script = Instance.new('LocalScript')
  167. script.Parent = TPINFO
  168. local lp = game:GetService("Players").LocalPlayer
  169. local WS = game.Workspace
  170. local Checkpoint = game.Workspace.Checkpoints
  171. local Number = 1
  172. Foward.MouseButton1Click:connect(function()
  173. Number = Number + 1
  174. TPINFO.Text = ""..Number..""
  175. for _,z in pairs(Checkpoint:GetChildren()) do
  176. if z:IsA("SpawnLocation") and z.Name == ""..Number.."" then
  177. lp.Character.HumanoidRootPart.CFrame = z.CFrame
  178. end
  179. end
  180. end)
  181. Back.MouseButton1Click:connect(function()
  182. Number = Number - 1
  183. TPINFO.Text = ""..Number..""
  184. for _,z in pairs(Checkpoint:GetChildren()) do
  185. if z:IsA("SpawnLocation") and z.Name == ""..Number.."" then
  186. lp.Character.HumanoidRootPart.CFrame = z.CFrame
  187. end
  188. end
  189. end)
  190.  
  191.  
  192. end
  193. coroutine.resume(coroutine.create(SCRIPT_GOEG83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement