Advertisement
KrystekYY

Untitled

Dec 12th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. getgenv().Config = {
  2. ["main"] = {
  3. ["a"] = 100; --[[ Set Amount of Lowest Coin to Farm]]
  4. ["b"] = math.huge; --[[ Set Amount of Highest Coin to Farm]]
  5. ["c"] = false; --[[ Enable Auto-Farm & Sell (a*b) ^ - False / True ]]
  6.  
  7. ["d"] = {"4"}; --[[ 1 = Level 1 Island, 2 = Level 2 Island, 3 = VIP Island etc..]]
  8. ["e"] = true; --[[ Auto Buy $TierPets(c) ^ - False / True]]
  9.  
  10. ["f"] = 13; --[[ $PetStrength keep minimum - Deletes all > (e) ]]
  11. ["g"] = true; --[[ Enable Auto-Delete $PetsStrength(>e) ^ - False / True]]
  12.  
  13.  
  14. };
  15. };
  16.  
  17. loadstring(game:HttpGet('https://painexist.gg/api/petsimulator.lua', true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement