Guest User

prison life hackv.1

a guest
Nov 22nd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Bar1 = Instance.new("Frame")
  6. local submit = Instance.new("TextButton")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local loginguiprison = Instance.new("TextLabel")
  10. local Frame = Instance.new("Frame")
  11. local Bar1_2 = Instance.new("Frame")
  12. local loginguiprison_2 = Instance.new("TextLabel")
  13. local killaura = Instance.new("TextButton")
  14. local nameofwhomade = Instance.new("TextLabel")
  15. local God = Instance.new("TextButton")
  16. local floor = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. LoginFrame.Name = "Login Frame"
  23. LoginFrame.Parent = ScreenGui
  24. LoginFrame.BackgroundColor3 = Color3.new(0, 1, 1)
  25. LoginFrame.BorderSizePixel = 0
  26. LoginFrame.Position = UDim2.new(0.0805452466, 0, 0.225099593, 0)
  27. LoginFrame.Size = UDim2.new(0, 264, 0, 315)
  28.  
  29. Bar1.Name = "Bar1"
  30. Bar1.Parent = LoginFrame
  31. Bar1.BackgroundColor3 = Color3.new(1, 0, 0)
  32. Bar1.BorderSizePixel = 0
  33. Bar1.Position = UDim2.new(0, 0, -0.00317460322, 0)
  34. Bar1.Size = UDim2.new(0, 264, 0, 44)
  35.  
  36. submit.Name = "submit"
  37. submit.Parent = LoginFrame
  38. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  39. submit.Position = UDim2.new(0.200757578, 0, 0.841269851, 0)
  40. submit.Size = UDim2.new(0, 154, 0, 32)
  41. submit.Font = Enum.Font.SourceSans
  42. submit.Text = "Login"
  43. submit.TextColor3 = Color3.new(0, 0, 0)
  44. submit.TextSize = 14
  45.  
  46. submit.MouseButton1Down:connect(function()
  47. LoginFrame.Visible = false
  48. MainFrame.Visible = true
  49. --i will make a actual login next part
  50. end)
  51.  
  52. Username.Name = "Username"
  53. Username.Parent = LoginFrame
  54. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Username.Position = UDim2.new(0.114368588, 0, 0.377246559, 0)
  56. Username.Size = UDim2.new(0, 200, 0, 33)
  57. Username.Font = Enum.Font.SourceSans
  58. Username.Text = "Username"
  59. Username.TextColor3 = Color3.new(0, 0, 0)
  60. Username.TextSize = 14
  61. Username.TextXAlignment = Enum.TextXAlignment.Left
  62.  
  63. Password.Name = "Password"
  64. Password.Parent = LoginFrame
  65. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Password.Position = UDim2.new(0.114363641, 0, 0.607020795, 0)
  67. Password.Size = UDim2.new(0, 200, 0, 33)
  68. Password.Font = Enum.Font.SourceSans
  69. Password.Text = "Password"
  70. Password.TextColor3 = Color3.new(0, 0, 0)
  71. Password.TextSize = 14
  72. Password.TextXAlignment = Enum.TextXAlignment.Left
  73.  
  74. loginguiprison.Name = "login gui prison"
  75. loginguiprison.Parent = LoginFrame
  76. loginguiprison.BackgroundColor3 = Color3.new(0, 0, 0)
  77. loginguiprison.Position = UDim2.new(0.118156463, 0, 0.13895528, 0)
  78. loginguiprison.Size = UDim2.new(0, 200, 0, 41)
  79. loginguiprison.Font = Enum.Font.SourceSans
  80. loginguiprison.Text = "Prison life gui V.1 login"
  81. loginguiprison.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  82. loginguiprison.TextScaled = true
  83. loginguiprison.TextSize = 14
  84. loginguiprison.TextStrokeTransparency = 0
  85. loginguiprison.TextWrapped = true
  86.  
  87. Frame.Parent = ScreenGui
  88. Frame.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  89. Frame.Position = UDim2.new(0.515489459, 0, 0.225099608, 0)
  90. Frame.Size = UDim2.new(0, 250, 0, 330)
  91.  
  92. Bar1_2.Name = "Bar1"
  93. Bar1_2.Parent = Frame
  94. Bar1_2.BackgroundColor3 = Color3.new(1, 0, 0)
  95. Bar1_2.BorderSizePixel = 0
  96. Bar1_2.Position = UDim2.new(-0.000333374017, 0, 0, 0)
  97. Bar1_2.Size = UDim2.new(0, 250, 0, 44)
  98.  
  99. loginguiprison_2.Name = "login gui prison"
  100. loginguiprison_2.Parent = Frame
  101. loginguiprison_2.BackgroundColor3 = Color3.new(0, 0, 0)
  102. loginguiprison_2.Position = UDim2.new(0.098126173, 0, 0.132750377, 0)
  103. loginguiprison_2.Size = UDim2.new(0, 200, 0, 41)
  104. loginguiprison_2.Font = Enum.Font.SourceSans
  105. loginguiprison_2.Text = "Prison life gui V.1"
  106. loginguiprison_2.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  107. loginguiprison_2.TextScaled = true
  108. loginguiprison_2.TextSize = 14
  109. loginguiprison_2.TextStrokeTransparency = 0
  110. loginguiprison_2.TextWrapped = true
  111.  
  112. killaura.Name = "killaura"
  113. killaura.Parent = Frame
  114. killaura.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  115. killaura.BorderColor3 = Color3.new(0.333333, 1, 0.498039)
  116. killaura.Position = UDim2.new(0.0960000008, 0, 0.321212113, 0)
  117. killaura.Size = UDim2.new(0, 200, 0, 37)
  118. killaura.Font = Enum.Font.SourceSans
  119. killaura.Text = "Kill Aura"
  120. killaura.TextColor3 = Color3.new(0, 0, 0)
  121. killaura.TextSize = 14
  122. killaura.MouseButton1Down:connect(function()
  123. while wait(0.1) do
  124. for i, plr in pairs(game.Players:GetChildren()) do
  125. if plr.Name ~= game.Players.LocalPlayer.Name then
  126. for i = 1, 10 do
  127. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  128. end
  129. end
  130. end
  131. end
  132. end)
  133.  
  134. nameofwhomade.Name = "name of who made"
  135. nameofwhomade.Parent = Frame
  136. nameofwhomade.BackgroundColor3 = Color3.new(1, 0, 0)
  137. nameofwhomade.Position = UDim2.new(0, 0, 0.881818175, 0)
  138. nameofwhomade.Size = UDim2.new(0, 250, 0, 39)
  139. nameofwhomade.Font = Enum.Font.SourceSans
  140. nameofwhomade.Text = "Made By Kallapaprukhello"
  141. nameofwhomade.TextColor3 = Color3.new(0, 1, 0.498039)
  142. nameofwhomade.TextScaled = true
  143. nameofwhomade.TextSize = 14
  144. nameofwhomade.TextWrapped = true
  145.  
  146. God.Name = "God"
  147. God.Parent = Frame
  148. God.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  149. God.BorderColor3 = Color3.new(0.333333, 1, 0.498039)
  150. God.Position = UDim2.new(0.0960000008, 0, 0.693939388, 0)
  151. God.Size = UDim2.new(0, 200, 0, 37)
  152. God.Font = Enum.Font.SourceSans
  153. God.Text = "God Mode"
  154. God.TextColor3 = Color3.new(0, 0, 0)
  155. God.TextSize = 14
  156. God.MouseButton1Down:connect(function()
  157. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  158. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  159. l.Parent = game.Players.LocalPlayer.Character
  160. l.Name = "Humanoid"
  161. wait(0.1)
  162. game.Players.LocalPlayer.Character["1"]:Destroy()
  163. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  164. game.Players.LocalPlayer.Character.Animate.Disabled = true
  165. wait(0.1)
  166. game.Players.LocalPlayer.Character.Animate.Disabled = false
  167. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  168. end)
  169.  
  170. floor.Name = "floor"
  171. floor.Parent = Frame
  172. floor.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  173. floor.BorderColor3 = Color3.new(0.333333, 1, 0.498039)
  174. floor.Position = UDim2.new(0.0960000008, 0, 0.5030303, 0)
  175. floor.Size = UDim2.new(0, 200, 0, 37)
  176. floor.Font = Enum.Font.SourceSans
  177. floor.Text = "Give all gun"
  178. floor.TextColor3 = Color3.new(0, 0, 0)
  179. floor.TextSize = 14
  180. floor.MouseButton1Down:connect(function()
  181. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  182. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  183. print(lol)
  184. end
  185. end)
Add Comment
Please, Sign In to add comment