Advertisement
hihi357674345feSW

prison life v2 gui

Jul 19th, 2024 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.61 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local UI = Instance.new("ScreenGui")
  7. local UI_2 = Instance.new("Frame")
  8. local BackGround = Instance.new("Frame")
  9. local Container = Instance.new("Frame")
  10. local cellbdestroy = Instance.new("TextButton")
  11. local UIGridLayout = Instance.new("UIGridLayout")
  12. local Padding = Instance.new("UIPadding")
  13. local giveextendomirror = Instance.new("TextButton")
  14. local tpallweapons = Instance.new("TextButton")
  15. local giveremington = Instance.new("TextButton")
  16. local R6 = Instance.new("TextButton")
  17. local UnderLine = Instance.new("Frame")
  18. local Toggle = Instance.new("TextButton")
  19. local Window = Instance.new("TextLabel")
  20. local UI_3 = Instance.new("Frame")
  21. local BackGround_2 = Instance.new("Frame")
  22. local Container_2 = Instance.new("Frame")
  23. local UIGridLayout_2 = Instance.new("UIGridLayout")
  24. local Padding_2 = Instance.new("UIPadding")
  25. local moretools = Instance.new("TextButton")
  26. local basher = Instance.new("TextButton")
  27. local f3x = Instance.new("TextButton")
  28. local basher_2 = Instance.new("TextButton")
  29. local killall = Instance.new("TextButton")
  30. local casoguy = Instance.new("TextButton")
  31. local UnderLine_2 = Instance.new("Frame")
  32. local Toggle_2 = Instance.new("TextButton")
  33. local Window_2 = Instance.new("TextLabel")
  34.  
  35. --Properties:
  36.  
  37. UI.Name = "UI"
  38. UI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  39. UI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  40.  
  41. UI_2.Name = "UI"
  42. UI_2.Parent = UI
  43. UI_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  44. UI_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  45. UI_2.BorderSizePixel = 0
  46. UI_2.Position = UDim2.new(0, 15, 0, 15)
  47. UI_2.Size = UDim2.new(0, 190, 0, 30)
  48.  
  49. BackGround.Name = "BackGround"
  50. BackGround.Parent = UI_2
  51. BackGround.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  52. BackGround.BorderColor3 = Color3.fromRGB(27, 42, 53)
  53. BackGround.BorderSizePixel = 0
  54. BackGround.Position = UDim2.new(0, 0, 1, 0)
  55. BackGround.Size = UDim2.new(0, 190, 0, 200)
  56.  
  57. Container.Name = "Container"
  58. Container.Parent = UI_2
  59. Container.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  60. Container.BorderColor3 = Color3.fromRGB(27, 42, 53)
  61. Container.BorderSizePixel = 0
  62. Container.Position = UDim2.new(0, 0, 1, 0)
  63. Container.Size = UDim2.new(0, 190, 0, 200)
  64.  
  65. cellbdestroy.Name = "cellbdestroy"
  66. cellbdestroy.Parent = Container
  67. cellbdestroy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. cellbdestroy.BackgroundTransparency = 1.000
  69. cellbdestroy.BorderColor3 = Color3.fromRGB(27, 42, 53)
  70. cellbdestroy.Size = UDim2.new(0, 200, 0, 50)
  71. cellbdestroy.Font = Enum.Font.SourceSans
  72. cellbdestroy.Text = "Destroy Cell B"
  73. cellbdestroy.TextColor3 = Color3.fromRGB(255, 0, 4)
  74. cellbdestroy.TextSize = 25.000
  75. cellbdestroy.TextWrapped = true
  76. cellbdestroy.TextXAlignment = Enum.TextXAlignment.Left
  77.  
  78. UIGridLayout.Parent = Container
  79. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  80. UIGridLayout.CellSize = UDim2.new(0, 180, 0, 40)
  81.  
  82. Padding.Name = "Padding"
  83. Padding.Parent = Container
  84. Padding.PaddingLeft = UDim.new(0, 5)
  85. Padding.PaddingTop = UDim.new(0, 5)
  86.  
  87. giveextendomirror.Name = "giveextendomirror"
  88. giveextendomirror.Parent = Container
  89. giveextendomirror.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. giveextendomirror.BackgroundTransparency = 1.000
  91. giveextendomirror.BorderColor3 = Color3.fromRGB(27, 42, 53)
  92. giveextendomirror.Size = UDim2.new(0, 200, 0, 50)
  93. giveextendomirror.Font = Enum.Font.SourceSans
  94. giveextendomirror.Text = "Give secret mirror"
  95. giveextendomirror.TextColor3 = Color3.fromRGB(255, 0, 4)
  96. giveextendomirror.TextSize = 25.000
  97. giveextendomirror.TextWrapped = true
  98. giveextendomirror.TextXAlignment = Enum.TextXAlignment.Left
  99.  
  100. tpallweapons.Name = "tpallweapons"
  101. tpallweapons.Parent = Container
  102. tpallweapons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. tpallweapons.BackgroundTransparency = 1.000
  104. tpallweapons.BorderColor3 = Color3.fromRGB(27, 42, 53)
  105. tpallweapons.Size = UDim2.new(0, 200, 0, 50)
  106. tpallweapons.Font = Enum.Font.SourceSans
  107. tpallweapons.Text = "TP weapons to you"
  108. tpallweapons.TextColor3 = Color3.fromRGB(255, 0, 4)
  109. tpallweapons.TextSize = 25.000
  110. tpallweapons.TextWrapped = true
  111. tpallweapons.TextXAlignment = Enum.TextXAlignment.Left
  112.  
  113. giveremington.Name = "giveremington"
  114. giveremington.Parent = Container
  115. giveremington.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  116. giveremington.BackgroundTransparency = 1.000
  117. giveremington.BorderColor3 = Color3.fromRGB(27, 42, 53)
  118. giveremington.Size = UDim2.new(0, 200, 0, 50)
  119. giveremington.Font = Enum.Font.SourceSans
  120. giveremington.Text = "Give Remington 870"
  121. giveremington.TextColor3 = Color3.fromRGB(255, 0, 4)
  122. giveremington.TextSize = 25.000
  123. giveremington.TextWrapped = true
  124. giveremington.TextXAlignment = Enum.TextXAlignment.Left
  125.  
  126. R6.Name = "R6"
  127. R6.Parent = Container
  128. R6.BackgroundColor3 = Color3.fromRGB(16, 112, 255)
  129. R6.BorderColor3 = Color3.fromRGB(27, 42, 53)
  130. R6.BorderSizePixel = 0
  131. R6.Position = UDim2.new(0, 0, 0.923076928, 0)
  132. R6.Size = UDim2.new(0, 180, 0, 41)
  133. R6.Font = Enum.Font.SourceSans
  134. R6.Text = "r6"
  135. R6.TextColor3 = Color3.fromRGB(255, 255, 255)
  136. R6.TextSize = 20.000
  137. R6.TextWrapped = true
  138.  
  139. UnderLine.Name = "UnderLine"
  140. UnderLine.Parent = UI_2
  141. UnderLine.BackgroundColor3 = Color3.fromRGB(255, 25, 25)
  142. UnderLine.BorderColor3 = Color3.fromRGB(27, 42, 53)
  143. UnderLine.BorderSizePixel = 0
  144. UnderLine.Position = UDim2.new(0, 0, 1, -1)
  145. UnderLine.Size = UDim2.new(1, 0, 0, 1)
  146.  
  147. Toggle.Name = "Toggle"
  148. Toggle.Parent = UI_2
  149. Toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. Toggle.BackgroundTransparency = 1.000
  151. Toggle.BorderColor3 = Color3.fromRGB(27, 42, 53)
  152. Toggle.Position = UDim2.new(1, -25, 0, 0)
  153. Toggle.Size = UDim2.new(0, 25, 1, 0)
  154. Toggle.Font = Enum.Font.SourceSans
  155. Toggle.Text = "-"
  156. Toggle.TextColor3 = Color3.fromRGB(255, 0, 0)
  157. Toggle.TextSize = 17.000
  158.  
  159. Window.Name = "Window"
  160. Window.Parent = UI_2
  161. Window.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  162. Window.BackgroundTransparency = 1.000
  163. Window.BorderColor3 = Color3.fromRGB(27, 42, 53)
  164. Window.Position = UDim2.new(0.0263157897, 0, 0, 0)
  165. Window.Size = UDim2.new(0.868421078, 0, 1, 0)
  166. Window.Font = Enum.Font.Creepster
  167. Window.Text = "cool stuff"
  168. Window.TextColor3 = Color3.fromRGB(255, 0, 4)
  169. Window.TextSize = 17.000
  170.  
  171. UI_3.Name = "UI"
  172. UI_3.Parent = UI
  173. UI_3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  174. UI_3.BorderColor3 = Color3.fromRGB(27, 42, 53)
  175. UI_3.BorderSizePixel = 0
  176. UI_3.Position = UDim2.new(0, 220, 0, 20)
  177. UI_3.Size = UDim2.new(0, 190, 0, 30)
  178.  
  179. BackGround_2.Name = "BackGround"
  180. BackGround_2.Parent = UI_3
  181. BackGround_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  182. BackGround_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  183. BackGround_2.BorderSizePixel = 0
  184. BackGround_2.Position = UDim2.new(-0.00526315812, 0, 0.833333313, 0)
  185. BackGround_2.Size = UDim2.new(0, 190, 0, 200)
  186.  
  187. Container_2.Name = "Container"
  188. Container_2.Parent = UI_3
  189. Container_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  190. Container_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  191. Container_2.BorderSizePixel = 0
  192. Container_2.Position = UDim2.new(0, 0, 1, 0)
  193. Container_2.Size = UDim2.new(0, 190, 0, 401)
  194.  
  195. UIGridLayout_2.Parent = Container_2
  196. UIGridLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  197. UIGridLayout_2.CellSize = UDim2.new(0, 180, 0, 40)
  198.  
  199. Padding_2.Name = "Padding"
  200. Padding_2.Parent = Container_2
  201. Padding_2.PaddingLeft = UDim.new(0, 5)
  202. Padding_2.PaddingTop = UDim.new(0, 5)
  203.  
  204. moretools.Name = "moretools"
  205. moretools.Parent = Container_2
  206. moretools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  207. moretools.BackgroundTransparency = 1.000
  208. moretools.BorderColor3 = Color3.fromRGB(27, 42, 53)
  209. moretools.Position = UDim2.new(-0.00540540554, 0, 1, 0)
  210. moretools.Size = UDim2.new(0, 200, 0, 50)
  211. moretools.Font = Enum.Font.SourceSans
  212. moretools.Text = "more tools"
  213. moretools.TextColor3 = Color3.fromRGB(255, 0, 4)
  214. moretools.TextSize = 25.000
  215. moretools.TextWrapped = true
  216. moretools.TextXAlignment = Enum.TextXAlignment.Left
  217.  
  218. basher.Name = "basher"
  219. basher.Parent = Container_2
  220. basher.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  221. basher.BackgroundTransparency = 1.000
  222. basher.BorderColor3 = Color3.fromRGB(27, 42, 53)
  223. basher.Size = UDim2.new(0, 200, 0, 50)
  224. basher.Font = Enum.Font.SourceSans
  225. basher.Text = "the man script"
  226. basher.TextColor3 = Color3.fromRGB(255, 0, 4)
  227. basher.TextSize = 25.000
  228. basher.TextWrapped = true
  229. basher.TextXAlignment = Enum.TextXAlignment.Left
  230.  
  231. f3x.Name = "f3x"
  232. f3x.Parent = Container_2
  233. f3x.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  234. f3x.BackgroundTransparency = 1.000
  235. f3x.BorderColor3 = Color3.fromRGB(27, 42, 53)
  236. f3x.Size = UDim2.new(0, 200, 0, 50)
  237. f3x.Font = Enum.Font.SourceSans
  238. f3x.Text = "f3x"
  239. f3x.TextColor3 = Color3.fromRGB(255, 0, 4)
  240. f3x.TextSize = 25.000
  241. f3x.TextWrapped = true
  242. f3x.TextXAlignment = Enum.TextXAlignment.Left
  243.  
  244. basher_2.Name = "basher"
  245. basher_2.Parent = Container_2
  246. basher_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  247. basher_2.BackgroundTransparency = 1.000
  248. basher_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  249. basher_2.Size = UDim2.new(0, 200, 0, 50)
  250. basher_2.Font = Enum.Font.SourceSans
  251. basher_2.Text = "basher"
  252. basher_2.TextColor3 = Color3.fromRGB(255, 0, 4)
  253. basher_2.TextSize = 25.000
  254. basher_2.TextWrapped = true
  255. basher_2.TextXAlignment = Enum.TextXAlignment.Left
  256.  
  257. killall.Name = "kill all"
  258. killall.Parent = Container_2
  259. killall.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  260. killall.BackgroundTransparency = 1.000
  261. killall.BorderColor3 = Color3.fromRGB(27, 42, 53)
  262. killall.Size = UDim2.new(0, 200, 0, 50)
  263. killall.Font = Enum.Font.SourceSans
  264. killall.Text = "kill all"
  265. killall.TextColor3 = Color3.fromRGB(255, 0, 4)
  266. killall.TextSize = 25.000
  267. killall.TextWrapped = true
  268. killall.TextXAlignment = Enum.TextXAlignment.Left
  269.  
  270. casoguy.Name = "caso guy"
  271. casoguy.Parent = Container_2
  272. casoguy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  273. casoguy.BackgroundTransparency = 1.000
  274. casoguy.BorderColor3 = Color3.fromRGB(27, 42, 53)
  275. casoguy.Position = UDim2.new(-0.00540540554, 0, 1, 0)
  276. casoguy.Size = UDim2.new(0, 200, 0, 50)
  277. casoguy.Font = Enum.Font.SourceSans
  278. casoguy.Text = "casos guy"
  279. casoguy.TextColor3 = Color3.fromRGB(255, 0, 4)
  280. casoguy.TextSize = 25.000
  281. casoguy.TextWrapped = true
  282. casoguy.TextXAlignment = Enum.TextXAlignment.Left
  283.  
  284. UnderLine_2.Name = "UnderLine"
  285. UnderLine_2.Parent = UI_3
  286. UnderLine_2.BackgroundColor3 = Color3.fromRGB(255, 25, 25)
  287. UnderLine_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  288. UnderLine_2.BorderSizePixel = 0
  289. UnderLine_2.Position = UDim2.new(0, 0, 1, -1)
  290. UnderLine_2.Size = UDim2.new(1, 0, 0, 1)
  291.  
  292. Toggle_2.Name = "Toggle"
  293. Toggle_2.Parent = UI_3
  294. Toggle_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  295. Toggle_2.BackgroundTransparency = 1.000
  296. Toggle_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  297. Toggle_2.Position = UDim2.new(0.973684192, -25, 0, 0)
  298. Toggle_2.Size = UDim2.new(0, 25, 1, 0)
  299. Toggle_2.Font = Enum.Font.SourceSans
  300. Toggle_2.Text = "-"
  301. Toggle_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  302. Toggle_2.TextSize = 17.000
  303.  
  304. Window_2.Name = "Window"
  305. Window_2.Parent = UI_3
  306. Window_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  307. Window_2.BackgroundTransparency = 1.000
  308. Window_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  309. Window_2.Position = UDim2.new(0.100000001, 0, -0.166666672, 0)
  310. Window_2.Size = UDim2.new(0.868421078, 0, 1, 0)
  311. Window_2.Font = Enum.Font.Bangers
  312. Window_2.Text = "cool scripts"
  313. Window_2.TextColor3 = Color3.fromRGB(255, 0, 4)
  314. Window_2.TextSize = 17.000
  315.  
  316. -- Module Scripts:
  317.  
  318. local fake_module_scripts = {}
  319.  
  320. do -- R6.R6
  321. local script = Instance.new('ModuleScript', R6)
  322. script.Name = "R6"
  323. local function module_script()
  324. local R6Converter = {}
  325. function R6Converter.load(Plr)
  326. Plr = game.Players:WaitForChild(Plr)
  327. local FalseChar = script:WaitForChild("DefaultCharacter"):Clone()
  328. local PlayersCharacter = game.Players:GetCharacterAppearanceAsync(Plr.UserId):Clone()
  329. local FaceID = (Plr.Character:WaitForChild("Head"):FindFirstChild("face") or {Texture = "http://www.roblox.com/asset/?id=144080495"}).Texture
  330. local Accessories = {}
  331. FalseChar:WaitForChild("Head"):WaitForChild("face").Texture = FaceID
  332. FalseChar:SetPrimaryPartCFrame(Plr.Character:WaitForChild("HumanoidRootPart").CFrame)
  333. for _,Prt in pairs(PlayersCharacter:GetDescendants()) do
  334. if Prt:IsA("Accessory") or Prt:IsA("Hat") or Prt:IsA("BodyColors") or Prt:IsA("CharacterMesh")or Prt:IsA("Pants") or Prt:IsA("Shirt") or Prt:IsA("ShirtGraphic") or Prt:IsA("Tool") then
  335. table.insert(Accessories,Prt:Clone())
  336. end
  337. end
  338.  
  339. for _,Prt in pairs(Plr.Character:GetChildren()) do
  340. Prt:Destroy()
  341. end
  342. for _,Prt in pairs(FalseChar:GetChildren()) do
  343. Prt.Parent = Plr.Character
  344. end
  345. for _,Prt in pairs(Accessories) do
  346. Prt.Parent = Plr.Character
  347. end
  348.  
  349.  
  350. end
  351.  
  352. return R6Converter
  353.  
  354. end
  355. fake_module_scripts[script] = module_script
  356. end
  357.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement