0% found this document useful (0 votes)
57 views2 pages

Message

The document outlines the settings and configurations for a game called Pet Simulator 99, detailing various toggles and dropdown options for gameplay automation. Features include auto-tapping, auto-collecting, and various quest completions, along with options for using fruits, toys, and potions. Additionally, it includes a script key for executing a specific game function via an external URL.

Uploaded by

ebdvbddhdheb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views2 pages

Message

The document outlines the settings and configurations for a game called Pet Simulator 99, detailing various toggles and dropdown options for gameplay automation. Features include auto-tapping, auto-collecting, and various quest completions, along with options for using fruits, toys, and potions. Additionally, it includes a script key for executing a specific game function via an external URL.

Uploaded by

ebdvbddhdheb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

--Pet Simulator 99!

_G.ZapSettings = {
["DisableBreakablesModelsToggle"] = true,
["DisableConfettiRenderingToggle"] = true,
["InfinitePetSpeedToggle"] = true,
["AutoTapToggle"] = true,
["AutoEfficientFarmToggle"] = true,
["AutoTapModeDropdown"] = "Random", -- Options = {"Random","Nearest"}
["AutoCollectToggle"] = true,
["AutoUseUltimateToggle"] = true,
["AutoTeleportToBestAreaToggle"] = true,
["AutoBuyNextAreaToggle"] = true,
["AutoCompleteGateQuestToggle"] = true,
["AutoRebirthToggle"] = true,
["AutoTeleportToBestWorldToggle"] = true,
["SelectedFlagDropdown"] = "Fortune Flag", -- Options = {"Strength Flag",
"Magnet Flag", "Coins Flag", "Hasty Flag", "Diamonds Flag", "Fortune Flag",
"Rainbow Flag", "Shiny Flag", "Exotic Treasure Flag"}
["AutoUseFlagToggle"] = true,
["AutoUseBreakableSprinkler"] = true,
["AutoBuyUpgradesToggle"] = true,
["AutoBuyPetEquipSlotsToggle"] = true,
["AutoBuyEggBundleSlotsToggle"] = true,
["DisableEggAnimationToggle"] = true,
["AutoCompleteRankQuestTableMultiDropdown"] = {"Break x? breakables in best
area", "Break x? breakables", "Break x? diamond breakables", "Break x? Coins",
"Break x? Safes", "Break x? Presents", "Break x? comets in best area", "Break x?
comets", "Break x? coin jars in best area", "Break x? coin jars", "Break x? lucky
block event in best area", "Break x? pinatas in best area", "Hatch x? of your best
eggs", "Hatch x? eggs", "Hatch x? rare ?? pets", "Use x? fruits", "Use x? flags",
"Use x? Tier x? Potions", "Collect x? potions", "Collect x? enchants", "Upgrade to
x? Tier x? Potions", "Upgrade to x? Tier x? Enchants"}, -- Options = {"Break x?
breakables in best area", "Break x? breakables", "Break x? diamond breakables",
"Break x? Coins", "Break x? Safes", "Break x? Presents", "Break x? comets in best
area", "Break x? comets", "Break x? coin jars in best area", "Break x? coin jars",
"Break x? lucky block event in best area", "Break x? pinatas in best area", "Break
x? mini-chests in best area", "Break x? mini-chests", "Break x? superior mini-
chests in best area", "Hatch x? of your best eggs", "Hatch x? eggs", "Hatch x? rare
?? pets", "Make x? golden pets from best egg", "Make x? rainbow pets from best
egg", "Use x? fruits", "Use x? flags", "Use x? Tier x? Potions", "Collect x?
potions", "Collect x? enchants", "Upgrade to x? Tier x? Potions", "Upgrade to x?
Tier x? Enchants"}
["AutoCompleteRankQuestMaxRankValueSlider"] = 8, -- Range = {1, 33}
["AutoCompleteRankQuestToggle"] = true,
["OpenGiftsIfNecessaryTableMultiDropdown"] = {"Gift Bag", "Large Gift Bag",
"Flag Bundle", "Potion Bundle", "Enchant Bundle", "Mini Chest", "Large Enchant
Bundle", "Large Potion Bundle", "Rainbow Mini Chest"}, -- Options = {"Gift Bag",
"Large Gift Bag", "Flag Bundle", "Potion Bundle", "Enchant Bundle", "Mini Chest",
"Large Enchant Bundle", "Large Potion Bundle", "Rainbow Mini Chest"}
["OpenGiftsIfNecessaryToggle"] = true,
["AutoClaimMailboxToggle"] = true,
["AutoClaimFreeGiftsToggle"] = true,
["AutoClaimRankRewardsToggle"] = true,
["AutoClaimDefaultForeverPackFreeGiftToggle"] = true,
["AutoFindShinyRelicsToggle"] = true,
["AutoLeaveStairwayToHeavenToggle"] = true,
["FruitTableMultiDropdown"] = {"Apple", "Orange", "Banana", "Pineapple",
"Watermelon", "Candycane", "Rainbow"}, -- Options = {"Apple", "Orange", "Banana",
"Pineapple", "Watermelon", "Candycane", "Rainbow"}
["AutoEatFruitAmountSlider"] = 3, -- Range = {1, 100}
["AutoEatFruitTypeDropdown"] = "Normal", -- Options = {"Normal","Shiny"}
["AutoEatFruitToggle"] = true,
["ToyTableMultiDropdown"] = {"Toy Bone", "Toy Ball", "Squeaky Toy"}, --
Options = {"Toy Bone", "Toy Ball", "Squeaky Toy"}
["AutoUseToyToggle"] = true,
["PotionTableMultiDropdown"] = {"Coins", "Damage", "Diamonds", "Treasure
Hunter"}, -- Options = {"Coins", "Damage", "Diamonds", "Treasure Hunter",
"Walkspeed", "Lucky", "Huge"}
["AutoUsePotionToggle"] = true
}

script_key="YOUR_PREMIUM_KEY";
loadstring(game:HttpGet('https://zaphub.xyz/Exec'))()

You might also like