Advertisement
Guest User

Pet sim x gems

a guest
Aug 25th, 2021
15,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. --[[
  2. READ!
  3. For this to work you *[b]MUST[/b]* destroy a coin/chest thing manually AND collect at least one orb then execute and it will work fine!
  4. Failure to do this means well - your loss and the script won't work
  5. For best performance use an empty VIP server! :) The script puts each pet on it's own coin so it should be faster than conventional scripts that put all pets on a single coin sort of thing (more good pets should be faster) AND be sure to upgrade your gem related upgrades in the upgrade shop in like the 2nd area in spawn thingy for more gems. Pets with gem boosts are just an extra
  6. Spawn Areas: "Town", "Forest", "Beach", "Mine", "Winter", "Glacier", "Desert", "Volcano"
  7. Fantasy Areas: "Enchanted Forest", "Ancient", "Samurai", "Candy", "Haunted"
  8. ]]
  9.  
  10. _G.Stop = false -- false = script is on; true = script is off
  11. _G.World = "Fantasy" -- Worlds: "Fantasy" & "Spawn"
  12. _G.Area = "Enchanted Forest" -- See the above comment and select something..
  13.  
  14. loadstring(game:HttpGet('https://pastebin.com/raw/tGUJRjqb'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement