TNightmareHA

Fire Fighter Simulator Script (Upgraded)

Mar 7th, 2022
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. task.spawn(function()
  3. for auto_cash = 100, 100000000, 1000 do
  4. local A_1 = "Suburb"
  5. local A_2 = auto_cash
  6. local A_3 = Vector3.new(0.4000000059604645, 0.24999821186065674, 4.499998092651367)
  7. local Event = game:GetService("ReplicatedStorage").Remotes.FireExtinguished
  8. Event:InvokeServer(A_1, A_2, A_3)
  9. wait()
  10. end
  11. end)
  12.  
  13. task.spawn(function()
  14. for auto_cash = 100, 100000000, 1000 do
  15. local A_1 = "Beach"
  16. local A_2 = auto_cash
  17. local A_3 = Vector3.new(0.4000000059604645, 0.24999821186065674, 4.499998092651367)
  18. local Event = game:GetService("ReplicatedStorage").Remotes.FireExtinguished
  19. Event:InvokeServer(A_1, A_2, A_3)
  20. wait()
  21. end
  22. end)
  23.  
  24. task.spawn(function()
  25. for auto_cash = 100, 100000000, 1000 do
  26. local A_1 = "Jungle"
  27. local A_2 = auto_cash
  28. local A_3 = Vector3.new(0.4000000059604645, 0.24999821186065674, 4.499998092651367)
  29. local Event = game:GetService("ReplicatedStorage").Remotes.FireExtinguished
  30. Event:InvokeServer(A_1, A_2, A_3)
  31. wait()
  32. end
  33. end)
  34.  
  35. task.spawn(function()
  36. for auto_cash = 100, 100000000, 1000 do
  37. local A_1 = "City"
  38. local A_2 = auto_cash
  39. local A_3 = Vector3.new(0.4000000059604645, 0.24999821186065674, 4.499998092651367)
  40. local Event = game:GetService("ReplicatedStorage").Remotes.FireExtinguished
  41. Event:InvokeServer(A_1, A_2, A_3)
  42. wait()
  43. end
  44. end)
  45.  
  46. task.spawn(function()
  47. for auto_cash = 100, 100000000, 1000 do
  48. local A_1 = "Carnival"
  49. local A_2 = auto_cash
  50. local A_3 = Vector3.new(0.4000000059604645, 0.24999821186065674, 4.499998092651367)
  51. local Event = game:GetService("ReplicatedStorage").Remotes.FireExtinguished
  52. Event:InvokeServer(A_1, A_2, A_3)
  53. wait()
  54. end
  55. end)
  56. wait(1)
  57. end
Advertisement
Add Comment
Please, Sign In to add comment