cortesjoren

Granny (Money Script)

Oct 30th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. -- Remote Path: game:GetService("ReplicatedStorage").Events.Buy
  2.  
  3. local A_1 =
  4. {
  5. ["Rarity"] = 0,
  6. ["AnglesXYZ"] =
  7. {
  8. ["Y"] = 0,
  9. ["X"] = 0,
  10. ["Z"] = 0
  11. },
  12. ["id"] = 1002,
  13. ["Name"] = "Iron Bat",
  14. ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.IronBat,
  15. ["Cost"] = -1000000000,
  16. ["CFrameXYZ"] =
  17. {
  18. ["Y"] = 0,
  19. ["X"] = 0,
  20. ["Z"] = 0
  21. },
  22. ["Icon"] = "rbxassetid://1826666844",
  23. ["Typeid"] = 1
  24. }
  25. local Event = game:GetService("ReplicatedStorage").Events.Buy
  26. Event:InvokeServer(A_1)
Add Comment
Please, Sign In to add comment