Advertisement
Guest User

nigger

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. -----------------------------
  2. -----------------------------
  3. ---Made By: Zero#0511---
  4. --Use your keyboard Wink----
  5. -----------------------------
  6. -----------------------------
  7.  
  8. local PrisonRoyaleHack = Instance.new("ScreenGui")
  9. local Main = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local SecondMain = Instance.new("Frame")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15. local TextLabel_5 = Instance.new("TextLabel")
  16. PrisonRoyaleHack.Name = "PrisonRoyaleHack"
  17. PrisonRoyaleHack.Parent = game.CoreGui
  18. Main.Name = "Main"
  19. Main.Parent = PrisonRoyaleHack
  20. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  21. Main.BackgroundTransparency = 0.25
  22. Main.BorderSizePixel = 0
  23. Main.Position = UDim2.new(0.74432379, 0, 0.608286262, 0)
  24. Main.Size = UDim2.new(0, 174, 0, 27)
  25. TextLabel.Parent = Main
  26. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  27. TextLabel.BackgroundTransparency = 1
  28. TextLabel.Position = UDim2.new(0.275862068, 0, 0.111111112, 0)
  29. TextLabel.Size = UDim2.new(0, 91, 0, 20)
  30. TextLabel.Font = Enum.Font.SourceSansSemibold
  31. TextLabel.Text = "'Z' To open!"
  32. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  33. TextLabel.TextScaled = true
  34. TextLabel.TextSize = 14
  35. TextLabel.TextWrapped = true
  36.  
  37. SecondMain.Name = "SecondMain"
  38. SecondMain.Parent = Main
  39. SecondMain.BackgroundColor3 = Color3.new(0, 0, 0)
  40. SecondMain.BackgroundTransparency = 0.25
  41. SecondMain.BorderSizePixel = 0
  42. SecondMain.Position = UDim2.new(0, 0, -7, 0)
  43. SecondMain.Size = UDim2.new(0, 174, 0, 189)
  44. SecondMain.Visible = false
  45.  
  46. TextLabel_2.Parent = SecondMain
  47. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. TextLabel_2.BackgroundTransparency = 1
  49. TextLabel_2.Position = UDim2.new(0, 0, 0.0105820103, 0)
  50. TextLabel_2.Size = UDim2.new(0, 174, 0, 37)
  51. TextLabel_2.Font = Enum.Font.SourceSans
  52. TextLabel_2.Text = "Made by: Zero#0511 // ZeroTroool @V3rm"
  53. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  54. TextLabel_2.TextScaled = true
  55. TextLabel_2.TextSize = 14
  56. TextLabel_2.TextWrapped = true
  57.  
  58. TextLabel_3.Parent = SecondMain
  59. TextLabel_3.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  60. TextLabel_3.BackgroundTransparency = 0.20000000298023
  61. TextLabel_3.BorderSizePixel = 0
  62. TextLabel_3.Position = UDim2.new(0, 0, 0.238095224, 0)
  63. TextLabel_3.Size = UDim2.new(0, 174, 0, 31)
  64. TextLabel_3.Font = Enum.Font.SourceSans
  65. TextLabel_3.Text = "'M' For OP Loot!"
  66. TextLabel_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  67. TextLabel_3.TextSize = 14
  68.  
  69. TextLabel_4.Parent = SecondMain
  70. TextLabel_4.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  71. TextLabel_4.BackgroundTransparency = 0.20000000298023
  72. TextLabel_4.BorderSizePixel = 0
  73. TextLabel_4.Position = UDim2.new(0, 0, 0.455026478, 0)
  74. TextLabel_4.Size = UDim2.new(0, 174, 0, 31)
  75. TextLabel_4.Font = Enum.Font.SourceSans
  76. TextLabel_4.Text = "'B' For ammo!"
  77. TextLabel_4.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  78. TextLabel_4.TextSize = 14
  79.  
  80. TextLabel_5.Parent = SecondMain
  81. TextLabel_5.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  82. TextLabel_5.BackgroundTransparency = 0.20000000298023
  83. TextLabel_5.BorderSizePixel = 0
  84. TextLabel_5.Position = UDim2.new(0, 0, 0.703703701, 0)
  85. TextLabel_5.Size = UDim2.new(0, 174, 0, 32)
  86. TextLabel_5.Font = Enum.Font.SourceSans
  87. TextLabel_5.Text = "'T' For armo!"
  88. TextLabel_5.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  89. TextLabel_5.TextSize = 14
  90.  
  91. local plr = game.Players.LocalPlayer
  92. local mouse = plr:GetMouse()
  93. mouse.KeyDown:connect(function(key)
  94. if key:lower() == "z" then
  95. if SecondMain.Visible == false then
  96. SecondMain.Visible = true
  97. TextLabel.Text = "'Z' To close!"
  98. else
  99. SecondMain.Visible = false
  100. TextLabel.Text = "'Z' To open!"
  101. end
  102. end
  103. end)
  104. Gun = "Scar-H"
  105. Ammo = "7.62mm NATO"
  106. Snipers = "L115A3"
  107. SniperAmmo = ".338 Magnum"
  108. local plr = game.Players.LocalPlayer
  109. local mouse = plr:GetMouse()
  110. mouse.KeyDown:connect(function(key)
  111. if key:lower() == "m" then
  112. game.Workspace.Loot[Gun]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  113. game.Workspace.Loot[Ammo]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  114. game.Workspace.Loot[Snipers]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  115. game.Workspace.Loot[SniperAmmo]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  116. end
  117. end)
  118.  
  119. local plr = game.Players.LocalPlayer
  120. local mouse = plr:GetMouse()
  121. mouse.KeyDown:connect(function(key)
  122. if key:lower() == "b" then
  123. game.Workspace.Loot[Ammo]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  124. game.Workspace.Loot[SniperAmmo]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  125. wait(3)
  126. game.Workspace.Loot[Ammo]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  127. game.Workspace.Loot[SniperAmmo]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  128. end
  129. end)
  130.  
  131. Helmet = "Military Helmet"
  132. Vest = "Tier 3 Vest"
  133. Pack = "Military Pack"
  134.  
  135. local plr = game.Players.LocalPlayer
  136. local mouse = plr:GetMouse()
  137. mouse.KeyDown:connect(function(key)
  138. if key:lower() == "t" then
  139. game.Workspace.Loot[Helmet]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  140. game.Workspace.Loot[Vest]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  141. game.Workspace.Loot[Pack]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  142. end
  143. end)
  144.  
  145. local plr = game.Players.LocalPlayer
  146. local mouse = plr:GetMouse()
  147. mouse.KeyDown:connect(function(key)
  148. if key:lower() == "end" then
  149. PrisonRoyaleHackBig Grinestroy()
  150. end
  151. end)
  152. -----------------------------
  153. -----------------------------
  154. ---Made By: Zero#0511---
  155. --Use your keyboard Wink----
  156. -----------------------------
  157. -----------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement