Ph0neh1

prison life script

Jan 6th, 2022 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("ImageLabel")
  8. local prevail = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local GUI = Instance.new("TextButton")
  11. local Admin = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13. local PrisonRuiner = Instance.new("TextButton")
  14. local PrisonBreaker = Instance.new("TextButton")
  15. local FluffXploit = Instance.new("TextButton")
  16. local what = Instance.new("TextButton")
  17. local septex = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. Frame.Name = "Frame"
  24. Frame.Parent = ScreenGui
  25. Frame.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  26. Frame.BackgroundTransparency = 0.100
  27. Frame.Position = UDim2.new(0.243243247, 0, 0.360000014, 0)
  28. Frame.Size = UDim2.new(0, 593, 0, 362)
  29. Frame.ImageColor3 = Color3.fromRGB(51, 51, 51)
  30. Frame.ScaleType = Enum.ScaleType.Slice
  31. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  32. Frame.SliceScale = 0.120
  33.  
  34. prevail.Name = "prevail"
  35. prevail.Parent = Frame
  36. prevail.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. prevail.BackgroundTransparency = 0.900
  38. prevail.Position = UDim2.new(0.0213643778, 0, 0.0215066541, 0)
  39. prevail.Size = UDim2.new(0, 121, 0, 43)
  40. prevail.Font = Enum.Font.Code
  41. prevail.Text = "PreVail X"
  42. prevail.TextColor3 = Color3.fromRGB(179, 179, 179)
  43. prevail.TextScaled = true
  44. prevail.TextSize = 14.000
  45. prevail.TextWrapped = true
  46.  
  47. TextLabel.Parent = Frame
  48. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. TextLabel.BackgroundTransparency = 1.000
  50. TextLabel.Position = UDim2.new(0, 0, 0.930966198, 0)
  51. TextLabel.Size = UDim2.new(0, 593, 0, 18)
  52. TextLabel.Font = Enum.Font.Code
  53. TextLabel.Text = "Prison Life Scripts"
  54. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  55. TextLabel.TextScaled = true
  56. TextLabel.TextSize = 14.000
  57. TextLabel.TextWrapped = true
  58. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  59.  
  60. GUI.Name = "GUI"
  61. GUI.Parent = Frame
  62. GUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. GUI.BackgroundTransparency = 0.900
  64. GUI.Position = UDim2.new(0.246561348, 0, 0.0215066541, 0)
  65. GUI.Size = UDim2.new(0, 121, 0, 43)
  66. GUI.Font = Enum.Font.Code
  67. GUI.Text = "Prison Life GUI"
  68. GUI.TextColor3 = Color3.fromRGB(179, 179, 179)
  69. GUI.TextScaled = true
  70. GUI.TextSize = 14.000
  71. GUI.TextWrapped = true
  72.  
  73. Admin.Name = "Admin"
  74. Admin.Parent = Frame
  75. Admin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. Admin.BackgroundTransparency = 0.900
  77. Admin.Position = UDim2.new(0.021364348, 0, 0.17239438, 0)
  78. Admin.Size = UDim2.new(0, 121, 0, 43)
  79. Admin.Font = Enum.Font.Code
  80. Admin.Text = "Admin #1"
  81. Admin.TextColor3 = Color3.fromRGB(179, 179, 179)
  82. Admin.TextScaled = true
  83. Admin.TextSize = 14.000
  84. Admin.TextWrapped = true
  85.  
  86. close.Name = "close"
  87. close.Parent = Frame
  88. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89. close.BackgroundTransparency = 0.900
  90. close.Position = UDim2.new(0.779444993, 0, 0.810515881, 0)
  91. close.Size = UDim2.new(0, 121, 0, 43)
  92. close.Font = Enum.Font.Code
  93. close.Text = "close"
  94. close.TextColor3 = Color3.fromRGB(179, 179, 179)
  95. close.TextScaled = true
  96. close.TextSize = 14.000
  97. close.TextWrapped = true
  98.  
  99. PrisonRuiner.Name = "PrisonRuiner"
  100. PrisonRuiner.Parent = Frame
  101. PrisonRuiner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  102. PrisonRuiner.BackgroundTransparency = 0.900
  103. PrisonRuiner.Position = UDim2.new(0.245647654, 0, 0.17239438, 0)
  104. PrisonRuiner.Size = UDim2.new(0, 121, 0, 43)
  105. PrisonRuiner.Font = Enum.Font.Code
  106. PrisonRuiner.Text = "Prison Ruiner GUI"
  107. PrisonRuiner.TextColor3 = Color3.fromRGB(179, 179, 179)
  108. PrisonRuiner.TextScaled = true
  109. PrisonRuiner.TextSize = 14.000
  110. PrisonRuiner.TextWrapped = true
  111.  
  112. PrisonBreaker.Name = "PrisonBreaker"
  113. PrisonBreaker.Parent = Frame
  114. PrisonBreaker.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  115. PrisonBreaker.BackgroundTransparency = 0.900
  116. PrisonBreaker.Position = UDim2.new(0.0213643461, 0, 0.316040784, 0)
  117. PrisonBreaker.Size = UDim2.new(0, 121, 0, 43)
  118. PrisonBreaker.Font = Enum.Font.Code
  119. PrisonBreaker.Text = "PrisonBreaker GUI"
  120. PrisonBreaker.TextColor3 = Color3.fromRGB(179, 179, 179)
  121. PrisonBreaker.TextScaled = true
  122. PrisonBreaker.TextSize = 14.000
  123. PrisonBreaker.TextWrapped = true
  124.  
  125. FluffXploit.Name = "FluffXploit"
  126. FluffXploit.Parent = Frame
  127. FluffXploit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. FluffXploit.BackgroundTransparency = 0.900
  129. FluffXploit.Position = UDim2.new(0.246561348, 0, 0.314324349, 0)
  130. FluffXploit.Size = UDim2.new(0, 121, 0, 43)
  131. FluffXploit.Font = Enum.Font.Code
  132. FluffXploit.Text = "FluffXploit"
  133. FluffXploit.TextColor3 = Color3.fromRGB(179, 179, 179)
  134. FluffXploit.TextScaled = true
  135. FluffXploit.TextSize = 14.000
  136. FluffXploit.TextWrapped = true
  137.  
  138. what.Name = "what"
  139. what.Parent = Frame
  140. what.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. what.BackgroundTransparency = 0.900
  142. what.Position = UDim2.new(0.020591706, 0, 0.463495612, 0)
  143. what.Size = UDim2.new(0, 121, 0, 43)
  144. what.Font = Enum.Font.Code
  145. what.Text = "??? idk"
  146. what.TextColor3 = Color3.fromRGB(179, 179, 179)
  147. what.TextScaled = true
  148. what.TextSize = 14.000
  149. what.TextWrapped = true
  150.  
  151. septex.Name = "septex"
  152. septex.Parent = Frame
  153. septex.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. septex.BackgroundTransparency = 0.900
  155. septex.Position = UDim2.new(0.246561348, 0, 0.463495612, 0)
  156. septex.Size = UDim2.new(0, 121, 0, 43)
  157. septex.Font = Enum.Font.Code
  158. septex.Text = "Septex Admin"
  159. septex.TextColor3 = Color3.fromRGB(179, 179, 179)
  160. septex.TextScaled = true
  161. septex.TextSize = 14.000
  162. septex.TextWrapped = true
  163.  
  164. -- Scripts:
  165.  
  166. local function IPVNVYA_fake_script() -- prevail.LocalScript
  167. local script = Instance.new('LocalScript', prevail)
  168.  
  169. script.Parent.MouseButton1Click:Connect(function()
  170. loadstring(game:HttpGet("https://pastebin.com/raw/mHfK0Xk4", true))()
  171. end)
  172. end
  173. coroutine.wrap(IPVNVYA_fake_script)()
  174. local function AFAPJL_fake_script() -- GUI.LocalScript
  175. local script = Instance.new('LocalScript', GUI)
  176.  
  177. script.Parent.MouseButton1Click:Connect(function()
  178. loadstring(game:HttpGet("https://pastebin.com/raw/eqL5LdQQ", true))()
  179. end)
  180. end
  181. coroutine.wrap(AFAPJL_fake_script)()
  182. local function KIJORGP_fake_script() -- Admin.LocalScript
  183. local script = Instance.new('LocalScript', Admin)
  184.  
  185. script.Parent.MouseButton1Click:Connect(function()
  186. loadstring(game:HttpGet("https://pastebin.com/raw/vsShVsv0", true))()
  187. end)
  188. end
  189. coroutine.wrap(KIJORGP_fake_script)()
  190. local function XYIY_fake_script() -- close.LocalScript
  191. local script = Instance.new('LocalScript', close)
  192.  
  193. script.Parent.MouseButton1Click:Connect(function()
  194. script.Parent.Parent.Parent:Destroy()
  195. end)
  196. end
  197. coroutine.wrap(XYIY_fake_script)()
  198. local function KICHX_fake_script() -- PrisonRuiner.LocalScript
  199. local script = Instance.new('LocalScript', PrisonRuiner)
  200.  
  201. script.Parent.MouseButton1Click:Connect(function()
  202. loadstring(game:HttpGet("https://pastebin.com/raw/ucQSN3XF", true))()
  203. end)
  204. end
  205. coroutine.wrap(KICHX_fake_script)()
  206. local function FGFEZBZ_fake_script() -- PrisonBreaker.LocalScript
  207. local script = Instance.new('LocalScript', PrisonBreaker)
  208.  
  209. script.Parent.MouseButton1Click:Connect(function()
  210. loadstring(game:HttpGet("https://pastebin.com/raw/pPW4pg2i", true))()
  211. end)
  212. end
  213. coroutine.wrap(FGFEZBZ_fake_script)()
  214. local function ZBCUV_fake_script() -- FluffXploit.LocalScript
  215. local script = Instance.new('LocalScript', FluffXploit)
  216.  
  217. script.Parent.MouseButton1Click:Connect(function()
  218. loadstring(game:HttpGet('https://raw.githubusercontent.com/AriFluff/FreeXploit-Hub---Fluff-8618/main/README.md'))()
  219. end)
  220. end
  221. coroutine.wrap(ZBCUV_fake_script)()
  222. local function IKYJ_fake_script() -- what.LocalScript
  223. local script = Instance.new('LocalScript', what)
  224.  
  225. script.Parent.MouseButton1Click:Connect(function()
  226. loadstring(game:HttpGet('https://pastebin.com/raw/hePD222H'))()
  227. end)
  228. end
  229. coroutine.wrap(IKYJ_fake_script)()
  230. local function VOYNIQ_fake_script() -- septex.LocalScript
  231. local script = Instance.new('LocalScript', septex)
  232.  
  233. script.Parent.MouseButton1Click:Connect(function()
  234. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  235. end)
  236. end
  237. coroutine.wrap(VOYNIQ_fake_script)()
  238.  
Add Comment
Please, Sign In to add comment