Advertisement
emsin

config

Feb 17th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 28.20 KB | None | 0 0
  1. {
  2.   "ConsoleConfig": {
  3.     "TranslationLanguageCode": "ja-JP",
  4.     "StartupWelcomeDelay": false,
  5.     "AmountOfPokemonToDisplayOnStart": 2,
  6.     "DetailedCountsBeforeRecycling": true
  7.   },
  8.   "UpdateConfig": {
  9.     "SchemaVersion": 13,
  10.     "CheckForUpdates": true,
  11.     "AutoUpdate": true
  12.   },
  13.   "WebsocketsConfig": {
  14.     "UseWebsocket": true,
  15.     "WebSocketPort": 14351
  16.   },
  17.   "LocationConfig": {
  18.     "DisableHumanWalking": false,
  19.     "StartFromLastPosition": false,
  20.     "DefaultLatitude": 35.670894194943621,
  21.     "DefaultLongitude": 139.76497650146484,
  22.     "WalkingSpeedInKilometerPerHour": 5.16,
  23.     "UseWalkingSpeedVariant": true,
  24.     "WalkingSpeedVariant": 2.2,
  25.     "ShowVariantWalking": false,
  26.     "RandomlyPauseAtStops": true,
  27.     "MaxSpawnLocationOffset": 10,
  28.     "MaxTravelDistanceInMeters": 2000
  29.   },
  30.   "TelegramConfig": {
  31.     "UseTelegramAPI": false,
  32.     "TelegramAPIKey": "",
  33.     "TelegramPassword": ""
  34.   },
  35.   "GPXConfig": {
  36.     "UseGpxPathing": false,
  37.     "GpxFile": "GPXPath.GPX"
  38.   },
  39.   "SnipeConfig": {
  40.     "UseSnipeLocationServer": false,
  41.     "SnipeLocationServer": "localhost",
  42.     "SnipeLocationServerPort": 16969,
  43.     "GetSniperInfoFromPokezz": false,
  44.     "GetOnlyVerifiedSniperInfoFromPokezz": false,
  45.     "GetSniperInfoFromPokeSnipers": false,
  46.     "GetSniperInfoFromPokeWatchers": false,
  47.     "GetSniperInfoFromSkiplagged": false,
  48.     "MinPokeballsToSnipe": 20,
  49.     "MinPokeballsWhileSnipe": 0,
  50.     "MinDelayBetweenSnipes": 10000,
  51.     "SnipingScanOffset": 0.003,
  52.     "SnipeAtPokestops": false,
  53.     "SnipeIgnoreUnknownIv": false,
  54.     "UseTransferIvForSnipe": false,
  55.     "SnipePokemonNotInPokedex": false,
  56.     "UseSnipeLimit": false,
  57.     "SnipeRestSeconds": 180,
  58.     "SnipeCountLimit": 20,
  59.     "ActivateMSniper": true,
  60.     "MinIVForAutoSnipe": 101,
  61.     "AutosnipeVerifiedOnly": false,
  62.     "DefaultAutoSnipeCandy": 0,
  63.     "SnipePauseOnOutOfBallTime": 5,
  64.     "AutoSnipeMaxDistance": 0.0,
  65.     "AutoSnipeBatchSize": 10
  66.   },
  67.   "HumanWalkSnipeConfig": {
  68.     "Enable": false,
  69.     "DisplayPokemonList": true,
  70.     "MaxDistance": 300.0,
  71.     "MaxEstimateTime": 180.0,
  72.     "CatchEmAllMinBalls": 50,
  73.     "TryCatchEmAll": true,
  74.     "CatchPokemonWhileWalking": true,
  75.     "SpinWhileWalking": true,
  76.     "AlwaysWalkback": false,
  77.     "SnipingScanOffset": 0.002,
  78.     "WalkbackDistanceLimit": 100.0,
  79.     "IncludeDefaultLocation": true,
  80.     "UseSnipePokemonList": true,
  81.     "MaxSpeedUpSpeed": 60.0,
  82.     "AllowSpeedUp": true,
  83.     "DelayTimeAtDestination": 10000,
  84.     "UsePokeRadar": false,
  85.     "UseSkiplagged": false,
  86.     "UsePokecrew": false,
  87.     "UsePokesnipers": false,
  88.     "UsePokeZZ": false,
  89.     "UsePokeWatcher": false,
  90.     "UseFastPokemap": false,
  91.     "UsePogoLocationFeeder": false,
  92.     "AllowTransferWhileWalking": false
  93.   },
  94.   "DataSharingConfig": {
  95.     "EnableSyncData": true,
  96.     "AutoSnipe": true,
  97.     "DataServiceIdentification": "",
  98.     "SnipeDataAccessKey": "",
  99.     "EnableFailoverDataServers": true,
  100.     "FailoverDataServers": "ws://s1.mypogosnipers.com/socket.io/?EIO=3&transport=websocket;ws://s2.mypogosnipers.com/socket.io/?EIO=3&transport=websocket",
  101.     "DataRecieverURL": "ws://necrosocket.herokuapp.com/socket.io/?EIO=3&transport=websocket"
  102.   },
  103.   "PokeStopConfig": {
  104.     "UsePokeStopLimit": true,
  105.     "PokeStopLimit": 1500,
  106.     "PokeStopLimitMinutes": 1200
  107.   },
  108.   "GymConfig": {
  109.     "NotUsedSkills": [
  110.       {
  111.         "Key": "snorlax",
  112.         "Value": "hyperBeam"
  113.       },
  114.       {
  115.         "Key": "dragonite",
  116.         "Value": "hyperBeam"
  117.       },
  118.       {
  119.         "Key": "lapras",
  120.         "Value": "blizzard"
  121.       }
  122.     ],
  123.     "Enable": false,
  124.     "PrioritizeGymOverPokestop": false,
  125.     "MaxDistance": 2000.0,
  126.     "DefaultTeam": "Red",
  127.     "MaxCPToDeploy": 1500,
  128.     "MaxLevelToDeploy": 20,
  129.     "VisitTimeout": 600,
  130.     "UseRandomPokemon": false,
  131.     "NumberOfTopPokemonToBeExcluded": 20,
  132.     "CollectCoinAfterDeployed": 1,
  133.     "EnableAttackGym": false,
  134.     "MaxGymLevelToAttack": 10,
  135.     "MaxDefendersToAttack": 10,
  136.     "HealDefendersBeforeApplyToGym": true,
  137.     "DontAttackAfterCoinsLimitReached": true,
  138.     "EnableGymTraining": true,
  139.     "TrainGymWhenMissingMaxPoints": 1000,
  140.     "MaxGymLvlToTrain": 4,
  141.     "TrainAlreadyDefendedGym": true,
  142.     "MinCpToUseInAttack": 1000,
  143.     "ButNotLessThanDefenderPercent": 0.75,
  144.     "UsePokemonToAttackOnlyByCp": true,
  145.     "ExcludeForGyms": [
  146.       "kangaskhan",
  147.       "tauros",
  148.       "mrMime",
  149.       "farfetchd"
  150.     ],
  151.     "DontUseDodge": false,
  152.     "MinRevivePotions": 5,
  153.     "PrioritizeGymWithFreeSlot": true
  154.   },
  155.   "PokemonConfig": {
  156.     "CatchPokemon": true,
  157.     "DelayBetweenPokemonCatch": 1000,
  158.     "UseCatchLimit": true,
  159.     "CatchPokemonLimit": 700,
  160.     "CatchPokemonLimitMinutes": 1200,
  161.     "UseIncenseConstantly": false,
  162.     "UseEggIncubators": true,
  163.     "UseLimitedEggIncubators": true,
  164.     "UseLuckyEggConstantly": false,
  165.     "UseLuckyEggsMinPokemonAmount": 30,
  166.     "UseLuckyEggsWhileEvolving": true,
  167.     "UseBerriesMinCp": 1000,
  168.     "UseBerriesMinIv": 90.0,
  169.     "UseBerriesBelowCatchProbability": 0.2,
  170.     "UseBerriesOperator": "or",
  171.     "MaxBerriesToUsePerPokemon": 1,
  172.     "TransferWeakPokemon": false,
  173.     "TransferDuplicatePokemon": true,
  174.     "TransferDuplicatePokemonOnCapture": false,
  175.     "RenamePokemon": false,
  176.     "RenameOnlyAboveIv": false,
  177.     "RenameTemplate": "{IV}%{Name}_LV{Level}_LV{Level}",
  178.     "FavoriteMinIvPercentage": 99.0,
  179.     "AutoFavoritePokemon": false,
  180.     "MaxPokeballsPerPokemon": 20,
  181.     "UseGreatBallAboveCp": 1000,
  182.     "UseUltraBallAboveCp": 1250,
  183.     "UseMasterBallAboveCp": 1500,
  184.     "UseGreatBallAboveIv": 85.0,
  185.     "UseUltraBallAboveIv": 95.0,
  186.     "UseGreatBallBelowCatchProbability": 0.2,
  187.     "UseUltraBallBelowCatchProbability": 0.1,
  188.     "UseMasterBallBelowCatchProbability": 0.05,
  189.     "AutomaticallyLevelUpPokemon": false,
  190.     "OnlyUpgradeFavorites": true,
  191.     "UseLevelUpList": true,
  192.     "AmountOfTimesToUpgradeLoop": 5,
  193.     "GetMinStarDustForLevelUp": 5000,
  194.     "LevelUpByCPorIv": "iv",
  195.     "UpgradePokemonCpMinimum": 1000.0,
  196.     "UpgradePokemonIvMinimum": 95.0,
  197.     "UpgradePokemonMinimumStatsOperator": "and",
  198.     "EvolveAboveIvValue": 95.0,
  199.     "EvolveAllPokemonAboveIv": false,
  200.     "EvolveAllPokemonWithEnoughCandy": false,
  201.     "EvolveKeptPokemonsAtStorageUsagePercentage": 100.0,
  202.     "EvolveKeptPokemonIfBagHasOverThisManyPokemon": 250,
  203.     "KeepPokemonsThatCanEvolve": false,
  204.     "KeepMinCp": 0,
  205.     "KeepMinIvPercentage": 90.0,
  206.     "KeepMinLvl": 20,
  207.     "KeepMinOperator": "and",
  208.     "UseKeepMinLvl": false,
  209.     "PrioritizeIvOverCp": true,
  210.     "KeepMinDuplicatePokemon": 1,
  211.     "UsePokemonToNotCatchFilter": false,
  212.     "UsePokemonSniperFilterOnly": false,
  213.     "DumpPokemonStats": false,
  214.     "DelayBetweenPokemonUpgrade": 1000,
  215.     "OutOfBallCatchBlockTime": 5,
  216.     "PokeballToKeepForSnipe": 50,
  217.     "UseBulkTransferPokemon": true,
  218.     "BulkTransferStogareBuffer": 10,
  219.     "BulkTransferSize": 100,
  220.     "UseBallOperator": "or",
  221.     "FavoriteMinCp": 0.0,
  222.     "DefaultBuddyPokemon": ""
  223.   },
  224.   "RecycleConfig": {
  225.     "VerboseRecycling": true,
  226.     "RecycleInventoryAtUsagePercentage": 90.0,
  227.     "RandomizeRecycle": false,
  228.     "RandomRecycleValue": 5,
  229.     "TotalAmountOfPokeballsToKeep": 150,
  230.     "TotalAmountOfPotionsToKeep": 50,
  231.     "TotalAmountOfRevivesToKeep": 50,
  232.     "TotalAmountOfBerriesToKeep": 50,
  233.     "UseRecyclePercentsInsteadOfTotals": true,
  234.     "PercentOfInventoryPokeballsToKeep": 60,
  235.     "PercentOfInventoryPotionsToKeep": 10,
  236.     "PercentOfInventoryRevivesToKeep": 10,
  237.     "PercentOfInventoryBerriesToKeep": 10
  238.   },
  239.   "CustomCatchConfig": {
  240.     "EnableHumanizedThrows": true,
  241.     "EnableMissedThrows": true,
  242.     "ThrowMissPercentage": 5,
  243.     "NiceThrowChance": 5,
  244.     "GreatThrowChance": 15,
  245.     "ExcellentThrowChance": 80,
  246.     "CurveThrowChance": 90,
  247.     "ForceGreatThrowOverIv": 90.0,
  248.     "ForceExcellentThrowOverIv": 95.0,
  249.     "ForceGreatThrowOverCp": 1000,
  250.     "ForceExcellentThrowOverCp": 1500,
  251.     "UseTransferFilterToCatch": false
  252.   },
  253.   "PlayerConfig": {
  254.     "DelayBetweenPlayerActions": 1000,
  255.     "EvolveActionDelay": 1000,
  256.     "TransferActionDelay": 1000,
  257.     "RecycleActionDelay": 1000,
  258.     "RenamePokemonActionDelay": 1000,
  259.     "UseNearActionRandom": true,
  260.     "RandomizeSettingsByPercent": 5,
  261.     "AutoFinishTutorial": false
  262.   },
  263.   "SoftBanConfig": {
  264.     "FastSoftBanBypass": false,
  265.     "ByPassSpinCount": 1
  266.   },
  267.   "GoogleWalkConfig": {
  268.     "UseGoogleWalk": false,
  269.     "DefaultStepLength": 1.3,
  270.     "GoogleHeuristic": "walking",
  271.     "GoogleAPIKey": null,
  272.     "Cache": true,
  273.     "GoogleElevationAPIKey": null
  274.   },
  275.   "YoursWalkConfig": {
  276.     "UseYoursWalk": false,
  277.     "YoursWalkHeuristic": "bicycle"
  278.   },
  279.   "MapzenWalkConfig": {
  280.     "UseMapzenWalk": false,
  281.     "MapzenTurnByTurnApiKey": "valhalla-C5K7ZG7",
  282.     "MapzenWalkHeuristic": "bicycle",
  283.     "MapzenElevationApiKey": "elevation-QZ68qtN"
  284.   },
  285.   "ItemRecycleFilter": [
  286.     {
  287.       "Key": "itemUnknown",
  288.       "Value": 0
  289.     },
  290.     {
  291.       "Key": "itemLuckyEgg",
  292.       "Value": 200
  293.     },
  294.     {
  295.       "Key": "itemIncenseOrdinary",
  296.       "Value": 100
  297.     },
  298.     {
  299.       "Key": "itemIncenseSpicy",
  300.       "Value": 100
  301.     },
  302.     {
  303.       "Key": "itemIncenseCool",
  304.       "Value": 100
  305.     },
  306.     {
  307.       "Key": "itemIncenseFloral",
  308.       "Value": 100
  309.     },
  310.     {
  311.       "Key": "itemTroyDisk",
  312.       "Value": 100
  313.     },
  314.     {
  315.       "Key": "itemXAttack",
  316.       "Value": 100
  317.     },
  318.     {
  319.       "Key": "itemXDefense",
  320.       "Value": 100
  321.     },
  322.     {
  323.       "Key": "itemXMiracle",
  324.       "Value": 100
  325.     },
  326.     {
  327.       "Key": "itemSpecialCamera",
  328.       "Value": 100
  329.     },
  330.     {
  331.       "Key": "itemIncubatorBasicUnlimited",
  332.       "Value": 100
  333.     },
  334.     {
  335.       "Key": "itemIncubatorBasic",
  336.       "Value": 100
  337.     },
  338.     {
  339.       "Key": "itemPokemonStorageUpgrade",
  340.       "Value": 100
  341.     },
  342.     {
  343.       "Key": "itemItemStorageUpgrade",
  344.       "Value": 100
  345.     }
  346.   ],
  347.   "PokemonsNotToTransfer": [
  348.     "pichu",
  349.     "cleffa",
  350.     "igglybuff",
  351.     "togepi",
  352.     "togetic",
  353.     "smoochum",
  354.     "elekid",
  355.     "magby",
  356.     "articuno",
  357.     "zapdos",
  358.     "moltres",
  359.     "mewtwo",
  360.     "mew"
  361.   ],
  362.   "PokemonsToEvolve": [],
  363.   "PokemonsToLevelUp": [
  364.     "lapras",
  365.     "snorlax",
  366.     "dragonite"
  367.   ],
  368.   "PokemonsToIgnore": [
  369.     "rattata",
  370.     "nidoranFemale",
  371.     "nidoranMale",
  372.     "oddish",
  373.     "poliwag",
  374.     "bellsprout",
  375.     "geodude",
  376.     "gastly",
  377.     "metapod",
  378.     "kakuna",
  379.     "pidgeotto",
  380.     "spearow",
  381.     "ekans",
  382.     "sandshrew",
  383.     "clefairy",
  384.     "vulpix",
  385.     "jigglypuff",
  386.     "zubat",
  387.     "paras",
  388.     "venonat",
  389.     "diglett",
  390.     "meowth",
  391.     "psyduck",
  392.     "mankey",
  393.     "tentacool",
  394.     "ponyta",
  395.     "slowpoke",
  396.     "magnemite",
  397.     "doduo",
  398.     "seel",
  399.     "shellder",
  400.     "drowzee",
  401.     "krabby",
  402.     "voltorb",
  403.     "marowak",
  404.     "koffing",
  405.     "horsea",
  406.     "goldeen",
  407.     "staryu",
  408.     "omanyte",
  409.     "kabuto",
  410.     "nidorina",
  411.     "nidorino",
  412.     "gloom",
  413.     "poliwhirl",
  414.     "weepinbell",
  415.     "haunter",
  416.     "butterfree",
  417.     "beedrill",
  418.     "pidgeot",
  419.     "raticate",
  420.     "fearow",
  421.     "arbok",
  422.     "sandslash",
  423.     "nidoqueen",
  424.     "nidoking",
  425.     "clefable",
  426.     "ninetales",
  427.     "wigglytuff",
  428.     "golbat",
  429.     "vileplume",
  430.     "parasect",
  431.     "venomoth",
  432.     "dugtrio",
  433.     "persian",
  434.     "golduck",
  435.     "primeape",
  436.     "poliwrath",
  437.     "victreebel",
  438.     "tentacruel",
  439.     "rapidash",
  440.     "slowbro",
  441.     "magneton",
  442.     "dodrio",
  443.     "dewgong",
  444.     "cloyster",
  445.     "gengar",
  446.     "onix",
  447.     "hypno",
  448.     "kingler",
  449.     "electrode",
  450.     "cubone",
  451.     "hitmonlee",
  452.     "hitmonchan",
  453.     "lickitung",
  454.     "weezing",
  455.     "tangela",
  456.     "seadra",
  457.     "seaking",
  458.     "starmie",
  459.     "jynx",
  460.     "electabuzz",
  461.     "magmar",
  462.     "pinsir",
  463.     "omastar",
  464.     "kabutops"
  465.   ],
  466.   "CaptchaConfig": {
  467.     "AllowManualCaptchaResolve": true,
  468.     "ManualCaptchaTimeout": 120,
  469.     "PlaySoundOnCaptcha": true,
  470.     "DisplayOnTop": true,
  471.     "Enable2Captcha": false,
  472.     "EnableAntiCaptcha": false,
  473.     "AntiCaptchaAPIKey": "201.33.206.229",
  474.     "ProxyHost": "",
  475.     "ProxyPort": 3128,
  476.     "EnableCaptchaSolutions": false,
  477.     "CaptchaSolutionAPIKey": "",
  478.     "CaptchaSolutionsSecretKey": "",
  479.     "AutoCaptchaTimeout": 120,
  480.     "AutoCaptchaRetries": 3,
  481.     "TwoCaptchaAPIKey": ""
  482.   },
  483.   "PokemonsTransferFilter": {
  484.     "Chikorita": {
  485.       "KeepMinCp": 0,
  486.       "KeepMinIvPercentage": 90.0,
  487.       "KeepMinLvl": 0,
  488.       "UseKeepMinLvl": true,
  489.       "KeepMinOperator": "and",
  490.       "KeepMinDuplicatePokemon": 0,
  491.       "Moves": [
  492.         [],
  493.         []
  494.       ],
  495.       "DeprecatedMoves": null,
  496.       "MovesOperator": "and",
  497.       "CatchOnlyPokemonMeetTransferCriteria": false
  498.     }
  499.   },
  500.   "PokemonToSnipe": {
  501.     "Locations": [
  502.       {
  503.         "Latitude": -33.860063648003653,
  504.         "Longitude": 151.20049953460693
  505.       }
  506.     ],
  507.     "Pokemon": [
  508.       "bulbasaur",
  509.       "ivysaur",
  510.       "venusaur",
  511.       "charmander",
  512.       "charmeleon",
  513.       "charizard",
  514.       "squirtle",
  515.       "wartortle",
  516.       "blastoise",
  517.       "pikachu",
  518.       "raichu",
  519.       "abra",
  520.       "kadabra",
  521.       "alakazam",
  522.       "farfetchd",
  523.       "grimer",
  524.       "muk",
  525.       "exeggcute",
  526.       "exeggutor",
  527.       "rhyhorn",
  528.       "rhydon",
  529.       "chansey",
  530.       "kangaskhan",
  531.       "mrMime",
  532.       "scyther",
  533.       "tauros",
  534.       "magikarp",
  535.       "gyarados",
  536.       "lapras",
  537.       "ditto",
  538.       "eevee",
  539.       "vaporeon",
  540.       "jolteon",
  541.       "flareon",
  542.       "porygon",
  543.       "aerodactyl",
  544.       "snorlax",
  545.       "dratini",
  546.       "dragonair",
  547.       "dragonite"
  548.     ]
  549.   },
  550.   "PokemonToUseMasterball": [
  551.     "articuno",
  552.     "zapdos",
  553.     "moltres",
  554.     "mew",
  555.     "mewtwo"
  556.   ],
  557.   "HumanWalkSnipeFilters": {},
  558.   "PokemonUpgradeFilters": {},
  559.   "MultipleBotConfig": {
  560.     "RuntimeSwitch": 55,
  561.     "OnLimitPauseTimes": 15,
  562.     "OnRarePokemon": true,
  563.     "MinIVToSwitch": 99.0,
  564.     "EXPSwitch": 500000,
  565.     "PokestopSwitch": 500,
  566.     "PokemonSwitch": 200,
  567.     "PokemonPerHourSwitch": 100,
  568.     "StartFromDefaultLocation": true,
  569.     "PokestopSoftbanCount": 5,
  570.     "DisplayList": true,
  571.     "SelectAccountOnStartUp": false,
  572.     "CatchFleeCount": 5,
  573.     "SwitchOnCatchLimit": true,
  574.     "SwitchOnPokestopLimit": true
  575.   },
  576.   "NotificationConfig": {
  577.     "EnablePushBulletNotification": false,
  578.     "EnableEmailNotification": false,
  579.     "PushBulletApiKey": "",
  580.     "GmailUsername": "",
  581.     "GmailPassword": "",
  582.     "Recipients": ""
  583.   },
  584.   "SnipePokemonFilter": {
  585.     "Chikorita": {
  586.       "SnipeIV": 100,
  587.       "Moves": [],
  588.       "Operator": "or",
  589.       "VerifiedOnly": false,
  590.       "Priority": 5,
  591.       "AutoSnipeCandy": 2000,
  592.       "Level": 0,
  593.       "AllowMultiAccountSnipe": false
  594.     },
  595.     "Bayleef": {
  596.       "SnipeIV": 100,
  597.       "Moves": [],
  598.       "Operator": "or",
  599.       "VerifiedOnly": false,
  600.       "Priority": 5,
  601.       "AutoSnipeCandy": 2000,
  602.       "Level": 0,
  603.       "AllowMultiAccountSnipe": false
  604.     },
  605.     "Meganium": {
  606.       "SnipeIV": 100,
  607.       "Moves": [],
  608.       "Operator": "or",
  609.       "VerifiedOnly": false,
  610.       "Priority": 5,
  611.       "AutoSnipeCandy": 2000,
  612.       "Level": 0,
  613.       "AllowMultiAccountSnipe": false
  614.     },
  615.     "Cyndaquil": {
  616.       "SnipeIV": 100,
  617.       "Moves": [],
  618.       "Operator": "or",
  619.       "VerifiedOnly": false,
  620.       "Priority": 5,
  621.       "AutoSnipeCandy": 2000,
  622.       "Level": 0,
  623.       "AllowMultiAccountSnipe": false
  624.     },
  625.     "Quilava": {
  626.       "SnipeIV": 100,
  627.       "Moves": [],
  628.       "Operator": "or",
  629.       "VerifiedOnly": false,
  630.       "Priority": 5,
  631.       "AutoSnipeCandy": 2000,
  632.       "Level": 0,
  633.       "AllowMultiAccountSnipe": false
  634.     },
  635.     "Typhlosion": {
  636.       "SnipeIV": 100,
  637.       "Moves": [],
  638.       "Operator": "or",
  639.       "VerifiedOnly": false,
  640.       "Priority": 5,
  641.       "AutoSnipeCandy": 2000,
  642.       "Level": 0,
  643.       "AllowMultiAccountSnipe": false
  644.     },
  645.     "Totodile": {
  646.       "SnipeIV": 100,
  647.       "Moves": [],
  648.       "Operator": "or",
  649.       "VerifiedOnly": false,
  650.       "Priority": 5,
  651.       "AutoSnipeCandy": 2000,
  652.       "Level": 0,
  653.       "AllowMultiAccountSnipe": false
  654.     },
  655.     "Croconaw": {
  656.       "SnipeIV": 100,
  657.       "Moves": [],
  658.       "Operator": "or",
  659.       "VerifiedOnly": false,
  660.       "Priority": 5,
  661.       "AutoSnipeCandy": 2000,
  662.       "Level": 0,
  663.       "AllowMultiAccountSnipe": false
  664.     },
  665.     "Feraligatr": {
  666.       "SnipeIV": 100,
  667.       "Moves": [],
  668.       "Operator": "or",
  669.       "VerifiedOnly": false,
  670.       "Priority": 5,
  671.       "AutoSnipeCandy": 2000,
  672.       "Level": 0,
  673.       "AllowMultiAccountSnipe": false
  674.     },
  675.     "Bulbasaur": {
  676.       "SnipeIV": 100,
  677.       "Moves": [],
  678.       "Operator": "or",
  679.       "VerifiedOnly": true,
  680.       "Priority": 5,
  681.       "AutoSnipeCandy": 200,
  682.       "Level": 0,
  683.       "AllowMultiAccountSnipe": false
  684.     },
  685.     "Blissey": {
  686.       "SnipeIV": 100,
  687.       "Moves": [],
  688.       "Operator": "or",
  689.       "VerifiedOnly": false,
  690.       "Priority": 5,
  691.       "AutoSnipeCandy": 2000,
  692.       "Level": 0,
  693.       "AllowMultiAccountSnipe": false
  694.     },
  695.     "Larvitar": {
  696.       "SnipeIV": 100,
  697.       "Moves": [],
  698.       "Operator": "or",
  699.       "VerifiedOnly": false,
  700.       "Priority": 5,
  701.       "AutoSnipeCandy": 2000,
  702.       "Level": 0,
  703.       "AllowMultiAccountSnipe": true
  704.     },
  705.     "Pupitar": {
  706.       "SnipeIV": 100,
  707.       "Moves": [],
  708.       "Operator": "or",
  709.       "VerifiedOnly": false,
  710.       "Priority": 5,
  711.       "AutoSnipeCandy": 2000,
  712.       "Level": 0,
  713.       "AllowMultiAccountSnipe": true
  714.     },
  715.     "Tyranitar": {
  716.       "SnipeIV": 100,
  717.       "Moves": [],
  718.       "Operator": "or",
  719.       "VerifiedOnly": false,
  720.       "Priority": 5,
  721.       "AutoSnipeCandy": 2000,
  722.       "Level": 0,
  723.       "AllowMultiAccountSnipe": true
  724.     },
  725.     "Ivysaur": {
  726.       "SnipeIV": 100,
  727.       "Moves": [],
  728.       "Operator": "or",
  729.       "VerifiedOnly": true,
  730.       "Priority": 5,
  731.       "AutoSnipeCandy": 200,
  732.       "Level": 0,
  733.       "AllowMultiAccountSnipe": false
  734.     },
  735.     "Venusaur": {
  736.       "SnipeIV": 100,
  737.       "Moves": [],
  738.       "Operator": "or",
  739.       "VerifiedOnly": true,
  740.       "Priority": 5,
  741.       "AutoSnipeCandy": 200,
  742.       "Level": 0,
  743.       "AllowMultiAccountSnipe": false
  744.     },
  745.     "Charmander": {
  746.       "SnipeIV": 100,
  747.       "Moves": [],
  748.       "Operator": "or",
  749.       "VerifiedOnly": true,
  750.       "Priority": 5,
  751.       "AutoSnipeCandy": 200,
  752.       "Level": 0,
  753.       "AllowMultiAccountSnipe": false
  754.     },
  755.     "Charmeleon": {
  756.       "SnipeIV": 100,
  757.       "Moves": [],
  758.       "Operator": "or",
  759.       "VerifiedOnly": true,
  760.       "Priority": 5,
  761.       "AutoSnipeCandy": 200,
  762.       "Level": 0,
  763.       "AllowMultiAccountSnipe": false
  764.     },
  765.     "Charizard": {
  766.       "SnipeIV": 100,
  767.       "Moves": [],
  768.       "Operator": "or",
  769.       "VerifiedOnly": true,
  770.       "Priority": 5,
  771.       "AutoSnipeCandy": 200,
  772.       "Level": 0,
  773.       "AllowMultiAccountSnipe": false
  774.     },
  775.     "Squirtle": {
  776.       "SnipeIV": 100,
  777.       "Moves": [],
  778.       "Operator": "or",
  779.       "VerifiedOnly": true,
  780.       "Priority": 5,
  781.       "AutoSnipeCandy": 200,
  782.       "Level": 0,
  783.       "AllowMultiAccountSnipe": false
  784.     },
  785.     "Wartortle": {
  786.       "SnipeIV": 100,
  787.       "Moves": [],
  788.       "Operator": "or",
  789.       "VerifiedOnly": true,
  790.       "Priority": 5,
  791.       "AutoSnipeCandy": 200,
  792.       "Level": 0,
  793.       "AllowMultiAccountSnipe": false
  794.     },
  795.     "Blastoise": {
  796.       "SnipeIV": 100,
  797.       "Moves": [],
  798.       "Operator": "or",
  799.       "VerifiedOnly": true,
  800.       "Priority": 5,
  801.       "AutoSnipeCandy": 200,
  802.       "Level": 0,
  803.       "AllowMultiAccountSnipe": false
  804.     },
  805.     "Pikachu": {
  806.       "SnipeIV": 100,
  807.       "Moves": [],
  808.       "Operator": "or",
  809.       "VerifiedOnly": true,
  810.       "Priority": 5,
  811.       "AutoSnipeCandy": 200,
  812.       "Level": 0,
  813.       "AllowMultiAccountSnipe": false
  814.     },
  815.     "Raichu": {
  816.       "SnipeIV": 100,
  817.       "Moves": [],
  818.       "Operator": "or",
  819.       "VerifiedOnly": true,
  820.       "Priority": 5,
  821.       "AutoSnipeCandy": 200,
  822.       "Level": 0,
  823.       "AllowMultiAccountSnipe": false
  824.     },
  825.     "Abra": {
  826.       "SnipeIV": 100,
  827.       "Moves": [],
  828.       "Operator": "or",
  829.       "VerifiedOnly": true,
  830.       "Priority": 5,
  831.       "AutoSnipeCandy": 200,
  832.       "Level": 0,
  833.       "AllowMultiAccountSnipe": false
  834.     },
  835.     "Kadabra": {
  836.       "SnipeIV": 100,
  837.       "Moves": [],
  838.       "Operator": "or",
  839.       "VerifiedOnly": true,
  840.       "Priority": 5,
  841.       "AutoSnipeCandy": 200,
  842.       "Level": 0,
  843.       "AllowMultiAccountSnipe": false
  844.     },
  845.     "Alakazam": {
  846.       "SnipeIV": 100,
  847.       "Moves": [],
  848.       "Operator": "or",
  849.       "VerifiedOnly": true,
  850.       "Priority": 5,
  851.       "AutoSnipeCandy": 200,
  852.       "Level": 0,
  853.       "AllowMultiAccountSnipe": false
  854.     },
  855.     "Farfetchd": {
  856.       "SnipeIV": 100,
  857.       "Moves": [],
  858.       "Operator": "or",
  859.       "VerifiedOnly": true,
  860.       "Priority": 5,
  861.       "AutoSnipeCandy": 200,
  862.       "Level": 0,
  863.       "AllowMultiAccountSnipe": false
  864.     },
  865.     "Grimer": {
  866.       "SnipeIV": 100,
  867.       "Moves": [],
  868.       "Operator": "or",
  869.       "VerifiedOnly": true,
  870.       "Priority": 5,
  871.       "AutoSnipeCandy": 200,
  872.       "Level": 0,
  873.       "AllowMultiAccountSnipe": false
  874.     },
  875.     "Muk": {
  876.       "SnipeIV": 100,
  877.       "Moves": [],
  878.       "Operator": "or",
  879.       "VerifiedOnly": true,
  880.       "Priority": 5,
  881.       "AutoSnipeCandy": 200,
  882.       "Level": 0,
  883.       "AllowMultiAccountSnipe": false
  884.     },
  885.     "Exeggcute": {
  886.       "SnipeIV": 100,
  887.       "Moves": [],
  888.       "Operator": "or",
  889.       "VerifiedOnly": true,
  890.       "Priority": 6,
  891.       "AutoSnipeCandy": 200,
  892.       "Level": 0,
  893.       "AllowMultiAccountSnipe": false
  894.     },
  895.     "Exeggutor": {
  896.       "SnipeIV": 100,
  897.       "Moves": [],
  898.       "Operator": "or",
  899.       "VerifiedOnly": true,
  900.       "Priority": 6,
  901.       "AutoSnipeCandy": 200,
  902.       "Level": 0,
  903.       "AllowMultiAccountSnipe": false
  904.     },
  905.     "Rhyhorn": {
  906.       "SnipeIV": 100,
  907.       "Moves": [],
  908.       "Operator": "or",
  909.       "VerifiedOnly": true,
  910.       "Priority": 3,
  911.       "AutoSnipeCandy": 200,
  912.       "Level": 0,
  913.       "AllowMultiAccountSnipe": false
  914.     },
  915.     "Rhydon": {
  916.       "SnipeIV": 100,
  917.       "Moves": [],
  918.       "Operator": "or",
  919.       "VerifiedOnly": true,
  920.       "Priority": 3,
  921.       "AutoSnipeCandy": 200,
  922.       "Level": 0,
  923.       "AllowMultiAccountSnipe": false
  924.     },
  925.     "Chansey": {
  926.       "SnipeIV": 100,
  927.       "Moves": [],
  928.       "Operator": "or",
  929.       "VerifiedOnly": true,
  930.       "Priority": 4,
  931.       "AutoSnipeCandy": 500,
  932.       "Level": 0,
  933.       "AllowMultiAccountSnipe": false
  934.     },
  935.     "Kangaskhan": {
  936.       "SnipeIV": 100,
  937.       "Moves": [],
  938.       "Operator": "or",
  939.       "VerifiedOnly": true,
  940.       "Priority": 5,
  941.       "AutoSnipeCandy": 200,
  942.       "Level": 0,
  943.       "AllowMultiAccountSnipe": false
  944.     },
  945.     "MrMime": {
  946.       "SnipeIV": 100,
  947.       "Moves": [],
  948.       "Operator": "or",
  949.       "VerifiedOnly": true,
  950.       "Priority": 5,
  951.       "AutoSnipeCandy": 200,
  952.       "Level": 0,
  953.       "AllowMultiAccountSnipe": false
  954.     },
  955.     "Scyther": {
  956.       "SnipeIV": 100,
  957.       "Moves": [],
  958.       "Operator": "or",
  959.       "VerifiedOnly": true,
  960.       "Priority": 5,
  961.       "AutoSnipeCandy": 200,
  962.       "Level": 0,
  963.       "AllowMultiAccountSnipe": false
  964.     },
  965.     "Tauros": {
  966.       "SnipeIV": 100,
  967.       "Moves": [],
  968.       "Operator": "or",
  969.       "VerifiedOnly": true,
  970.       "Priority": 5,
  971.       "AutoSnipeCandy": 200,
  972.       "Level": 0,
  973.       "AllowMultiAccountSnipe": false
  974.     },
  975.     "Magikarp": {
  976.       "SnipeIV": 100,
  977.       "Moves": [],
  978.       "Operator": "or",
  979.       "VerifiedOnly": true,
  980.       "Priority": 5,
  981.       "AutoSnipeCandy": 2000,
  982.       "Level": 0,
  983.       "AllowMultiAccountSnipe": false
  984.     },
  985.     "Gyarados": {
  986.       "SnipeIV": 100,
  987.       "Moves": [],
  988.       "Operator": "or",
  989.       "VerifiedOnly": true,
  990.       "Priority": 5,
  991.       "AutoSnipeCandy": 200,
  992.       "Level": 0,
  993.       "AllowMultiAccountSnipe": false
  994.     },
  995.     "Lapras": {
  996.       "SnipeIV": 90,
  997.       "Moves": [],
  998.       "Operator": "or",
  999.       "VerifiedOnly": true,
  1000.       "Priority": 1,
  1001.       "AutoSnipeCandy": 200,
  1002.       "Level": 0,
  1003.       "AllowMultiAccountSnipe": true
  1004.     },
  1005.     "Ditto": {
  1006.       "SnipeIV": 100,
  1007.       "Moves": [],
  1008.       "Operator": "or",
  1009.       "VerifiedOnly": true,
  1010.       "Priority": 5,
  1011.       "AutoSnipeCandy": 200,
  1012.       "Level": 0,
  1013.       "AllowMultiAccountSnipe": false
  1014.     },
  1015.     "Eevee": {
  1016.       "SnipeIV": 100,
  1017.       "Moves": [],
  1018.       "Operator": "or",
  1019.       "VerifiedOnly": true,
  1020.       "Priority": 10,
  1021.       "AutoSnipeCandy": 200,
  1022.       "Level": 0,
  1023.       "AllowMultiAccountSnipe": false
  1024.     },
  1025.     "Aerodactyl": {
  1026.       "SnipeIV": 100,
  1027.       "Moves": [],
  1028.       "Operator": "or",
  1029.       "VerifiedOnly": true,
  1030.       "Priority": 5,
  1031.       "AutoSnipeCandy": 200,
  1032.       "Level": 0,
  1033.       "AllowMultiAccountSnipe": false
  1034.     },
  1035.     "Snorlax": {
  1036.       "SnipeIV": 90,
  1037.       "Moves": [],
  1038.       "Operator": "or",
  1039.       "VerifiedOnly": true,
  1040.       "Priority": 2,
  1041.       "AutoSnipeCandy": 200,
  1042.       "Level": 0,
  1043.       "AllowMultiAccountSnipe": true
  1044.     },
  1045.     "Dratini": {
  1046.       "SnipeIV": 100,
  1047.       "Moves": [],
  1048.       "Operator": "or",
  1049.       "VerifiedOnly": true,
  1050.       "Priority": 5,
  1051.       "AutoSnipeCandy": 2000,
  1052.       "Level": 0,
  1053.       "AllowMultiAccountSnipe": true
  1054.     },
  1055.     "Dragonair": {
  1056.       "SnipeIV": 100,
  1057.       "Moves": [],
  1058.       "Operator": "or",
  1059.       "VerifiedOnly": true,
  1060.       "Priority": 5,
  1061.       "AutoSnipeCandy": 200,
  1062.       "Level": 0,
  1063.       "AllowMultiAccountSnipe": true
  1064.     },
  1065.     "Dragonite": {
  1066.       "SnipeIV": 100,
  1067.       "Moves": [],
  1068.       "Operator": "or",
  1069.       "VerifiedOnly": true,
  1070.       "Priority": 1,
  1071.       "AutoSnipeCandy": 200,
  1072.       "Level": 0,
  1073.       "AllowMultiAccountSnipe": true
  1074.     }
  1075.   },
  1076.   "EvolvePokemonFilter": {
  1077.     "Caterpie": {
  1078.       "EnableEvolve": true,
  1079.       "MinIV": 0,
  1080.       "MinLV": 0,
  1081.       "MinCP": 0,
  1082.       "Moves": [],
  1083.       "Operator": "or"
  1084.     },
  1085.     "Weedle": {
  1086.       "EnableEvolve": true,
  1087.       "MinIV": 0,
  1088.       "MinLV": 0,
  1089.       "MinCP": 0,
  1090.       "Moves": [],
  1091.       "Operator": "or"
  1092.     },
  1093.     "Pidgey": {
  1094.       "EnableEvolve": true,
  1095.       "MinIV": 0,
  1096.       "MinLV": 0,
  1097.       "MinCP": 0,
  1098.       "Moves": [],
  1099.       "Operator": "or"
  1100.     },
  1101.     "Rattata": {
  1102.       "EnableEvolve": true,
  1103.       "MinIV": 0,
  1104.       "MinLV": 0,
  1105.       "MinCP": 0,
  1106.       "Moves": [],
  1107.       "Operator": "or"
  1108.     }
  1109.   },
  1110.   "CatchPokemonFilter": {
  1111.     "Lapras": {
  1112.       "MinIV": 0,
  1113.       "MinLV": 0,
  1114.       "MinCP": 0,
  1115.       "Moves": [],
  1116.       "Operator": "or"
  1117.     },
  1118.     "Dratini": {
  1119.       "MinIV": 0,
  1120.       "MinLV": 0,
  1121.       "MinCP": 0,
  1122.       "Moves": [],
  1123.       "Operator": "or"
  1124.     },
  1125.     "Dragonite": {
  1126.       "MinIV": 0,
  1127.       "MinLV": 0,
  1128.       "MinCP": 0,
  1129.       "Moves": [],
  1130.       "Operator": "or"
  1131.     },
  1132.     "Snorlax": {
  1133.       "MinIV": 0,
  1134.       "MinLV": 0,
  1135.       "MinCP": 0,
  1136.       "Moves": [],
  1137.       "Operator": "or"
  1138.     },
  1139.     "Zubat": {
  1140.       "MinIV": 0,
  1141.       "MinLV": 0,
  1142.       "MinCP": 0,
  1143.       "Moves": [],
  1144.       "Operator": "and"
  1145.     }
  1146.   },
  1147.   "BotSwitchPokemonFilters": {
  1148.     "Dragonite": {
  1149.       "IV": 100,
  1150.       "RemainTimes": 90,
  1151.       "Operator": "and",
  1152.       "LV": 20,
  1153.       "Moves": []
  1154.     },
  1155.     "Lapras": {
  1156.       "IV": 90,
  1157.       "RemainTimes": 90,
  1158.       "Operator": "and",
  1159.       "LV": 25,
  1160.       "Moves": []
  1161.     },
  1162.     "Arcanine": {
  1163.       "IV": 100,
  1164.       "RemainTimes": 99,
  1165.       "Operator": "or",
  1166.       "LV": 20,
  1167.       "Moves": []
  1168.     },
  1169.     "Blastoise": {
  1170.       "IV": 100,
  1171.       "RemainTimes": 99,
  1172.       "Operator": "and",
  1173.       "LV": 30,
  1174.       "Moves": []
  1175.     },
  1176.     "Charizard": {
  1177.       "IV": 99,
  1178.       "RemainTimes": 99,
  1179.       "Operator": "and",
  1180.       "LV": 30,
  1181.       "Moves": []
  1182.     },
  1183.     "Venusaur": {
  1184.       "IV": 99,
  1185.       "RemainTimes": 99,
  1186.       "Operator": "and",
  1187.       "LV": 30,
  1188.       "Moves": []
  1189.     },
  1190.     "Dragonair": {
  1191.       "IV": 100,
  1192.       "RemainTimes": 99,
  1193.       "Operator": "and",
  1194.       "LV": 20,
  1195.       "Moves": []
  1196.     },
  1197.     "Dratini": {
  1198.       "IV": 100,
  1199.       "RemainTimes": 99,
  1200.       "Operator": "and",
  1201.       "LV": 20,
  1202.       "Moves": []
  1203.     },
  1204.     "Snorlax": {
  1205.       "IV": 100,
  1206.       "RemainTimes": 90,
  1207.       "Operator": "or",
  1208.       "LV": 10,
  1209.       "Moves": []
  1210.     }
  1211.   },
  1212.   "UIConfig": {
  1213.     "SnipeItemListDisplayTime": 150
  1214.   }
  1215. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement