Pastebloxian

Upstate Prison gui

Mar 3rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.83 KB | None | 0 0
  1. -- Objects
  2.  
  3. local UpstatePrisonFucker = Instance.new("ScreenGui")
  4. local UpstatePrisonFucker_2 = Instance.new("Frame")
  5. local tptoyard = Instance.new("TextButton")
  6. local tptocafe = Instance.new("TextButton")
  7. local tptoert = Instance.new("TextButton")
  8. local tptocadet = Instance.new("TextButton")
  9. local tptooutsideofprison = Instance.new("TextButton")
  10. local tptocriminalbase = Instance.new("TextButton")
  11. local tptogunshop = Instance.new("TextButton")
  12. local uselesscosmeticscript = Instance.new("TextButton")
  13. local triggeralarm = Instance.new("TextButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16.  
  17. -- Properties
  18.  
  19. UpstatePrisonFucker.Name = "Upstate Prison Fucker"
  20. UpstatePrisonFucker.Parent = game.CoreGui
  21.  
  22. UpstatePrisonFucker_2.Name = "Upstate Prison Fucker"
  23. UpstatePrisonFucker_2.Parent = UpstatePrisonFucker
  24. UpstatePrisonFucker_2.Active = true
  25. UpstatePrisonFucker_2.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  26. UpstatePrisonFucker_2.BackgroundTransparency = 0.20000000298023
  27. UpstatePrisonFucker_2.Position = UDim2.new(0.204375729, 0, 0.222432807, 0)
  28. UpstatePrisonFucker_2.Selectable = true
  29. UpstatePrisonFucker_2.Size = UDim2.new(0, 480, 0, 277)
  30. UpstatePrisonFucker_2.Draggable = true
  31.  
  32. tptoyard.Name = "tp to yard"
  33. tptoyard.Parent = UpstatePrisonFucker_2
  34. tptoyard.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  35. tptoyard.Position = UDim2.new(0.0346752517, 0, 0.181542471, 0)
  36. tptoyard.Size = UDim2.new(0, 120, 0, 50)
  37. tptoyard.Font = Enum.Font.SourceSans
  38. tptoyard.Text = "Tp to Yard"
  39. tptoyard.TextColor3 = Color3.new(0, 0, 0)
  40. tptoyard.TextScaled = true
  41. tptoyard.TextSize = 14
  42. tptoyard.TextWrapped = true
  43. tptoyard.MouseButton1Click:connect(function()
  44.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(8.3362407684326, 5, -40.354518890381)
  45. end)
  46.  
  47. tptocafe.Name = "tp to cafe"
  48. tptocafe.Parent = UpstatePrisonFucker_2
  49. tptocafe.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  50. tptocafe.Position = UDim2.new(0.0346752517, 0, 0.434968829, 0)
  51. tptocafe.Size = UDim2.new(0, 121, 0, 50)
  52. tptocafe.Font = Enum.Font.SourceSans
  53. tptocafe.Text = "Tp to Cafe"
  54. tptocafe.TextColor3 = Color3.new(0, 0, 0)
  55. tptocafe.TextScaled = true
  56. tptocafe.TextSize = 14
  57. tptocafe.TextWrapped = true
  58. tptocafe.MouseButton1Click:connect(function()
  59.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-79.188285827637, 5.4266905784607, 174.9986114502)
  60. end)
  61.  
  62. tptoert.Name = "tp to ert"
  63. tptoert.Parent = UpstatePrisonFucker_2
  64. tptoert.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  65. tptoert.Position = UDim2.new(0.0326818712, 0, 0.691987991, 0)
  66. tptoert.Size = UDim2.new(0, 121, 0, 50)
  67. tptoert.Font = Enum.Font.SourceSans
  68. tptoert.Text = "Tp to ERT"
  69. tptoert.TextColor3 = Color3.new(0, 0, 0)
  70. tptoert.TextScaled = true
  71. tptoert.TextSize = 14
  72. tptoert.TextWrapped = true
  73. tptoert.MouseButton1Click:connect(function()
  74.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-31.9565866837769, 5.4282155036926, 227.96125793457)
  75. end)
  76.  
  77. tptocadet.Name = "tp to cadet"
  78. tptocadet.Parent = UpstatePrisonFucker_2
  79. tptocadet.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  80. tptocadet.Position = UDim2.new(0.388946533, 0, 0.178545684, 0)
  81. tptocadet.Size = UDim2.new(0, 120, 0, 50)
  82. tptocadet.Font = Enum.Font.SourceSans
  83. tptocadet.Text = "Tp to Cadet"
  84. tptocadet.TextColor3 = Color3.new(0, 0, 0)
  85. tptocadet.TextScaled = true
  86. tptocadet.TextSize = 14
  87. tptocadet.TextWrapped = true
  88. tptocadet.MouseButton1Click:connect(function()
  89.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-66.455657958984, 5.399130344309, 226.4626159668)
  90. end)
  91.  
  92. tptooutsideofprison.Name = "tp to outside of prison"
  93. tptooutsideofprison.Parent = UpstatePrisonFucker_2
  94. tptooutsideofprison.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  95. tptooutsideofprison.Position = UDim2.new(0.386783153, 0, 0.437541157, 0)
  96. tptooutsideofprison.Size = UDim2.new(0, 120, 0, 50)
  97. tptooutsideofprison.Font = Enum.Font.SourceSans
  98. tptooutsideofprison.Text = "Tp to Outside of Prison"
  99. tptooutsideofprison.TextColor3 = Color3.new(0, 0, 0)
  100. tptooutsideofprison.TextScaled = true
  101. tptooutsideofprison.TextSize = 14
  102. tptooutsideofprison.TextWrapped = true
  103. tptooutsideofprison.MouseButton1Click:connect(function()
  104.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(34.685348510742, 5.0575742721558, -274.3210144043)
  105. end)
  106.  
  107. tptocriminalbase.Name = "tp to criminal base"
  108. tptocriminalbase.Parent = UpstatePrisonFucker_2
  109. tptocriminalbase.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  110. tptocriminalbase.Position = UDim2.new(0.386433959, 0, 0.690356791, 0)
  111. tptocriminalbase.Size = UDim2.new(0, 121, 0, 50)
  112. tptocriminalbase.Font = Enum.Font.SourceSans
  113. tptocriminalbase.Text = "Tp to Criminal Base"
  114. tptocriminalbase.TextColor3 = Color3.new(0, 0, 0)
  115. tptocriminalbase.TextScaled = true
  116. tptocriminalbase.TextSize = 14
  117. tptocriminalbase.TextWrapped = true
  118. tptocriminalbase.MouseButton1Click:connect(function()
  119.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-160.04553222656, 5.4247298240662, -769.20288085938)
  120. end)
  121.  
  122. tptogunshop.Name = "tp to gun shop"
  123. tptogunshop.Parent = UpstatePrisonFucker_2
  124. tptogunshop.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  125. tptogunshop.Position = UDim2.new(0.731726944, 0, 0.178545684, 0)
  126. tptogunshop.Size = UDim2.new(0, 121, 0, 50)
  127. tptogunshop.Font = Enum.Font.SourceSans
  128. tptogunshop.Text = "Tp to Gun Shop"
  129. tptogunshop.TextColor3 = Color3.new(0, 0, 0)
  130. tptogunshop.TextScaled = true
  131. tptogunshop.TextSize = 14
  132. tptogunshop.TextWrapped = true
  133. tptogunshop.MouseButton1Click:connect(function()
  134.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3.5224521160126, 5.457622051239, -822.48992919922)
  135. end)
  136.  
  137. uselesscosmeticscript.Name = "useless cosmetic script"
  138. uselesscosmeticscript.Parent = UpstatePrisonFucker_2
  139. uselesscosmeticscript.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  140. uselesscosmeticscript.Position = UDim2.new(0.730550408, 0, 0.434451193, 0)
  141. uselesscosmeticscript.Size = UDim2.new(0, 121, 0, 50)
  142. uselesscosmeticscript.Font = Enum.Font.SourceSans
  143. uselesscosmeticscript.Text = "Cosmetic : Rifle on your back"
  144. uselesscosmeticscript.TextColor3 = Color3.new(0, 0, 0)
  145. uselesscosmeticscript.TextScaled = true
  146. uselesscosmeticscript.TextSize = 14
  147. uselesscosmeticscript.TextWrapped = true
  148. uselesscosmeticscript.MouseButton1Click:connect(function()
  149.     game.ReplicatedStorage.RifleHolster:FireServer()
  150. end)
  151.  
  152. triggeralarm.Name = "trigger alarm"
  153. triggeralarm.Parent = UpstatePrisonFucker_2
  154. triggeralarm.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  155. triggeralarm.Position = UDim2.new(0.730550408, 0, 0.690356791, 0)
  156. triggeralarm.Size = UDim2.new(0, 121, 0, 50)
  157. triggeralarm.Font = Enum.Font.SourceSans
  158. triggeralarm.Text = "Trigger Alarm (clicking two times deactivates it)"
  159. triggeralarm.TextColor3 = Color3.new(0, 0, 0)
  160. triggeralarm.TextScaled = true
  161. triggeralarm.TextSize = 14
  162. triggeralarm.TextWrapped = true
  163. triggeralarm.MouseButton1Click:connect(function()
  164.     game.ReplicatedStorage.Alarm:FireServer()
  165. end)
  166.  
  167. TextLabel.Parent = UpstatePrisonFucker_2
  168. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  169. TextLabel.Position = UDim2.new(1.53779984e-05, 0, -0.000467434525, 0)
  170. TextLabel.Size = UDim2.new(0, 480, 0, 36)
  171. TextLabel.Font = Enum.Font.SourceSans
  172. TextLabel.Text = "UPSTATE PRISON FUCKER"
  173. TextLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  174. TextLabel.TextScaled = true
  175. TextLabel.TextSize = 14
  176. TextLabel.TextWrapped = true
  177.  
  178. TextLabel_2.Parent = UpstatePrisonFucker_2
  179. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  180. TextLabel_2.Position = UDim2.new(-0.000699615455, 0, 0.894242525, 0)
  181. TextLabel_2.Size = UDim2.new(0, 480, 0, 29)
  182. TextLabel_2.Font = Enum.Font.SourceSans
  183. TextLabel_2.Text = "GUI AND SCRIPTS MADE BY : luisninja116"
  184. TextLabel_2.TextColor3 = Color3.new(0.666667, 0, 0)
  185. TextLabel_2.TextScaled = true
  186. TextLabel_2.TextSize = 14
  187. TextLabel_2.TextWrapped = true
Add Comment
Please, Sign In to add comment