Homestyle_chicken

yessir

Apr 10th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. if game.Players.LocalPlayer:IsFriendsWith(1191567359) then
  2. game.Players.LocalPlayer.CharacterAdded:Connect(function(Character)
  3. wait(0.1)
  4. local X={"M4A1"}for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==X[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  5. wait(0.1)
  6. local X={"Remington 870"}for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==X[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  7. wait(0.1)
  8. local X={"M9"}for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==X[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
  9. wait(0.1)
  10. local lp = game:GetService("Players").LocalPlayer
  11. local gun = lp.Backpack:FindFirstChild("M4A1")
  12. local mod = require(gun:FindFirstChild("GunStates"))
  13. mod["MaxAmmo"] = math.huge
  14. mod["StoredAmmo"] = math.huge
  15. mod["AmmoPerClip"] = math.huge
  16. mod["CurrentAmmo"] = math.huge
  17.  
  18. local lp = game:GetService("Players").LocalPlayer
  19. local gun = lp.Backpack:FindFirstChild("Remington 870")
  20. local mod = require(gun:FindFirstChild("GunStates"))
  21. mod["MaxAmmo"] = math.huge
  22. mod["StoredAmmo"] = math.huge
  23. mod["AmmoPerClip"] = math.huge
  24. mod["CurrentAmmo"] = math.huge
  25.  
  26. local lp = game:GetService("Players").LocalPlayer
  27. local gun = lp.Backpack:FindFirstChild("M9")
  28. local mod = require(gun:FindFirstChild("GunStates"))
  29. mod["MaxAmmo"] = math.huge
  30. mod["StoredAmmo"] = math.huge
  31. mod["AmmoPerClip"] = math.huge
  32. mod["CurrentAmmo"] = math.huge
  33. end)
  34. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  35. Text = "gunspawn + infinite ammo loaded succesfully, enjoy! made by epic chicken tender#0019",
  36. Color = Color3.new(0,0,0),
  37. FontSize = Enum.FontSize.Size24,
  38. })
  39. end
Add Comment
Please, Sign In to add comment