Advertisement
DiscordPastebins

Prison life script tp test

Jun 8th, 2024 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local TouchGui = Instance.new("ScreenGui")
  7. local TextButton = Instance.new("TextButton")
  8. local Frame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextButton_6 = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. TouchGui.Name = "TouchGui"
  19. TouchGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. TextButton.Parent = TouchGui
  22. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  24. TextButton.Position = UDim2.new(0.292093694, 1, 0.400522202, -90)
  25. TextButton.Size = UDim2.new(0, 145, 0, 69)
  26. TextButton.ZIndex = 2
  27. TextButton.Style = Enum.ButtonStyle.RobloxButtonDefault
  28. TextButton.Text = "Prison Hall"
  29. TextButton.TextColor3 = Color3.fromRGB(248, 248, 248)
  30. TextButton.TextScaled = true
  31. TextButton.TextSize = 9.000
  32. TextButton.TextWrapped = true
  33.  
  34. Frame.Parent = TouchGui
  35. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  37. Frame.BorderSizePixel = 0
  38. Frame.Position = UDim2.new(0.27232796, 0, 0.263707578, 0)
  39. Frame.Size = UDim2.new(0.455154359, 0, 0.47200653, 0)
  40. Frame.Style = Enum.FrameStyle.RobloxRound
  41.  
  42. TextLabel.Parent = Frame
  43. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. TextLabel.BackgroundTransparency = 1.000
  45. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  46. TextLabel.BorderSizePixel = 0
  47. TextLabel.Position = UDim2.new(0.0635920092, 0, 0.942320466, 0)
  48. TextLabel.Size = UDim2.new(0.894389689, 0, 0.060207542, 0)
  49. TextLabel.Font = Enum.Font.Arial
  50. TextLabel.Text = "note: you have to re-execute after closing"
  51. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  52. TextLabel.TextScaled = true
  53. TextLabel.TextSize = 14.000
  54. TextLabel.TextWrapped = true
  55.  
  56. TextButton_2.Parent = TouchGui
  57. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  59. TextButton_2.Position = UDim2.new(0.292093694, 1, 0.503655374, -90)
  60. TextButton_2.Size = UDim2.new(0, 145, 0, 69)
  61. TextButton_2.ZIndex = 2
  62. TextButton_2.Style = Enum.ButtonStyle.RobloxButtonDefault
  63. TextButton_2.Text = "Guard Output"
  64. TextButton_2.TextColor3 = Color3.fromRGB(248, 248, 248)
  65. TextButton_2.TextScaled = true
  66. TextButton_2.TextSize = 9.000
  67. TextButton_2.TextWrapped = true
  68.  
  69. TextButton_3.Parent = TouchGui
  70. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  72. TextButton_3.Position = UDim2.new(0.292093694, 1, 0.608094037, -90)
  73. TextButton_3.Size = UDim2.new(0, 145, 0, 69)
  74. TextButton_3.ZIndex = 2
  75. TextButton_3.Style = Enum.ButtonStyle.RobloxButtonDefault
  76. TextButton_3.Text = "Outside"
  77. TextButton_3.TextColor3 = Color3.fromRGB(248, 248, 248)
  78. TextButton_3.TextScaled = true
  79. TextButton_3.TextSize = 9.000
  80. TextButton_3.TextWrapped = true
  81.  
  82. TextButton_4.Parent = TouchGui
  83. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  85. TextButton_4.Position = UDim2.new(0.292093694, 1, 0.721671104, -90)
  86. TextButton_4.Size = UDim2.new(0, 145, 0, 69)
  87. TextButton_4.ZIndex = 2
  88. TextButton_4.Style = Enum.ButtonStyle.RobloxButtonDefault
  89. TextButton_4.Text = "Criminal Base"
  90. TextButton_4.TextColor3 = Color3.fromRGB(248, 248, 248)
  91. TextButton_4.TextScaled = true
  92. TextButton_4.TextSize = 9.000
  93. TextButton_4.TextWrapped = true
  94.  
  95. TextButton_5.Parent = TouchGui
  96. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  98. TextButton_5.Position = UDim2.new(0.408491939, 1, 0.399216771, -90)
  99. TextButton_5.Size = UDim2.new(0, 145, 0, 69)
  100. TextButton_5.ZIndex = 2
  101. TextButton_5.Style = Enum.ButtonStyle.RobloxButtonDefault
  102. TextButton_5.Text = "Criminal Shooting Place"
  103. TextButton_5.TextColor3 = Color3.fromRGB(248, 248, 248)
  104. TextButton_5.TextScaled = true
  105. TextButton_5.TextSize = 9.000
  106. TextButton_5.TextWrapped = true
  107.  
  108. TextButton_6.Parent = TouchGui
  109. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  111. TextButton_6.Position = UDim2.new(0.688598573, 1, 0.340339869, -90)
  112. TextButton_6.Size = UDim2.new(0, 52, 0, 38)
  113. TextButton_6.ZIndex = 2
  114. TextButton_6.Style = Enum.ButtonStyle.RobloxButtonDefault
  115. TextButton_6.Text = "X"
  116. TextButton_6.TextColor3 = Color3.fromRGB(248, 248, 248)
  117. TextButton_6.TextScaled = true
  118. TextButton_6.TextSize = 9.000
  119. TextButton_6.TextWrapped = true
  120.  
  121. -- Scripts:
  122.  
  123. local function BPLTPVH_fake_script() -- TextButton.LocalScript
  124. local script = Instance.new('LocalScript', TextButton)
  125.  
  126. function Click()
  127. script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(905.968, 97.49, 2384.7)
  128. end
  129.  
  130. script.Parent.MouseButton1Down:connect(Click)
  131. end
  132. coroutine.wrap(BPLTPVH_fake_script)()
  133. local function HKLNVGZ_fake_script() -- TextButton_2.LocalScript
  134. local script = Instance.new('LocalScript', TextButton_2)
  135.  
  136. function Click()
  137. script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(836.096, 97.49, 2274.632)
  138. end
  139.  
  140. script.Parent.MouseButton1Down:connect(Click)
  141. end
  142. coroutine.wrap(HKLNVGZ_fake_script)()
  143. local function QYJECUI_fake_script() -- TextButton_3.LocalScript
  144. local script = Instance.new('LocalScript', TextButton_3)
  145.  
  146. function Click()
  147. script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(493.975, 95.54, 2217.338)
  148. end
  149.  
  150. script.Parent.MouseButton1Down:connect(Click)
  151. end
  152. coroutine.wrap(QYJECUI_fake_script)()
  153. local function GHEAZM_fake_script() -- TextButton_4.LocalScript
  154. local script = Instance.new('LocalScript', TextButton_4)
  155.  
  156. function Click()
  157. script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(-975.748, 106.824, 2053.946)
  158. end
  159.  
  160. script.Parent.MouseButton1Down:connect(Click)
  161. end
  162. coroutine.wrap(GHEAZM_fake_script)()
  163. local function HUPB_fake_script() -- TextButton_5.LocalScript
  164. local script = Instance.new('LocalScript', TextButton_5)
  165.  
  166. function Click()
  167. script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = CFrame.new(823.379, 127.54, 2587.672)
  168. end
  169.  
  170. script.Parent.MouseButton1Down:connect(Click)
  171. end
  172. coroutine.wrap(HUPB_fake_script)()
  173.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement