getgenv().Config = { ["main"] = { ["a"] = 100; --[[ Set Amount of Lowest Coin to Farm]] ["b"] = math.huge; --[[ Set Amount of Highest Coin to Farm]] ["c"] = true; --[[ Enable Auto-Farm & Sell (a*b) ^ - False / True ]] ["d"] = {"1"}; --[[ 1 = Level 1 Island, 2 = Level 2 Island, 3 = VIP Island etc..]] ["e"] = false; --[[ Auto Buy $TierPets(c) ^ - False / True]] ["f"] = 1; --[[ $PetStrength keep minimum - Deletes all > (e) ]] ["g"] = false; --[[ Enable Auto-Delete $PetsStrength(>e) ^ - False / True]] }; }; loadstring(game:HttpGet('https://painexist.gg/api/petsimulator.lua', true))()