Advertisement
FreeExploiter

prison life script

Jun 7th, 2020
19,901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. -- This is for Prison Life (Cars fixed!) --
  2. -- I made the GUI --
  3. -- This is a Open Source Hack for Prison Life using Prison Ware --
  4. -- You can change team , remove buildings , fly , teleport --
  5. -- Spawn Weapon for yourself and others , aim bot --
  6. -- Spawn a special sword (1 hit , 1 kill) --
  7. -- You can loop kill / loop taze a player or whole server --
  8. -- But do not use both at same time as Roblox Client may Crash --
  9. -- Good luck using this script --
  10. -- This script should be paid but now it's free :p --
  11.  
  12.  
  13. local SKIDDEDV2 = Instance.new("ScreenGui")
  14. local TopBar = Instance.new("Frame")
  15. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  16. local TopText = Instance.new("TextLabel")
  17. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  18. local PrisonLife = Instance.new("TextButton")
  19. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  20. local UIAspectRatioConstraint_12 = Instance.new("UIAspectRatioConstraint")
  21. local BottomBar = Instance.new("Frame")
  22. local UIAspectRatioConstraint_13 = Instance.new("UIAspectRatioConstraint")
  23. local Bottomtext = Instance.new("TextLabel")
  24. local UIAspectRatioConstraint_14 = Instance.new("UIAspectRatioConstraint")
  25.  
  26.  
  27. --Properties:
  28.  
  29. SKIDDEDV2.Name = "Prison Life Hack"
  30. SKIDDEDV2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31. SKIDDEDV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. TopBar.Name = "TopBar"
  34. TopBar.Parent = SKIDDEDV2
  35. TopBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  36. TopBar.BackgroundTransparency = 0.500
  37. TopBar.Position = UDim2.new(0.719543099, 0, 0.713759243, 0)
  38. TopBar.Size = UDim2.new(0, 427, 0, 179)
  39.  
  40. UIAspectRatioConstraint.Parent = TopBar
  41. UIAspectRatioConstraint.AspectRatio = 2.385
  42.  
  43. TopText.Name = "TopText"
  44. TopText.Parent = SKIDDEDV2
  45. TopText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. TopText.BackgroundTransparency = 1.000
  47. TopText.Position = UDim2.new(0.791243613, 0, 0.713759243, 0)
  48. TopText.Size = UDim2.new(0, 200, 0, 25)
  49. TopText.Font = Enum.Font.GothamBlack
  50. TopText.Text = "Skidded V2"
  51. TopText.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. TopText.TextSize = 14.000
  53.  
  54. UIAspectRatioConstraint_2.Parent = TopText
  55. UIAspectRatioConstraint_2.AspectRatio = 8.000
  56.  
  57. PrisonLife.Name = "Prison Life"
  58. PrisonLife.Parent = SKIDDEDV2
  59. PrisonLife.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  60. PrisonLife.BorderSizePixel = 0
  61. PrisonLife.Position = UDim2.new(0.863578677, 0, 0.902948439, 0)
  62. PrisonLife.Size = UDim2.new(0, 200, 0, 25)
  63. PrisonLife.Font = Enum.Font.GothamBold
  64. PrisonLife.Text = "Prison Life"
  65. PrisonLife.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. PrisonLife.TextSize = 20.000
  67. PrisonLife.MouseButton1Down:connect(function()
  68. loadstring(game:HttpGet("https://raw.githubusercontent.com/Denverrz/scripts/master/PRISONWARE_v1.3.txt"))();
  69. end)
  70.  
  71. UIAspectRatioConstraint_3.Parent = PrisonLife
  72. UIAspectRatioConstraint_3.AspectRatio = 8.001
  73.  
  74. BottomBar.Name = "BottomBar"
  75. BottomBar.Parent = SKIDDEDV2
  76. BottomBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  77. BottomBar.BackgroundTransparency = 0.500
  78. BottomBar.Position = UDim2.new(0.718908608, 0, 0.933660924, 0)
  79. BottomBar.Size = UDim2.new(0, 427, 0, 29)
  80.  
  81. UIAspectRatioConstraint_13.Parent = BottomBar
  82. UIAspectRatioConstraint_13.AspectRatio = 14.724
  83.  
  84. Bottomtext.Name = "Bottomtext"
  85. Bottomtext.Parent = SKIDDEDV2
  86. Bottomtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. Bottomtext.BackgroundTransparency = 1.000
  88. Bottomtext.Position = UDim2.new(0.791243672, 0, 0.938575029, 0)
  89. Bottomtext.Size = UDim2.new(0, 200, 0, 24)
  90. Bottomtext.Font = Enum.Font.GothamBlack
  91. Bottomtext.Text = "GUI made by everett#9541 , wut_lah"
  92. Bottomtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. Bottomtext.TextSize = 14.000
  94.  
  95. UIAspectRatioConstraint_14.Parent = Bottomtext
  96. UIAspectRatioConstraint_14.AspectRatio = 8.333
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement