retpee

Break In [Story] Items+Roles+Extras Roblox Exploit Gui

Jul 3rd, 2021 (edited)
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 18.60 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 Apple = Instance.new("TextButton")
  8. local Cola = Instance.new("TextButton")
  9. local Enjoy = Instance.new("TextLabel")
  10. local Kit = Instance.new("TextButton")
  11. local Cookie = Instance.new("TextButton")
  12. local Planks = Instance.new("TextButton")
  13. local Pie = Instance.new("TextButton")
  14. local Bear = Instance.new("TextButton")
  15. local Chips = Instance.new("TextButton")
  16. local Bat = Instance.new("TextButton")
  17. local Key = Instance.new("TextButton")
  18. local Pizza = Instance.new("TextButton")
  19. local Lollipop = Instance.new("TextButton")
  20. local SuperHeal = Instance.new("TextButton")
  21. local ExpiredCola = Instance.new("TextButton")
  22. local Sword = Instance.new("TextButton")
  23. local SecretKey = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.CoreGui
  28.  
  29. Gui.Name = "Gui"
  30. Gui.Parent = ScreenGui
  31. Gui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  32. Gui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  33. Gui.Position = UDim2.new(0.813759267, 0, 0.0176125243, 0)
  34. Gui.Size = UDim2.new(0, 186, 0, 485)
  35. Gui.Active = true
  36. Gui.Draggable = true
  37.  
  38. Label.Name = "Label"
  39. Label.Parent = Gui
  40. Label.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  41. Label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  42. Label.Size = UDim2.new(0, 186, 0, 56)
  43. Label.Font = Enum.Font.Bodoni
  44. Label.Text = "BREAK IN"
  45. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. Label.TextSize = 20.000
  47.  
  48. Items.Name = "Items"
  49. Items.Parent = Gui
  50. Items.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  51. Items.BorderColor3 = Color3.fromRGB(0, 0, 0)
  52. Items.Position = UDim2.new(0, 0, 0.113477103, 0)
  53. Items.Size = UDim2.new(0, 186, 0, 26)
  54. Items.Font = Enum.Font.Bodoni
  55. Items.Text = "Free Items"
  56. Items.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. Items.TextSize = 14.000
  58.  
  59. Apple.Name = "Apple"
  60. Apple.Parent = Gui
  61. Apple.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  62. Apple.BorderColor3 = Color3.fromRGB(0, 0, 0)
  63. Apple.Position = UDim2.new(0.274193555, 0, 0.186169893, 0)
  64. Apple.Size = UDim2.new(0, 83, 0, 25)
  65. Apple.Font = Enum.Font.Bodoni
  66. Apple.Text = "Apple"
  67. Apple.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. Apple.TextSize = 14.000
  69. Apple.MouseButton1Down:connect(function()
  70.     local args = {
  71.         [1] = "Apple",
  72.     }
  73.  
  74.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  75. end)
  76.  
  77. Cola.Name = "Cola"
  78. Cola.Parent = Gui
  79. Cola.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  80. Cola.BorderColor3 = Color3.fromRGB(0, 0, 0)
  81. Cola.Position = UDim2.new(0.274193555, 0, 0.237109527, 0)
  82. Cola.Size = UDim2.new(0, 83, 0, 25)
  83. Cola.Font = Enum.Font.Bodoni
  84. Cola.Text = "Bloxy Cola"
  85. Cola.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Cola.TextSize = 14.000
  87. Cola.MouseButton1Down:connect(function()
  88.     local args = {
  89.         [1] = "BloxyCola",
  90.     }
  91.  
  92.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  93. end)
  94.  
  95. Enjoy.Name = "Enjoy!"
  96. Enjoy.Parent = Gui
  97. Enjoy.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  98. Enjoy.BorderColor3 = Color3.fromRGB(85, 0, 127)
  99. Enjoy.Position = UDim2.new(0.155913979, 0, 0.0866229534, 0)
  100. Enjoy.Size = UDim2.new(0, 127, 0, 5)
  101. Enjoy.Font = Enum.Font.SourceSans
  102. Enjoy.Text = "Enjoy!"
  103. Enjoy.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. Enjoy.TextSize = 14.000
  105.  
  106. Kit.Name = "Kit"
  107. Kit.Parent = Gui
  108. Kit.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  109. Kit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  110. Kit.Position = UDim2.new(0.274193555, 0, 0.287896395, 0)
  111. Kit.Size = UDim2.new(0, 83, 0, 25)
  112. Kit.Font = Enum.Font.Bodoni
  113. Kit.Text = "MedKit"
  114. Kit.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. Kit.TextSize = 14.000
  116. Kit.MouseButton1Down:connect(function()
  117.     local args = {
  118.         [1] = "MedKit",
  119.     }
  120.  
  121.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  122. end)
  123.  
  124. Cookie.Name = "Cookie"
  125. Cookie.Parent = Gui
  126. Cookie.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  127. Cookie.BorderColor3 = Color3.fromRGB(0, 0, 0)
  128. Cookie.Position = UDim2.new(0.274193555, 0, 0.339220494, 0)
  129. Cookie.Size = UDim2.new(0, 83, 0, 25)
  130. Cookie.Font = Enum.Font.Bodoni
  131. Cookie.Text = "Cookie"
  132. Cookie.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. Cookie.TextSize = 14.000
  134. Cookie.MouseButton1Down:connect(function()
  135.     local args = {
  136.         [1] = "Cookie",
  137.     }
  138.  
  139.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  140. end)
  141.  
  142. Planks.Name = "Planks"
  143. Planks.Parent = Gui
  144. Planks.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  145. Planks.BorderColor3 = Color3.fromRGB(0, 0, 0)
  146. Planks.Position = UDim2.new(0.274193555, 0, 0.390544504, 0)
  147. Planks.Size = UDim2.new(0, 83, 0, 25)
  148. Planks.Font = Enum.Font.Bodoni
  149. Planks.Text = "Planks"
  150. Planks.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. Planks.TextSize = 14.000
  152. Planks.MouseButton1Down:connect(function()
  153.     local args = {
  154.         [1] = "Plank",
  155.     }
  156.  
  157.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  158. end)
  159.  
  160. Pie.Name = "Pie"
  161. Pie.Parent = Gui
  162. Pie.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  163. Pie.BorderColor3 = Color3.fromRGB(0, 0, 0)
  164. Pie.Position = UDim2.new(0.274193555, 0, 0.441522181, 0)
  165. Pie.Size = UDim2.new(0, 83, 0, 25)
  166. Pie.Font = Enum.Font.Bodoni
  167. Pie.Text = "Pie"
  168. Pie.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. Pie.TextSize = 14.000
  170. Pie.MouseButton1Down:connect(function()
  171.     local args = {
  172.         [1] = "Pie",
  173.     }
  174.  
  175.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  176. end)
  177.  
  178. Bear.Name = "Bear"
  179. Bear.Parent = Gui
  180. Bear.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  181. Bear.BorderColor3 = Color3.fromRGB(0, 0, 0)
  182. Bear.Position = UDim2.new(0.274193555, 0, 0.49236387, 0)
  183. Bear.Size = UDim2.new(0, 83, 0, 25)
  184. Bear.Font = Enum.Font.Bodoni
  185. Bear.Text = "Teddy Bear"
  186. Bear.TextColor3 = Color3.fromRGB(0, 0, 0)
  187. Bear.TextSize = 14.000
  188. Bear.MouseButton1Down:connect(function()
  189.     local args = {
  190.         [1] = "TeddyBloxpin",
  191.     }
  192.  
  193.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  194. end)
  195.  
  196. Chips.Name = "Chips"
  197. Chips.Parent = Gui
  198. Chips.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  199. Chips.BorderColor3 = Color3.fromRGB(0, 0, 0)
  200. Chips.Position = UDim2.new(0.274193555, 0, 0.542104065, 0)
  201. Chips.Size = UDim2.new(0, 83, 0, 25)
  202. Chips.Font = Enum.Font.Bodoni
  203. Chips.Text = "Chips"
  204. Chips.TextColor3 = Color3.fromRGB(0, 0, 0)
  205. Chips.TextSize = 14.000
  206. Chips.MouseButton1Down:connect(function()
  207.     local args = {
  208.         [1] = "Chips",
  209.     }
  210.  
  211.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  212. end)
  213.  
  214. Bat.Name = "Bat"
  215. Bat.Parent = Gui
  216. Bat.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  217. Bat.BorderColor3 = Color3.fromRGB(0, 0, 0)
  218. Bat.Position = UDim2.new(0.274193555, 0, 0.592362523, 0)
  219. Bat.Size = UDim2.new(0, 83, 0, 25)
  220. Bat.Font = Enum.Font.Bodoni
  221. Bat.Text = "Bat"
  222. Bat.TextColor3 = Color3.fromRGB(0, 0, 0)
  223. Bat.TextSize = 14.000
  224. Bat.MouseButton1Down:connect(function()
  225.     local args = {
  226.         [1] = "Bat",
  227.     }
  228.  
  229.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  230. end)
  231.  
  232. Key.Name = "Key"
  233. Key.Parent = Gui
  234. Key.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  235. Key.BorderColor3 = Color3.fromRGB(0, 0, 0)
  236. Key.Position = UDim2.new(0.274193555, 0, 0.64262104, 0)
  237. Key.Size = UDim2.new(0, 83, 0, 25)
  238. Key.Font = Enum.Font.Bodoni
  239. Key.Text = "Basement Key"
  240. Key.TextColor3 = Color3.fromRGB(0, 0, 0)
  241. Key.TextSize = 14.000
  242. Key.MouseButton1Down:connect(function()
  243.     local args = {
  244.         [1] = "Key",
  245.     }
  246.  
  247.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  248. end)
  249.  
  250. Pizza.Name = "Pizza"
  251. Pizza.Parent = Gui
  252. Pizza.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  253. Pizza.BorderColor3 = Color3.fromRGB(0, 0, 0)
  254. Pizza.Position = UDim2.new(0.274193555, 0, 0.692879498, 0)
  255. Pizza.Size = UDim2.new(0, 83, 0, 25)
  256. Pizza.Font = Enum.Font.Bodoni
  257. Pizza.Text = "Pizza"
  258. Pizza.TextColor3 = Color3.fromRGB(0, 0, 0)
  259. Pizza.TextSize = 14.000
  260. Pizza.MouseButton1Down:connect(function()
  261.     local args = {
  262.         [1] = "Pizza2",
  263.     }
  264.  
  265.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  266. end)
  267.  
  268. Lollipop.Name = "Lollipop"
  269. Lollipop.Parent = Gui
  270. Lollipop.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  271. Lollipop.BorderColor3 = Color3.fromRGB(0, 0, 0)
  272. Lollipop.Position = UDim2.new(0.274193555, 0, 0.743138015, 0)
  273. Lollipop.Size = UDim2.new(0, 83, 0, 25)
  274. Lollipop.Font = Enum.Font.Bodoni
  275. Lollipop.Text = "Lollipop"
  276. Lollipop.TextColor3 = Color3.fromRGB(0, 0, 0)
  277. Lollipop.TextSize = 14.000
  278. Lollipop.MouseButton1Down:connect(function()
  279.     local args = {
  280.         [1] = "Lollipop",
  281.     }
  282.  
  283.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  284. end)
  285.  
  286. SuperHeal.Name = "Super Heal"
  287. SuperHeal.Parent = Gui
  288. SuperHeal.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  289. SuperHeal.BorderColor3 = Color3.fromRGB(0, 0, 0)
  290. SuperHeal.Position = UDim2.new(0.274193555, 0, 0.793959379, 0)
  291. SuperHeal.Size = UDim2.new(0, 83, 0, 25)
  292. SuperHeal.Font = Enum.Font.Bodoni
  293. SuperHeal.Text = "Super Heal"
  294. SuperHeal.TextColor3 = Color3.fromRGB(0, 0, 0)
  295. SuperHeal.TextSize = 14.000
  296. SuperHeal.MouseButton1Down:connect(function()
  297.     local args = {
  298.         [1] = "Cure",
  299.     }
  300.  
  301.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  302. end)
  303.  
  304. ExpiredCola.Name = "Expired Cola"
  305. ExpiredCola.Parent = Gui
  306. ExpiredCola.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  307. ExpiredCola.BorderColor3 = Color3.fromRGB(0, 0, 0)
  308. ExpiredCola.Position = UDim2.new(0.274193555, 0, 0.843582332, 0)
  309. ExpiredCola.Size = UDim2.new(0, 83, 0, 25)
  310. ExpiredCola.Font = Enum.Font.Bodoni
  311. ExpiredCola.Text = "Expired Cola"
  312. ExpiredCola.TextColor3 = Color3.fromRGB(0, 0, 0)
  313. ExpiredCola.TextSize = 14.000
  314. ExpiredCola.MouseButton1Down:connect(function()
  315.     local args = {
  316.         [1] = "ExpiredBloxyCola",
  317.     }
  318.  
  319.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  320. end)
  321.  
  322. Sword.Name = "Sword"
  323. Sword.Parent = Gui
  324. Sword.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  325. Sword.BorderColor3 = Color3.fromRGB(0, 0, 0)
  326. Sword.Position = UDim2.new(0.274193555, 0, 0.895128727, 0)
  327. Sword.Size = UDim2.new(0, 83, 0, 25)
  328. Sword.Font = Enum.Font.Bodoni
  329. Sword.Text = "  Sword"
  330. Sword.TextColor3 = Color3.fromRGB(0, 0, 0)
  331. Sword.TextSize = 14.000
  332. Sword.MouseButton1Down:connect(function()
  333.     local args = {
  334.         [1] = "LinkedSword",
  335.     }
  336.  
  337.     game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
  338. end)
  339.  
  340. SecretKey.Name = "Secret Key"
  341. SecretKey.Parent = Gui
  342. SecretKey.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  343. SecretKey.BorderColor3 = Color3.fromRGB(0, 0, 0)
  344. SecretKey.Position = UDim2.new(0.274193555, 0, 0.946675122, 0)
  345. SecretKey.Size = UDim2.new(0, 83, 0, 25)
  346. SecretKey.Font = Enum.Font.Bodoni
  347. SecretKey.Text = "Secret Key"
  348. SecretKey.TextColor3 = Color3.fromRGB(0, 0, 0)
  349. SecretKey.TextSize = 14.000
  350. SecretKey.MouseButton1Down:connect(function()
  351.     game:GetService("ReplicatedStorage").RemoteEvents.GetKeys:FireServer()
  352. end)
  353.  
  354. -- Instances:
  355.  
  356. local ScreenGui = Instance.new("ScreenGui")
  357. local Gui = Instance.new("Frame")
  358. local Label = Instance.new("TextLabel")
  359. local Items = Instance.new("TextLabel")
  360. local Enjoy = Instance.new("TextLabel")
  361. local Hacker = Instance.new("TextButton")
  362. local Cat = Instance.new("TextButton")
  363. local Jump = Instance.new("TextButton")
  364. local Heal = Instance.new("TextButton")
  365.  
  366. --Properties:
  367.  
  368. ScreenGui.Parent = game.CoreGui
  369.  
  370. Gui.Name = "Gui"
  371. Gui.Parent = ScreenGui
  372. Gui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  373. Gui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  374. Gui.Position = UDim2.new(0.392476082, 0, 0.01369863, 0)
  375. Gui.Size = UDim2.new(0, 224, 0, 191)
  376. Gui.Active = true
  377. Gui.Draggable = true
  378.  
  379. Label.Name = "Label"
  380. Label.Parent = Gui
  381. Label.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  382. Label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  383. Label.Position = UDim2.new(0, 0, 0.00464636134, 0)
  384. Label.Size = UDim2.new(0, 224, 0, 56)
  385. Label.Font = Enum.Font.Bodoni
  386. Label.Text = "BREAK IN"
  387. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  388. Label.TextSize = 20.000
  389.  
  390. Items.Name = "Items"
  391. Items.Parent = Gui
  392. Items.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  393. Items.BorderColor3 = Color3.fromRGB(0, 0, 0)
  394. Items.Position = UDim2.new(0, 0, 0.301496983, 0)
  395. Items.Size = UDim2.new(0, 224, 0, 26)
  396. Items.Font = Enum.Font.Bodoni
  397. Items.Text = "Extras"
  398. Items.TextColor3 = Color3.fromRGB(0, 0, 0)
  399. Items.TextSize = 14.000
  400.  
  401. Enjoy.Name = "Enjoy!"
  402. Enjoy.Parent = Gui
  403. Enjoy.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  404. Enjoy.BorderColor3 = Color3.fromRGB(85, 0, 127)
  405. Enjoy.Position = UDim2.new(0.213949695, 0, 0.229009837, 0)
  406. Enjoy.Size = UDim2.new(0, 127, 0, 10)
  407. Enjoy.Font = Enum.Font.SourceSans
  408. Enjoy.Text = "Enjoy!"
  409. Enjoy.TextColor3 = Color3.fromRGB(0, 0, 0)
  410. Enjoy.TextSize = 14.000
  411.  
  412. Hacker.Name = "Hacker"
  413. Hacker.Parent = Gui
  414. Hacker.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  415. Hacker.BorderColor3 = Color3.fromRGB(0, 0, 0)
  416. Hacker.Position = UDim2.new(0.227678567, 0, 0.479480237, 0)
  417. Hacker.Size = UDim2.new(0, 119, 0, 25)
  418. Hacker.Font = Enum.Font.Bodoni
  419. Hacker.Text = "Hacker Badge"
  420. Hacker.TextColor3 = Color3.fromRGB(0, 0, 0)
  421. Hacker.TextSize = 14.000
  422. Hacker.MouseButton1Down:connect(function()
  423.     game:GetService("ReplicatedStorage").RemoteEvents.BasementMission:FireServer()
  424. end)
  425.  
  426. Cat.Name = "Cat"
  427. Cat.Parent = Gui
  428. Cat.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  429. Cat.BorderColor3 = Color3.fromRGB(0, 0, 0)
  430. Cat.Position = UDim2.new(0.227678567, 0, 0.610370278, 0)
  431. Cat.Size = UDim2.new(0, 119, 0, 25)
  432. Cat.Font = Enum.Font.Bodoni
  433. Cat.Text = "Befriend Cat"
  434. Cat.TextColor3 = Color3.fromRGB(0, 0, 0)
  435. Cat.TextSize = 14.000
  436. Cat.MouseButton1Down:connect(function()
  437.     game:GetService("ReplicatedStorage").RemoteEvents.Cattery:FireServer()
  438. end)
  439.  
  440. Jump.Name = "Jump"
  441. Jump.Parent = Gui
  442. Jump.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  443. Jump.BorderColor3 = Color3.fromRGB(0, 0, 0)
  444. Jump.Position = UDim2.new(0.227678567, 0, 0.861679196, 0)
  445. Jump.Size = UDim2.new(0, 119, 0, 25)
  446. Jump.Font = Enum.Font.Bodoni
  447. Jump.Text = "Infinite Jump"
  448. Jump.TextColor3 = Color3.fromRGB(0, 0, 0)
  449. Jump.TextSize = 14.000
  450. Jump.MouseButton1Down:connect(function()
  451.     game:GetService("UserInputService").JumpRequest:connect(function()
  452.         game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")      
  453.     end)
  454. end)
  455.  
  456. Heal.Name = "Heal"
  457. Heal.Parent = Gui
  458. Heal.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  459. Heal.BorderColor3 = Color3.fromRGB(0, 0, 0)
  460. Heal.Position = UDim2.new(0.227678567, 0, 0.74126035, 0)
  461. Heal.Size = UDim2.new(0, 119, 0, 25)
  462. Heal.Font = Enum.Font.Bodoni
  463. Heal.Text = "Heal All"
  464. Heal.TextColor3 = Color3.fromRGB(0, 0, 0)
  465. Heal.TextSize = 14.000
  466. Heal.MouseButton1Down:connect(function()
  467.     for i,v in pairs(game:GetService("Players"):GetChildren()) do
  468.         game:GetService("ReplicatedStorage").RemoteEvents.HealPlayer:FireServer(v)
  469.     end
  470. end)
  471.  
  472. -- Instances:
  473.  
  474. local ScreenGui = Instance.new("ScreenGui")
  475. local Gui = Instance.new("Frame")
  476. local Label = Instance.new("TextLabel")
  477. local Enjoy = Instance.new("TextLabel")
  478. local Swat = Instance.new("TextButton")
  479. local Sword = Instance.new("TextButton")
  480. local Hyper = Instance.new("TextButton")
  481. local Officer = Instance.new("TextButton")
  482. local Roles = Instance.new("TextLabel")
  483.  
  484. --Properties:
  485.  
  486. ScreenGui.Parent = game.CoreGui
  487.  
  488. Gui.Name = "Gui"
  489. Gui.Parent = ScreenGui
  490. Gui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  491. Gui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  492. Gui.Position = UDim2.new(0.390558541, 0, 0.483365953, 0)
  493. Gui.Size = UDim2.new(0, 224, 0, 191)
  494. Gui.Active = true
  495. Gui.Draggable = true
  496.  
  497. Label.Name = "Label"
  498. Label.Parent = Gui
  499. Label.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  500. Label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  501. Label.Position = UDim2.new(0, 0, -0.0162960663, 0)
  502. Label.Size = UDim2.new(0, 224, 0, 56)
  503. Label.Font = Enum.Font.Bodoni
  504. Label.Text = "BREAK IN"
  505. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  506. Label.TextSize = 20.000
  507.  
  508. Enjoy.Name = "Enjoy!"
  509. Enjoy.Parent = Gui
  510. Enjoy.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  511. Enjoy.BorderColor3 = Color3.fromRGB(85, 0, 127)
  512. Enjoy.Position = UDim2.new(0.209485412, 0, 0.202831835, 0)
  513. Enjoy.Size = UDim2.new(0, 127, 0, 10)
  514. Enjoy.Font = Enum.Font.SourceSans
  515. Enjoy.Text = " Have to be in the lobby for them to work."
  516. Enjoy.TextColor3 = Color3.fromRGB(0, 0, 0)
  517. Enjoy.TextSize = 14.000
  518.  
  519. Swat.Name = "Swat"
  520. Swat.Parent = Gui
  521. Swat.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  522. Swat.BorderColor3 = Color3.fromRGB(0, 0, 0)
  523. Swat.Position = UDim2.new(0.227678567, 0, 0.479480237, 0)
  524. Swat.Size = UDim2.new(0, 119, 0, 25)
  525. Swat.Font = Enum.Font.Bodoni
  526. Swat.Text = "Swat Role"
  527. Swat.TextColor3 = Color3.fromRGB(0, 0, 0)
  528. Swat.TextSize = 14.000
  529. Swat.MouseButton1Down:connect(function()
  530.     local args = {
  531.         [1] = "SwatGun",
  532.         [2] = true
  533.     }
  534.  
  535.     game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole:FireServer(unpack(args))
  536.  
  537. end)
  538.  
  539. Sword.Name = "Sword"
  540. Sword.Parent = Gui
  541. Sword.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  542. Sword.BorderColor3 = Color3.fromRGB(0, 0, 0)
  543. Sword.Position = UDim2.new(0.227678567, 0, 0.610370278, 0)
  544. Sword.Size = UDim2.new(0, 119, 0, 25)
  545. Sword.Font = Enum.Font.Bodoni
  546. Sword.Text = "Toy Sword Role"
  547. Sword.TextColor3 = Color3.fromRGB(0, 0, 0)
  548. Sword.TextSize = 14.000
  549. Sword.MouseButton1Down:connect(function()
  550.     local args = {
  551.         [1] = "Sword",
  552.         [2] = true
  553.     }
  554.  
  555.     game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole:FireServer(unpack(args))
  556. end)
  557.  
  558. Hyper.Name = "Hyper"
  559. Hyper.Parent = Gui
  560. Hyper.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  561. Hyper.BorderColor3 = Color3.fromRGB(0, 0, 0)
  562. Hyper.Position = UDim2.new(0.227678567, 0, 0.861679196, 0)
  563. Hyper.Size = UDim2.new(0, 119, 0, 25)
  564. Hyper.Font = Enum.Font.Bodoni
  565. Hyper.Text = "Hyper Role"
  566. Hyper.TextColor3 = Color3.fromRGB(0, 0, 0)
  567. Hyper.TextSize = 14.000
  568. Hyper.MouseButton1Down:connect(function()
  569.     local args = {
  570.         [1] = "Lollipop",
  571.         [2] = true
  572.     }
  573.  
  574.     game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole:FireServer(unpack(args))
  575. end)
  576.  
  577. Officer.Name = "Officer"
  578. Officer.Parent = Gui
  579. Officer.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  580. Officer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  581. Officer.Position = UDim2.new(0.227678567, 0, 0.74126035, 0)
  582. Officer.Size = UDim2.new(0, 119, 0, 25)
  583. Officer.Font = Enum.Font.Bodoni
  584. Officer.Text = "Officer Role"
  585. Officer.TextColor3 = Color3.fromRGB(0, 0, 0)
  586. Officer.TextSize = 14.000
  587. Officer.MouseButton1Down:connect(function()
  588.     local args = {
  589.         [1] = "Gun",
  590.         [2] = true
  591.     }
  592.  
  593.     game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole:FireServer(unpack(args))
  594. end)
  595.  
  596. Roles.Name = "Roles"
  597. Roles.Parent = Gui
  598. Roles.BackgroundColor3 = Color3.fromRGB(85, 0, 127)
  599. Roles.BorderColor3 = Color3.fromRGB(0, 0, 0)
  600. Roles.Position = UDim2.new(0, 0, 0.276897639, 0)
  601. Roles.Size = UDim2.new(0, 224, 0, 25)
  602. Roles.Font = Enum.Font.Bodoni
  603. Roles.Text = "Free Roles"
  604. Roles.TextColor3 = Color3.fromRGB(0, 0, 0)
  605. Roles.TextSize = 14.000
Add Comment
Please, Sign In to add comment