TalkToMe

PET SIMULATOR 2 AUTO FARM

Dec 6th, 2019
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 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"] = true;             --[[ Enable Auto-Farm & Sell (a*b) ^ - False / True ]]
  6.  
  7.         ["d"] = {"1"};             --[[ 1 = Level 1 Island, 2 = Level 2 Island, 3 = VIP Island etc..]]
  8.         ["e"] = false;             --[[ Auto Buy $TierPets(c) ^ - False / True]]
  9.  
  10.         ["f"] = 1;                --[[ $PetStrength keep minimum - Deletes all > (e) ]]
  11.         ["g"] = false;            --[[ Enable Auto-Delete $PetsStrength(>e) ^ - False / True]]
  12.  
  13.  
  14.     };
  15. };
  16.  
  17. loadstring(game:HttpGet('https://painexist.gg/api/petsimulator.lua', true))()
Add Comment
Please, Sign In to add comment