Advertisement
lucaslulu

Donut Story Tycoon Script

Oct 2nd, 2019
1,717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. --Autofarm
  2. _G.LULU = true--change to true or false
  3. while _G.LULU do
  4. wait(0.1)
  5. local A_1 = 500000000
  6. game:GetService("Workspace").DiamondStoreEvents.AddMoney:FireServer(A_1)
  7. end
  8.  
  9. --AutoRebirths
  10. _G.LULU = true--change to true or false
  11. while _G.LULU do
  12. wait(0.1)
  13. game:GetService("Workspace").DiamondStoreEvents.Rebirth:FireServer()
  14. end
  15.  
  16. --Add Pets
  17. local A_1 = 10
  18. local A_2 = "Yin Yang"-- change your name pets you want
  19. game:GetService("Workspace").DiamondStoreEvents.TakeCostume:FireServer(A_1, A_2)
  20.  
  21. --add money
  22. local A_1 = -99999999999
  23. local A_2 = "Yin Yang"
  24. game:GetService("Workspace").DiamondStoreEvents.TakeCostume:FireServer(A_1, A_2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement