Advertisement
lukeliam2012

yes

Jun 2nd, 2021
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local PrisonLife = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local PrisonDestroyerV20 = Instance.new("TextButton")
  11. local PrisonBreakerV16 = Instance.new("TextButton")
  12. local PrisonBreakerV15 = Instance.new("TextButton")
  13. local MyGui = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. PrisonLife.Name = "PrisonLife"
  18. PrisonLife.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. PrisonLife.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = PrisonLife
  22. Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  23. Frame.Position = UDim2.new(0.221124619, 0, 0.33381924, 0)
  24. Frame.Size = UDim2.new(0, 481, 0, 281)
  25. Frame.Active = true
  26. Frame.Draggable = true
  27.  
  28. Frame_2.Parent = Frame
  29. Frame_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  30. Frame_2.Size = UDim2.new(0, 481, 0, 38)
  31.  
  32. TextLabel.Parent = Frame_2
  33. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. TextLabel.BackgroundTransparency = 1.000
  35. TextLabel.Size = UDim2.new(0, 481, 0, 38)
  36. TextLabel.Font = Enum.Font.SourceSans
  37. TextLabel.Text = "Prison Life Guis"
  38. TextLabel.TextColor3 = Color3.fromRGB(203, 15, 56)
  39. TextLabel.TextScaled = true
  40. TextLabel.TextSize = 14.000
  41. TextLabel.TextWrapped = true
  42.  
  43. PrisonDestroyerV20.Name = "PrisonDestroyerV20"
  44. PrisonDestroyerV20.Parent = Frame
  45. PrisonDestroyerV20.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  46. PrisonDestroyerV20.Position = UDim2.new(0.0145530142, 0, 0.224199295, 0)
  47. PrisonDestroyerV20.Size = UDim2.new(0, 143, 0, 33)
  48. PrisonDestroyerV20.Font = Enum.Font.SourceSans
  49. PrisonDestroyerV20.Text = "PrisonDestroyerV2.0"
  50. PrisonDestroyerV20.TextColor3 = Color3.fromRGB(208, 13, 26)
  51. PrisonDestroyerV20.TextSize = 14.000
  52.  
  53. PrisonBreakerV16.Name = "PrisonBreakerV16"
  54. PrisonBreakerV16.Parent = Frame
  55. PrisonBreakerV16.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  56. PrisonBreakerV16.Position = UDim2.new(0.32432434, 0, 0.224199295, 0)
  57. PrisonBreakerV16.Size = UDim2.new(0, 143, 0, 33)
  58. PrisonBreakerV16.Font = Enum.Font.SourceSans
  59. PrisonBreakerV16.Text = "PrisonBreakerV1.6"
  60. PrisonBreakerV16.TextColor3 = Color3.fromRGB(208, 13, 26)
  61. PrisonBreakerV16.TextSize = 14.000
  62.  
  63. PrisonBreakerV15.Name = "PrisonBreakerV15"
  64. PrisonBreakerV15.Parent = Frame
  65. PrisonBreakerV15.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  66. PrisonBreakerV15.Position = UDim2.new(0.65488559, 0, 0.224199295, 0)
  67. PrisonBreakerV15.Size = UDim2.new(0, 143, 0, 33)
  68. PrisonBreakerV15.Font = Enum.Font.SourceSans
  69. PrisonBreakerV15.Text = "PrisonBreakerV1.5"
  70. PrisonBreakerV15.TextColor3 = Color3.fromRGB(208, 13, 26)
  71. PrisonBreakerV15.TextSize = 14.000
  72.  
  73. MyGui.Name = "MyGui"
  74. MyGui.Parent = Frame
  75. MyGui.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  76. MyGui.Position = UDim2.new(0.32432425, 0, 0.373665482, 0)
  77. MyGui.Size = UDim2.new(0, 143, 0, 33)
  78. MyGui.Font = Enum.Font.SourceSans
  79. MyGui.Text = "MyGui"
  80. MyGui.TextColor3 = Color3.fromRGB(208, 13, 26)
  81. MyGui.TextSize = 14.000
  82.  
  83. -- Scripts:
  84.  
  85. local function OKXD_fake_script() -- PrisonDestroyerV20.LocalScript
  86. local script = Instance.new('LocalScript', PrisonDestroyerV20)
  87.  
  88. PrisonDestroyerV20.MouseButton1Click:Connect(function()
  89. loadstring(game:HttpGet('https://pastebin.com/raw/DTi4fbKh'))()
  90. end)
  91. end
  92. coroutine.wrap(OKXD_fake_script)()
  93. local function BQQHPJI_fake_script() -- PrisonBreakerV16.LocalScript
  94. local script = Instance.new('LocalScript', PrisonBreakerV16)
  95.  
  96. PrisonBreakerV16.MouseButton1Click:Connect(function()
  97. loadstring(game:HttpGet('https://pastebin.com/raw/4rkRHviN'))()
  98. end)
  99. end
  100. coroutine.wrap(BQQHPJI_fake_script)()
  101. local function GSNYZZA_fake_script() -- PrisonBreakerV15.LocalScript
  102. local script = Instance.new('LocalScript', PrisonBreakerV15)
  103.  
  104. PrisonBreakerV15.MouseButton1Click:Connect(function()
  105. loadstring(game:HttpGet('https://pastebin.com/raw/HpCpt9rt'))()
  106. end)
  107. end
  108. coroutine.wrap(GSNYZZA_fake_script)()
  109. local function ZAAADV_fake_script() -- MyGui.LocalScript
  110. local script = Instance.new('LocalScript', MyGui)
  111.  
  112. MyGui.MouseButton1Click:Connect(function()
  113. loadstring(game:HttpGet('https://pastebin.com/raw/qx1uza0R'))()
  114. end)
  115. end
  116. coroutine.wrap(ZAAADV_fake_script)()
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement