Advertisement
emsin

pokestop

Nov 22nd, 2016
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 22.61 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": 23,
  10.     "CheckForUpdates": true,
  11.     "AutoUpdate": true
  12.   },
  13.   "WebsocketsConfig": {
  14.     "UseWebsocket": true,
  15.     "WebSocketPort": 14251
  16.   },
  17.   "LocationConfig": {
  18.     "DisableHumanWalking": false,
  19.     "StartFromLastPosition": true,
  20.     "DefaultLatitude": 35.6965388,
  21.     "DefaultLongitude": 139.8048367,
  22.     "WalkingSpeedInKilometerPerHour": 3.16,
  23.     "UseWalkingSpeedVariant": true,
  24.     "WalkingSpeedVariant": 1.2,
  25.     "ShowVariantWalking": false,
  26.     "RandomlyPauseAtStops": true,
  27.     "MaxSpawnLocationOffset": 10,
  28.     "MaxTravelDistanceInMeters": 3000
  29.   },
  30.   "TelegramConfig": {
  31.     "UseTelegramAPI": false,
  32.     "TelegramAPIKey": null,
  33.     "TelegramPassword": null
  34.   },
  35.   "GPXConfig": {
  36.     "UseGpxPathing": false,
  37.     "GpxFile": "GPXPath.GPX"
  38.   },
  39.   "SnipeConfig": {
  40.     "UseSnipeLocationServer": false,
  41.     "SnipeLocationServer": "localhost",
  42.     "SnipeLocationServerPort": 16969,
  43.     "MinPokeballsToSnipe": 20,
  44.     "MinPokeballsWhileSnipe": 0,
  45.     "MinDelayBetweenSnipes": 10000,
  46.     "SnipingScanOffset": 0.003,
  47.     "SnipeAtPokestops": true,
  48.     "SnipeIgnoreUnknownIv": false,
  49.     "UseTransferIvForSnipe": false,
  50.     "SnipePokemonNotInPokedex": false,
  51.     "UseSnipeLimit": false,
  52.     "SnipeRestSeconds": 60,
  53.     "SnipeCountLimit": 10,
  54.     "ActivateMSniper": true,
  55.     "MinIVForAutoSnipe": 95,
  56.     "MinLevelForAutoSnipe": 0,
  57.     "AutosnipeVerifiedOnly": false,
  58.     "DefaultAutoSnipeCandy": 0,
  59.     "SnipePauseOnOutOfBallTime": 5,
  60.     "AutoSnipeMaxDistance": 0.0,
  61.     "AutoSnipeBatchSize": 10
  62.   },
  63.   "HumanWalkSnipeConfig": {
  64.     "Enable": false,
  65.     "DisplayPokemonList": true,
  66.     "MaxDistance": 300.0,
  67.     "MaxEstimateTime": 180.0,
  68.     "CatchEmAllMinBalls": 50,
  69.     "TryCatchEmAll": true,
  70.     "CatchPokemonWhileWalking": true,
  71.     "SpinWhileWalking": true,
  72.     "AlwaysWalkback": false,
  73.     "SnipingScanOffset": 0.002,
  74.     "WalkbackDistanceLimit": 100.0,
  75.     "IncludeDefaultLocation": true,
  76.     "UseSnipePokemonList": true,
  77.     "MaxSpeedUpSpeed": 60.0,
  78.     "AllowSpeedUp": true,
  79.     "DelayTimeAtDestination": 10000,
  80.     "UsePokeRadar": false,
  81.     "UseSkiplagged": false,
  82.     "UsePokecrew": false,
  83.     "UsePokesnipers": false,
  84.     "UsePokeZZ": false,
  85.     "UsePokeWatcher": false,
  86.     "UseFastPokemap": false,
  87.     "UsePogoLocationFeeder": false,
  88.     "AllowTransferWhileWalking": false
  89.   },
  90.   "DataSharingConfig": {
  91.     "EnableSyncData": true,
  92.     "AutoSnipe": false,
  93.     "DataServiceIdentification": "",
  94.     "SnipeDataAccessKey": "",
  95.     "EnableFailoverDataServers": true,
  96.     "FailoverDataServers": "ws://s1.mypogosnipers.com/socket.io/?EIO=3&transport=websocket;ws://s2.mypogosnipers.com/socket.io/?EIO=3&transport=websocket",
  97.     "DataRecieverURL": "ws://necrosocket.herokuapp.com/socket.io/?EIO=3&transport=websocket"
  98.   },
  99.   "PokeStopConfig": {
  100.     "UsePokeStopLimit": false,
  101.     "PokeStopLimit": 1500,
  102.     "PokeStopLimitMinutes": 1200
  103.   },
  104.   "GymConfig": {
  105.     "NotUsedSkills": [
  106.       {
  107.         "Key": "snorlax",
  108.         "Value": "hyperBeam"
  109.       },
  110.       {
  111.         "Key": "dragonite",
  112.         "Value": "hyperBeam"
  113.       },
  114.       {
  115.         "Key": "lapras",
  116.         "Value": "blizzard"
  117.       },
  118.       {
  119.         "Key": "cloyster",
  120.         "Value": "blizzard"
  121.       },
  122.       {
  123.         "Key": "flareon",
  124.         "Value": "fireBlast"
  125.       },
  126.       {
  127.         "Key": "gyarados",
  128.         "Value": "hydroPump"
  129.       },
  130.       {
  131.         "Key": "exeggutor",
  132.         "Value": "solarBeam"
  133.       }
  134.     ],
  135.     "Enable": false,
  136.     "PrioritizeGymOverPokestop": true,
  137.     "MaxDistance": 1500.0,
  138.     "DefaultTeam": "Red",
  139.     "MaxCPToDeploy": 1000,
  140.     "MaxLevelToDeploy": 16,
  141.     "VisitTimeout": 60,
  142.     "UseRandomPokemon": false,
  143.     "NumberOfTopPokemonToBeExcluded": 10,
  144.     "CollectCoinAfterDeployed": 1,
  145.     "EnableAttackGym": false,
  146.     "MaxGymLevelToAttack": 3,
  147.     "MaxDefendersToAttack": 3,
  148.     "HealDefendersBeforeApplyToGym": true,
  149.     "DontAttackAfterCoinsLimitReached": true,
  150.     "EnableGymTraining": true,
  151.     "TrainGymWhenMissingMaxPoints": 1000,
  152.     "MaxGymLvlToTrain": 4,
  153.     "TrainAlreadyDefendedGym": true,
  154.     "MinCpToUseInAttack": 1000,
  155.     "ButNotLessThanDefenderPercent": 0.75,
  156.     "UsePokemonToAttackOnlyByCp": true,
  157.     "ExcludeForGyms": [
  158.       "kangaskhan",
  159.       "tauros",
  160.       "mrMime",
  161.       "farfetchd"
  162.     ],
  163.     "DontUseDodge": false,
  164.     "MinRevivePotions": 5,
  165.     "PrioritizeGymWithFreeSlot": true,
  166.     "SaveMaxRevives": true,
  167.     "MaxTrainingRoundsOnOneGym": 5,
  168.     "Defenders": [
  169.       {
  170.         "Pokemon": "lapras",
  171.         "MinCP": 1000,
  172.         "MaxCP": null,
  173.         "Priority": 5,
  174.         "Moves": null
  175.       },
  176.       {
  177.         "Pokemon": "snorlax",
  178.         "MinCP": 1000,
  179.         "MaxCP": 2400,
  180.         "Priority": 5,
  181.         "Moves": null
  182.       },
  183.       {
  184.         "Pokemon": "vaporeon",
  185.         "MinCP": 2000,
  186.         "MaxCP": null,
  187.         "Priority": 5,
  188.         "Moves": [
  189.           [
  190.             "moveUnset",
  191.             "hydroPump"
  192.           ]
  193.         ]
  194.       },
  195.       {
  196.         "Pokemon": "dragonite",
  197.         "MinCP": 2000,
  198.         "MaxCP": 2499,
  199.         "Priority": 5,
  200.         "Moves": null
  201.       }
  202.     ],
  203.     "Attackers": [
  204.       {
  205.         "Pokemon": "dragonite",
  206.         "MinCP": 2500,
  207.         "MaxCP": null,
  208.         "Priority": 5,
  209.         "Moves": null
  210.       },
  211.       {
  212.         "Pokemon": "vaporeon",
  213.         "MinCP": 2000,
  214.         "MaxCP": null,
  215.         "Priority": 5,
  216.         "Moves": null
  217.       },
  218.       {
  219.         "Pokemon": "gyarados",
  220.         "MinCP": 2000,
  221.         "MaxCP": null,
  222.         "Priority": 5,
  223.         "Moves": null
  224.       },
  225.       {
  226.         "Pokemon": "snorlax",
  227.         "MinCP": 2401,
  228.         "MaxCP": null,
  229.         "Priority": 5,
  230.         "Moves": null
  231.       }
  232.     ],
  233.     "Trainers": [
  234.       {
  235.         "Pokemon": "dragonite",
  236.         "MinCP": null,
  237.         "MaxCP": 2000,
  238.         "Priority": 100,
  239.         "Moves": null
  240.       },
  241.       {
  242.         "Pokemon": "vaporeon",
  243.         "MinCP": null,
  244.         "MaxCP": 2000,
  245.         "Priority": 25,
  246.         "Moves": null
  247.       },
  248.       {
  249.         "Pokemon": "gyarados",
  250.         "MinCP": null,
  251.         "MaxCP": 2000,
  252.         "Priority": 50,
  253.         "Moves": null
  254.       },
  255.       {
  256.         "Pokemon": "snorlax",
  257.         "MinCP": null,
  258.         "MaxCP": 2000,
  259.         "Priority": 10,
  260.         "Moves": null
  261.       }
  262.     ]
  263.   },
  264.   "PokemonConfig": {
  265.     "CatchPokemon": false,
  266.     "DelayBetweenPokemonCatch": 5000,
  267.     "UseCatchLimit": false,
  268.     "CatchPokemonLimit": 700,
  269.     "CatchPokemonLimitMinutes": 1200,
  270.     "UseIncenseConstantly": false,
  271.     "UseEggIncubators": true,
  272.     "UseLimitedEggIncubators": false,
  273.     "UseLuckyEggConstantly": false,
  274.     "UseLuckyEggsMinPokemonAmount": 30,
  275.     "UseLuckyEggsWhileEvolving": false,
  276.     "TransferWeakPokemon": false,
  277.     "TransferDuplicatePokemon": false,
  278.     "TransferDuplicatePokemonOnCapture": false,
  279.     "RenamePokemon": false,
  280.     "RenameOnlyAboveIv": false,
  281.     "RenameTemplate": "{Name}_LV{Level}",
  282.     "FavoriteMinIvPercentage": 95.0,
  283.     "AutoFavoritePokemon": false,
  284.     "AutoFavoriteShinyOnCatch": false,
  285.     "MaxPokeballsPerPokemon": 20,
  286.     "UseGreatBallAboveCp": 1000,
  287.     "UseUltraBallAboveCp": 1250,
  288.     "UseMasterBallAboveCp": 1500,
  289.     "UseGreatBallAboveIv": 85.0,
  290.     "UseUltraBallAboveIv": 95.0,
  291.     "UseGreatBallBelowCatchProbability": 0.2,
  292.     "UseUltraBallBelowCatchProbability": 0.1,
  293.     "UseMasterBallBelowCatchProbability": 0.05,
  294.     "AutomaticallyLevelUpPokemon": false,
  295.     "OnlyUpgradeFavorites": true,
  296.     "UseLevelUpList": true,
  297.     "AmountOfTimesToUpgradeLoop": 5,
  298.     "GetMinStarDustForLevelUp": 5000,
  299.     "LevelUpByCPorIv": "iv",
  300.     "UpgradePokemonCpMinimum": 1000.0,
  301.     "UpgradePokemonIvMinimum": 95.0,
  302.     "UpgradePokemonMinimumStatsOperator": "and",
  303.     "EvolveAboveIvValue": 95.0,
  304.     "EvolveAllPokemonAboveIv": false,
  305.     "EvolveAllPokemonWithEnoughCandy": false,
  306.     "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  307.     "EvolveKeptPokemonIfBagHasOverThisManyPokemon": 120,
  308.     "KeepPokemonsThatCanEvolve": false,
  309.     "KeepMinCp": 1,
  310.     "KeepMinIvPercentage": 1.0,
  311.     "KeepMinLvl": 6,
  312.     "KeepMinOperator": "or",
  313.     "UseKeepMinLvl": false,
  314.     "PrioritizeIvOverCp": true,
  315.     "KeepMinDuplicatePokemon": 0,
  316.     "KeepMaxDuplicatePokemon": 1000,
  317.     "UsePokemonToNotCatchFilter": false,
  318.     "UsePokemonToCatchLocallyListOnly": false,
  319.     "DumpPokemonStats": false,
  320.     "DelayBetweenPokemonUpgrade": 5000,
  321.     "OutOfBallCatchBlockTime": 5,
  322.     "PokeballToKeepForSnipe": 50,
  323.     "UseBulkTransferPokemon": true,
  324.     "BulkTransferStogareBuffer": 10,
  325.     "BulkTransferSize": 100,
  326.     "UseBallOperator": "or",
  327.     "FavoriteMinCp": 0.0,
  328.     "DefaultBuddyPokemon": "",
  329.     "FavoriteMinLevel": 0,
  330.     "FavoriteOperator": "and",
  331.     "RenamePokemonRespectTransferRule": false,
  332.     "UpgradePokemonLvlMinimum": 30.0,
  333.     "EvolveFavoritedOnly": true,
  334.     "EvolveOperator": "and",
  335.     "EvolveMinIV": 100.0,
  336.     "EvolveMinCP": 2000.0,
  337.     "EvolveMinLevel": 25.0,
  338.     "ByPassCatchFlee": false
  339.   },
  340.   "RecycleConfig": {
  341.     "VerboseRecycling": true,
  342.     "RecycleInventoryAtUsagePercentage": 90.0,
  343.     "RandomizeRecycle": false,
  344.     "RandomRecycleValue": 5,
  345.     "TotalAmountOfPokeballsToKeep": 200,
  346.     "TotalAmountOfPotionsToKeep": 50,
  347.     "TotalAmountOfRevivesToKeep": 50,
  348.     "TotalAmountOfBerriesToKeep": 50,
  349.     "UseRecyclePercentsInsteadOfTotals": true,
  350.     "PercentOfInventoryPokeballsToKeep": 35,
  351.     "PercentOfInventoryPotionsToKeep": 35,
  352.     "PercentOfInventoryRevivesToKeep": 20,
  353.     "PercentOfInventoryBerriesToKeep": 10
  354.   },
  355.   "CustomCatchConfig": {
  356.     "EnableHumanizedThrows": true,
  357.     "EnableMissedThrows": true,
  358.     "ThrowMissPercentage": 25,
  359.     "NiceThrowChance": 5,
  360.     "GreatThrowChance": 15,
  361.     "ExcellentThrowChance": 80,
  362.     "CurveThrowChance": 90,
  363.     "ForceGreatThrowOverIv": 90.0,
  364.     "ForceExcellentThrowOverIv": 95.0,
  365.     "ForceGreatThrowOverCp": 1000,
  366.     "ForceExcellentThrowOverCp": 1500,
  367.     "UseTransferFilterToCatch": false
  368.   },
  369.   "PlayerConfig": {
  370.     "DelayBetweenPlayerActions": 5000,
  371.     "EvolveActionDelay": 1000,
  372.     "TransferActionDelay": 1000,
  373.     "RecycleActionDelay": 1000,
  374.     "RenamePokemonActionDelay": 1000,
  375.     "UseNearActionRandom": true,
  376.     "RandomizeSettingsByPercent": 5,
  377.     "AutoFinishTutorial": false,
  378.     "SkipFirstTimeTutorial": false,
  379.     "SkipCollectingLevelUpRewards": false
  380.   },
  381.   "SoftBanConfig": {
  382.     "FastSoftBanBypass": false,
  383.     "ByPassSpinCount": 1
  384.   },
  385.   "GoogleWalkConfig": {
  386.     "UseGoogleWalk": false,
  387.     "DefaultStepLength": 1.3,
  388.     "GoogleHeuristic": "walking",
  389.     "GoogleAPIKey": null,
  390.     "Cache": true,
  391.     "GoogleElevationAPIKey": null
  392.   },
  393.   "YoursWalkConfig": {
  394.     "UseYoursWalk": false,
  395.     "YoursWalkHeuristic": "bicycle"
  396.   },
  397.   "MapzenWalkConfig": {
  398.     "UseMapzenWalk": false,
  399.     "MapzenTurnByTurnApiKey": "valhalla-C5K7ZG7",
  400.     "MapzenWalkHeuristic": "bicycle",
  401.     "MapzenElevationApiKey": "elevation-QZ68qtN"
  402.   },
  403.   "ItemRecycleFilter": [
  404.     {
  405.       "Key": "itemUnknown",
  406.       "Value": 0
  407.     },
  408.     {
  409.       "Key": "itemLuckyEgg",
  410.       "Value": 200
  411.     },
  412.     {
  413.       "Key": "itemIncenseOrdinary",
  414.       "Value": 100
  415.     },
  416.     {
  417.       "Key": "itemIncenseSpicy",
  418.       "Value": 100
  419.     },
  420.     {
  421.       "Key": "itemIncenseCool",
  422.       "Value": 100
  423.     },
  424.     {
  425.       "Key": "itemIncenseFloral",
  426.       "Value": 100
  427.     },
  428.     {
  429.       "Key": "itemTroyDisk",
  430.       "Value": 100
  431.     },
  432.     {
  433.       "Key": "itemXAttack",
  434.       "Value": 100
  435.     },
  436.     {
  437.       "Key": "itemXDefense",
  438.       "Value": 100
  439.     },
  440.     {
  441.       "Key": "itemXMiracle",
  442.       "Value": 100
  443.     },
  444.     {
  445.       "Key": "itemSpecialCamera",
  446.       "Value": 100
  447.     },
  448.     {
  449.       "Key": "itemIncubatorBasicUnlimited",
  450.       "Value": 100
  451.     },
  452.     {
  453.       "Key": "itemIncubatorBasic",
  454.       "Value": 100
  455.     },
  456.     {
  457.       "Key": "itemPokemonStorageUpgrade",
  458.       "Value": 100
  459.     },
  460.     {
  461.       "Key": "itemItemStorageUpgrade",
  462.       "Value": 100
  463.     },
  464.     {
  465.       "Key": "itemDragonScale",
  466.       "Value": 100
  467.     },
  468.     {
  469.       "Key": "itemUpGrade",
  470.       "Value": 100
  471.     },
  472.     {
  473.       "Key": "itemKingsRock",
  474.       "Value": 100
  475.     },
  476.     {
  477.       "Key": "itemSunStone",
  478.       "Value": 100
  479.     },
  480.     {
  481.       "Key": "itemMetalCoat",
  482.       "Value": 100
  483.     }
  484.   ],
  485.   "PokemonsNotToTransfer": [
  486.     "bulbasaur",
  487.     "ivysaur",
  488.     "venusaur",
  489.     "charmander",
  490.     "charmeleon",
  491.     "charizard",
  492.     "squirtle",
  493.     "wartortle",
  494.     "blastoise",
  495.     "caterpie",
  496.     "metapod",
  497.     "butterfree",
  498.     "weedle",
  499.     "kakuna",
  500.     "beedrill",
  501.     "pidgey",
  502.     "pidgeotto",
  503.     "pidgeot",
  504.     "rattata",
  505.     "raticate",
  506.     "spearow",
  507.     "fearow",
  508.     "ekans",
  509.     "arbok",
  510.     "pikachu",
  511.     "raichu",
  512.     "sandshrew",
  513.     "sandslash",
  514.     "nidoranFemale",
  515.     "nidorina",
  516.     "nidoqueen",
  517.     "nidoranMale",
  518.     "nidorino",
  519.     "nidoking",
  520.     "clefairy",
  521.     "clefable",
  522.     "vulpix",
  523.     "ninetales",
  524.     "jigglypuff",
  525.     "wigglytuff",
  526.     "zubat",
  527.     "golbat",
  528.     "oddish",
  529.     "gloom",
  530.     "vileplume",
  531.     "paras",
  532.     "parasect",
  533.     "venonat",
  534.     "venomoth",
  535.     "diglett",
  536.     "dugtrio",
  537.     "meowth",
  538.     "persian",
  539.     "psyduck",
  540.     "golduck",
  541.     "mankey",
  542.     "primeape",
  543.     "growlithe",
  544.     "arcanine",
  545.     "poliwag",
  546.     "poliwhirl",
  547.     "poliwrath",
  548.     "abra",
  549.     "kadabra",
  550.     "alakazam",
  551.     "machop",
  552.     "machoke",
  553.     "machamp",
  554.     "bellsprout",
  555.     "weepinbell",
  556.     "victreebel",
  557.     "tentacool",
  558.     "tentacruel",
  559.     "geodude",
  560.     "graveler",
  561.     "golem",
  562.     "ponyta",
  563.     "rapidash",
  564.     "slowpoke",
  565.     "slowbro",
  566.     "magnemite",
  567.     "magneton",
  568.     "farfetchd",
  569.     "doduo",
  570.     "dodrio",
  571.     "seel",
  572.     "dewgong",
  573.     "grimer",
  574.     "muk",
  575.     "shellder",
  576.     "cloyster",
  577.     "gastly",
  578.     "haunter",
  579.     "gengar",
  580.     "onix",
  581.     "drowzee",
  582.     "hypno",
  583.     "krabby",
  584.     "kingler",
  585.     "voltorb",
  586.     "electrode",
  587.     "exeggcute",
  588.     "exeggutor",
  589.     "cubone",
  590.     "marowak",
  591.     "hitmonlee",
  592.     "hitmonchan",
  593.     "lickitung",
  594.     "koffing",
  595.     "weezing",
  596.     "rhyhorn",
  597.     "rhydon",
  598.     "chansey",
  599.     "tangela",
  600.     "kangaskhan",
  601.     "horsea",
  602.     "seadra",
  603.     "goldeen",
  604.     "seaking",
  605.     "staryu",
  606.     "starmie",
  607.     "mrMime",
  608.     "scyther",
  609.     "jynx",
  610.     "electabuzz",
  611.     "magmar",
  612.     "pinsir",
  613.     "tauros",
  614.     "magikarp",
  615.     "gyarados",
  616.     "lapras",
  617.     "ditto",
  618.     "eevee",
  619.     "vaporeon",
  620.     "jolteon",
  621.     "flareon",
  622.     "porygon",
  623.     "omanyte",
  624.     "omastar",
  625.     "kabuto",
  626.     "kabutops",
  627.     "aerodactyl",
  628.     "snorlax",
  629.     "articuno",
  630.     "zapdos",
  631.     "moltres",
  632.     "dratini",
  633.     "dragonair",
  634.     "dragonite",
  635.     "mewtwo",
  636.     "mew",
  637.     "pichu",
  638.     "cleffa",
  639.     "igglybuff",
  640.     "togepi",
  641.     "togetic",
  642.     "smoochum",
  643.     "elekid",
  644.     "magby"
  645.   ],
  646.   "PokemonToCatchLocally": {
  647.     "Pokemon": [
  648.       "venusaur",
  649.       "charizard",
  650.       "blastoise",
  651.       "beedrill",
  652.       "raichu",
  653.       "sandslash",
  654.       "nidoking",
  655.       "nidoqueen",
  656.       "clefable",
  657.       "ninetales",
  658.       "golbat",
  659.       "vileplume",
  660.       "golduck",
  661.       "primeape",
  662.       "arcanine",
  663.       "poliwrath",
  664.       "alakazam",
  665.       "machamp",
  666.       "golem",
  667.       "rapidash",
  668.       "slowbro",
  669.       "farfetchd",
  670.       "muk",
  671.       "cloyster",
  672.       "gengar",
  673.       "exeggutor",
  674.       "marowak",
  675.       "hitmonchan",
  676.       "lickitung",
  677.       "rhydon",
  678.       "chansey",
  679.       "kangaskhan",
  680.       "starmie",
  681.       "mrMime",
  682.       "scyther",
  683.       "magmar",
  684.       "electabuzz",
  685.       "jynx",
  686.       "gyarados",
  687.       "lapras",
  688.       "ditto",
  689.       "vaporeon",
  690.       "jolteon",
  691.       "flareon",
  692.       "porygon",
  693.       "kabutops",
  694.       "aerodactyl",
  695.       "snorlax",
  696.       "articuno",
  697.       "zapdos",
  698.       "moltres",
  699.       "dragonite",
  700.       "mewtwo",
  701.       "mew"
  702.     ]
  703.   },
  704.   "PokemonsToLevelUp": [],
  705.   "PokemonsToIgnore": [],
  706.   "CaptchaConfig": {
  707.     "AllowManualCaptchaResolve": true,
  708.     "ManualCaptchaTimeout": 120,
  709.     "PlaySoundOnCaptcha": true,
  710.     "DisplayOnTop": true,
  711.     "Enable2Captcha": false,
  712.     "EnableAntiCaptcha": false,
  713.     "AntiCaptchaAPIKey": "201.33.206.229",
  714.     "ProxyHost": "",
  715.     "ProxyPort": 3128,
  716.     "EnableCaptchaSolutions": false,
  717.     "CaptchaSolutionAPIKey": "",
  718.     "CaptchaSolutionsSecretKey": "",
  719.     "AutoCaptchaTimeout": 120,
  720.     "AutoCaptchaRetries": 3,
  721.     "TwoCaptchaAPIKey": ""
  722.   },
  723.   "PokemonsTransferFilter": {
  724.     "Wigglytuff": {
  725.       "KeepMinCp": 0,
  726.       "KeepMinIvPercentage": 0.0,
  727.       "KeepMinLvl": 6,
  728.       "UseKeepMinLvl": false,
  729.       "KeepMinOperator": "or",
  730.       "KeepMinDuplicatePokemon": 1,
  731.       "KeepMaxDuplicatePokemon": 1000,
  732.       "Moves": [
  733.         []
  734.       ],
  735.       "DeprecatedMoves": null,
  736.       "MovesOperator": "and",
  737.       "CatchOnlyPokemonMeetTransferCriteria": false,
  738.       "AffectToPokemons": null
  739.     }
  740.   },
  741.   "ItemUseFilters": {
  742.     "ItemNanabBerry": {
  743.       "UseItemMinIV": 50,
  744.       "UseItemMinLevel": 20,
  745.       "UseItemMinCP": 500,
  746.       "Operator": "and",
  747.       "CatchProbability": 0.3,
  748.       "Pokemons": [
  749.         "abra",
  750.         "dragonite",
  751.         "venusaur",
  752.         "blastoise",
  753.         "charizard"
  754.       ],
  755.       "MaxItemsUsePerPokemon": 20,
  756.       "UseIfExceedBagRecycleFilter": true
  757.     },
  758.     "ItemRazzBerry": {
  759.       "UseItemMinIV": 90,
  760.       "UseItemMinLevel": 0,
  761.       "UseItemMinCP": 1500,
  762.       "Operator": "and",
  763.       "CatchProbability": 0.3,
  764.       "Pokemons": [],
  765.       "MaxItemsUsePerPokemon": 20,
  766.       "UseIfExceedBagRecycleFilter": true
  767.     },
  768.     "ItemPinapBerry": {
  769.       "UseItemMinIV": 0,
  770.       "UseItemMinLevel": 0,
  771.       "UseItemMinCP": 0,
  772.       "Operator": "or",
  773.       "CatchProbability": 1.0,
  774.       "Pokemons": [
  775.         "lapras",
  776.         "snorlax",
  777.         "chansey",
  778.         "dratini",
  779.         "porygon",
  780.         "porygon2"
  781.       ],
  782.       "MaxItemsUsePerPokemon": 10,
  783.       "UseIfExceedBagRecycleFilter": true
  784.     }
  785.   },
  786.   "PokemonToUseMasterball": [
  787.     "articuno",
  788.     "zapdos",
  789.     "moltres",
  790.     "mew",
  791.     "mewtwo"
  792.   ],
  793.   "HumanWalkSnipeFilters": {},
  794.   "PokemonUpgradeFilters": {},
  795.   "MultipleBotConfig": {
  796.     "RuntimeSwitch": 55,
  797.     "RuntimeSwitchRandomTime": 10,
  798.     "OnLimitPauseTimes": 15,
  799.     "OnRarePokemon": true,
  800.     "MinIVToSwitch": 95.0,
  801.     "EXPSwitch": 25000,
  802.     "PokestopSwitch": 500,
  803.     "PokemonSwitch": 200,
  804.     "PokemonPerHourSwitch": 100,
  805.     "StartFromDefaultLocation": true,
  806.     "PokestopSoftbanCount": 5,
  807.     "DisplayList": true,
  808.     "SelectAccountOnStartUp": false,
  809.     "CatchFleeCount": 5,
  810.     "SwitchOnCatchLimit": true,
  811.     "SwitchOnPokestopLimit": true
  812.   },
  813.   "NotificationConfig": {
  814.     "EnablePushBulletNotification": false,
  815.     "EnableEmailNotification": false,
  816.     "PushBulletApiKey": "",
  817.     "GmailUsername": "",
  818.     "GmailPassword": "",
  819.     "Recipients": ""
  820.   },
  821.   "SnipePokemonFilter": {
  822.     "Lapras": {
  823.       "SnipeIV": 0,
  824.       "Moves": [],
  825.       "Operator": "or",
  826.       "VerifiedOnly": false,
  827.       "Priority": 5,
  828.       "AutoSnipeCandy": 2000,
  829.       "Level": 0,
  830.       "AllowMultiAccountSnipe": false,
  831.       "AffectToPokemons": null
  832.     }
  833.   },
  834.   "PokemonEvolveFilter": {
  835.     "Rattata": {
  836.       "MinIV": 100.0,
  837.       "MinLV": 0.0,
  838.       "MinCP": 1000.0,
  839.       "Moves": [],
  840.       "Operator": "and",
  841.       "EvolveTo": "",
  842.       "AffectToPokemons": null,
  843.       "FavoritedOnly": false,
  844.       "MinCandiesBeforeEvolve": 0
  845.     }
  846.   },
  847.   "CatchPokemonFilter": {
  848.     "Lapras": {
  849.       "MinIV": 0,
  850.       "MinLV": 0,
  851.       "MinCP": 0,
  852.       "Moves": [],
  853.       "Operator": "or"
  854.     },
  855.     "Dratini": {
  856.       "MinIV": 0,
  857.       "MinLV": 0,
  858.       "MinCP": 0,
  859.       "Moves": [],
  860.       "Operator": "or"
  861.     },
  862.     "Dragonite": {
  863.       "MinIV": 0,
  864.       "MinLV": 0,
  865.       "MinCP": 0,
  866.       "Moves": [],
  867.       "Operator": "or"
  868.     },
  869.     "Snorlax": {
  870.       "MinIV": 0,
  871.       "MinLV": 0,
  872.       "MinCP": 0,
  873.       "Moves": [],
  874.       "Operator": "or"
  875.     },
  876.     "Zubat": {
  877.       "MinIV": 100,
  878.       "MinLV": 100,
  879.       "MinCP": 0,
  880.       "Moves": [],
  881.       "Operator": "and"
  882.     }
  883.   },
  884.   "BotSwitchPokemonFilters": {
  885.     "Dragonite": {
  886.       "IV": 10,
  887.       "RemainTimes": 99,
  888.       "Operator": "or",
  889.       "AffectToPokemons": null,
  890.       "LV": 0,
  891.       "Moves": []
  892.     },
  893.     "Lapras": {
  894.       "IV": 10,
  895.       "RemainTimes": 90,
  896.       "Operator": "or",
  897.       "AffectToPokemons": null,
  898.       "LV": 0,
  899.       "Moves": []
  900.     },
  901.     "Exeggutor": {
  902.       "IV": 10,
  903.       "RemainTimes": 99,
  904.       "Operator": "or",
  905.       "AffectToPokemons": null,
  906.       "LV": 0,
  907.       "Moves": []
  908.     },
  909.     "Arcanine": {
  910.       "IV": 10,
  911.       "RemainTimes": 99,
  912.       "Operator": "or",
  913.       "AffectToPokemons": null,
  914.       "LV": 0,
  915.       "Moves": []
  916.     },
  917.     "Blastoise": {
  918.       "IV": 10,
  919.       "RemainTimes": 99,
  920.       "Operator": "or",
  921.       "AffectToPokemons": null,
  922.       "LV": 0,
  923.       "Moves": []
  924.     },
  925.     "Charizard": {
  926.       "IV": 10,
  927.       "RemainTimes": 99,
  928.       "Operator": "or",
  929.       "AffectToPokemons": null,
  930.       "LV": 0,
  931.       "Moves": []
  932.     },
  933.     "Venusaur": {
  934.       "IV": 10,
  935.       "RemainTimes": 99,
  936.       "Operator": "or",
  937.       "AffectToPokemons": null,
  938.       "LV": 100,
  939.       "Moves": []
  940.     },
  941.     "Vaporeon": {
  942.       "IV": 10,
  943.       "RemainTimes": 99,
  944.       "Operator": "or",
  945.       "AffectToPokemons": null,
  946.       "LV": 0,
  947.       "Moves": []
  948.     },
  949.     "Dragonair": {
  950.       "IV": 70,
  951.       "RemainTimes": 99,
  952.       "Operator": "or",
  953.       "AffectToPokemons": null,
  954.       "LV": 0,
  955.       "Moves": []
  956.     },
  957.     "Dratini": {
  958.       "IV": 90,
  959.       "RemainTimes": 99,
  960.       "Operator": "or",
  961.       "AffectToPokemons": null,
  962.       "LV": 100,
  963.       "Moves": []
  964.     },
  965.     "Snorlax": {
  966.       "IV": 30,
  967.       "RemainTimes": 90,
  968.       "Operator": "or",
  969.       "AffectToPokemons": null,
  970.       "LV": 0,
  971.       "Moves": []
  972.     },
  973.     "Magikarp": {
  974.       "IV": 99,
  975.       "RemainTimes": 60,
  976.       "Operator": "or",
  977.       "AffectToPokemons": null,
  978.       "LV": 0,
  979.       "Moves": []
  980.     }
  981.   },
  982.   "UIConfig": {
  983.     "SnipeItemListDisplayTime": 150,
  984.     "SnipeListRefreshInterval": 10
  985.   },
  986.   "HumanlikeDelays": {
  987.     "UseHumanlikeDelays": false,
  988.     "CatchSuccessDelay": 13000,
  989.     "CatchErrorDelay": 1000,
  990.     "CatchEscapeDelay": 3500,
  991.     "CatchFleeDelay": 2000,
  992.     "CatchMissedDelay": 1000,
  993.     "BeforeCatchDelay": 1500
  994.   }
  995. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement