Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. while true do
  2. game.ReplicatedStorage.Layouts:InvokeServer("Load", "Layout1")
  3. wait(3)
  4. game.ReplicatedStorage.DestroyAll:InvokeServer()
  5. wait(0.5)
  6. local tbl_0x4033e8be9cf917da =
  7. {
  8. ["CostPerUnit"] = 77000000000,
  9. ["Name"] = "Centering Conveyor",
  10. ["Amount"] = 2
  11. }
  12. local tbl_0xc9a864ec02490daa =
  13. {
  14. ["CostPerUnit"] = 270000000,
  15. ["Name"] = "Large Conveyor Ramp",
  16. ["Amount"] = 3
  17. }
  18. local tbl_0x4b774a1b9456687a =
  19. {
  20. ["CostPerUnit"] = 4.5e+19,
  21. ["Name"] = "Half Conveyor",
  22. ["Amount"] = 1
  23. }
  24. local tbl_0x128cc7ec970f0f8a =
  25. {
  26. ["CostPerUnit"] = 100,
  27. ["Name"] = "Wood Wall Segment",
  28. ["Amount"] = 3
  29. }
  30. local tbl_0xd3156fc9846cb36a =
  31. {
  32. ["CostPerUnit"] = 5000,
  33. ["Name"] = "Raised Mini Conveyor",
  34. ["Amount"] = 6
  35. }
  36. local tbl_0x2347aebd62a1e35a =
  37. {
  38. ["CostPerUnit"] = 11500000000,
  39. ["Name"] = "Ore Replicator",
  40. ["Amount"] = 3
  41. }
  42. local tbl_0x5dfb3f59f09aa27a =
  43. {
  44. tbl_0x2347aebd62a1e35a,
  45. tbl_0xd3156fc9846cb36a,
  46. tbl_0x128cc7ec970f0f8a,
  47. tbl_0x4b774a1b9456687a,
  48. tbl_0xc9a864ec02490daa,
  49. tbl_0x4033e8be9cf917da
  50. }
  51. local tbl_main =
  52. {
  53. "Load",
  54. "Layout3",
  55. tbl_0x5dfb3f59f09aa27a
  56. }
  57. game:GetService("ReplicatedStorage").Layouts:InvokeServer(unpack(tbl_main))
  58. if game:GetService("ReplicatedStorage").MoneyMirror[""].Value == math.huge then
  59. game.ReplicatedStorage.Rebirth:InvokeServer()
  60. end
  61. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement