Advertisement
LookPlays

[Update 5!] 💵 Money Simulator Z [V0.6.0] Script Farm

Aug 20th, 2023 (edited)
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | Gaming | 0 0
  1. local isPaused = false
  2.  
  3. while true do
  4. if _G.Machine then
  5. print("false")
  6. isPaused = true
  7. end
  8.  
  9. if not isPaused then
  10. wait(0.1) -- Wait for a short time
  11. local args = {
  12. [1] = 1,
  13. [2] = 1,
  14. [3] = false
  15. }
  16.  
  17. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("UpgradeMachine"):FireServer(unpack(args))
  18.  
  19. args[3] = true
  20. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("BuyMoreMachines"):FireServer(unpack(args))
  21.  
  22. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Prestige"):FireServer()
  23.  
  24. args = {
  25. [1] = 1,
  26. [2] = false
  27. }
  28.  
  29. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("FactoryUpgrade"):FireServer(unpack(args))
  30.  
  31. args = {
  32. [1] = 2,
  33. [2] = false
  34. }
  35.  
  36. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("FactoryUpgrade"):FireServer(unpack(args))
  37.  
  38. args = {
  39. [1] = 3,
  40. [2] = false
  41. }
  42.  
  43. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("FactoryUpgrade"):FireServer(unpack(args))
  44.  
  45. args = {
  46. [1] = 4,
  47. [2] = false
  48. }
  49.  
  50. game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("FactoryUpgrade"):FireServer(unpack(args))
  51. end
  52.  
  53. wait(1) -- Wait here even if paused
  54. end
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement