Keimu

Homework Printing Simulator Infinite Money

Mar 1st, 2023
1,694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. local args = {
  2. [1] = {
  3. ["BadGraphics"] = false,
  4. ["FinishedTutorial"] = true,
  5. ["StaffPaper"] = 0,
  6. ["Money"] = 120000000000,
  7. ["Owned"] = {
  8. ["Golden Printer"] = 1,
  9. ["Furniture"] = 1,
  10. ["Mailbox"] = 1,
  11. ["Printer"] = 1
  12. },
  13. ["Multiplier"] = 1,
  14. ["Staff"] = 7,
  15. ["Locker"] = {
  16. ["Color"] = {
  17. [1] = 163,
  18. [2] = 162,
  19. [3] = 165
  20. },
  21. ["Material"] = "Metal"
  22. },
  23. ["MultiplierTime"] = 0,
  24. ["Time"] = 30,
  25. ["DestroyedTree"] = false,
  26. ["TrunkPaper"] = 0,
  27. ["Paper"] = 100000000000,
  28. ["TrunkCapacity"] = 1000000,
  29. ["SludgeLevel"] = 1
  30. }
  31. }
  32.  
  33. game:GetService("ReplicatedStorage").Remotes.SaveData:FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment