Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --]Credit to DukyBG for making this script :)
  2. --]first execute this
  3. game:GetService("ReplicatedStorage").Remotes.Teleport:FireServer("A44")
  4. --]then execute this and look for double coins
  5. game.ReplicatedStorage.Remotes.AskCoin:FireServer(workspace.CoinSpawners["1500000000"])
  6. ---EDIT:little auto farm
  7. ---btw if u want off auto farm change true to false
  8. _G.on = true
  9. while _G.on do
  10. wait(1)
  11. game.ReplicatedStorage.Remotes.AskCoin:FireServer(workspace.CoinSpawners["10000000000000"])
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement