Advertisement
13ooeo

Untitled

Oct 16th, 2022
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. --by Thehipessquad
  2.  
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local open_main = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local no_Doors = Instance.new("TextButton")
  9. local speed = Instance.new("TextButton")
  10. local jump = Instance.new("TextButton")
  11. local credits = Instance.new("TextLabel")
  12. local name = Instance.new("TextLabel")
  13. local close = Instance.new("TextButton")
  14. local tp_patio = Instance.new("TextButton")
  15. local tp_base = Instance.new("TextButton")
  16. local tp_police = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. open_main.Name = "open_main"
  24. open_main.Parent = ScreenGui
  25. open_main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. open_main.BackgroundTransparency = 1.000
  27. open_main.Position = UDim2.new(0, 0, 0.121160403, 0)
  28. open_main.Size = UDim2.new(0, 117, 0, 34)
  29.  
  30. open.Name = "open"
  31. open.Parent = open_main
  32. open.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  33. open.BackgroundTransparency = 0.300
  34. open.Position = UDim2.new(-1.49011612e-08, 0, 0.0588235855, 0)
  35. open.Size = UDim2.new(0, 117, 0, 34)
  36. open.Font = Enum.Font.SourceSans
  37. open.Text = "Open"
  38. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. open.TextScaled = true
  40. open.TextSize = 14.000
  41. open.TextWrapped = true
  42. open.MouseButton1Down:connect(function()
  43. main.Active = true
  44. main.Visible = true
  45. main.Draggable = true
  46.  
  47. end)
  48.  
  49.  
  50. main.Name = "main"
  51. main.Parent = ScreenGui
  52. main.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  53. main.BackgroundTransparency = 0.450
  54. main.Position = UDim2.new(0, 0, 0.232081905, 0)
  55. main.Size = UDim2.new(0, 469, 0, 430)
  56. main.Visible = false
  57.  
  58. no_Doors.Name = "no_Doors"
  59. no_Doors.Parent = main
  60. no_Doors.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  61. no_Doors.Position = UDim2.new(0, 0, 0.225581378, 0)
  62. no_Doors.Size = UDim2.new(0, 200, 0, 50)
  63. no_Doors.Font = Enum.Font.SourceSans
  64. no_Doors.Text = "No Doors"
  65. no_Doors.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. no_Doors.TextScaled = true
  67. no_Doors.TextSize = 14.000
  68. no_Doors.TextWrapped = true
  69. no_Doors.MouseButton1Down:connect(function()
  70. if game.workspace:FindFirstChild("Doors") then
  71. game.workspace.Doors:Destroy()
  72. end
  73. end)
  74.  
  75. speed.Name = "speed"
  76. speed.Parent = main
  77. speed.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  78. speed.Position = UDim2.new(0, 0, 0.441860437, 0)
  79. speed.Size = UDim2.new(0, 200, 0, 50)
  80. speed.Font = Enum.Font.SourceSans
  81. speed.Text = "walk speed"
  82. speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. speed.TextScaled = true
  84. speed.TextSize = 14.000
  85. speed.TextWrapped = true
  86. speed.MouseButton1Down:connect(function()
  87. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  88. end)
  89. jump.Name = "jump"
  90. jump.Parent = main
  91. jump.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  92. jump.Position = UDim2.new(0, 0, 0.660465121, 0)
  93. jump.Size = UDim2.new(0, 200, 0, 50)
  94. jump.Font = Enum.Font.SourceSans
  95. jump.Text = "OP jumper"
  96. jump.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. jump.TextScaled = true
  98. jump.TextSize = 14.000
  99. jump.TextWrapped = true
  100. jump.MouseButton1Down:connect(function()
  101. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 170
  102. end)
  103.  
  104. credits.Name = "credits"
  105. credits.Parent = main
  106. credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. credits.BackgroundTransparency = 1.000
  108. credits.Position = UDim2.new(0.247392371, 0, 0.0325581394, 0)
  109. credits.Size = UDim2.new(0, 200, 0, 58)
  110. credits.Font = Enum.Font.SourceSans
  111. credits.Text = "by thehipessquad"
  112. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. credits.TextScaled = true
  114. credits.TextSize = 14.000
  115. credits.TextWrapped = true
  116.  
  117. name.Name = "name"
  118. name.Parent = main
  119. name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. name.BackgroundTransparency = 1.000
  121. name.Position = UDim2.new(0.247392371, 0, 0.853488386, 0)
  122. name.Size = UDim2.new(0, 200, 0, 50)
  123. name.Font = Enum.Font.SourceSans
  124. name.Text = "prision life hacks"
  125. name.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. name.TextScaled = true
  127. name.TextSize = 14.000
  128. name.TextWrapped = true
  129.  
  130. close.Name = "close"
  131. close.Parent = main
  132. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  133. close.Position = UDim2.new(0.917247772, 0, 0, 0)
  134. close.Size = UDim2.new(0, 38, 0, 32)
  135. close.Font = Enum.Font.SourceSans
  136. close.Text = "X"
  137. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. close.TextScaled = true
  139. close.TextSize = 14.000
  140. close.TextWrapped = true
  141. close.MouseButton1Down:connect(function()
  142. main.Visible = false
  143. main.Active = true
  144.  
  145. end)
  146.  
  147. tp_patio.Name = "tp_patio"
  148. tp_patio.Parent = main
  149. tp_patio.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  150. tp_patio.Position = UDim2.new(0.490405113, 0, 0.225581393, 0)
  151. tp_patio.Size = UDim2.new(0, 200, 0, 50)
  152. tp_patio.Font = Enum.Font.SourceSans
  153. tp_patio.Text = "tp patio"
  154. tp_patio.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. tp_patio.TextScaled = true
  156. tp_patio.TextSize = 14.000
  157. tp_patio.TextWrapped = true
  158. tp_base.MouseButton1Down:Connect(function()
  159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-934.803345, 95.6275864, 2065.1792, 0.707623243, 0.00156317768, -0.706588209, -2.33164997e-06, 0.999997556, 0.00220994884, 0.706589937, -0.00156216382, 0.707621515)
  160. end)
  161. tp_base.Name = "tp_base"
  162. tp_base.Parent = main
  163. tp_base.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  164. tp_base.Position = UDim2.new(0.490405113, 0, 0.441860467, 0)
  165. tp_base.Size = UDim2.new(0, 200, 0, 50)
  166. tp_base.Font = Enum.Font.SourceSans
  167. tp_base.Text = "tp base"
  168. tp_base.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. tp_base.TextScaled = true
  170. tp_base.TextSize = 14.000
  171. tp_base.TextWrapped = true
  172. tp_patio.MouseButton1Down:Connect(function()
  173. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(808.805725, 99.4722977, 2444.52295, -0.613618672, -0.00244106143, 0.789598823, -1.02693975e-05, 0.999995232, 0.00308350613, -0.789602578, 0.00188396778, -0.613615751)
  174. end)
  175. tp_police.Name = "tp_police"
  176. tp_police.Parent = main
  177. tp_police.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  178. tp_police.Position = UDim2.new(0.490405113, 0, 0.660465121, 0)
  179. tp_police.Size = UDim2.new(0, 200, 0, 50)
  180. tp_police.Font = Enum.Font.SourceSans
  181. tp_police.Text = "tp police base"
  182. tp_police.TextColor3 = Color3.fromRGB(0, 0, 0)
  183. tp_police.TextScaled = true
  184. tp_police.TextSize = 14.000
  185. tp_police.TextWrapped = true
  186. tp_police.MouseButton1Down:Connect(function()
  187. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(836.772949, 100.259834, 2272.53076, 0.996487856, -0.0286400039, 0.0786874145, 9.37874134e-08, 0.939692497, 0.342020452, -0.0837374404, -0.34081921, 0.936392188)
  188. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement