Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. Player.Chatted:connect(function(cht)
  4. if cht:match("\guns") then
  5. for i,v in pairs (Workspace.Prison_ITEMS.giver:GetChildren()) do
  6.  
  7. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  8. print(lol)
  9. end
  10. elseif cht:match("\fastM9") then
  11. local player = game:GetService("Players").LocalPlayer
  12. local gun = player.Backpack:FindFirstChild("M9")
  13. local sM = require(gun:FindFirstChild("GunStates"))
  14. sM["Damage"] = 999
  15. sM["MaxAmmo"] = 9999
  16. sM["StoredAmmo"] = 9999
  17. sM["FireRate"] = 0.05
  18. sM["AmmoPerClip"] = 99999991
  19. sM["Range"] = 5000
  20. sM["ReloadTime"] = 0.05
  21. sM["Bullets"] = 10
  22. sM["AutoFire"] = true
  23. elseif cht:match("\cmdbar") then
  24. -- Farewell Infortality.
  25. -- Version: 2.82
  26. -- Instances:
  27. local ScreenGui = Instance.new("ScreenGui")
  28. local cmdbar = Instance.new("Frame")
  29. local TextLabel = Instance.new("TextLabel")
  30. local close = Instance.new("TextButton")
  31. local TextLabel_2 = Instance.new("TextLabel")
  32. local TextLabel_3 = Instance.new("TextLabel")
  33. --Properties:
  34. ScreenGui.Parent = game.CoreGui
  35.  
  36. cmdbar.Name = "cmd bar"
  37. cmdbar.Parent = ScreenGui
  38. cmdbar.BackgroundColor3 = Color3.new(1, 1, 1)
  39. cmdbar.Position = UDim2.new(0.300132811, 0, 0.126453489, 0)
  40. cmdbar.Size = UDim2.new(0, 255, 0, 398)
  41.  
  42. TextLabel.Parent = cmdbar
  43. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextLabel.Size = UDim2.new(0, 201, 0, 50)
  45. TextLabel.Font = Enum.Font.SourceSans
  46. TextLabel.Text = "Commands"
  47. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 14
  50. TextLabel.TextWrapped = true
  51.  
  52. close.Name = "close"
  53. close.Parent = cmdbar
  54. close.BackgroundColor3 = Color3.new(1, 1, 1)
  55. close.Position = UDim2.new(0.788235307, 0, 0, 0)
  56. close.Size = UDim2.new(0, 54, 0, 50)
  57. close.Font = Enum.Font.SourceSans
  58. close.Text = "X"
  59. close.TextColor3 = Color3.new(0, 0, 0)
  60. close.TextScaled = true
  61. close.TextSize = 14
  62. close.TextWrapped = true
  63. close.MouseButton1Click:connect(function()
  64. cmdbar.Visible = false
  65. end)
  66.  
  67. TextLabel_2.Parent = ScreenGui
  68. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextLabel_2.BackgroundTransparency = 1
  70. TextLabel_2.Position = UDim2.new(0.312085003, 0, 0.284883708, 0)
  71. TextLabel_2.Size = UDim2.new(0, 120, 0, 53)
  72. TextLabel_2.Font = Enum.Font.SourceSans
  73. TextLabel_2.Text = "\\fastM9"
  74. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  75. TextLabel_2.TextScaled = true
  76. TextLabel_2.TextSize = 14
  77. TextLabel_2.TextWrapped = true
  78.  
  79. TextLabel_3.Parent = ScreenGui
  80. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  81. TextLabel_3.BackgroundTransparency = 1
  82. TextLabel_3.Position = UDim2.new(0.300132811, 0, 0.207848817, 0)
  83. TextLabel_3.Size = UDim2.new(0, 120, 0, 53)
  84. TextLabel_3.Font = Enum.Font.SourceSans
  85. TextLabel_3.Text = "\\guns"
  86. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  87. TextLabel_3.TextScaled = true
  88. TextLabel_3.TextSize = 14
  89. TextLabel_3.TextWrapped = true
  90. -- Scripts:
  91.  
  92. end
  93. end)
  94.  
  95. print("LoL Admin hacked!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement