Advertisement
ROBLOXKUTE3

OP 💰Billionaire Simulator💰 Script!!

Nov 28th, 2018
6,780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Infinite Code Script:
  2.  
  3. while true do
  4. wait()
  5. local f = "StarDust"
  6. local Event = game:GetService("ReplicatedStorage").RPC["Codes_Applied"]
  7. Event:FireServer(f)
  8. end
  9.  
  10. Auto Farm:
  11.  
  12. _G.Enabled = true -- False To Stop
  13. while _G.Enabled do
  14. wait(0.001)
  15. local A_1 = "hotdog"
  16. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Click"]
  17. Event:FireServer(A_1)
  18. wait(0.002)
  19. local A_1 = "dairy"
  20. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Click"]
  21. Event:FireServer(A_1)
  22. wait(0.003)
  23. local A_1 = "bakery"
  24. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Click"]
  25. Event:FireServer(A_1)
  26. end
  27.  
  28. Auto Purchase Upgrade:
  29.  
  30. _G.Enabled = true -- False To Stop
  31. while _G.Enabled do
  32. wait(0.001)
  33. local A_1 = "hotdog"
  34. local A_2 = 10
  35. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Purchase"]
  36. Event:FireServer(A_1, A_2)
  37. wait(0.002)
  38. local A_1 = "dairy"
  39. local A_2 = 10
  40. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Purchase"]
  41. Event:FireServer(A_1, A_2)
  42. wait(0.003)
  43. local A_1 = "bakery"
  44. local A_2 = 10
  45. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Purchase"]
  46. Event:FireServer(A_1, A_2)
  47. end
  48.  
  49. Auto Rebirth:
  50.  
  51. while wait(5) do
  52. local Event = game:GetService("ReplicatedStorage").RPC.AttemptRebirth
  53. Event:FireServer()
  54. end
  55.  
  56. Auto Buy manager:
  57.  
  58. while wait(5) do
  59. local Event = game:GetService("ReplicatedStorage").RPC["Managers_Buy"]
  60. Event:FireServer()
  61. end
  62.  
  63.  
  64. Credits By ROBLOXKUTE
  65. Script by FunTrat0r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement