Advertisement
Guest User

Superhero simulator

a guest
May 24th, 2019
1,904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --]Made by DukyBG
  2. --]first execute this... Teleports you to the coin location...
  3. game:GetService("ReplicatedStorage").Remotes.Teleport:FireServer("A20")
  4.  
  5.  
  6. --]then execute this and look for double coins... Makes the coin respawn
  7. game.ReplicatedStorage.Remotes.AskCoin:FireServer(workspace.CoinSpawners["1500000000"])
  8.  
  9. EDIT:little auto farm.. Not recommended.. it will kick you from the game
  10.  
  11. _G.on = true
  12. while _G.on do
  13. wait(1)
  14. game.ReplicatedStorage.Remotes.AskCoin:FireServer(workspace.CoinSpawners["1500000000"])
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement