Advertisement
Helgodxdd

My own prision life gui

May 21st, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. --By: Jonatan
  2. -- Instances:
  3. local PrisionLifeGui = Instance.new("ScreenGui")
  4. local PrisionLife = Instance.new("Frame")
  5. local credits = Instance.new("TextButton")
  6. local Aimbot = Instance.new("TextButton")
  7. local AllGuns = Instance.new("TextButton")
  8. local InfinityAmmo = Instance.new("TextButton")
  9. local SuperPunch = Instance.new("TextButton")
  10. local Btools = Instance.new("TextButton")
  11. local P = Instance.new("TextButton")
  12. local Radio = Instance.new("TextButton")
  13. local RacistDolphin = Instance.new("TextButton")
  14. local TextButton = Instance.new("TextButton")
  15. --Properties:
  16. PrisionLifeGui.Name = "PrisionLifeGui"
  17. PrisionLifeGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. PrisionLifeGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19. function onKeyPress(inputObject, gameProcessedEvent)
  20. if inputObject.KeyCode == Enum.KeyCode.P then
  21. if PrisionLife.Visible == false then
  22. PrisionLife.Visible = true
  23. else
  24. PrisionLife.Visible = false
  25. end
  26. end
  27. end
  28. PrisionLife.Active = true
  29. PrisionLife.Draggable = true
  30.  
  31.  
  32. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  33.  
  34. PrisionLife.Name = "PrisionLife"
  35. PrisionLife.Parent = PrisionLifeGui
  36. PrisionLife.BackgroundColor3 = Color3.new(0.376471, 0.764706, 0.784314)
  37. PrisionLife.BorderColor3 = Color3.new(0, 1, 0)
  38. PrisionLife.BorderSizePixel = 20
  39. PrisionLife.Position = UDim2.new(0.129032254, 0, 0.0588235296, 0)
  40. PrisionLife.Size = UDim2.new(0, 472, 0, 400)
  41.  
  42. credits.Name = "credits"
  43. credits.Parent = PrisionLife
  44. credits.BackgroundColor3 = Color3.new(0.376471, 0.764706, 0.784314)
  45. credits.BorderSizePixel = 0
  46. credits.Position = UDim2.new(0.0640953705, 0, 0.0175000727, 0)
  47. credits.Size = UDim2.new(0, 333, 0, 50)
  48. credits.Font = Enum.Font.Cartoon
  49. credits.Text = "PrisionLife Gui Echo Por Jonatan"
  50. credits.TextColor3 = Color3.new(0, 0, 0)
  51. credits.TextSize = 25
  52.  
  53. Aimbot.Name = "Aimbot"
  54. Aimbot.Parent = PrisionLife
  55. Aimbot.BackgroundColor3 = Color3.new(0.196078, 0.803922, 0.196078)
  56. Aimbot.BorderSizePixel = 5
  57. Aimbot.Position = UDim2.new(0.532750666, 0, 0.144999996, 0)
  58. Aimbot.Size = UDim2.new(0, 189, 0, 50)
  59. Aimbot.Font = Enum.Font.SourceSans
  60. Aimbot.Text = "Aimbot"
  61. Aimbot.TextColor3 = Color3.new(0, 0, 0)
  62. Aimbot.TextSize = 14
  63. Aimbot.MouseButton1Click:Connect(function()
  64. loadstring(game:HttpGet(('https://pastebin.com/raw/v2kANRQN'),true))()
  65. end)
  66.  
  67. AllGuns.Name = "AllGuns"
  68. AllGuns.Parent = PrisionLife
  69. AllGuns.BackgroundColor3 = Color3.new(0.121569, 0.360784, 0.803922)
  70. AllGuns.BorderSizePixel = 5
  71. AllGuns.Position = UDim2.new(0.0805084705, 0, 0.144999996, 0)
  72. AllGuns.Size = UDim2.new(0, 184, 0, 50)
  73. AllGuns.Font = Enum.Font.SourceSans
  74. AllGuns.Text = "Todas las Armas!"
  75. AllGuns.TextColor3 = Color3.new(0, 0, 0)
  76. AllGuns.TextSize = 14
  77. AllGuns.MouseButton1Click:Connect(function()
  78. loadstring(game:HttpGet(('https://pastebin.com/raw/70rLVF8x'),true))()
  79. end)
  80.  
  81. InfinityAmmo.Name = "InfinityAmmo"
  82. InfinityAmmo.Parent = PrisionLife
  83. InfinityAmmo.BackgroundColor3 = Color3.new(0.682353, 0.623529, 0.784314)
  84. InfinityAmmo.BorderSizePixel = 5
  85. InfinityAmmo.Position = UDim2.new(0.0805084705, 0, 0.270000011, 0)
  86. InfinityAmmo.Size = UDim2.new(0, 184, 0, 50)
  87. InfinityAmmo.Font = Enum.Font.SourceSans
  88. InfinityAmmo.Text = "Balas Infinitas"
  89. InfinityAmmo.TextColor3 = Color3.new(0, 0, 0)
  90. InfinityAmmo.TextSize = 14
  91. InfinityAmmo.MouseButton1Click:Connect(function()
  92. loadstring(game:HttpGet(('https://pastebin.com/raw/ycvy5TyE'),true))()
  93. end)
  94.  
  95. SuperPunch.Name = "SuperPunch"
  96. SuperPunch.Parent = PrisionLife
  97. SuperPunch.BackgroundColor3 = Color3.new(0.486275, 0.12549, 0.784314)
  98. SuperPunch.BorderSizePixel = 5
  99. SuperPunch.Position = UDim2.new(0.532750666, 0, 0.270000011, 0)
  100. SuperPunch.Size = UDim2.new(0, 189, 0, 50)
  101. SuperPunch.Font = Enum.Font.SourceSans
  102. SuperPunch.Text = "Super Golpe"
  103. SuperPunch.TextColor3 = Color3.new(0, 0, 0)
  104. SuperPunch.TextSize = 14
  105. SuperPunch.MouseButton1Click:Connect(function()
  106. loadstring(game:HttpGet(('https://pastebin.com/raw/rMtxWdjn'),true))()
  107. end)
  108.  
  109. Btools.Name = "Btools"
  110. Btools.Parent = PrisionLife
  111. Btools.BackgroundColor3 = Color3.new(1, 0, 0)
  112. Btools.BorderSizePixel = 5
  113. Btools.Position = UDim2.new(0.0805084705, 0, 0.409999967, 0)
  114. Btools.Size = UDim2.new(0, 184, 0, 49)
  115. Btools.Font = Enum.Font.SourceSans
  116. Btools.Text = "Btools"
  117. Btools.TextColor3 = Color3.new(0, 0, 0)
  118. Btools.TextSize = 14
  119. Btools.MouseButton1Click:Connect(function()
  120. loadstring(game:HttpGet(('https://pastebin.com/raw/k7Qh4h6i'),true))()
  121. end)
  122.  
  123. P.Name = "P"
  124. P.Parent = PrisionLife
  125. P.BackgroundColor3 = Color3.new(0.376471, 0.764706, 0.784314)
  126. P.BackgroundTransparency = 10
  127. P.BorderSizePixel = 0
  128. P.Position = UDim2.new(-0.0310734473, 0, 0.892500043, 0)
  129. P.Size = UDim2.new(0, 200, 0, 50)
  130. P.Font = Enum.Font.SourceSans
  131. P.Text = "P para que aparesca/desparesca"
  132. P.TextColor3 = Color3.new(0, 0, 0)
  133. P.TextSize = 14
  134.  
  135. Radio.Name = "Radio"
  136. Radio.Parent = PrisionLife
  137. Radio.BackgroundColor3 = Color3.new(1, 0.929412, 0.152941)
  138. Radio.BorderSizePixel = 5
  139. Radio.Position = UDim2.new(0.532750666, 0, 0.407499999, 0)
  140. Radio.Size = UDim2.new(0, 189, 0, 50)
  141. Radio.Font = Enum.Font.SourceSans
  142. Radio.Text = "Radio"
  143. Radio.TextColor3 = Color3.new(0, 0, 0)
  144. Radio.TextSize = 14
  145. Radio.MouseButton1Click:Connect(function()
  146. loadstring(game:HttpGet(('https://pastebin.com/raw/ZBWDSvjP'),true))()
  147. end)
  148.  
  149. RacistDolphin.Name = "RacistDolphin"
  150. RacistDolphin.Parent = PrisionLife
  151. RacistDolphin.BackgroundColor3 = Color3.new(1, 0.768628, 0.611765)
  152. RacistDolphin.BorderSizePixel = 5
  153. RacistDolphin.Position = UDim2.new(0.146722466, 0, 0.61499995, 0)
  154. RacistDolphin.Size = UDim2.new(0, 332, 0, 50)
  155. RacistDolphin.Font = Enum.Font.SourceSans
  156. RacistDolphin.Text = "Otro Gui Echo por mi Amigo Delfin Racista :V"
  157. RacistDolphin.TextColor3 = Color3.new(0, 0, 0)
  158. RacistDolphin.TextSize = 14
  159. RacistDolphin.MouseButton1Click:Connect(function()
  160. loadstring(game:HttpGet(('https://pastebin.com/raw/hvmyZWax'),true))()
  161. end)
  162.  
  163. TextButton.Parent = PrisionLife
  164. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  165. TextButton.BackgroundTransparency = 10
  166. TextButton.Position = UDim2.new(0.286016941, 0, 0.767499983, 0)
  167. TextButton.Size = UDim2.new(0, 200, 0, 50)
  168. TextButton.Font = Enum.Font.SourceSans
  169. TextButton.Text = "Porfavor Conseguir Las armas primero Antes de Usar Balas Infinitas"
  170. TextButton.TextColor3 = Color3.new(0, 0, 0)
  171. TextButton.TextSize = 14
  172. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement