Advertisement
Guest User

broke nigga alert

a guest
Jan 21st, 2020
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local DeleteTool = Instance.new("TextButton")
  9. local CuffAll = Instance.new("TextButton")
  10. local CountDown = Instance.new("TextButton")
  11. local DestoryServer = Instance.new("TextButton")
  12. local Close = Instance.new("TextButton")
  13. local A = Instance.new("Frame")
  14. local Credit = Instance.new("TextLabel")
  15. local Name = Instance.new("TextLabel")
  16. --Properties:
  17. ScreenGui.Parent = game.CoreGui
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. OpenFrame.Name = "OpenFrame"
  21. OpenFrame.Parent = ScreenGui
  22. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  23. OpenFrame.BorderColor3 = Color3.new(0, 0.333333, 0)
  24. OpenFrame.BorderSizePixel = 0
  25. OpenFrame.Position = UDim2.new(0.473958343, 0, 0.0107270777, 0)
  26. OpenFrame.Size = UDim2.new(0, 100, 0, 34)
  27.  
  28. Open.Name = "Open"
  29. Open.Parent = OpenFrame
  30. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  31. Open.Size = UDim2.new(0, 100, 0, 34)
  32. Open.Font = Enum.Font.SciFi
  33. Open.Text = "Open"
  34. Open.TextColor3 = Color3.new(0.227451, 1, 0.227451)
  35. Open.TextSize = 20
  36. Open.TextStrokeColor3 = Color3.new(0.372549, 1, 0.180392)
  37. Open.MouseButton1Click:Connect(function()
  38. OpenFrame.Visible = false
  39. Main.Visible = true
  40. end)
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = ScreenGui
  44. Main.Active = true
  45. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Main.Position = UDim2.new(0.399479151, 0, 0.350417137, 0)
  47. Main.Size = UDim2.new(0, 364, 0, 346)
  48. Main.Visible = false
  49. Main.Draggable = true
  50.  
  51. DeleteTool.Name = "DeleteTool"
  52. DeleteTool.Parent = Main
  53. DeleteTool.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  54. DeleteTool.BorderSizePixel = 0
  55. DeleteTool.Position = UDim2.new(0.32967034, 0, 0.42774567, 0)
  56. DeleteTool.Size = UDim2.new(0, 112, 0, 50)
  57. DeleteTool.Text = "DeleteTool"
  58. DeleteTool.TextColor3 = Color3.new(0, 0, 0)
  59. DeleteTool.TextSize = 10
  60. DeleteTool.MouseButton1Click:Connect(function()
  61. ---Credits Hackmaster12
  62. local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  63. local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  64. SelectionBox.Name = "oof"
  65. SelectionBox.LineThickness = 0.05
  66. SelectionBox.Adornee = nil
  67. SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  68. SelectionBox.Visible = false
  69. btool.Name = "Delete Tool"
  70. btool.RequiresHandle = false
  71. local IsEquipped = false
  72. local Mouse = game.Players.LocalPlayer:GetMouse()
  73.  
  74. btool.Equipped:connect(function()
  75. IsEquipped = true
  76. SelectionBox.Visible = true
  77. SelectionBox.Adornee = nil
  78. end)
  79.  
  80. btool.Unequipped:connect(function()
  81. IsEquipped = false
  82. SelectionBox.Visible = false
  83. SelectionBox.Adornee = nil
  84. end)
  85.  
  86.  
  87. btool.Activated:connect(function()
  88. if IsEquipped then
  89. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  90. end
  91. end)
  92.  
  93. while true do
  94. SelectionBox.Adornee = Mouse.Target or nil
  95. wait(0.1)
  96. end
  97.  
  98. end)
  99.  
  100. CuffAll.Name = "CuffAll"
  101. CuffAll.Parent = Main
  102. CuffAll.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  103. CuffAll.BorderSizePixel = 0
  104. CuffAll.Position = UDim2.new(0.32967034, 0, 0.199421972, 0)
  105. CuffAll.Size = UDim2.new(0, 112, 0, 50)
  106. CuffAll.Text = "ArrestAll"
  107. CuffAll.TextColor3 = Color3.new(0, 0, 0)
  108. CuffAll.TextSize = 10
  109. CuffAll.MouseButton1Click:Connect(function()
  110. local A_1 = "requestTeam"
  111. local A_2 = "prisoners"
  112. local Event = game:GetService("Workspace").resources.RemoteFunction
  113. Event:InvokeServer(A_1, A_2)
  114. for _, v in pairs(game.Players:GetChildren()) do
  115. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  116. end
  117. wait(2)
  118. game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", "police")
  119. for _, v in pairs(game.Players:GetChildren()) do
  120. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  121. end
  122. end)
  123.  
  124. CountDown.Name = "CountDown"
  125. CountDown.Parent = Main
  126. CountDown.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  127. CountDown.BorderSizePixel = 0
  128. CountDown.Position = UDim2.new(0.32967034, 0, 0.653179169, 0)
  129. CountDown.Size = UDim2.new(0, 112, 0, 50)
  130. CountDown.Text = "CountDown"
  131. CountDown.TextColor3 = Color3.new(0, 0, 0)
  132. CountDown.TextSize = 10
  133. CountDown.MouseButton1Click:Connect(function()
  134. text = "⚠️broke nigga alert ⚠️"
  135. workspace.resources:FindFirstChild("RemoteEvent"):FireServer("FireAllClients", "smallNotice", text, true)
  136. wait(3)
  137. text = "⚠️broke nigga alert ⚠️"
  138. workspace.resources:FindFirstChild("RemoteEvent"):FireServer("FireAllClients", "smallNotice", text, true)
  139. wait(3)
  140. text = "⚠️broke nigga alert ⚠️"
  141. workspace.resources:FindFirstChild("RemoteEvent"):FireServer("FireAllClients", "smallNotice", text, true)
  142. wait(3)
  143. text = "⚠️broke nigga alert ⚠️"
  144. workspace.resources:FindFirstChild("RemoteEvent"):FireServer("FireAllClients", "smallNotice", text, true)
  145. wait(3)
  146. text = "⚠️broke nigga alert ⚠️"
  147. workspace.resources:FindFirstChild("RemoteEvent"):FireServer("FireAllClients", "smallNotice", text, true)
  148. end)
  149.  
  150. DestoryServer.Name = "DestoryServer"
  151. DestoryServer.Parent = Main
  152. DestoryServer.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  153. DestoryServer.BorderSizePixel = 0
  154. DestoryServer.Position = UDim2.new(0.32967034, 0, 0, 0)
  155. DestoryServer.Size = UDim2.new(0, 112, 0, 50)
  156. DestoryServer.Text = "DestoryServer"
  157. DestoryServer.TextColor3 = Color3.new(0, 0, 0)
  158. DestoryServer.TextSize = 10
  159. DestoryServer.MouseButton1Click:Connect(function()
  160. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  161. tool.RequiresHandle = false
  162. tool.Name = "Raid"
  163. tool.CanBeDropped = false
  164.  
  165.  
  166.  
  167.  
  168. local pos1 = nil
  169. local pos2 = nil
  170. local bridgesize = 10
  171. local mouse = game.Players.LocalPlayer:GetMouse()
  172. local isEquipped = false
  173. local isSettingPos = false
  174. local bridgeEnabled = false
  175. local dist = 0
  176.  
  177. function asdf(origin, target, properties)
  178. game.Workspace.resources.RemoteEvent:FireServer("FireAllClients","drawLaser", origin, target, properties)
  179. end
  180.  
  181. mouse.KeyDown:Connect(function(k)
  182. if not isEquipped then return end
  183. key = k:lower()
  184. if key == "e" then
  185. if bridgesize <= 5 then return end
  186. bridgesize = bridgesize - 1
  187.  
  188. end
  189. if key == "r" then
  190. if bridgesize >= 25 then return end
  191. bridgesize = bridgesize + 1
  192.  
  193.  
  194. end
  195. if key == "t" then
  196. bridgeEnabled = false
  197. isSettingPos = false
  198. pos1 = nil
  199. pos2 = nil
  200. bridgesize = 50
  201.  
  202. end
  203. end)
  204.  
  205.  
  206. tool.Equipped:Connect(function()
  207. isEquipped = true
  208. end)
  209.  
  210. tool.Unequipped:Connect(function()
  211. isEquipped = false
  212. end)
  213.  
  214.  
  215.  
  216. tool.Activated:Connect(function()
  217. if not isSettingPos then
  218. pos1 = mouse.hit
  219.  
  220. isSettingPos = true
  221. else
  222. pos2 = mouse.hit
  223.  
  224. isSettingPos = false
  225. bridgeEnabled = true
  226. dist = (pos1.p-pos2.p).magnitude
  227. end
  228. end)
  229.  
  230. while wait(.1) do
  231. if bridgeEnabled then
  232. asdf(pos1.p, pos2.p, {
  233. ["CanCollide"] = true,
  234. ["Size"] = Vector3.new( 40440, 20044, 40023),
  235. ["Material"] = "Neon",
  236. ["Shape"] = "Block",
  237. ["Transparency"] = 1,
  238. ["Color"] = Color3.new(392,329,324),
  239. ["CFrame"] = CFrame.new(pos1.p, pos2.p) * CFrame.new(0,0, -dist/2) * CFrame.Angles(0,0,0),
  240. })
  241. end
  242. end
  243. end)
  244.  
  245. Close.Name = "Close"
  246. Close.Parent = Main
  247. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  248. Close.Position = UDim2.new(0.873626351, 0, 0, 0)
  249. Close.Size = UDim2.new(0, 46, 0, 40)
  250. Close.Font = Enum.Font.SourceSans
  251. Close.Text = "X"
  252. Close.TextColor3 = Color3.new(0, 0, 0)
  253. Close.TextSize = 14
  254. Close.MouseButton1Click:Connect(function()
  255. Main.Visible = false
  256. OpenFrame.Visible = true
  257. end)
  258.  
  259. A.Name = "A"
  260. A.Parent = Main
  261. A.BackgroundColor3 = Color3.new(1, 1, 1)
  262. A.Position = UDim2.new(0, 0, 0.890173435, 0)
  263. A.Size = UDim2.new(0, 364, 0, 32)
  264.  
  265. Credit.Name = "Credit"
  266. Credit.Parent = A
  267. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  268. Credit.Size = UDim2.new(0, 364, 0, 32)
  269. Credit.Font = Enum.Font.SourceSans
  270. Credit.Text = "By: CreaterStudi0/Dont Leak"
  271. Credit.TextColor3 = Color3.new(0, 0, 0)
  272. Credit.TextSize = 30
  273.  
  274. Name.Name = "Name"
  275. Name.Parent = A
  276. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  277. Name.Position = UDim2.new(0, 0, -5.9375, 0)
  278. Name.Size = UDim2.new(0, 364, 0, 32)
  279. Name.Font = Enum.Font.SourceSans
  280. Name.Text = "Redwood Prison Destory Gui"
  281. Name.TextColor3 = Color3.new(0, 0, 0)
  282. Name.TextSize = 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement