Advertisement
Guest User

Prison Life Gui Roblox

a guest
Sep 10th, 2019
15,999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.74 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local PRISONLIFEGUI = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local INFAMMO = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local Btools = Instance.new("TextButton")
  10. local speedoff = Instance.new("TextButton")
  11. local NOCLIP = Instance.new("TextButton")
  12. local SpeedHack = Instance.new("TextButton")
  13. local Gravity = Instance.new("TextButton")
  14. local GravityOff = Instance.new("TextButton")
  15. local NFJUMP = Instance.new("TextButton")
  16. local TextButton = Instance.new("TextButton")
  17. local Troll = Instance.new("TextButton")
  18. local OpenCloseButton = Instance.new("TextButton")
  19. --Properties:
  20. PRISONLIFEGUI.Name = "PRISON LIFE GUI"
  21. PRISONLIFEGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. PRISONLIFEGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23. PRISONLIFEGUI.ResetOnSpawn = false
  24.  
  25. Frame.Parent = PRISONLIFEGUI
  26. Frame.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  27. Frame.BackgroundTransparency = 0.10000000149012
  28. Frame.BorderSizePixel = 4
  29. Frame.Position = UDim2.new(0.412884057, 0, 0.366513491, 0)
  30. Frame.Size = UDim2.new(0, 285, 0, 271)
  31. Frame.Visible = false
  32.  
  33. INFAMMO.Name = "INF/AMMO"
  34. INFAMMO.Parent = Frame
  35. INFAMMO.BackgroundColor3 = Color3.new(0.207843, 1, 0.207843)
  36. INFAMMO.Position = UDim2.new(-0.00176573638, 0, 0.0511940829, 0)
  37. INFAMMO.Size = UDim2.new(0, 79, 0, 36)
  38. INFAMMO.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  39. INFAMMO.Font = Enum.Font.Cartoon
  40. INFAMMO.Text = "INF/Amo"
  41. INFAMMO.TextColor3 = Color3.new(0, 0, 0)
  42. INFAMMO.TextScaled = true
  43. INFAMMO.TextSize = 14
  44. INFAMMO.TextWrapped = true
  45.  
  46. TextLabel.Parent = Frame
  47. TextLabel.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  48. TextLabel.Position = UDim2.new(0, 0, -0.187699378, 0)
  49. TextLabel.Size = UDim2.new(0, 284, 0, 50)
  50. TextLabel.Font = Enum.Font.Garamond
  51. TextLabel.Text = "PRISON LIFE GUI"
  52. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  53. TextLabel.TextScaled = true
  54. TextLabel.TextSize = 14
  55. TextLabel.TextWrapped = true
  56.  
  57. TextLabel_2.Parent = Frame
  58. TextLabel_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  59. TextLabel_2.Position = UDim2.new(-0.00176573638, 0, 0.88241148, 0)
  60. TextLabel_2.Size = UDim2.new(0, 285, 0, 39)
  61. TextLabel_2.Font = Enum.Font.SciFi
  62. TextLabel_2.Text = "By IRaphaellIT"
  63. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  64. TextLabel_2.TextScaled = true
  65. TextLabel_2.TextSize = 14
  66. TextLabel_2.TextWrapped = true
  67.  
  68. Btools.Name = "Btools"
  69. Btools.Parent = Frame
  70. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Btools.Position = UDim2.new(0.686099827, 0, 0.459396094, 0)
  72. Btools.Size = UDim2.new(0, 86, 0, 46)
  73. Btools.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  74. Btools.Font = Enum.Font.SourceSans
  75. Btools.Text = "Btools"
  76. Btools.TextColor3 = Color3.new(0, 0, 0)
  77. Btools.TextScaled = true
  78. Btools.TextSize = 14
  79. Btools.TextWrapped = true
  80.  
  81. speedoff.Name = "speed off"
  82. speedoff.Parent = Frame
  83. speedoff.BackgroundColor3 = Color3.new(1, 1, 1)
  84. speedoff.Position = UDim2.new(0.700744808, 0, 0.0504821539, 0)
  85. speedoff.Size = UDim2.new(0, 76, 0, 36)
  86. speedoff.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  87. speedoff.Font = Enum.Font.Cartoon
  88. speedoff.Text = "SpeedHack Off"
  89. speedoff.TextColor3 = Color3.new(0, 0, 0)
  90. speedoff.TextScaled = true
  91. speedoff.TextSize = 14
  92. speedoff.TextWrapped = true
  93.  
  94. NOCLIP.Name = "NOCLIP"
  95. NOCLIP.Parent = Frame
  96. NOCLIP.BackgroundColor3 = Color3.new(1, 1, 1)
  97. NOCLIP.Position = UDim2.new(0.686099827, 0, 0.248627052, 0)
  98. NOCLIP.Size = UDim2.new(0, 80, 0, 49)
  99. NOCLIP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  100. NOCLIP.Font = Enum.Font.SourceSans
  101. NOCLIP.Text = "Noclip"
  102. NOCLIP.TextColor3 = Color3.new(0, 0, 0)
  103. NOCLIP.TextScaled = true
  104. NOCLIP.TextSize = 14
  105. NOCLIP.TextWrapped = true
  106.  
  107. SpeedHack.Name = "SpeedHack"
  108. SpeedHack.Parent = Frame
  109. SpeedHack.BackgroundColor3 = Color3.new(1, 1, 1)
  110. SpeedHack.Position = UDim2.new(0.380908221, 0, 0.0511940829, 0)
  111. SpeedHack.Size = UDim2.new(0, 65, 0, 42)
  112. SpeedHack.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  113. SpeedHack.Font = Enum.Font.Cartoon
  114. SpeedHack.Text = "SpeedHack"
  115. SpeedHack.TextColor3 = Color3.new(0, 0, 0)
  116. SpeedHack.TextScaled = true
  117. SpeedHack.TextSize = 14
  118. SpeedHack.TextWrapped = true
  119.  
  120. Gravity.Name = "Gravity"
  121. Gravity.Parent = Frame
  122. Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Gravity.Position = UDim2.new(0.0291926861, 0, 0.267077237, 0)
  124. Gravity.Size = UDim2.new(0, 71, 0, 45)
  125. Gravity.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  126. Gravity.Font = Enum.Font.SourceSans
  127. Gravity.Text = "Gravity"
  128. Gravity.TextColor3 = Color3.new(0, 0, 0)
  129. Gravity.TextScaled = true
  130. Gravity.TextSize = 14
  131. Gravity.TextWrapped = true
  132.  
  133. GravityOff.Name = "Gravity/Off"
  134. GravityOff.Parent = Frame
  135. GravityOff.BackgroundColor3 = Color3.new(0.184314, 1, 0.686275)
  136. GravityOff.Position = UDim2.new(0.369543552, 0, 0.267077237, 0)
  137. GravityOff.Size = UDim2.new(0, 73, 0, 49)
  138. GravityOff.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  139. GravityOff.Font = Enum.Font.SourceSans
  140. GravityOff.Text = "Gravity/Off"
  141. GravityOff.TextColor3 = Color3.new(0.47451, 0.0862745, 0.207843)
  142. GravityOff.TextScaled = true
  143. GravityOff.TextSize = 14
  144. GravityOff.TextWrapped = true
  145.  
  146. NFJUMP.Name = "NF JUMP"
  147. NFJUMP.Parent = Frame
  148. NFJUMP.BackgroundColor3 = Color3.new(1, 1, 1)
  149. NFJUMP.Position = UDim2.new(0.0272102766, 0, 0.459396064, 0)
  150. NFJUMP.Size = UDim2.new(0, 65, 0, 41)
  151. NFJUMP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  152. NFJUMP.Font = Enum.Font.SourceSans
  153. NFJUMP.Text = "infJUMP F/ON"
  154. NFJUMP.TextColor3 = Color3.new(0, 0, 0)
  155. NFJUMP.TextScaled = true
  156. NFJUMP.TextSize = 14
  157. NFJUMP.TextWrapped = true
  158.  
  159. TextButton.Parent = Frame
  160. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  161. TextButton.BackgroundTransparency = 1
  162. TextButton.Position = UDim2.new(0.115775339, 0, 0.628636718, 0)
  163. TextButton.Size = UDim2.new(0, 200, 0, 50)
  164. TextButton.Font = Enum.Font.SourceSans
  165. TextButton.Text = "For you MOTHER FUCKER"
  166. TextButton.TextColor3 = Color3.new(0, 0.0901961, 0.701961)
  167. TextButton.TextScaled = true
  168. TextButton.TextSize = 14
  169. TextButton.TextWrapped = true
  170.  
  171. Troll.Name = "Troll"
  172. Troll.Parent = PRISONLIFEGUI
  173. Troll.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Troll.BackgroundTransparency = 1
  175. Troll.BorderSizePixel = 4
  176. Troll.Size = UDim2.new(0, 200, 0, 50)
  177. Troll.Font = Enum.Font.SourceSans
  178. Troll.Text = "BY IRaphaellIT"
  179. Troll.TextColor3 = Color3.new(0.45098, 0, 0)
  180. Troll.TextScaled = true
  181. Troll.TextSize = 14
  182. Troll.TextWrapped = true
  183.  
  184. OpenCloseButton.Name = "OpenCloseButton"
  185. OpenCloseButton.Parent = PRISONLIFEGUI
  186. OpenCloseButton.BackgroundColor3 = Color3.new(0, 0, 0)
  187. OpenCloseButton.Position = UDim2.new(0, 0, 0, 163)
  188. OpenCloseButton.Size = UDim2.new(0, 80, 0, 30)
  189. OpenCloseButton.SizeConstraint = Enum.SizeConstraint.RelativeYY
  190. OpenCloseButton.Font = Enum.Font.Cartoon
  191. OpenCloseButton.Text = "Open"
  192. OpenCloseButton.TextColor3 = Color3.new(1, 1, 1)
  193. OpenCloseButton.TextScaled = true
  194. OpenCloseButton.TextSize = 18
  195. OpenCloseButton.TextWrapped = true
  196. -- Scripts:
  197. function SCRIPT_YJKA67_FAKESCRIPT() -- INFAMMO.Script
  198. local script = Instance.new('Script')
  199. script.Parent = INFAMMO
  200. local newcclosure = newcclosure or function(f)
  201. return f
  202. end
  203.  
  204. local getreg = debug.getregistry or getreg
  205.  
  206. if not getreg then
  207. warn("Your exploit does not support the functions required for this script")
  208. end
  209.  
  210. local make_writeable = setreadonly or make_writeable or changereadonly or change_writeable
  211.  
  212. function hax()
  213. for _,o in pairs(getreg()) do
  214. if typeof(o) == "table" then
  215. make_writeable(o,false)
  216. o.FireRate = 0
  217. o.AutoFire = true
  218. o.Range = 10000
  219. o.ReloadTime = 0
  220. o.Damage = 500
  221. o.MaxAmmo = math.huge
  222. o.CurrentAmmo = math.huge
  223. o.StoredAmmo = math.huge
  224. end
  225. end
  226. end
  227.  
  228. hax()
  229.  
  230. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  231. hax()
  232. end)
  233.  
  234. end
  235. coroutine.resume(coroutine.create(SCRIPT_YJKA67_FAKESCRIPT))
  236. function SCRIPT_KVSB72_FAKESCRIPT() -- INFAMMO.LocalScript
  237. local script = Instance.new('LocalScript')
  238. script.Parent = INFAMMO
  239. local newcclosure = newcclosure or function(f)
  240. return f
  241. end
  242.  
  243. local getreg = debug.getregistry or getreg
  244.  
  245. if not getreg then
  246. warn("Your exploit does not support the functions required for this script")
  247. end
  248.  
  249. local make_writeable = setreadonly or make_writeable or changereadonly or change_writeable
  250.  
  251. function hax()
  252. for _,o in pairs(getreg()) do
  253. if typeof(o) == "table" then
  254. make_writeable(o,false)
  255. o.FireRate = 0
  256. o.AutoFire = true
  257. o.Range = 10000
  258. o.ReloadTime = 0
  259. o.Damage = 500
  260. o.MaxAmmo = math.huge
  261. o.CurrentAmmo = math.huge
  262. o.StoredAmmo = math.huge
  263. end
  264. end
  265. end
  266.  
  267. hax()
  268.  
  269. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  270. hax()
  271. end)
  272.  
  273. end
  274. coroutine.resume(coroutine.create(SCRIPT_KVSB72_FAKESCRIPT))
  275. function SCRIPT_OKJY90_FAKESCRIPT() -- Btools.Script
  276. local script = Instance.new('Script')
  277. script.Parent = Btools
  278. local player = game.Players.LocalPlayer
  279. local mouse = player:GetMouse()
  280.  
  281. -- Objects
  282.  
  283. local ScreenGui = Instance.new("ScreenGui")
  284. local TextButton = Instance.new("TextButton")
  285. local On = Instance.new("StringValue")
  286.  
  287. -- Properties
  288.  
  289. ScreenGui.Parent = player.PlayerGui
  290.  
  291. TextButton.Parent = ScreenGui
  292. TextButton.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  293. TextButton.BorderSizePixel = 0
  294. TextButton.Position = UDim2.new(0, 0, 0.455743879, 0)
  295. TextButton.Size = UDim2.new(0, 186, 0, 35)
  296. TextButton.Font = Enum.Font.SourceSans
  297. TextButton.Text = "Btools (Off)"
  298. TextButton.TextColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  299. TextButton.TextScaled = true
  300. TextButton.TextSize = 14
  301. TextButton.TextWrapped = true
  302.  
  303.  
  304. On.Parent = TextButton
  305. On.Value = "Off"
  306.  
  307. -- Scripts
  308.  
  309. TextButton.MouseButton1Up:Connect(function()
  310. if On.Value == "Off" then
  311. On.Value = "On"
  312. TextButton.Text = "Btools (On)"
  313. else
  314. On.Value = "Off"
  315. TextButton.Text = "Btools (Off)"
  316. end
  317. end)
  318.  
  319. mouse.Button1Up:Connect(function()
  320. if On.Value == "Off" then
  321. print('btools off')
  322. else
  323. if mouse.Target.Locked == true then
  324. mouse.Target:Destroy()
  325. else
  326. mouse.Target:Destroy()
  327. end
  328. end
  329. end)
  330.  
  331. end
  332. coroutine.resume(coroutine.create(SCRIPT_OKJY90_FAKESCRIPT))
  333. function SCRIPT_VUOZ80_FAKESCRIPT() -- Btools.LocalScript
  334. local script = Instance.new('LocalScript')
  335. script.Parent = Btools
  336. local player = game.Players.LocalPlayer
  337. local mouse = player:GetMouse()
  338.  
  339. -- Objects
  340.  
  341. local ScreenGui = Instance.new("ScreenGui")
  342. local TextButton = Instance.new("TextButton")
  343. local On = Instance.new("StringValue")
  344.  
  345. -- Properties
  346.  
  347. ScreenGui.Parent = player.PlayerGui
  348.  
  349. TextButton.Parent = ScreenGui
  350. TextButton.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  351. TextButton.BorderSizePixel = 0
  352. TextButton.Position = UDim2.new(0, 0, 0.455743879, 0)
  353. TextButton.Size = UDim2.new(0, 186, 0, 35)
  354. TextButton.Font = Enum.Font.SourceSans
  355. TextButton.Text = "Btools (Off)"
  356. TextButton.TextColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  357. TextButton.TextScaled = true
  358. TextButton.TextSize = 14
  359. TextButton.TextWrapped = true
  360.  
  361.  
  362. On.Parent = TextButton
  363. On.Value = "Off"
  364.  
  365. -- Scripts
  366.  
  367. TextButton.MouseButton1Up:Connect(function()
  368. if On.Value == "Off" then
  369. On.Value = "On"
  370. TextButton.Text = "Btools (On)"
  371. else
  372. On.Value = "Off"
  373. TextButton.Text = "Btools (Off)"
  374. end
  375. end)
  376.  
  377. mouse.Button1Up:Connect(function()
  378. if On.Value == "Off" then
  379. print('btools off')
  380. else
  381. if mouse.Target.Locked == true then
  382. mouse.Target:Destroy()
  383. else
  384. mouse.Target:Destroy()
  385. end
  386. end
  387. end)
  388.  
  389. end
  390. coroutine.resume(coroutine.create(SCRIPT_VUOZ80_FAKESCRIPT))
  391. function SCRIPT_YARE85_FAKESCRIPT() -- speedoff.LocalScript
  392. local script = Instance.new('LocalScript')
  393. script.Parent = speedoff
  394. script.Parent.MouseButton1Click:Connect(function()
  395. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  396.  
  397. end)
  398.  
  399. end
  400. coroutine.resume(coroutine.create(SCRIPT_YARE85_FAKESCRIPT))
  401. function SCRIPT_OABF66_FAKESCRIPT() -- NOCLIP.Script
  402. local script = Instance.new('Script')
  403. script.Parent = NOCLIP
  404. nam = game.Players.LocalPlayer.Name
  405.  
  406. game:GetService('RunService').Stepped:connect(function()
  407. for a, b in pairs(game.Workspace:GetChildren()) do
  408. if b.Name == nam then
  409. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  410. if v:IsA("BasePart") then
  411. v.CanCollide = false
  412.  
  413. end
  414. end
  415. end
  416. end
  417. end)
  418.  
  419. Workspace[nam].Head.Changed:connect(function()
  420. for a, b in pairs(game.Workspace:GetChildren()) do
  421. if b.Name == nam then
  422. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  423. if v:IsA("BasePart") then
  424. v.CanCollide = false
  425.  
  426. end
  427. end
  428. end
  429. end
  430. end)
  431.  
  432. end
  433. coroutine.resume(coroutine.create(SCRIPT_OABF66_FAKESCRIPT))
  434. function SCRIPT_SYZR85_FAKESCRIPT() -- NOCLIP.LocalScript
  435. local script = Instance.new('LocalScript')
  436. script.Parent = NOCLIP
  437. nam = game.Players.LocalPlayer.Name
  438.  
  439. game:GetService('RunService').Stepped:connect(function()
  440. for a, b in pairs(game.Workspace:GetChildren()) do
  441. if b.Name == nam then
  442. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  443. if v:IsA("BasePart") then
  444. v.CanCollide = false
  445.  
  446. end
  447. end
  448. end
  449. end
  450. end)
  451.  
  452. Workspace[nam].Head.Changed:connect(function()
  453. for a, b in pairs(game.Workspace:GetChildren()) do
  454. if b.Name == nam then
  455. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  456. if v:IsA("BasePart") then
  457. v.CanCollide = false
  458.  
  459. end
  460. end
  461. end
  462. end
  463. end)
  464.  
  465. end
  466. coroutine.resume(coroutine.create(SCRIPT_SYZR85_FAKESCRIPT))
  467. function SCRIPT_LCJS72_FAKESCRIPT() -- SpeedHack.LocalScript
  468. local script = Instance.new('LocalScript')
  469. script.Parent = SpeedHack
  470. script.Parent.MouseButton1Click:Connect(function()
  471. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 250
  472.  
  473. end)
  474.  
  475. end
  476. coroutine.resume(coroutine.create(SCRIPT_LCJS72_FAKESCRIPT))
  477. function SCRIPT_GZYR81_FAKESCRIPT() -- Gravity.Script
  478. local script = Instance.new('Script')
  479. script.Parent = Gravity
  480. function Click(mouse)
  481. game.Workspace.Gravity = 30
  482. end
  483.  
  484. script.Parent.MouseButton1Down:connect(Click)
  485.  
  486.  
  487.  
  488. end
  489. coroutine.resume(coroutine.create(SCRIPT_GZYR81_FAKESCRIPT))
  490. function SCRIPT_ZVON79_FAKESCRIPT() -- GravityOff.Script
  491. local script = Instance.new('Script')
  492. script.Parent = GravityOff
  493. function Click(mouse)
  494. game.Workspace.Gravity = 300
  495. end
  496.  
  497. script.Parent.MouseButton1Down:connect(Click)
  498.  
  499.  
  500.  
  501. end
  502. coroutine.resume(coroutine.create(SCRIPT_ZVON79_FAKESCRIPT))
  503. function SCRIPT_FRGL80_FAKESCRIPT() -- NFJUMP.Script
  504. local script = Instance.new('Script')
  505. script.Parent = NFJUMP
  506. -- //~ F to toggle ~\\ --
  507.  
  508. _G.infinjump = true
  509.  
  510. local Player = game:GetService("Players").LocalPlayer
  511. local Mouse = Player:GetMouse()
  512. Mouse.KeyDown:connect(function(k)
  513. if _G.infinjump then
  514. if k:byte() == 32 then
  515. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  516. Humanoid:ChangeState("Jumping")
  517. wait(0.1)
  518. Humanoid:ChangeState("Seated")
  519. end
  520. end
  521. end)
  522.  
  523. local Player = game:GetService("Players").LocalPlayer
  524. local Mouse = Player:GetMouse()
  525. Mouse.KeyDown:connect(function(k)
  526. k = k:lower()
  527. if k == "f" then
  528. if _G.infinjump == true then
  529. _G.infinjump = false
  530. else
  531. _G.infinjump = true
  532. end
  533. end
  534. end)
  535.  
  536. end
  537. coroutine.resume(coroutine.create(SCRIPT_FRGL80_FAKESCRIPT))
  538. function SCRIPT_LURJ76_FAKESCRIPT() -- NFJUMP.LocalScript
  539. local script = Instance.new('LocalScript')
  540. script.Parent = NFJUMP
  541. -- //~ F to toggle ~\\ --
  542.  
  543. _G.infinjump = true
  544.  
  545. local Player = game:GetService("Players").LocalPlayer
  546. local Mouse = Player:GetMouse()
  547. Mouse.KeyDown:connect(function(k)
  548. if _G.infinjump then
  549. if k:byte() == 32 then
  550. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  551. Humanoid:ChangeState("Jumping")
  552. wait(0.1)
  553. Humanoid:ChangeState("Seated")
  554. end
  555. end
  556. end)
  557.  
  558. local Player = game:GetService("Players").LocalPlayer
  559. local Mouse = Player:GetMouse()
  560. Mouse.KeyDown:connect(function(k)
  561. k = k:lower()
  562. if k == "f" then
  563. if _G.infinjump == true then
  564. _G.infinjump = false
  565. else
  566. _G.infinjump = true
  567. end
  568. end
  569. end)
  570.  
  571. end
  572. coroutine.resume(coroutine.create(SCRIPT_LURJ76_FAKESCRIPT))
  573. function SCRIPT_CONJ79_FAKESCRIPT() -- PRISONLIFEGUI.DragAble
  574. local script = Instance.new('LocalScript')
  575. script.Parent = PRISONLIFEGUI
  576. local mousedown = false
  577. game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  578. mousedown = true
  579. end)
  580. game.Players.LocalPlayer:GetMouse().Button1Up:Connect(function()
  581. mousedown = false
  582. end)
  583. local relativeToFrame
  584. local mouse = game.Players.LocalPlayer:GetMouse()
  585.  
  586. while true do
  587. wait()
  588. if game.Players.LocalPlayer:GetMouse().X > (script.Parent.Frame.AbsolutePosition.X) and game.Players.LocalPlayer:GetMouse().X < (script.Parent.Frame.AbsolutePosition.X + script.Parent.Frame.AbsoluteSize.X) and game.Players.LocalPlayer:GetMouse().Y > (script.Parent.Frame.AbsolutePosition.Y) and game.Players.LocalPlayer:GetMouse().Y < (script.Parent.Frame.AbsolutePosition.Y + script.Parent.Frame.AbsoluteSize.Y) then
  589. script.Parent.Frame.BackgroundColor3 = Color3.fromRGB(0,255,0)
  590. if mousedown == true then
  591. relativeToFrame = Vector2.new(script.Parent.Frame.AbsolutePosition.X - mouse.X,script.Parent.Frame.AbsolutePosition.Y - mouse.Y)
  592. while mousedown do
  593. wait()
  594. if not mousedown then break end
  595. script.Parent.Frame.Position = UDim2.new(0,mouse.X + relativeToFrame.X,0, mouse.Y + relativeToFrame.Y)
  596. end
  597. end
  598. else
  599. script.Parent.Frame.BackgroundColor3 = Color3.fromRGB(255,0,0)
  600. end
  601. --[[print((script.Parent.Frame.AbsolutePosition.X + script.Parent.Frame.AbsoluteSize.X))
  602. print(script.Parent.Frame.AbsolutePosition.X)
  603. print(game.Players.LocalPlayer:GetMouse().X)]]
  604. end
  605.  
  606. end
  607. coroutine.resume(coroutine.create(SCRIPT_CONJ79_FAKESCRIPT))
  608. function SCRIPT_UKWT82_FAKESCRIPT() -- Troll.LocalScript
  609. local script = Instance.new('LocalScript')
  610. script.Parent = Troll
  611. local guiObject = script.Parent
  612.  
  613. while true do
  614. -- Top-left
  615. guiObject.AnchorPoint = Vector2.new(0, 0)
  616. guiObject.Position = UDim2.new(0, 0, 0, 0)
  617. wait(1)
  618. -- Top
  619. guiObject.AnchorPoint = Vector2.new(0.5, 0)
  620. guiObject.Position = UDim2.new(0.5, 0, 0, 0)
  621. wait(1)
  622. -- Top-right
  623. guiObject.AnchorPoint = Vector2.new(1, 0)
  624. guiObject.Position = UDim2.new(1, 0, 0, 0)
  625. wait(1)
  626. -- Left
  627. guiObject.AnchorPoint = Vector2.new(0, 0.5)
  628. guiObject.Position = UDim2.new(0, 0, 0.5, 0)
  629. wait(1)
  630. -- Dead center
  631. guiObject.AnchorPoint = Vector2.new(0.5, 0.5)
  632. guiObject.Position = UDim2.new(0.5, 0, 0.5, 0)
  633. wait(1)
  634. -- Right
  635. guiObject.AnchorPoint = Vector2.new(1, 0.5)
  636. guiObject.Position = UDim2.new(1, 0, 0.5, 0)
  637. wait(1)
  638. -- Bottom-left
  639. guiObject.AnchorPoint = Vector2.new(0, 1)
  640. guiObject.Position = UDim2.new(0, 0, 1, 0)
  641. wait(1)
  642. -- Bottom
  643. guiObject.AnchorPoint = Vector2.new(0.5, 1)
  644. guiObject.Position = UDim2.new(0.5, 0, 1, 0)
  645. wait(1)
  646. -- Bottom-right
  647. guiObject.AnchorPoint = Vector2.new(1, 1)
  648. guiObject.Position = UDim2.new(1, 0, 1, 0)
  649. wait(1)
  650. end
  651.  
  652. end
  653. coroutine.resume(coroutine.create(SCRIPT_UKWT82_FAKESCRIPT))
  654. function SCRIPT_NYMV75_FAKESCRIPT() -- OpenCloseButton.OpenScript
  655. local script = Instance.new('Script')
  656. script.Parent = OpenCloseButton
  657. --// JAFTERGAMERTV \\--
  658.  
  659. script.Parent.MouseButton1Click:connect(function() -- The function of when the Players Clicks.
  660. if script.Parent.Parent.Frame.Visible == false then -- This tells wither it is open or not.
  661. script.Parent.Text = "Close" -- Tells us that it is open.
  662. script.Parent.Parent.Frame.Visible = true -- Makes the box visible.
  663. else -- Otherwise
  664. script.Parent.Text = "Menu" -- Tells us that it is closed.
  665. script.Parent.Parent.Frame.Visible = false -- Makes the box Invisible
  666. end -- Ends the If statement.
  667. end) -- Ends the function in general.
  668.  
  669. end
  670. coroutine.resume(coroutine.create(SCRIPT_NYMV75_FAKESCRIPT))
  671. function SCRIPT_EMID65_FAKESCRIPT() -- OpenCloseButton.DragAble
  672. local script = Instance.new('LocalScript')
  673. script.Parent = OpenCloseButton
  674. local mousedown = false
  675. game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  676. mousedown = true
  677. end)
  678. game.Players.LocalPlayer:GetMouse().Button1Up:Connect(function()
  679. mousedown = false
  680. end)
  681. local relativeToFrame
  682. local mouse = game.Players.LocalPlayer:GetMouse()
  683.  
  684. while true do
  685. wait()
  686. if game.Players.LocalPlayer:GetMouse().X > (script.Parent.Frame.AbsolutePosition.X) and game.Players.LocalPlayer:GetMouse().X < (script.Parent.Frame.AbsolutePosition.X + script.Parent.Frame.AbsoluteSize.X) and game.Players.LocalPlayer:GetMouse().Y > (script.Parent.Frame.AbsolutePosition.Y) and game.Players.LocalPlayer:GetMouse().Y < (script.Parent.Frame.AbsolutePosition.Y + script.Parent.Frame.AbsoluteSize.Y) then
  687. script.Parent.Frame.BackgroundColor3 = Color3.fromRGB(0,255,0)
  688. if mousedown == true then
  689. relativeToFrame = Vector2.new(script.Parent.Frame.AbsolutePosition.X - mouse.X,script.Parent.Frame.AbsolutePosition.Y - mouse.Y)
  690. while mousedown do
  691. wait()
  692. if not mousedown then break end
  693. script.Parent.Frame.Position = UDim2.new(0,mouse.X + relativeToFrame.X,0, mouse.Y + relativeToFrame.Y)
  694. end
  695. end
  696. else
  697. script.Parent.Frame.BackgroundColor3 = Color3.fromRGB(255,0,0)
  698. end
  699. --[[print((script.Parent.Frame.AbsolutePosition.X + script.Parent.Frame.AbsoluteSize.X))
  700. print(script.Parent.Frame.AbsolutePosition.X)
  701. print(game.Players.LocalPlayer:GetMouse().X)]]
  702. end
  703.  
  704. end
  705. coroutine.resume(coroutine.create(SCRIPT_EMID65_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement