Advertisement
ScriptFinder

[ROBLOX] Redwood Prison Exploit Gui Script

Nov 23rd, 2019
25,356
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.29 KB | None | 0 0
  1. --REDWOOD PRISON EXPLOIT GUI
  2. --THIS SCRIPT IS NOT MADE BY ME!
  3. --Enjoy!
  4.  
  5.  
  6.  
  7. RedwoodPrisonGUI = Instance.new("ScreenGui")
  8. main = Instance.new("Frame")
  9. topframe = Instance.new("Frame")
  10. name = Instance.new("TextLabel")
  11. creator = Instance.new("TextLabel")
  12. close = Instance.new("TextButton")
  13. arrest = Instance.new("TextButton")
  14. guns = Instance.new("TextButton")
  15. reload = Instance.new("TextButton")
  16. id = Instance.new("TextButton")
  17. open = Instance.new("TextButton")
  18.  
  19. RedwoodPrisonGUI.Name = "RedwoodPrisonGUI"
  20. RedwoodPrisonGUI.Parent = game.CoreGui
  21.  
  22. main.Name = "main"
  23. main.Parent = RedwoodPrisonGUI
  24. main.Active = true
  25. main.BackgroundColor3 = Color3.new(0.909804, 0.909804, 0.909804)
  26. main.BorderSizePixel = 0
  27. main.Position = UDim2.new(0.260399342, 0, 0.308864236, 0)
  28. main.Size = UDim2.new(0, 469, 0, 251)
  29. main.Draggable = true
  30. main.Visible = false
  31.  
  32. topframe.Name = "topframe"
  33. topframe.Parent = main
  34. topframe.BackgroundColor3 = Color3.new(1, 1, 1)
  35. topframe.BorderSizePixel = 0
  36. topframe.Size = UDim2.new(0, 469, 0, 44)
  37.  
  38. name.Name = "name"
  39. name.Parent = topframe
  40. name.BackgroundColor3 = Color3.new(1, 1, 1)
  41. name.BackgroundTransparency = 1
  42. name.BorderSizePixel = 0
  43. name.Position = UDim2.new(0.0533049032, 0, 0, 0)
  44. name.Size = UDim2.new(0, 219, 0, 44)
  45. name.Font = Enum.Font.SourceSansSemibold
  46. name.FontSize = Enum.FontSize.Size28
  47. name.Text = "Redwood Prison GUI"
  48. name.TextColor3 = Color3.new(0, 0, 0)
  49. name.TextSize = 25
  50.  
  51. creator.Name = "creator"
  52. creator.Parent = topframe
  53. creator.BackgroundColor3 = Color3.new(1, 1, 1)
  54. creator.BackgroundTransparency = 1
  55. creator.BorderSizePixel = 0
  56. creator.Position = UDim2.new(0.473347545, 0, 0, 0)
  57. creator.Size = UDim2.new(0, 219, 0, 44)
  58. creator.Font = Enum.Font.SourceSansSemibold
  59. creator.FontSize = Enum.FontSize.Size24
  60. creator.Text = "By pneappel#0821"
  61. creator.TextColor3 = Color3.new(0, 0, 0)
  62. creator.TextSize = 20
  63.  
  64. close.Name = "close"
  65. close.Parent = topframe
  66. close.BackgroundColor3 = Color3.new(1, 1, 1)
  67. close.BackgroundTransparency = 1
  68. close.BorderSizePixel = 0
  69. close.Position = UDim2.new(0.951277018, 0, -0.00377738476, 0)
  70. close.Size = UDim2.new(0, 23, 0, 29)
  71. close.Font = Enum.Font.SourceSansSemibold
  72. close.FontSize = Enum.FontSize.Size24
  73. close.Text = "X"
  74. close.TextColor3 = Color3.new(0, 0, 0)
  75. close.TextSize = 23
  76.  
  77. arrest.Name = "arrest"
  78. arrest.Parent = main
  79. arrest.BackgroundColor3 = Color3.new(1, 1, 1)
  80. arrest.BorderSizePixel = 0
  81. arrest.Position = UDim2.new(0.0533049032, 0, 0.223107576, 0)
  82. arrest.Size = UDim2.new(0, 168, 0, 35)
  83. arrest.Font = Enum.Font.SourceSans
  84. arrest.FontSize = Enum.FontSize.Size24
  85. arrest.Text = "Arrest All Fugitives"
  86. arrest.TextColor3 = Color3.new(0, 0, 0)
  87. arrest.TextSize = 20
  88.  
  89. guns.Name = "guns"
  90. guns.Parent = main
  91. guns.BackgroundColor3 = Color3.new(1, 1, 1)
  92. guns.BorderSizePixel = 0
  93. guns.Position = UDim2.new(0.582089543, 0, 0.223107576, 0)
  94. guns.Size = UDim2.new(0, 168, 0, 35)
  95. guns.Font = Enum.Font.SourceSans
  96. guns.FontSize = Enum.FontSize.Size24
  97. guns.Text = "Give All Guns"
  98. guns.TextColor3 = Color3.new(0, 0, 0)
  99. guns.TextSize = 20
  100.  
  101. reload.Name = "reload"
  102. reload.Parent = main
  103. reload.BackgroundColor3 = Color3.new(1, 1, 1)
  104. reload.BorderSizePixel = 0
  105. reload.Position = UDim2.new(0.0533049032, 0, 0.430278897, 0)
  106. reload.Size = UDim2.new(0, 168, 0, 35)
  107. reload.Font = Enum.Font.SourceSans
  108. reload.FontSize = Enum.FontSize.Size24
  109. reload.Text = "Reload Mag"
  110. reload.TextColor3 = Color3.new(0, 0, 0)
  111. reload.TextSize = 20
  112.  
  113. id.Name = "id"
  114. id.Parent = main
  115. id.BackgroundColor3 = Color3.new(1, 1, 1)
  116. id.BorderSizePixel = 0
  117. id.Position = UDim2.new(0.582089543, 0, 0.430278897, 0)
  118. id.Size = UDim2.new(0, 168, 0, 35)
  119. id.Font = Enum.Font.SourceSans
  120. id.FontSize = Enum.FontSize.Size24
  121. id.Text = "Give Fake ID"
  122. id.TextColor3 = Color3.new(0, 0, 0)
  123. id.TextSize = 20
  124.  
  125. open.Name = "open"
  126. open.Parent = RedwoodPrisonGUI
  127. open.Active = true
  128. open.BackgroundColor3 = Color3.new(1, 1, 1)
  129. open.BorderSizePixel = 0
  130. open.Position = UDim2.new(0, 0, 0.497229904, 0)
  131. open.Size = UDim2.new(0, 113, 0, 39)
  132. open.Font = Enum.Font.SourceSansSemibold
  133. open.FontSize = Enum.FontSize.Size28
  134. open.Text = "Open"
  135. open.TextColor3 = Color3.new(0, 0, 0)
  136. open.TextSize = 25
  137. open.Draggable = true
  138.  
  139. open.MouseButton1Click:connect(function()
  140.     main.Visible = true
  141.     open.Visible = false
  142. end)
  143.  
  144. close.MouseButton1Click:connect(function()
  145.     main.Visible = false
  146.     open.Visible = true
  147. end)
  148.  
  149. arrest.MouseButton1Click:connect(function()
  150.     local Player = game.Players.LocalPlayer
  151. wait(0.5)
  152. for i,v in pairs(game.Teams.Fugitives:GetPlayers()) do
  153. repeat
  154. wait()
  155. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  156. until v.Team.Name ~= "Fugitives"
  157. end
  158. end)
  159.  
  160. reload.MouseButton1Click:connect(function()
  161.     local player = game.Players.LocalPlayer.Character.Torso.Position
  162.     local ammoCrate = workspace.ammoCrate
  163.     ammoCrate.CanCollide = false
  164.     ammoCrate.Transparency = 1
  165.     ammoCrate:ClearAllChildren()
  166.     ammoCrate.Position = player
  167. end)
  168.  
  169. guns.MouseButton1Click:connect(function()
  170.      game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M1014")
  171.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
  172.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Makrov")
  173.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Dragunov")
  174.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  175.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  176.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  177.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
  178.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  179.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
  180.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  181.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
  182.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
  183.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  184.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47")
  185.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  186. end)
  187.  
  188. id.MouseButton1Click:connect(function()
  189.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  190. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement