AOM-GU-PRO

Hack Sword

Feb 4th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. for _,v in next, game.ReplicatedStorage.Database.Items:children() do
  3. if(v:IsA'Folder')then
  4. local FREE = Instance.new("IntValue",game.ReplicatedStorage.Profiles[Player.Name].Inventory)
  5. FREE.Name = v.Name
  6. FREE.Value = v.ID.Value
  7. local CC = Instance.new("IntValue",FREE)
  8. CC.Name = "Count"
  9. CC.Value = "1970000000000000000"
  10. end
  11. end
Add Comment
Please, Sign In to add comment