Advertisement
retpee

Break In V2 Roles [Story] [Exploit Gui] [Works in Lobby Only]

Aug 2nd, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. -- Instances
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Gui5 = Instance.new("Frame")
  5. local UICorner = Instance.new("UICorner")
  6. local Name = Instance.new("TextLabel")
  7. local UICorner_2 = Instance.new("UICorner")
  8. local Guest = Instance.new("TextButton")
  9. local UICorner_3 = Instance.new("UICorner")
  10. local ToySword = Instance.new("TextButton")
  11. local UICorner_4 = Instance.new("UICorner")
  12. local Swat = Instance.new("TextButton")
  13. local UICorner_5 = Instance.new("UICorner")
  14. local Roles = Instance.new("TextLabel")
  15. local UICorner_6 = Instance.new("UICorner")
  16. local Officer = Instance.new("TextButton")
  17. local UICorner_7 = Instance.new("UICorner")
  18. local Hyper = Instance.new("TextButton")
  19. local UICorner_8 = Instance.new("UICorner")
  20. local OpenClose = Instance.new("Frame")
  21. local UICorner_9 = Instance.new("UICorner")
  22. local Open = Instance.new("TextButton")
  23. local UICorner_10 = Instance.new("UICorner")
  24. local UICorner_11 = Instance.new("UICorner")
  25. local Close = Instance.new("TextButton")
  26. local UICorner_12 = Instance.new("UICorner")
  27. local UICorner_13 = Instance.new("UICorner")
  28.  
  29. -- Properties
  30.  
  31. ScreenGui.Parent = game.CoreGui
  32.  
  33. Gui5.Name = "Gui 5"
  34. Gui5.Parent = ScreenGui
  35. Gui5.BackgroundColor3 = Color3.new(0.0392157, 0.121569, 0.247059)
  36. Gui5.Position = UDim2.new(0.170251817, 0, 0.0352250487, 0)
  37. Gui5.Size = UDim2.new(0, 100, 0, 242)
  38. Gui5.Active = true
  39. Gui5.Draggable = true
  40.  
  41. UICorner.Parent = Gui5
  42.  
  43. Name.Name = "Name"
  44. Name.Parent = Gui5
  45. Name.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  46. Name.Position = UDim2.new(-0.00121765141, 0, -0.0018119812, 0)
  47. Name.Size = UDim2.new(0, 100, 0, 39)
  48. Name.Font = Enum.Font.DenkOne
  49. Name.Text = "Break In [Story]"
  50. Name.TextColor3 = Color3.new(0, 0, 0)
  51. Name.TextSize = 16
  52.  
  53. UICorner_2.Parent = Name
  54.  
  55. Guest.Name = "Guest"
  56. Guest.Parent = Gui5
  57. Guest.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  58. Guest.Position = UDim2.new(0.0764527023, 0, 0.427416086, 0)
  59. Guest.Size = UDim2.new(0, 84, 0, 24)
  60. Guest.Font = Enum.Font.DenkOne
  61. Guest.Text = "Guest Role"
  62. Guest.TextColor3 = Color3.new(0, 0, 0)
  63. Guest.TextSize = 14
  64. Guest.MouseButton1Down:connect(function()
  65. local A_1 = "LinkedSword"
  66. local A_2 = false
  67. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  68. Event:FireServer(A_1, A_2)
  69. end)
  70.  
  71. UICorner_3.Parent = Guest
  72.  
  73. ToySword.Name = "Toy Sword"
  74. ToySword.Parent = Gui5
  75. ToySword.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  76. ToySword.Position = UDim2.new(0.0664527342, 0, 0.697673261, 0)
  77. ToySword.Size = UDim2.new(0, 84, 0, 24)
  78. ToySword.Font = Enum.Font.DenkOne
  79. ToySword.Text = "Toy Sword Role"
  80. ToySword.TextColor3 = Color3.new(0, 0, 0)
  81. ToySword.TextSize = 14
  82. ToySword.MouseButton1Down:connect(function()
  83. local A_1 = "Sword"
  84. local A_2 = false
  85. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  86. Event:FireServer(A_1, A_2)
  87. end)
  88.  
  89. UICorner_4.Parent = ToySword
  90.  
  91. Swat.Name = "Swat"
  92. Swat.Parent = Gui5
  93. Swat.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  94. Swat.Position = UDim2.new(0.0664527416, 0, 0.8360219, 0)
  95. Swat.Size = UDim2.new(0, 84, 0, 24)
  96. Swat.Font = Enum.Font.DenkOne
  97. Swat.Text = "Swat Role"
  98. Swat.TextColor3 = Color3.new(0, 0, 0)
  99. Swat.TextSize = 14
  100. Swat.MouseButton1Down:connect(function()
  101. local A_1 = "SwatGun"
  102. local A_2 = false
  103. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  104. Event:FireServer(A_1, A_2)
  105. end)
  106.  
  107. UICorner_5.Parent = Swat
  108.  
  109. Roles.Name = "Roles"
  110. Roles.Parent = Gui5
  111. Roles.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  112. Roles.Position = UDim2.new(-0.00121759437, 0, 0.181854099, 0)
  113. Roles.Size = UDim2.new(0, 100, 0, 19)
  114. Roles.Font = Enum.Font.DenkOne
  115. Roles.Text = "Roles"
  116. Roles.TextColor3 = Color3.new(0, 0, 0)
  117. Roles.TextSize = 14
  118.  
  119.  
  120. UICorner_6.Parent = Roles
  121.  
  122. Officer.Name = "Officer"
  123. Officer.Parent = Gui5
  124. Officer.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  125. Officer.Position = UDim2.new(0.0764526576, 0, 0.557862639, 0)
  126. Officer.Size = UDim2.new(0, 84, 0, 24)
  127. Officer.Font = Enum.Font.DenkOne
  128. Officer.Text = "Officer Role"
  129. Officer.TextColor3 = Color3.new(0, 0, 0)
  130. Officer.TextSize = 14
  131. Officer.MouseButton1Down:connect(function()
  132. local A_1 = "Gun"
  133. local A_2 = false
  134. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  135. Event:FireServer(A_1, A_2)
  136. end)
  137.  
  138. UICorner_7.Parent = Officer
  139.  
  140. Hyper.Name = "Hyper"
  141. Hyper.Parent = Gui5
  142. Hyper.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  143. Hyper.Position = UDim2.new(0.0764526576, 0, 0.296537012, 0)
  144. Hyper.Size = UDim2.new(0, 84, 0, 24)
  145. Hyper.Font = Enum.Font.DenkOne
  146. Hyper.Text = "Hyper Role"
  147. Hyper.TextColor3 = Color3.new(0, 0, 0)
  148. Hyper.TextSize = 14
  149. Hyper.MouseButton1Down:connect(function()
  150. local A_1 = "Lollipop"
  151. local A_2 = false
  152. local Event = game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole
  153. Event:FireServer(A_1, A_2)
  154. end)
  155.  
  156. UICorner_8.Parent = Hyper
  157.  
  158. OpenClose.Name = "Open/Close"
  159. OpenClose.Parent = ScreenGui
  160. OpenClose.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  161. OpenClose.Position = UDim2.new(0.0105464859, 0, 0.0948058069, 0)
  162. OpenClose.Size = UDim2.new(0, 100, 0, 32)
  163.  
  164. UICorner_9.Parent = OpenClose
  165.  
  166. Open.Name = "Open"
  167. Open.Parent = OpenClose
  168. Open.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  169. Open.Position = UDim2.new(0.00999987125, 0, -0.0625, 0)
  170. Open.Size = UDim2.new(0, 99, 0, 34)
  171. Open.Font = Enum.Font.DenkOne
  172. Open.Text = "Open Roles Gui"
  173. Open.TextColor3 = Color3.new(0, 0, 0)
  174. Open.TextSize = 14
  175. Open.MouseButton1Down:connect(function()
  176. OpenClose.Visible = true
  177. Gui5.Visible = true
  178. end)
  179.  
  180. UICorner_10.Parent = Open
  181.  
  182. UICorner_11.Parent = Open
  183.  
  184. Close.Name = "Close"
  185. Close.Parent = OpenClose
  186. Close.BackgroundColor3 = Color3.new(0.619608, 0.164706, 1)
  187. Close.Position = UDim2.new(0.00999999046, 0, 1.1875, 0)
  188. Close.Size = UDim2.new(0, 99, 0, 34)
  189. Close.Font = Enum.Font.DenkOne
  190. Close.Text = "Close Roles Gui"
  191. Close.TextColor3 = Color3.new(0, 0, 0)
  192. Close.TextSize = 14
  193. Close.MouseButton1Down:connect(function()
  194. Gui5.Visible = false
  195. end)
  196.  
  197. UICorner_12.Parent = Close
  198.  
  199. UICorner_13.Parent = Close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement