Advertisement
Guest User

Prison life op GUI

a guest
Feb 22nd, 2022
576
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.69 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("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton2 = Instance.new("TextButton")
  10. local TextButton1 = Instance.new("TextButton")
  11. local TextButton = Instance.new("TextButton")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ResetOnSpawn = false
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.fromRGB(84, 255, 124)
  21. Frame.Position = UDim2.new(0.865374744, 0, 0.394766778, 0)
  22. Frame.Size = UDim2.new(0, 251, 0, 497)
  23. Frame.Active = true
  24. Frame.Draggable = true
  25.  
  26. TextLabel.Parent = Frame
  27. TextLabel.BackgroundColor3 = Color3.fromRGB(37, 40, 255)
  28. TextLabel.Position = UDim2.new(-0.00608274341, 0, -0.00366934971, 0)
  29. TextLabel.Size = UDim2.new(0, 251, 0, 50)
  30. TextLabel.Font = Enum.Font.SourceSans
  31. TextLabel.Text = "Prison life OP GUI!"
  32. TextLabel.TextColor3 = Color3.fromRGB(255, 19, 50)
  33. TextLabel.TextSize = 30.000
  34.  
  35. TextButton2.Name = "TextButton2"
  36. TextButton2.Parent = Frame
  37. TextButton2.BackgroundColor3 = Color3.fromRGB(39, 49, 255)
  38. TextButton2.Position = UDim2.new(0, 0, 0.89939636, 0)
  39. TextButton2.Size = UDim2.new(0, 250, 0, 50)
  40. TextButton2.Modal = true
  41. TextButton2.Font = Enum.Font.SourceSans
  42. TextButton2.Text = "Prison life SEPTEX!"
  43. TextButton2.TextColor3 = Color3.fromRGB(44, 255, 61)
  44. TextButton2.TextSize = 30.000
  45. TextButton2.MouseButton1Down:connect(function()
  46. loadstring(game:HttpGet('https://shlex.dev/release/domainx/latest.lua',true))()
  47. end)
  48.  
  49. TextButton1.Name = "TextButton1"
  50. TextButton1.Parent = Frame
  51. TextButton1.BackgroundColor3 = Color3.fromRGB(51, 71, 255)
  52. TextButton1.Position = UDim2.new(-0.00398406386, 0, 0.798792779, 0)
  53. TextButton1.Size = UDim2.new(0, 251, 0, 50)
  54. TextButton1.Font = Enum.Font.SourceSans
  55. TextButton1.Text = "Walkspeed/Jumpboost"
  56. TextButton1.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. TextButton1.TextSize = 30.000
  58. TextButton1.MouseButton1Down:connect(function()
  59. local Hacks = Instance.new("ScreenGui")
  60. local Background = Instance.new("Frame")
  61. local Walkspeedlb = Instance.new("TextLabel")
  62. local jumppowerlb = Instance.new("TextLabel")
  63. local speed = Instance.new("TextLabel")
  64. local jump = Instance.new("TextLabel")
  65. local WalkBox = Instance.new("TextBox")
  66. local JumpBox = Instance.new("TextBox")
  67. local WalkSumbit = Instance.new("TextButton")
  68. local JumpSumbit = Instance.new("TextButton")
  69. local TextLabel = Instance.new("TextLabel")
  70. local Open = Instance.new("TextButton")
  71. --Properties:
  72. Hacks.Name = "Hacks"
  73. Hacks.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  74. Hacks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  75.  
  76. Background.Name = "Background"
  77. Background.Parent = Hacks
  78. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  79. Background.BackgroundTransparency = 0.40000000596046
  80. Background.Position = UDim2.new(0.109510086, 0, 0.381112367, 0)
  81. Background.Size = UDim2.new(0.222958699, 0, 0.476163864, 0)
  82. Background.Visible = false
  83.  
  84. Walkspeedlb.Name = "Walkspeedlb"
  85. Walkspeedlb.Parent = Background
  86. Walkspeedlb.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Walkspeedlb.BackgroundTransparency = 1
  88. Walkspeedlb.Position = UDim2.new(0, 0, 0.122436516, 0)
  89. Walkspeedlb.Size = UDim2.new(0.999999762, 0, 0.100000001, 0)
  90. Walkspeedlb.Visible = false
  91. Walkspeedlb.Font = Enum.Font.SourceSans
  92. Walkspeedlb.Text = "WalkSpeed:"
  93. Walkspeedlb.TextColor3 = Color3.new(1, 1, 1)
  94. Walkspeedlb.TextScaled = true
  95. Walkspeedlb.TextSize = 14
  96. Walkspeedlb.TextWrapped = true
  97. Walkspeedlb.TextXAlignment = Enum.TextXAlignment.Left
  98.  
  99. jumppowerlb.Name = "jumppowerlb"
  100. jumppowerlb.Parent = Background
  101. jumppowerlb.BackgroundColor3 = Color3.new(1, 1, 1)
  102. jumppowerlb.BackgroundTransparency = 1
  103. jumppowerlb.Position = UDim2.new(0, 0, 0.2203857, 0)
  104. jumppowerlb.Size = UDim2.new(0.999999762, 0, 0.100000001, 0)
  105. jumppowerlb.Visible = false
  106. jumppowerlb.Font = Enum.Font.SourceSans
  107. jumppowerlb.Text = "Jump Power:"
  108. jumppowerlb.TextColor3 = Color3.new(1, 1, 1)
  109. jumppowerlb.TextScaled = true
  110. jumppowerlb.TextSize = 14
  111. jumppowerlb.TextWrapped = true
  112. jumppowerlb.TextXAlignment = Enum.TextXAlignment.Left
  113.  
  114. speed.Name = "speed"
  115. speed.Parent = Background
  116. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  117. speed.BackgroundTransparency = 1
  118. speed.Position = UDim2.new(0.577337444, 0, 0.122436516, 0)
  119. speed.Size = UDim2.new(0.422662586, 0, 0.100000001, 0)
  120. speed.Visible = false
  121. speed.Font = Enum.Font.SourceSans
  122. speed.Text = "Default"
  123. speed.TextColor3 = Color3.new(1, 1, 1)
  124. speed.TextScaled = true
  125. speed.TextSize = 14
  126. speed.TextWrapped = true
  127.  
  128. jump.Name = "jump"
  129. jump.Parent = Background
  130. jump.BackgroundColor3 = Color3.new(1, 1, 1)
  131. jump.BackgroundTransparency = 1
  132. jump.Position = UDim2.new(0.659198582, 0, 0.22038573, 0)
  133. jump.Size = UDim2.new(0.340801179, 0, 0.100000001, 0)
  134. jump.Visible = false
  135. jump.Font = Enum.Font.SourceSans
  136. jump.Text = "Default"
  137. jump.TextColor3 = Color3.new(1, 1, 1)
  138. jump.TextScaled = true
  139. jump.TextSize = 14
  140. jump.TextWrapped = true
  141.  
  142. WalkBox.Name = "WalkBox"
  143. WalkBox.Parent = Background
  144. WalkBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  145. WalkBox.BackgroundTransparency = 0.5
  146. WalkBox.BorderSizePixel = 0
  147. WalkBox.Position = UDim2.new(0, 0, 0.174571082, 0)
  148. WalkBox.Size = UDim2.new(0.999999881, 0, 0.187969327, 0)
  149. WalkBox.Font = Enum.Font.SourceSans
  150. WalkBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  151. WalkBox.PlaceholderText = "Insert a number for walk speed"
  152. WalkBox.Text = ""
  153. WalkBox.TextColor3 = Color3.new(1, 1, 1)
  154. WalkBox.TextScaled = true
  155. WalkBox.TextSize = 14
  156. WalkBox.TextWrapped = true
  157.  
  158. JumpBox.Name = "JumpBox"
  159. JumpBox.Parent = Background
  160. JumpBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  161. JumpBox.BackgroundTransparency = 0.5
  162. JumpBox.BorderSizePixel = 0
  163. JumpBox.Position = UDim2.new(0.00430848775, 0, 0.6280002, 0)
  164. JumpBox.Size = UDim2.new(0.999999881, 0, 0.190235019, 0)
  165. JumpBox.Font = Enum.Font.SourceSans
  166. JumpBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  167. JumpBox.PlaceholderText = "Insert a number for jump power"
  168. JumpBox.Text = ""
  169. JumpBox.TextColor3 = Color3.new(1, 1, 1)
  170. JumpBox.TextScaled = true
  171. JumpBox.TextSize = 14
  172. JumpBox.TextWrapped = true
  173.  
  174. WalkSumbit.Name = "WalkSumbit"
  175. WalkSumbit.Parent = Background
  176. WalkSumbit.BackgroundColor3 = Color3.new(0.0980392, 1, 0)
  177. WalkSumbit.Position = UDim2.new(0.00430848775, 0, 0.402936816, 0)
  178. WalkSumbit.Size = UDim2.new(0.995691121, 0, 0.155913889, 0)
  179. WalkSumbit.Font = Enum.Font.SourceSans
  180. WalkSumbit.Text = "Sumbit"
  181. WalkSumbit.TextColor3 = Color3.new(0, 0, 0)
  182. WalkSumbit.TextScaled = true
  183. WalkSumbit.TextSize = 14
  184. WalkSumbit.TextWrapped = true
  185.  
  186. JumpSumbit.Name = "JumpSumbit"
  187. JumpSumbit.Parent = Background
  188. JumpSumbit.BackgroundColor3 = Color3.new(0.0980392, 1, 0)
  189. JumpSumbit.Position = UDim2.new(0, 0, 0.84706986, 0)
  190. JumpSumbit.Size = UDim2.new(0.995691121, 0, 0.151039571, 0)
  191. JumpSumbit.Font = Enum.Font.SourceSans
  192. JumpSumbit.Text = "Sumbit"
  193. JumpSumbit.TextColor3 = Color3.new(0, 0, 0)
  194. JumpSumbit.TextScaled = true
  195. JumpSumbit.TextSize = 14
  196. JumpSumbit.TextWrapped = true
  197.  
  198. TextLabel.Parent = Background
  199. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  200. TextLabel.BackgroundTransparency = 1
  201. TextLabel.Size = UDim2.new(0.995690882, 0, 0.135462731, 0)
  202. TextLabel.Font = Enum.Font.SourceSans
  203. TextLabel.Text = "Created By DariuZzZ"
  204. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  205. TextLabel.TextScaled = true
  206. TextLabel.TextSize = 14
  207. TextLabel.TextWrapped = true
  208.  
  209. Open.Name = "Open"
  210. Open.Parent = Hacks
  211. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  212. Open.BackgroundTransparency = 0.44999998807907
  213. Open.Position = UDim2.new(0, 0, 0.756052136, 0)
  214. Open.Size = UDim2.new(0.100000001, 0, 0.0553072728, 0)
  215. Open.Font = Enum.Font.SourceSans
  216. Open.Text = "Open"
  217. Open.TextColor3 = Color3.new(1, 1, 1)
  218. Open.TextScaled = true
  219. Open.TextSize = 14
  220. Open.TextWrapped = true
  221. -- Scripts:
  222.  
  223. local playername = game.Players.LocalPlayer.Name
  224. local player = game.Players.LocalPlayer
  225. local character = game.Workspace[playername]
  226. local Background = player.PlayerGui.Hacks.Background
  227.  
  228. Open.MouseButton1Click:Connect(function()
  229. if game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible == true then
  230. game.Players.LocalPlayer.PlayerGui.Hacks.Open.Text = "Open"
  231. game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible = false
  232. else
  233. game.Players.LocalPlayer.PlayerGui.Hacks.Open.Text = "Close"
  234. game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible = true
  235. end
  236. end)
  237.  
  238. WalkSumbit.MouseButton1Click:connect(function()
  239. character.Humanoid.WalkSpeed = tostring(Background.WalkBox.Text)
  240. end)
  241.  
  242. JumpSumbit.MouseButton1Click:connect(function()
  243. character.Humanoid.JumpPower = tostring(Background.JumpBox.Text)
  244. end)
  245. Print("Cheats Got Executed")
  246. end)
  247.  
  248. TextButton.Parent = Frame
  249. TextButton.BackgroundColor3 = Color3.fromRGB(70, 200, 255)
  250. TextButton.Position = UDim2.new(0, 0, 0.698189139, 0)
  251. TextButton.Size = UDim2.new(0, 250, 0, 50)
  252. TextButton.Font = Enum.Font.SourceSans
  253. TextButton.Text = "Fly GUI (works better)"
  254. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  255. TextButton.TextSize = 30.000
  256. TextButton.MouseButton1Down:connect(function()
  257. -- OP Fly Script
  258. -- Talk To Me: sxphixssushi#6164
  259.  
  260. -- Instances:
  261.  
  262. local ScreenGui = Instance.new("ScreenGui")
  263. local Frame = Instance.new("Frame")
  264. local TextLabel = Instance.new("TextLabel")
  265. local TextLabel_2 = Instance.new("TextLabel")
  266. local TextButton = Instance.new("TextButton")
  267.  
  268. --Properties:
  269.  
  270. ScreenGui.Parent = game.CoreGui
  271.  
  272. Frame.Parent = ScreenGui
  273. Frame.BackgroundColor3 = Color3.fromRGB(24, 255, 51)
  274. Frame.BorderColor3 = Color3.fromRGB(255, 0, 4)
  275. Frame.BorderSizePixel = 15
  276. Frame.Position = UDim2.new(0.0575905927, 0, 0.653887033, 0)
  277. Frame.Size = UDim2.new(0, 295, 0, 152)
  278. Frame.Active = true
  279. Frame.Draggable = true
  280.  
  281. TextLabel.Parent = Frame
  282. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. TextLabel.BackgroundTransparency = 1.000
  284. TextLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
  285. TextLabel.BorderSizePixel = 0
  286. TextLabel.Size = UDim2.new(0, 295, 0, 63)
  287. TextLabel.Font = Enum.Font.SciFi
  288. TextLabel.Text = "OP FLY SCRIPT"
  289. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  290. TextLabel.TextScaled = true
  291. TextLabel.TextSize = 14.000
  292. TextLabel.TextStrokeTransparency = 0.000
  293. TextLabel.TextWrapped = true
  294.  
  295. TextLabel_2.Parent = Frame
  296. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  297. TextLabel_2.BackgroundTransparency = 1.000
  298. TextLabel_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  299. TextLabel_2.BorderSizePixel = 0
  300. TextLabel_2.Position = UDim2.new(0, 0, 0.342105269, 0)
  301. TextLabel_2.Size = UDim2.new(0, 295, 0, 18)
  302. TextLabel_2.Font = Enum.Font.SciFi
  303. TextLabel_2.Text = "(May Not Work On All Games)"
  304. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  305. TextLabel_2.TextScaled = true
  306. TextLabel_2.TextSize = 14.000
  307. TextLabel_2.TextStrokeTransparency = 0.000
  308. TextLabel_2.TextWrapped = true
  309.  
  310. TextButton.Parent = Frame
  311. TextButton.BackgroundColor3 = Color3.fromRGB(8, 0, 255)
  312. TextButton.Position = UDim2.new(0.159322038, 0, 0.552631557, 0)
  313. TextButton.Size = UDim2.new(0, 200, 0, 50)
  314. TextButton.Font = Enum.Font.SciFi
  315. TextButton.Text = "Click Me To Fly"
  316. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  317. TextButton.TextScaled = true
  318. TextButton.TextSize = 14.000
  319. TextButton.TextStrokeTransparency = 0.000
  320. TextButton.TextWrapped = true
  321. TextButton.MouseButton1Down:connect(function()
  322. local plr = game.Players.LocalPlayer
  323. local mouse = plr:GetMouse()
  324.  
  325. localplayer = plr
  326.  
  327. if workspace:FindFirstChild("Core") then
  328. workspace.Core:Destroy()
  329. end
  330.  
  331. local Core = Instance.new("Part")
  332. Core.Name = "Core"
  333. Core.Size = Vector3.new(0.05, 0.05, 0.05)
  334.  
  335. spawn(function()
  336. Core.Parent = workspace
  337. local Weld = Instance.new("Weld", Core)
  338. Weld.Part0 = Core
  339. Weld.Part1 = localplayer.Character.LowerTorso
  340. Weld.C0 = CFrame.new(0, 0, 0)
  341. end)
  342.  
  343. workspace:WaitForChild("Core")
  344.  
  345. local torso = workspace.Core
  346. flying = true
  347. local speed=10
  348. local keys={a=false,d=false,w=false,s=false}
  349. local e1
  350. local e2
  351. local function start()
  352. local pos = Instance.new("BodyPosition",torso)
  353. local gyro = Instance.new("BodyGyro",torso)
  354. pos.Name="EPIXPOS"
  355. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  356. pos.position = torso.Position
  357. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  358. gyro.cframe = torso.CFrame
  359. repeat
  360. wait()
  361. localplayer.Character.Humanoid.PlatformStand=true
  362. local new=gyro.cframe - gyro.cframe.p + pos.position
  363. if not keys.w and not keys.s and not keys.a and not keys.d then
  364. speed=5
  365. end
  366. if keys.w then
  367. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  368. speed=speed+0
  369. end
  370. if keys.s then
  371. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  372. speed=speed+0
  373. end
  374. if keys.d then
  375. new = new * CFrame.new(speed,0,0)
  376. speed=speed+0
  377. end
  378. if keys.a then
  379. new = new * CFrame.new(-speed,0,0)
  380. speed=speed+0
  381. end
  382. if speed>10 then
  383. speed=5
  384. end
  385. pos.position=new.p
  386. if keys.w then
  387. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*0),0,0)
  388. elseif keys.s then
  389. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*0),0,0)
  390. else
  391. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  392. end
  393. until flying == false
  394. if gyro then gyro:Destroy() end
  395. if pos then pos:Destroy() end
  396. flying=false
  397. localplayer.Character.Humanoid.PlatformStand=false
  398. speed=10
  399. end
  400. e1=mouse.KeyDown:connect(function(key)
  401. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  402. if key=="w" then
  403. keys.w=true
  404. elseif key=="s" then
  405. keys.s=true
  406. elseif key=="a" then
  407. keys.a=true
  408. elseif key=="d" then
  409. keys.d=true
  410. elseif key=="x" then
  411. if flying==true then
  412. flying=false
  413. else
  414. flying=true
  415. start()
  416. end
  417. end
  418. end)
  419. e2=mouse.KeyUp:connect(function(key)
  420. if key=="w" then
  421. keys.w=false
  422. elseif key=="s" then
  423. keys.s=false
  424. elseif key=="a" then
  425. keys.a=false
  426. elseif key=="d" then
  427. keys.d=false
  428. end
  429. end)
  430. start()
  431. end)
  432. end)
  433.  
  434. TextLabel_2.Parent = Frame
  435. TextLabel_2.BackgroundColor3 = Color3.fromRGB(47, 109, 255)
  436. TextLabel_2.Position = UDim2.new(0, 0, 0.0985915512, 0)
  437. TextLabel_2.Size = UDim2.new(0, 250, 0, 50)
  438. TextLabel_2.Font = Enum.Font.SourceSans
  439. TextLabel_2.Text = "From Einfachcool3!"
  440. TextLabel_2.TextColor3 = Color3.fromRGB(255, 14, 78)
  441. TextLabel_2.TextSize = 30.000
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement