retpee

Break In [Story] Teleports Roblox Exploit Gui

Jul 4th, 2021 (edited)
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.08 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Gui = Instance.new("Frame")
  5. local Label = Instance.new("TextLabel")
  6. local Items = Instance.new("TextLabel")
  7. local Enjoy = Instance.new("TextLabel")
  8. local House = Instance.new("TextButton")
  9. local Basement = Instance.new("TextButton")
  10. local Attic = Instance.new("TextButton")
  11. local Store = Instance.new("TextButton")
  12. local Sewer = Instance.new("TextButton")
  13. local Blue = Instance.new("TextButton")
  14. local Pink = Instance.new("TextButton")
  15. local Green = Instance.new("TextButton")
  16. local Kitchen = Instance.new("TextButton")
  17. local LivingRoom = Instance.new("TextButton")
  18. local Fight1 = Instance.new("TextButton")
  19. local Fight2 = Instance.new("TextButton")
  20. local Fight3 = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. ScreenGui.Parent = game.CoreGui
  25.  
  26. Gui.Name = "Gui"
  27. Gui.Parent = ScreenGui
  28. Gui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  29. Gui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  30. Gui.Position = UDim2.new(0.620664001, 0, 0.0176125243, 0)
  31. Gui.Size = UDim2.new(0, 186, 0, 431)
  32. Gui.Active = true
  33. Gui.Draggable = true
  34.  
  35. Label.Name = "Label"
  36. Label.Parent = Gui
  37. Label.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  38. Label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  39. Label.Position = UDim2.new(5.12227416e-09, 0, -0.000589236617, 0)
  40. Label.Size = UDim2.new(0, 186, 0, 56)
  41. Label.Font = Enum.Font.Bodoni
  42. Label.Text = "BREAK IN"
  43. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. Label.TextSize = 20.000
  45.  
  46. Items.Name = "Items"
  47. Items.Parent = Gui
  48. Items.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  49. Items.BorderColor3 = Color3.fromRGB(0, 0, 0)
  50. Items.Position = UDim2.new(0, 0, 0.128722057, 0)
  51. Items.Size = UDim2.new(0, 186, 0, 26)
  52. Items.Font = Enum.Font.Bodoni
  53. Items.Text = "Teleports"
  54. Items.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. Items.TextSize = 14.000
  56.  
  57. Enjoy.Name = "Enjoy!"
  58. Enjoy.Parent = Gui
  59. Enjoy.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  60. Enjoy.BorderColor3 = Color3.fromRGB(85, 0, 127)
  61. Enjoy.Position = UDim2.new(0.155913979, 0, 0.0928841755, 0)
  62. Enjoy.Size = UDim2.new(0, 127, 0, 10)
  63. Enjoy.Font = Enum.Font.SourceSans
  64. Enjoy.Text = "Enjoy!"
  65. Enjoy.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. Enjoy.TextSize = 14.000
  67.  
  68. House.Name = "House"
  69. House.Parent = Gui
  70. House.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  71. House.BorderColor3 = Color3.fromRGB(0, 0, 0)
  72. House.Position = UDim2.new(0.274193555, 0, 0.225786716, 0)
  73. House.Size = UDim2.new(0, 83, 0, 25)
  74. House.Font = Enum.Font.Bodoni
  75. House.Text = "House"
  76. House.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. House.TextSize = 14.000
  78. House.MouseButton1Down:connect(function()
  79.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-36, 3, -200)  
  80. end)
  81.  
  82. Basement.Name = "Basement"
  83. Basement.Parent = Gui
  84. Basement.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  85. Basement.BorderColor3 = Color3.fromRGB(0, 0, 0)
  86. Basement.Position = UDim2.new(0.274193436, 0, 0.625558913, 0)
  87. Basement.Size = UDim2.new(0, 83, 0, 25)
  88. Basement.Font = Enum.Font.Bodoni
  89. Basement.Text = "Basement"
  90. Basement.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. Basement.TextSize = 14.000
  92. Basement.MouseButton1Down:connect(function()
  93.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(71, -15, -163)
  94. end)
  95.  
  96. Attic.Name = "Attic"
  97. Attic.Parent = Gui
  98. Attic.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  99. Attic.BorderColor3 = Color3.fromRGB(0, 0, 0)
  100. Attic.Position = UDim2.new(0.274193466, 0, 0.56944859, 0)
  101. Attic.Size = UDim2.new(0, 83, 0, 25)
  102. Attic.Font = Enum.Font.Bodoni
  103. Attic.Text = "Attic"
  104. Attic.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. Attic.TextSize = 14.000
  106. Attic.MouseButton1Down:connect(function()
  107.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-16, 35, -220)
  108. end)
  109.  
  110. Store.Name = "Store"
  111. Store.Parent = Gui
  112. Store.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  113. Store.BorderColor3 = Color3.fromRGB(0, 0, 0)
  114. Store.Position = UDim2.new(0.274193555, 0, 0.681708932, 0)
  115. Store.Size = UDim2.new(0, 83, 0, 25)
  116. Store.Font = Enum.Font.Bodoni
  117. Store.Text = "Store"
  118. Store.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. Store.TextSize = 14.000
  120. Store.MouseButton1Down:connect(function()
  121.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-422, 3, -121)
  122. end)
  123.  
  124. Sewer.Name = "Sewer"
  125. Sewer.Parent = Gui
  126. Sewer.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  127. Sewer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  128. Sewer.Position = UDim2.new(0.274193525, 0, 0.737433255, 0)
  129. Sewer.Size = UDim2.new(0, 83, 0, 25)
  130. Sewer.Font = Enum.Font.Bodoni
  131. Sewer.Text = "Sewer"
  132. Sewer.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. Sewer.TextSize = 14.000
  134. Sewer.MouseButton1Down:connect(function()
  135.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(129, 3, -125)
  136. end)
  137.  
  138. Blue.Name = "Blue"
  139. Blue.Parent = Gui
  140. Blue.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  141. Blue.BorderColor3 = Color3.fromRGB(0, 0, 0)
  142. Blue.Position = UDim2.new(0.274193555, 0, 0.285762966, 0)
  143. Blue.Size = UDim2.new(0, 83, 0, 25)
  144. Blue.Font = Enum.Font.Bodoni
  145. Blue.Text = "Blue Room"
  146. Blue.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. Blue.TextSize = 14.000
  148. Blue.MouseButton1Down:connect(function()
  149.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-48.0382614, 16.869976, -205.104355, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  150. end)
  151.  
  152. Pink.Name = "Pink"
  153. Pink.Parent = Gui
  154. Pink.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  155. Pink.BorderColor3 = Color3.fromRGB(0, 0, 0)
  156. Pink.Position = UDim2.new(0.274193555, 0, 0.342698961, 0)
  157. Pink.Size = UDim2.new(0, 83, 0, 25)
  158. Pink.Font = Enum.Font.Bodoni
  159. Pink.Text = "Pink Room"
  160. Pink.TextColor3 = Color3.fromRGB(0, 0, 0)
  161. Pink.TextSize = 14.000
  162. Pink.MouseButton1Down:connect(function()
  163.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(12.3232908, 17.1220551, -225.491364, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  164. end)
  165.  
  166. Green.Name = "Green"
  167. Green.Parent = Gui
  168. Green.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  169. Green.BorderColor3 = Color3.fromRGB(0, 0, 0)
  170. Green.Position = UDim2.new(0.274193555, 0, 0.399634957, 0)
  171. Green.Size = UDim2.new(0, 83, 0, 25)
  172. Green.Font = Enum.Font.Bodoni
  173. Green.Text = "Green Room"
  174. Green.TextColor3 = Color3.fromRGB(0, 0, 0)
  175. Green.TextSize = 14.000
  176. Green.MouseButton1Down:connect(function()
  177.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.1242743, 17.1220551, -193.691391, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  178. end)
  179.  
  180. Kitchen.Name = "Kitchen"
  181. Kitchen.Parent = Gui
  182. Kitchen.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  183. Kitchen.BorderColor3 = Color3.fromRGB(0, 0, 0)
  184. Kitchen.Position = UDim2.new(0.274193555, 0, 0.456428081, 0)
  185. Kitchen.Size = UDim2.new(0, 83, 0, 25)
  186. Kitchen.Font = Enum.Font.Bodoni
  187. Kitchen.Text = "Kitchen"
  188. Kitchen.TextColor3 = Color3.fromRGB(0, 0, 0)
  189. Kitchen.TextSize = 14.000
  190. Kitchen.MouseButton1Down:connect(function()
  191.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-57.3384857, 1.24090338, -212.804047, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  192. end)
  193.  
  194. LivingRoom.Name = "Living Room"
  195. LivingRoom.Parent = Gui
  196. LivingRoom.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  197. LivingRoom.BorderColor3 = Color3.fromRGB(0, 0, 0)
  198. LivingRoom.Position = UDim2.new(0.274193555, 0, 0.513364077, 0)
  199. LivingRoom.Size = UDim2.new(0, 83, 0, 25)
  200. LivingRoom.Font = Enum.Font.Bodoni
  201. LivingRoom.Text = "Living Room"
  202. LivingRoom.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. LivingRoom.TextSize = 14.000
  204. LivingRoom.MouseButton1Down:connect(function()
  205.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(12.2735319, 1.24090314, -217.69136, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  206. end)
  207.  
  208. Fight1.Name = "Fight 1"
  209. Fight1.Parent = Gui
  210. Fight1.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  211. Fight1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  212. Fight1.Position = UDim2.new(0.274193525, 0, 0.79436928, 0)
  213. Fight1.Size = UDim2.new(0, 83, 0, 25)
  214. Fight1.Font = Enum.Font.Bodoni
  215. Fight1.Text = "Boss Fight 1"
  216. Fight1.TextColor3 = Color3.fromRGB(0, 0, 0)
  217. Fight1.TextSize = 14.000
  218. Fight1.MouseButton1Down:connect(function()
  219.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-26.1618233, -288.874969, -1476.19043, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  220. end)
  221.  
  222. Fight2.Name = "Fight2"
  223. Fight2.Parent = Gui
  224. Fight2.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  225. Fight2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  226. Fight2.Position = UDim2.new(0.274193525, 0, 0.851305246, 0)
  227. Fight2.Size = UDim2.new(0, 83, 0, 25)
  228. Fight2.Font = Enum.Font.Bodoni
  229. Fight2.Text = "Boss Fight 2"
  230. Fight2.TextColor3 = Color3.fromRGB(0, 0, 0)
  231. Fight2.TextSize = 14.000
  232. Fight2.MouseButton1Down:connect(function()
  233.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-116.311829, -288.874969, -1462.54041, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  234. end)
  235.  
  236. Fight3.Name = "Fight 3"
  237. Fight3.Parent = Gui
  238. Fight3.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  239. Fight3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  240. Fight3.Position = UDim2.new(0.274193525, 0, 0.909309864, 0)
  241. Fight3.Size = UDim2.new(0, 83, 0, 25)
  242. Fight3.Font = Enum.Font.Bodoni
  243. Fight3.Text = "Boss Fight 3"
  244. Fight3.TextColor3 = Color3.fromRGB(0, 0, 0)
  245. Fight3.TextSize = 14.000
  246. Fight3.MouseButton1Down:connect(function()
  247.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-116.311829, -288.874969, -1492.29041, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  248. end)
Add Comment
Please, Sign In to add comment