retpee

Break In V2 Gui [Story] [Exploit Gui]

Aug 2nd, 2021 (edited)
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 32.79 KB | None | 0 0
  1. --Gui 1--
  2. -- Instances
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenClose = Instance.new("Frame")
  6. local UICorner = Instance.new("UICorner")
  7. local Open = Instance.new("TextButton")
  8. local UICorner_2 = Instance.new("UICorner")
  9. local UICorner_3 = Instance.new("UICorner")
  10. local Close = Instance.new("TextButton")
  11. local UICorner_4 = Instance.new("UICorner")
  12. local UICorner_5 = Instance.new("UICorner")
  13. local Gui = Instance.new("Frame")
  14. local UICorner_6 = Instance.new("UICorner")
  15. local Name = Instance.new("TextLabel")
  16. local UICorner_7 = Instance.new("UICorner")
  17. local Apple = Instance.new("TextButton")
  18. local UICorner_8 = Instance.new("UICorner")
  19. local Cola = Instance.new("TextButton")
  20. local UICorner_9 = Instance.new("UICorner")
  21. local Cookie = Instance.new("TextButton")
  22. local UICorner_10 = Instance.new("UICorner")
  23. local Chips = Instance.new("TextButton")
  24. local UICorner_11 = Instance.new("UICorner")
  25. local Pizza = Instance.new("TextButton")
  26. local UICorner_12 = Instance.new("UICorner")
  27. local Lollipop = Instance.new("TextButton")
  28. local UICorner_13 = Instance.new("UICorner")
  29. local Expired = Instance.new("TextButton")
  30. local UICorner_14 = Instance.new("UICorner")
  31. local Foods = Instance.new("TextLabel")
  32. local UICorner_15 = Instance.new("UICorner")
  33.  
  34. -- Properties
  35.  
  36. ScreenGui.Parent = game.CoreGui
  37.  
  38. OpenClose.Name = "Open/Close"
  39. OpenClose.Parent = ScreenGui
  40. OpenClose.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  41. OpenClose.Position = UDim2.new(0.00958772376, 0, 0.10958904, 0)
  42. OpenClose.Size = UDim2.new(0, 100, 0, 32)
  43.  
  44. UICorner.Parent = OpenClose
  45.  
  46. Open.Name = "Open"
  47. Open.Parent = OpenClose
  48. Open.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  49. Open.Position = UDim2.new(0.00999999978, 0, -0.03125, 0)
  50. Open.Size = UDim2.new(0, 99, 0, 34)
  51. Open.Font = Enum.Font.DenkOne
  52. Open.Text = "Open Foods Gui"
  53. Open.TextColor3 = Color3.new(0, 0, 0)
  54. Open.TextSize = 14
  55. Open.MouseButton1Down:connect(function()
  56.     OpenClose.Visible = true
  57.     Gui.Visible = true
  58. end)
  59.  
  60. UICorner_2.Parent = Open
  61.  
  62. UICorner_3.Parent = Open
  63.  
  64. Close.Name = "Close"
  65. Close.Parent = OpenClose
  66. Close.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  67. Close.Position = UDim2.new(0.00999999978, 0, 1.28125, 0)
  68. Close.Size = UDim2.new(0, 99, 0, 34)
  69. Close.Font = Enum.Font.DenkOne
  70. Close.Text = "Close Foods Gui"
  71. Close.TextColor3 = Color3.new(0, 0, 0)
  72. Close.TextSize = 14
  73. Close.MouseButton1Down:connect(function()
  74.     Gui.Visible = false
  75. end)
  76.  
  77. UICorner_4.Parent = Close
  78.  
  79. UICorner_5.Parent = Close
  80.  
  81. Gui.Name = "Gui"
  82. Gui.Parent = ScreenGui
  83. Gui.BackgroundColor3 = Color3.new(0.0392157, 0.121569, 0.247059)
  84. Gui.Position = UDim2.new(0.888782382, 0, 0.0352250487, 0)
  85. Gui.Size = UDim2.new(0, 100, 0, 324)
  86. Gui.Active = true
  87. Gui.Draggable = true
  88.  
  89. UICorner_6.Parent = Gui
  90.  
  91. Name.Name = "Name"
  92. Name.Parent = Gui
  93. Name.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  94. Name.Position = UDim2.new(-0.00121765141, 0, -0.0018119812, 0)
  95. Name.Size = UDim2.new(0, 100, 0, 39)
  96. Name.Font = Enum.Font.DenkOne
  97. Name.Text = "Break In [Story]"
  98. Name.TextColor3 = Color3.new(0, 0, 0)
  99. Name.TextSize = 16
  100.  
  101. UICorner_7.Parent = Name
  102.  
  103. Apple.Name = "Apple"
  104. Apple.Parent = Gui
  105. Apple.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  106. Apple.Position = UDim2.new(0.0764526352, 0, 0.224759012, 0)
  107. Apple.Size = UDim2.new(0, 84, 0, 24)
  108. Apple.Font = Enum.Font.DenkOne
  109. Apple.Text = "Apple"
  110. Apple.TextColor3 = Color3.new(0, 0, 0)
  111. Apple.TextSize = 14
  112. Apple.MouseButton1Down:connect(function()
  113.     local A_1 = "Apple"
  114.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  115.     Event:FireServer(A_1)
  116. end)
  117.  
  118. UICorner_8.Parent = Apple
  119.  
  120. Cola.Name = "Cola"
  121. Cola.Parent = Gui
  122. Cola.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  123. Cola.Position = UDim2.new(0.0764526352, 0, 0.323524445, 0)
  124. Cola.Size = UDim2.new(0, 84, 0, 24)
  125. Cola.Font = Enum.Font.DenkOne
  126. Cola.Text = "Bloxy Cola"
  127. Cola.TextColor3 = Color3.new(0, 0, 0)
  128. Cola.TextSize = 14
  129. Cola.MouseButton1Down:connect(function()
  130.     local A_1 = "BloxyCola"
  131.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  132.     Event:FireServer(A_1)
  133. end)
  134.  
  135. UICorner_9.Parent = Cola
  136.  
  137. Cookie.Name = "Cookie"
  138. Cookie.Parent = Gui
  139. Cookie.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  140. Cookie.Position = UDim2.new(0.0764526352, 0, 0.425376296, 0)
  141. Cookie.Size = UDim2.new(0, 84, 0, 24)
  142. Cookie.Font = Enum.Font.DenkOne
  143. Cookie.Text = "Cookie"
  144. Cookie.TextColor3 = Color3.new(0, 0, 0)
  145. Cookie.TextSize = 14
  146. Cookie.MouseButton1Down:connect(function()
  147.     local A_1 = "Cookie"
  148.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  149.     Event:FireServer(A_1)
  150. end)
  151.  
  152. UICorner_10.Parent = Cookie
  153.  
  154. Chips.Name = "Chips"
  155. Chips.Parent = Gui
  156. Chips.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  157. Chips.Position = UDim2.new(0.0764526352, 0, 0.527228117, 0)
  158. Chips.Size = UDim2.new(0, 84, 0, 24)
  159. Chips.Font = Enum.Font.DenkOne
  160. Chips.Text = "Chips"
  161. Chips.TextColor3 = Color3.new(0, 0, 0)
  162. Chips.TextSize = 14
  163. Chips.MouseButton1Down:connect(function()
  164.     local A_1 = "Chips"
  165.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  166.     Event:FireServer(A_1)
  167. end)
  168.  
  169. UICorner_11.Parent = Chips
  170.  
  171. Pizza.Name = "Pizza"
  172. Pizza.Parent = Gui
  173. Pizza.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  174. Pizza.Position = UDim2.new(0.0764526352, 0, 0.638339221, 0)
  175. Pizza.Size = UDim2.new(0, 84, 0, 24)
  176. Pizza.Font = Enum.Font.DenkOne
  177. Pizza.Text = "Pizza"
  178. Pizza.TextColor3 = Color3.new(0, 0, 0)
  179. Pizza.TextSize = 14
  180. Pizza.MouseButton1Down:connect(function()
  181.     local A_1 = "Pizza2"
  182.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  183.     Event:FireServer(A_1)
  184. end)
  185.  
  186. UICorner_12.Parent = Pizza
  187.  
  188. Lollipop.Name = "Lollipop"
  189. Lollipop.Parent = Gui
  190. Lollipop.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  191. Lollipop.Position = UDim2.new(0.0764526352, 0, 0.749450326, 0)
  192. Lollipop.Size = UDim2.new(0, 84, 0, 24)
  193. Lollipop.Font = Enum.Font.DenkOne
  194. Lollipop.Text = "Lollipop"
  195. Lollipop.TextColor3 = Color3.new(0, 0, 0)
  196. Lollipop.TextSize = 14
  197. Lollipop.MouseButton1Down:connect(function()
  198.     local A_1 = "Lollipop"
  199.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  200.     Event:FireServer(A_1)
  201. end)
  202.  
  203. UICorner_13.Parent = Lollipop
  204.  
  205. Expired.Name = "Expired"
  206. Expired.Parent = Gui
  207. Expired.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  208. Expired.Position = UDim2.new(0.0764526352, 0, 0.863647878, 0)
  209. Expired.Size = UDim2.new(0, 84, 0, 24)
  210. Expired.Font = Enum.Font.DenkOne
  211. Expired.Text = "Expired Cola"
  212. Expired.TextColor3 = Color3.new(0, 0, 0)
  213. Expired.TextSize = 14
  214. Expired.MouseButton1Down:connect(function()
  215.     local A_1 = "ExpiredBloxyCola"
  216.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  217.     Event:FireServer(A_1)
  218. end)
  219.  
  220. UICorner_14.Parent = Expired
  221.  
  222. Foods.Name = "Foods"
  223. Foods.Parent = Gui
  224. Foods.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  225. Foods.Position = UDim2.new(-0.0112175941, 0, 0.138719782, 0)
  226. Foods.Size = UDim2.new(0, 100, 0, 19)
  227. Foods.Font = Enum.Font.DenkOne
  228. Foods.Text = "Foods/Drinks"
  229. Foods.TextColor3 = Color3.new(0, 0, 0)
  230. Foods.TextSize = 14
  231.  
  232. UICorner_15.Parent = Foods
  233.  
  234. --Gui 2--
  235. -- Instances
  236.  
  237. local ScreenGui = Instance.new("ScreenGui")
  238. local OpenClose = Instance.new("Frame")
  239. local UICorner = Instance.new("UICorner")
  240. local Open = Instance.new("TextButton")
  241. local UICorner_2 = Instance.new("UICorner")
  242. local UICorner_3 = Instance.new("UICorner")
  243. local Close = Instance.new("TextButton")
  244. local UICorner_4 = Instance.new("UICorner")
  245. local UICorner_5 = Instance.new("UICorner")
  246. local Gui2 = Instance.new("Frame")
  247. local UICorner_6 = Instance.new("UICorner")
  248. local Name = Instance.new("TextLabel")
  249. local UICorner_7 = Instance.new("UICorner")
  250. local MedKit = Instance.new("TextButton")
  251. local UICorner_8 = Instance.new("UICorner")
  252. local TeddyBear = Instance.new("TextButton")
  253. local UICorner_9 = Instance.new("UICorner")
  254. local Sword = Instance.new("TextButton")
  255. local UICorner_10 = Instance.new("UICorner")
  256. local Bat = Instance.new("TextButton")
  257. local UICorner_11 = Instance.new("UICorner")
  258. local Planks = Instance.new("TextButton")
  259. local UICorner_12 = Instance.new("UICorner")
  260. local Key = Instance.new("TextButton")
  261. local UICorner_13 = Instance.new("UICorner")
  262. local Items = Instance.new("TextLabel")
  263. local UICorner_14 = Instance.new("UICorner")
  264. local SuperHeal = Instance.new("TextButton")
  265. local UICorner_15 = Instance.new("UICorner")
  266.  
  267. -- Properties
  268.  
  269. ScreenGui.Parent = game.CoreGui
  270.  
  271. OpenClose.Name = "Open/Close"
  272. OpenClose.Parent = ScreenGui
  273. OpenClose.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  274. OpenClose.Position = UDim2.new(0.0105464906, 0, 0.295499027, 0)
  275. OpenClose.Size = UDim2.new(0, 100, 0, 32)
  276.  
  277. UICorner.Parent = OpenClose
  278.  
  279. Open.Name = "Open"
  280. Open.Parent = OpenClose
  281. Open.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  282. Open.Position = UDim2.new(-0.00999999046, 0, 0, 0)
  283. Open.Size = UDim2.new(0, 99, 0, 34)
  284. Open.Font = Enum.Font.DenkOne
  285. Open.Text = "Open Items Gui"
  286. Open.TextColor3 = Color3.new(0, 0, 0)
  287. Open.TextSize = 14
  288. Open.MouseButton1Down:connect(function()
  289.     OpenClose.Visible = true
  290.     Gui2.Visible = true
  291. end)
  292.  
  293. UICorner_2.Parent = Open
  294.  
  295. UICorner_3.Parent = Open
  296.  
  297. Close.Name = "Close"
  298. Close.Parent = OpenClose
  299. Close.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  300. Close.Position = UDim2.new(0.00999999978, 0, 1.28125, 0)
  301. Close.Size = UDim2.new(0, 99, 0, 34)
  302. Close.Font = Enum.Font.DenkOne
  303. Close.Text = "Close Items Gui"
  304. Close.TextColor3 = Color3.new(0, 0, 0)
  305. Close.TextSize = 14
  306. Close.MouseButton1Down:connect(function()
  307.     Gui2.Visible = false
  308. end)
  309.  
  310. UICorner_4.Parent = Close
  311.  
  312. UICorner_5.Parent = Close
  313.  
  314. Gui2.Name = "Gui 2"
  315. Gui2.Parent = ScreenGui
  316. Gui2.BackgroundColor3 = Color3.new(0.0392157, 0.121569, 0.247059)
  317. Gui2.Position = UDim2.new(0.774688423, 0, 0.0332681015, 0)
  318. Gui2.Size = UDim2.new(0, 100, 0, 324)
  319. Gui2.Active = true
  320. Gui2.Draggable = true
  321.  
  322. UICorner_6.Parent = Gui2
  323.  
  324. Name.Name = "Name"
  325. Name.Parent = Gui2
  326. Name.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  327. Name.Position = UDim2.new(-0.00121765141, 0, -0.0018119812, 0)
  328. Name.Size = UDim2.new(0, 100, 0, 39)
  329. Name.Font = Enum.Font.DenkOne
  330. Name.Text = "Break In [Story]"
  331. Name.TextColor3 = Color3.new(0, 0, 0)
  332. Name.TextSize = 16
  333.  
  334. UICorner_7.Parent = Name
  335.  
  336. MedKit.Name = "MedKit"
  337. MedKit.Parent = Gui2
  338. MedKit.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  339. MedKit.Position = UDim2.new(0.0764526352, 0, 0.224759012, 0)
  340. MedKit.Size = UDim2.new(0, 84, 0, 24)
  341. MedKit.Font = Enum.Font.DenkOne
  342. MedKit.Text = "MedKit"
  343. MedKit.TextColor3 = Color3.new(0, 0, 0)
  344. MedKit.TextSize = 14
  345. MedKit.MouseButton1Down:connect(function()
  346.     local A_1 = "MedKit"
  347.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  348.     Event:FireServer(A_1)
  349. end)
  350.  
  351. UICorner_8.Parent = MedKit
  352.  
  353. TeddyBear.Name = "Teddy Bear"
  354. TeddyBear.Parent = Gui2
  355. TeddyBear.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  356. TeddyBear.Position = UDim2.new(0.0764526352, 0, 0.323524445, 0)
  357. TeddyBear.Size = UDim2.new(0, 84, 0, 24)
  358. TeddyBear.Font = Enum.Font.DenkOne
  359. TeddyBear.Text = "Teddy Bear"
  360. TeddyBear.TextColor3 = Color3.new(0, 0, 0)
  361. TeddyBear.TextSize = 14
  362. TeddyBear.MouseButton1Down:connect(function()
  363.     local A_1 = "TeddyBloxpin"
  364.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  365.     Event:FireServer(A_1)
  366. end)
  367.  
  368. UICorner_9.Parent = TeddyBear
  369.  
  370. Sword.Name = "Sword"
  371. Sword.Parent = Gui2
  372. Sword.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  373. Sword.Position = UDim2.new(0.0764526352, 0, 0.527228117, 0)
  374. Sword.Size = UDim2.new(0, 84, 0, 24)
  375. Sword.Font = Enum.Font.DenkOne
  376. Sword.Text = "Sword"
  377. Sword.TextColor3 = Color3.new(0, 0, 0)
  378. Sword.TextSize = 14
  379. Sword.MouseButton1Down:connect(function()
  380.     local A_1 = "Sword"
  381.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  382.     Event:FireServer(A_1)
  383. end)
  384.  
  385. UICorner_10.Parent = Sword
  386.  
  387. Bat.Name = "Bat"
  388. Bat.Parent = Gui2
  389. Bat.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  390. Bat.Position = UDim2.new(0.0764526352, 0, 0.638339221, 0)
  391. Bat.Size = UDim2.new(0, 84, 0, 24)
  392. Bat.Font = Enum.Font.DenkOne
  393. Bat.Text = "Bat"
  394. Bat.TextColor3 = Color3.new(0, 0, 0)
  395. Bat.TextSize = 14
  396. Bat.MouseButton1Down:connect(function()
  397.     local A_1 = "Bat"
  398.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  399.     Event:FireServer(A_1)
  400. end)
  401.  
  402. UICorner_11.Parent = Bat
  403.  
  404. Planks.Name = "Planks"
  405. Planks.Parent = Gui2
  406. Planks.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  407. Planks.Position = UDim2.new(0.0764526352, 0, 0.749450326, 0)
  408. Planks.Size = UDim2.new(0, 84, 0, 24)
  409. Planks.Font = Enum.Font.DenkOne
  410. Planks.Text = "Planks"
  411. Planks.TextColor3 = Color3.new(0, 0, 0)
  412. Planks.TextSize = 14
  413. Planks.MouseButton1Down:connect(function()
  414.     local A_1 = "Plank"
  415.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  416.     Event:FireServer(A_1)
  417. end)
  418.  
  419. UICorner_12.Parent = Planks
  420.  
  421. Key.Name = "Key"
  422. Key.Parent = Gui2
  423. Key.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  424. Key.Position = UDim2.new(0.0764526352, 0, 0.863647878, 0)
  425. Key.Size = UDim2.new(0, 84, 0, 24)
  426. Key.Font = Enum.Font.DenkOne
  427. Key.Text = "Basement Key"
  428. Key.TextColor3 = Color3.new(0, 0, 0)
  429. Key.TextSize = 14
  430. Key.MouseButton1Down:connect(function()
  431.     local A_1 = "Key"
  432.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  433.     Event:FireServer(A_1)
  434. end)
  435.  
  436. UICorner_13.Parent = Key
  437.  
  438. Items.Name = "Items"
  439. Items.Parent = Gui2
  440. Items.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  441. Items.Position = UDim2.new(-0.0112175941, 0, 0.138719782, 0)
  442. Items.Size = UDim2.new(0, 100, 0, 19)
  443. Items.Font = Enum.Font.DenkOne
  444. Items.Text = "Items"
  445. Items.TextColor3 = Color3.new(0, 0, 0)
  446. Items.TextSize = 14
  447.  
  448. UICorner_14.Parent = Items
  449.  
  450. SuperHeal.Name = "Super Heal"
  451. SuperHeal.Parent = Gui2
  452. SuperHeal.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  453. SuperHeal.Position = UDim2.new(0.0764526352, 0, 0.425376296, 0)
  454. SuperHeal.Size = UDim2.new(0, 84, 0, 24)
  455. SuperHeal.Font = Enum.Font.DenkOne
  456. SuperHeal.Text = "Super Heal"
  457. SuperHeal.TextColor3 = Color3.new(0, 0, 0)
  458. SuperHeal.TextSize = 14
  459. SuperHeal.MouseButton1Down:connect(function()
  460.     local A_1 = "Cure"
  461.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.GiveTool
  462.     Event:FireServer(A_1)
  463. end)
  464.  
  465. UICorner_15.Parent = SuperHeal
  466.  
  467.  
  468. --Gui 3--
  469. -- Instances
  470.  
  471. local ScreenGui = Instance.new("ScreenGui")
  472. local Gui3 = Instance.new("Frame")
  473. local UICorner = Instance.new("UICorner")
  474. local Name = Instance.new("TextLabel")
  475. local UICorner_2 = Instance.new("UICorner")
  476. local Badge = Instance.new("TextButton")
  477. local UICorner_3 = Instance.new("UICorner")
  478. local Cat = Instance.new("TextButton")
  479. local UICorner_4 = Instance.new("UICorner")
  480. local Unlock = Instance.new("TextButton")
  481. local UICorner_5 = Instance.new("UICorner")
  482. local News = Instance.new("TextButton")
  483. local UICorner_6 = Instance.new("UICorner")
  484. local Functions = Instance.new("TextLabel")
  485. local UICorner_7 = Instance.new("UICorner")
  486. local Heal = Instance.new("TextButton")
  487. local UICorner_8 = Instance.new("UICorner")
  488. local Eat = Instance.new("TextButton")
  489. local UICorner_9 = Instance.new("UICorner")
  490. local Kill = Instance.new("TextButton")
  491. local UICorner_10 = Instance.new("UICorner")
  492. local Secret = Instance.new("TextButton")
  493. local UICorner_11 = Instance.new("UICorner")
  494. local OpenClose = Instance.new("Frame")
  495. local UICorner_12 = Instance.new("UICorner")
  496. local Open = Instance.new("TextButton")
  497. local UICorner_13 = Instance.new("UICorner")
  498. local UICorner_14 = Instance.new("UICorner")
  499. local Close = Instance.new("TextButton")
  500. local UICorner_15 = Instance.new("UICorner")
  501. local UICorner_16 = Instance.new("UICorner")
  502.  
  503. -- Properties
  504.  
  505. ScreenGui.Parent = game.CoreGui
  506.  
  507. Gui3.Name = "Gui 3"
  508. Gui3.Parent = ScreenGui
  509. Gui3.BackgroundColor3 = Color3.new(0.0392157, 0.121569, 0.247059)
  510. Gui3.Position = UDim2.new(0.649875641, 0, 0.0352250487, 0)
  511. Gui3.Size = UDim2.new(0, 100, 0, 341)
  512. Gui3.Active = true
  513. Gui3.Draggable = true
  514.  
  515. UICorner.Parent = Gui3
  516.  
  517. Name.Name = "Name"
  518. Name.Parent = Gui3
  519. Name.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  520. Name.Position = UDim2.new(-0.00121765141, 0, -0.0018119812, 0)
  521. Name.Size = UDim2.new(0, 100, 0, 39)
  522. Name.Font = Enum.Font.DenkOne
  523. Name.Text = "Break In [Story]"
  524. Name.TextColor3 = Color3.new(0, 0, 0)
  525. Name.TextSize = 16
  526.  
  527. UICorner_2.Parent = Name
  528.  
  529. Badge.Name = "Badge"
  530. Badge.Parent = Gui3
  531. Badge.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  532. Badge.Position = UDim2.new(0.0764526352, 0, 0.229642913, 0)
  533. Badge.Size = UDim2.new(0, 84, 0, 24)
  534. Badge.Font = Enum.Font.DenkOne
  535. Badge.Text = "Hacker Badge"
  536. Badge.TextColor3 = Color3.new(0, 0, 0)
  537. Badge.TextSize = 14
  538. Badge.MouseButton1Down:connect(function()
  539.     game:GetService("ReplicatedStorage").RemoteEvents.BasementMission:FireServer()
  540. end)
  541.  
  542. UICorner_3.Parent = Badge
  543.  
  544. Cat.Name = "Cat"
  545. Cat.Parent = Gui3
  546. Cat.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  547. Cat.Position = UDim2.new(0.0764526352, 0, 0.328545749, 0)
  548. Cat.Size = UDim2.new(0, 84, 0, 24)
  549. Cat.Font = Enum.Font.DenkOne
  550. Cat.Text = "Befriend Cat"
  551. Cat.TextColor3 = Color3.new(0, 0, 0)
  552. Cat.TextSize = 14
  553. Cat.MouseButton1Down:connect(function()
  554.     game:GetService("ReplicatedStorage").RemoteEvents.Cattery:FireServer()
  555. end)
  556.  
  557. UICorner_4.Parent = Cat
  558.  
  559. Unlock.Name = "Unlock"
  560. Unlock.Parent = Gui3
  561. Unlock.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  562. Unlock.Position = UDim2.new(0.0764526352, 0, 0.520064414, 0)
  563. Unlock.Size = UDim2.new(0, 84, 0, 24)
  564. Unlock.Font = Enum.Font.DenkOne
  565. Unlock.Text = "Unlock Basement"
  566. Unlock.TextColor3 = Color3.new(0, 0, 0)
  567. Unlock.TextSize = 14
  568. Unlock.MouseButton1Down:connect(function()
  569.     game:GetService("ReplicatedStorage").RemoteEvents.UnlockDoor:FireServer()
  570. end)
  571.  
  572. UICorner_5.Parent = Unlock
  573.  
  574. News.Name = "News"
  575. News.Parent = Gui3
  576. News.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  577. News.Position = UDim2.new(0.0764526352, 0, 0.60617882, 0)
  578. News.Size = UDim2.new(0, 84, 0, 24)
  579. News.Font = Enum.Font.DenkOne
  580. News.Text = "Auto Skip News"
  581. News.TextColor3 = Color3.new(0, 0, 0)
  582. News.TextSize = 14
  583. News.MouseButton1Down:connect(function()
  584. game:GetService("ReplicatedStorage").RemoteEvents.SkipTele:FireServer()
  585. end)
  586.  
  587. UICorner_6.Parent = News
  588.  
  589. Functions.Name = "Functions"
  590. Functions.Parent = Gui3
  591. Functions.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  592. Functions.Position = UDim2.new(-0.00121759437, 0, 0.136536911, 0)
  593. Functions.Size = UDim2.new(0, 100, 0, 19)
  594. Functions.Font = Enum.Font.DenkOne
  595. Functions.Text = "Functions"
  596. Functions.TextColor3 = Color3.new(0, 0, 0)
  597. Functions.TextSize = 14
  598.  
  599. UICorner_7.Parent = Functions
  600.  
  601. Heal.Name = "Heal"
  602. Heal.Parent = Gui3
  603. Heal.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  604. Heal.Position = UDim2.new(0.0764526278, 0, 0.424950421, 0)
  605. Heal.Size = UDim2.new(0, 84, 0, 24)
  606. Heal.Font = Enum.Font.DenkOne
  607. Heal.Text = "Heal All"
  608. Heal.TextColor3 = Color3.new(0, 0, 0)
  609. Heal.TextSize = 14
  610. Heal.MouseButton1Down:connect(function()
  611.     for i,v in pairs(game:GetService("Players"):GetChildren()) do
  612.         game:GetService("ReplicatedStorage").RemoteEvents.HealPlayer:FireServer(v)
  613.     end
  614. end)
  615.  
  616. UICorner_8.Parent = Heal
  617.  
  618. Eat.Name = "Eat"
  619. Eat.Parent = Gui3
  620. Eat.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  621. Eat.Position = UDim2.new(0.0764526352, 0, 0.705124795, 0)
  622. Eat.Size = UDim2.new(0, 84, 0, 24)
  623. Eat.Font = Enum.Font.DenkOne
  624. Eat.Text = "Auto Eat Apple"
  625. Eat.TextColor3 = Color3.new(0, 0, 0)
  626. Eat.TextSize = 14
  627. Eat.MouseButton1Down:connect(function()
  628.     local A_1 = 15
  629.     local A_2 = "Apple"
  630.     local Event = game:GetService("ReplicatedStorage").RemoteEvents.Energy
  631.     Event:FireServer(A_1, A_2)
  632. end)
  633.  
  634.  
  635. UICorner_9.Parent = Eat
  636.  
  637. Kill.Name = "Kill "
  638. Kill.Parent = Gui3
  639. Kill.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  640. Kill.Position = UDim2.new(0.0764526352, 0, 0.804831564, 0)
  641. Kill.Size = UDim2.new(0, 84, 0, 24)
  642. Kill.Font = Enum.Font.DenkOne
  643. Kill.Text = "Auto Kill BadGuys"
  644. Kill.TextColor3 = Color3.new(0, 0, 0)
  645. Kill.TextSize = 14
  646. Kill.MouseButton1Down:connect(function()
  647. while wait () do
  648. local A_1 = game:GetService("Workspace").BadGuys[" "]
  649. local A_2 = 4
  650. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  651. Event:FireServer(A_1, A_2)
  652. local A_1 = game:GetService("Workspace").BadGuys[" "]
  653. local A_2 = 4
  654. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  655. Event:FireServer(A_1, A_2)
  656. local A_1 = game:GetService("Workspace").BadGuys[" "]
  657. local A_2 = 4
  658. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  659. Event:FireServer(A_1, A_2)
  660. local A_1 = game:GetService("Workspace").BadGuys[" "]
  661. local A_2 = 4
  662. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  663. Event:FireServer(A_1, A_2)
  664. local A_1 = game:GetService("Workspace").BadGuys[" "]
  665. local A_2 = 4
  666. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  667. Event:FireServer(A_1, A_2)
  668. local A_1 = game:GetService("Workspace").BadGuys[" "]
  669. local A_2 = 4
  670. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  671. Event:FireServer(A_1, A_2)
  672. local A_1 = game:GetService("Workspace").BadGuys[" "]
  673. local A_2 = 4
  674. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  675. Event:FireServer(A_1, A_2)
  676. local A_1 = game:GetService("Workspace").BadGuys[" "]
  677. local A_2 = 4
  678. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  679. Event:FireServer(A_1, A_2)
  680. local A_1 = game:GetService("Workspace").BadGuys[" "]
  681. local A_2 = 4
  682. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  683. Event:FireServer(A_1, A_2)
  684. local A_1 = game:GetService("Workspace").BadGuys[" "]
  685. local A_2 = 4
  686. local Event = game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy
  687. Event:FireServer(A_1, A_2)
  688. end
  689. end)
  690.  
  691. UICorner_10.Parent = Kill
  692.  
  693. Secret.Name = "Secret"
  694. Secret.Parent = Gui3
  695. Secret.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  696. Secret.Position = UDim2.new(0.0764526352, 0, 0.898673177, 0)
  697. Secret.Size = UDim2.new(0, 84, 0, 24)
  698. Secret.Font = Enum.Font.DenkOne
  699. Secret.Text = "Secret Ending"
  700. Secret.TextColor3 = Color3.new(0, 0, 0)
  701. Secret.TextSize = 14
  702. Secret.MouseButton1Down:connect(function()
  703.     game:GetService("ReplicatedStorage").RemoteEvents.GetKeys:FireServer()
  704. end)
  705.  
  706. UICorner_11.Parent = Secret
  707.  
  708. OpenClose.Name = "Open/Close"
  709. OpenClose.Parent = ScreenGui
  710. OpenClose.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  711. OpenClose.Position = UDim2.new(0.0105464906, 0, 0.483365953, 0)
  712. OpenClose.Size = UDim2.new(0, 100, 0, 32)
  713.  
  714. UICorner_12.Parent = OpenClose
  715.  
  716. Open.Name = "Open"
  717. Open.Parent = OpenClose
  718. Open.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  719. Open.Position = UDim2.new(0.00999999791, 0, -0.125, 0)
  720. Open.Size = UDim2.new(0, 99, 0, 34)
  721. Open.Font = Enum.Font.DenkOne
  722. Open.Text = "Open Functions Gui"
  723. Open.TextColor3 = Color3.new(0, 0, 0)
  724. Open.TextSize = 14
  725. Open.MouseButton1Down:connect(function()
  726.     OpenClose.Visible = true
  727.     Gui3.Visible = true
  728. end)
  729.  
  730. UICorner_13.Parent = Open
  731.  
  732. UICorner_14.Parent = Open
  733.  
  734. Close.Name = "Close"
  735. Close.Parent = OpenClose
  736. Close.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  737. Close.Position = UDim2.new(0.00999999046, 0, 1.1875, 0)
  738. Close.Size = UDim2.new(0, 99, 0, 34)
  739. Close.Font = Enum.Font.DenkOne
  740. Close.Text = "Close Functions Gui"
  741. Close.TextColor3 = Color3.new(0, 0, 0)
  742. Close.TextSize = 14
  743. Close.MouseButton1Down:connect(function()
  744.     Gui3.Visible = false
  745. end)
  746.  
  747. UICorner_15.Parent = Close
  748.  
  749. UICorner_16.Parent = Close
  750.  
  751. --Gui 4--
  752. -- Instances
  753.  
  754. local ScreenGui = Instance.new("ScreenGui")
  755. local Gui4 = Instance.new("Frame")
  756. local UICorner = Instance.new("UICorner")
  757. local Name = Instance.new("TextLabel")
  758. local UICorner_2 = Instance.new("UICorner")
  759. local House = Instance.new("TextButton")
  760. local UICorner_3 = Instance.new("UICorner")
  761. local Basement = Instance.new("TextButton")
  762. local UICorner_4 = Instance.new("UICorner")
  763. local Attic = Instance.new("TextButton")
  764. local UICorner_5 = Instance.new("UICorner")
  765. local Pink = Instance.new("TextButton")
  766. local UICorner_6 = Instance.new("UICorner")
  767. local Living = Instance.new("TextButton")
  768. local UICorner_7 = Instance.new("UICorner")
  769. local Blue = Instance.new("TextButton")
  770. local UICorner_8 = Instance.new("UICorner")
  771. local Green = Instance.new("TextButton")
  772. local UICorner_9 = Instance.new("UICorner")
  773. local Teleports = Instance.new("TextLabel")
  774. local UICorner_10 = Instance.new("UICorner")
  775. local Kitchen = Instance.new("TextButton")
  776. local UICorner_11 = Instance.new("UICorner")
  777. local Sewer = Instance.new("TextButton")
  778. local UICorner_12 = Instance.new("UICorner")
  779. local ObbyEnd = Instance.new("TextButton")
  780. local UICorner_13 = Instance.new("UICorner")
  781. local Store = Instance.new("TextButton")
  782. local UICorner_14 = Instance.new("UICorner")
  783. local OpenClose = Instance.new("Frame")
  784. local UICorner_15 = Instance.new("UICorner")
  785. local Open = Instance.new("TextButton")
  786. local UICorner_16 = Instance.new("UICorner")
  787. local UICorner_17 = Instance.new("UICorner")
  788. local Close = Instance.new("TextButton")
  789. local UICorner_18 = Instance.new("UICorner")
  790. local UICorner_19 = Instance.new("UICorner")
  791.  
  792. -- Properties
  793.  
  794. ScreenGui.Parent = game.CoreGui
  795.  
  796. Gui4.Name = "Gui4"
  797. Gui4.Parent = ScreenGui
  798. Gui4.BackgroundColor3 = Color3.new(0.0392157, 0.121569, 0.247059)
  799. Gui4.Position = UDim2.new(0.534995258, 0, 0.0352250487, 0)
  800. Gui4.Size = UDim2.new(0, 100, 0, 456)
  801. Gui4.Active = true
  802. Gui4.Draggable = true
  803.  
  804. UICorner.Parent = Gui4
  805.  
  806. Name.Name = "Name"
  807. Name.Parent = Gui4
  808. Name.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  809. Name.Position = UDim2.new(-0.00121765141, 0, -0.0018119812, 0)
  810. Name.Size = UDim2.new(0, 100, 0, 39)
  811. Name.Font = Enum.Font.DenkOne
  812. Name.Text = "Break In [Story]"
  813. Name.TextColor3 = Color3.new(0, 0, 0)
  814. Name.TextSize = 16
  815.  
  816. UICorner_2.Parent = Name
  817.  
  818. House.Name = "House"
  819. House.Parent = Gui4
  820. House.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  821. House.Position = UDim2.new(0.0764526352, 0, 0.163046867, 0)
  822. House.Size = UDim2.new(0, 84, 0, 24)
  823. House.Font = Enum.Font.DenkOne
  824. House.Text = "House"
  825. House.TextColor3 = Color3.new(0, 0, 0)
  826. House.TextSize = 14
  827. House.MouseButton1Down:connect(function()
  828.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-36, 3, -200)  
  829. end)
  830.  
  831. UICorner_3.Parent = House
  832.  
  833. Basement.Name = "Basement"
  834. Basement.Parent = Gui4
  835. Basement.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  836. Basement.Position = UDim2.new(0.0764524937, 0, 0.558677077, 0)
  837. Basement.Size = UDim2.new(0, 84, 0, 24)
  838. Basement.Font = Enum.Font.DenkOne
  839. Basement.Text = "Basement"
  840. Basement.TextColor3 = Color3.new(0, 0, 0)
  841. Basement.TextSize = 14
  842. Basement.MouseButton1Down:connect(function()
  843.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(71, -15, -163)
  844. end)
  845.  
  846.  
  847. UICorner_4.Parent = Basement
  848.  
  849. Attic.Name = "Attic"
  850. Attic.Parent = Gui4
  851. Attic.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  852. Attic.Position = UDim2.new(0.0764526129, 0, 0.472874671, 0)
  853. Attic.Size = UDim2.new(0, 84, 0, 24)
  854. Attic.Font = Enum.Font.DenkOne
  855. Attic.Text = "Attic"
  856. Attic.TextColor3 = Color3.new(0, 0, 0)
  857. Attic.TextSize = 14
  858. Attic.MouseButton1Down:connect(function()
  859.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-16, 35, -220)
  860. end)
  861.  
  862.  
  863. UICorner_5.Parent = Attic
  864.  
  865. Pink.Name = "Pink"
  866. Pink.Parent = Gui4
  867. Pink.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  868. Pink.Position = UDim2.new(0.0764526352, 0, 0.387564987, 0)
  869. Pink.Size = UDim2.new(0, 84, 0, 24)
  870. Pink.Font = Enum.Font.DenkOne
  871. Pink.Text = "Pink Room"
  872. Pink.TextColor3 = Color3.new(0, 0, 0)
  873. Pink.TextSize = 14
  874. Pink.MouseButton1Down:connect(function()
  875.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(12.3232908, 17.1220551, -225.491364, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  876. end)
  877.  
  878. UICorner_6.Parent = Pink
  879.  
  880. Living.Name = "Living"
  881. Living.Parent = Gui4
  882. Living.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  883. Living.Position = UDim2.new(0.0764527321, 0, 0.639476299, 0)
  884. Living.Size = UDim2.new(0, 84, 0, 24)
  885. Living.Font = Enum.Font.DenkOne
  886. Living.Text = "Living Room"
  887. Living.TextColor3 = Color3.new(0, 0, 0)
  888. Living.TextSize = 14
  889. Living.MouseButton1Down:connect(function()
  890.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(12.2735319, 1.24090314, -217.69136, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  891. end)
  892.  
  893. UICorner_7.Parent = Living
  894.  
  895. Blue.Name = "Blue"
  896. Blue.Parent = Gui4
  897. Blue.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  898. Blue.Position = UDim2.new(0.0764526352, 0, 0.232881114, 0)
  899. Blue.Size = UDim2.new(0, 84, 0, 24)
  900. Blue.Font = Enum.Font.DenkOne
  901. Blue.Text = "Blue Room"
  902. Blue.TextColor3 = Color3.new(0, 0, 0)
  903. Blue.TextSize = 14
  904. Blue.MouseButton1Down:connect(function()
  905.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-48.0382614, 16.869976, -205.104355, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  906. end)
  907.  
  908. UICorner_8.Parent = Blue
  909.  
  910. Green.Name = "Green"
  911. Green.Parent = Gui4
  912. Green.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  913. Green.Position = UDim2.new(0.0764526352, 0, 0.308677107, 0)
  914. Green.Size = UDim2.new(0, 84, 0, 24)
  915. Green.Font = Enum.Font.DenkOne
  916. Green.Text = "Green Room"
  917. Green.TextColor3 = Color3.new(0, 0, 0)
  918. Green.TextSize = 14
  919. Green.MouseButton1Down:connect(function()
  920.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.1242743, 17.1220551, -193.691391, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  921. end)
  922.  
  923. UICorner_9.Parent = Green
  924.  
  925. Teleports.Name = "Teleports"
  926. Teleports.Parent = Gui4
  927. Teleports.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  928. Teleports.Position = UDim2.new(-0.00121759437, 0, 0.102787361, 0)
  929. Teleports.Size = UDim2.new(0, 100, 0, 19)
  930. Teleports.Font = Enum.Font.DenkOne
  931. Teleports.Text = "Teleports"
  932. Teleports.TextColor3 = Color3.new(0, 0, 0)
  933. Teleports.TextSize = 14
  934.  
  935. UICorner_10.Parent = Teleports
  936.  
  937. Kitchen.Name = "Kitchen"
  938. Kitchen.Parent = Gui4
  939. Kitchen.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  940. Kitchen.Position = UDim2.new(0.0764527321, 0, 0.725148439, 0)
  941. Kitchen.Size = UDim2.new(0, 84, 0, 24)
  942. Kitchen.Font = Enum.Font.DenkOne
  943. Kitchen.Text = "Kitchen"
  944. Kitchen.TextColor3 = Color3.new(0, 0, 0)
  945. Kitchen.TextSize = 14
  946. Kitchen.MouseButton1Down:connect(function()
  947.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-57.3384857, 1.24090338, -212.804047, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  948. end)
  949.  
  950. UICorner_11.Parent = Kitchen
  951.  
  952. Sewer.Name = "Sewer"
  953. Sewer.Parent = Gui4
  954. Sewer.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  955. Sewer.Position = UDim2.new(0.0764527321, 0, 0.870345354, 0)
  956. Sewer.Size = UDim2.new(0, 84, 0, 24)
  957. Sewer.Font = Enum.Font.DenkOne
  958. Sewer.Text = "Sewer"
  959. Sewer.TextColor3 = Color3.new(0, 0, 0)
  960. Sewer.TextSize = 14
  961. Sewer.MouseButton1Down:connect(function()
  962.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(129, 3, -125)
  963. end)
  964.  
  965. UICorner_12.Parent = Sewer
  966.  
  967. ObbyEnd.Name = "Obby End"
  968. ObbyEnd.Parent = Gui4
  969. ObbyEnd.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  970. ObbyEnd.Position = UDim2.new(0.0764527321, 0, 0.945260823, 0)
  971. ObbyEnd.Size = UDim2.new(0, 84, 0, 24)
  972. ObbyEnd.Font = Enum.Font.DenkOne
  973. ObbyEnd.Text = "Sewer Obby End"
  974. ObbyEnd.TextColor3 = Color3.new(0, 0, 0)
  975. ObbyEnd.TextSize = 14
  976. ObbyEnd.MouseButton1Down:connect(function()
  977.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-66.5016327, -286.506866, -1493.00012, -0.924568892, -1.88233198e-08, 0.381014913, -4.69968597e-09, 1, 3.79988698e-08, -0.381014913, 3.3341923e-08, -0.924568892)
  978. end)
  979.  
  980. UICorner_13.Parent = ObbyEnd
  981.  
  982. Store.Name = "Store"
  983. Store.Parent = Gui4
  984. Store.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  985. Store.Position = UDim2.new(0.0764527321, 0, 0.799709857, 0)
  986. Store.Size = UDim2.new(0, 84, 0, 24)
  987. Store.Font = Enum.Font.DenkOne
  988. Store.Text = "Store"
  989. Store.TextColor3 = Color3.new(0, 0, 0)
  990. Store.TextSize = 14
  991. Store.MouseButton1Down:connect(function()
  992.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-422, 3, -121)
  993. end)
  994.  
  995. UICorner_14.Parent = Store
  996.  
  997. OpenClose.Name = "Open/Close"
  998. OpenClose.Parent = ScreenGui
  999. OpenClose.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  1000. OpenClose.Position = UDim2.new(0.00958772469, 0, 0.686888516, 0)
  1001. OpenClose.Size = UDim2.new(0, 100, 0, 32)
  1002.  
  1003. UICorner_15.Parent = OpenClose
  1004.  
  1005. Open.Name = "Open"
  1006. Open.Parent = OpenClose
  1007. Open.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  1008. Open.Position = UDim2.new(0.00999999978, 0, -0.0625, 0)
  1009. Open.Size = UDim2.new(0, 99, 0, 34)
  1010. Open.Font = Enum.Font.DenkOne
  1011. Open.Text = "Open Teleports Gui"
  1012. Open.TextColor3 = Color3.new(0, 0, 0)
  1013. Open.TextSize = 14
  1014. Open.MouseButton1Down:connect(function()
  1015.     OpenClose.Visible = true
  1016.     Gui4.Visible = true
  1017. end)
  1018.  
  1019. UICorner_16.Parent = Open
  1020.  
  1021. UICorner_17.Parent = Open
  1022.  
  1023. Close.Name = "Close"
  1024. Close.Parent = OpenClose
  1025. Close.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  1026. Close.Position = UDim2.new(0, 0, 1.3125, 0)
  1027. Close.Size = UDim2.new(0, 99, 0, 34)
  1028. Close.Font = Enum.Font.DenkOne
  1029. Close.Text = "Close Teleports Gui"
  1030. Close.TextColor3 = Color3.new(0, 0, 0)
  1031. Close.TextSize = 14
  1032. Close.MouseButton1Down:connect(function()
  1033.     Gui4.Visible = false
  1034. end)
  1035.  
  1036. UICorner_18.Parent = Close
  1037.  
  1038. UICorner_19.Parent = Close
Add Comment
Please, Sign In to add comment