Advertisement
emsin

humanwalk-v1

May 20th, 2017
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 29.55 KB | None | 0 0
  1. {
  2.   "ConsoleConfig": {
  3.     "TranslationLanguageCode": "ja-JP",
  4.     "StartupWelcomeDelay": false,
  5.     "AmountOfPokemonToDisplayOnStart": 0,
  6.     "DetailedCountsBeforeRecycling": true
  7.   },
  8.   "UpdateConfig": {
  9.     "SchemaVersion": 25,
  10.     "CheckForUpdates": true,
  11.     "AutoUpdate": false
  12.   },
  13.   "WebsocketsConfig": {
  14.     "UseWebsocket": true,
  15.     "WebSocketPort": 13661
  16.   },
  17.   "LocationConfig": {
  18.     "DisableHumanWalking": false,
  19.     "StartFromLastPosition": true,
  20.     "DefaultLatitude": 35.671138239498887,
  21.     "DefaultLongitude": 139.7651481628418,
  22.     "WalkingSpeedInKilometerPerHour": 10.16,
  23.     "UseWalkingSpeedVariant": true,
  24.     "WalkingSpeedVariant": 10.0,
  25.     "ShowVariantWalking": false,
  26.     "RandomlyPauseAtStops": true,
  27.     "MaxSpawnLocationOffset": 100,
  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.     "MinPokeballsToSnipe": 20,
  44.     "MinPokeballsWhileSnipe": 0,
  45.     "MinDelayBetweenSnipes": 10000,
  46.     "SnipingScanOffset": 0.003,
  47.     "SnipeAtPokestops": false,
  48.     "SnipeIgnoreUnknownIv": false,
  49.     "UseTransferIvForSnipe": false,
  50.     "SnipePokemonNotInPokedex": false,
  51.     "UseSnipeLimit": false,
  52.     "SnipeRestSeconds": 600,
  53.     "SnipeCountLimit": 5,
  54.     "ActivateMSniper": true,
  55.     "MinIVForAutoSnipe": 101,
  56.     "MinLevelForAutoSnipe": 0,
  57.     "AutosnipeVerifiedOnly": false,
  58.     "DefaultAutoSnipeCandy": 0,
  59.     "SnipePauseOnOutOfBallTime": 5,
  60.     "AutoSnipeMaxDistance": 9000.0,
  61.     "AutoSnipeBatchSize": 5
  62.   },
  63.   "HumanWalkSnipeConfig": {
  64.     "Enable": true,
  65.     "DisplayPokemonList": true,
  66.     "MaxDistance": 5000.0,
  67.     "MaxEstimateTime": 300.0,
  68.     "CatchEmAllMinBalls": 10,
  69.     "TryCatchEmAll": true,
  70.     "CatchPokemonWhileWalking": false,
  71.     "SpinWhileWalking": false,
  72.     "AlwaysWalkback": false,
  73.     "SnipingScanOffset": 0.003,
  74.     "WalkbackDistanceLimit": 100.0,
  75.     "IncludeDefaultLocation": true,
  76.     "UseSnipePokemonList": true,
  77.     "MaxSpeedUpSpeed": 180.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": true,
  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": true,
  101.     "PokeStopLimit": 700,
  102.     "PokeStopLimitMinutes": 1350
  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.     "Enable": false,
  128.     "PrioritizeGymOverPokestop": true,
  129.     "MaxDistance": 2000.0,
  130.     "DefaultTeam": "Red",
  131.     "MaxCPToDeploy": 2000,
  132.     "MaxLevelToDeploy": 25,
  133.     "VisitTimeout": 600,
  134.     "UseRandomPokemon": false,
  135.     "NumberOfTopPokemonToBeExcluded": 20,
  136.     "CollectCoinAfterDeployed": 5,
  137.     "EnableAttackGym": true,
  138.     "MaxGymLevelToAttack": 10,
  139.     "MaxDefendersToAttack": 10,
  140.     "HealDefendersBeforeApplyToGym": true,
  141.     "DontAttackAfterCoinsLimitReached": true,
  142.     "EnableGymTraining": true,
  143.     "TrainGymWhenMissingMaxPoints": 500,
  144.     "MaxGymLvlToTrain": 5,
  145.     "TrainAlreadyDefendedGym": true,
  146.     "MinCpToUseInAttack": 1000,
  147.     "ButNotLessThanDefenderPercent": 0.75,
  148.     "UsePokemonToAttackOnlyByCp": true,
  149.     "ExcludeForGyms": [
  150.       "kangaskhan",
  151.       "tauros",
  152.       "mrMime",
  153.       "farfetchd"
  154.     ],
  155.     "DontUseDodge": false,
  156.     "MinRevivePotions": 5,
  157.     "PrioritizeGymWithFreeSlot": true,
  158.     "SaveMaxRevives": true,
  159.     "MaxTrainingRoundsOnOneGym": 5,
  160.     "Defenders": [
  161.       {
  162.         "Pokemon": "lapras",
  163.         "MinCP": 1000,
  164.         "MaxCP": null,
  165.         "Priority": 5,
  166.         "Moves": null
  167.       },
  168.       {
  169.         "Pokemon": "snorlax",
  170.         "MinCP": 1000,
  171.         "MaxCP": 2400,
  172.         "Priority": 5,
  173.         "Moves": null
  174.       },
  175.       {
  176.         "Pokemon": "vaporeon",
  177.         "MinCP": 2000,
  178.         "MaxCP": null,
  179.         "Priority": 5,
  180.         "Moves": [
  181.           [
  182.             "moveUnset",
  183.             "hydroPump"
  184.           ]
  185.         ]
  186.       },
  187.       {
  188.         "Pokemon": "dragonite",
  189.         "MinCP": 2000,
  190.         "MaxCP": 2499,
  191.         "Priority": 5,
  192.         "Moves": null
  193.       }
  194.     ],
  195.     "Attackers": [
  196.       {
  197.         "Pokemon": "dragonite",
  198.         "MinCP": 2500,
  199.         "MaxCP": null,
  200.         "Priority": 5,
  201.         "Moves": null
  202.       },
  203.       {
  204.         "Pokemon": "vaporeon",
  205.         "MinCP": 2000,
  206.         "MaxCP": null,
  207.         "Priority": 5,
  208.         "Moves": null
  209.       },
  210.       {
  211.         "Pokemon": "gyarados",
  212.         "MinCP": 2000,
  213.         "MaxCP": null,
  214.         "Priority": 5,
  215.         "Moves": null
  216.       },
  217.       {
  218.         "Pokemon": "snorlax",
  219.         "MinCP": 2401,
  220.         "MaxCP": null,
  221.         "Priority": 5,
  222.         "Moves": null
  223.       }
  224.     ],
  225.     "Trainers": [
  226.       {
  227.         "Pokemon": "dragonite",
  228.         "MinCP": null,
  229.         "MaxCP": 2000,
  230.         "Priority": 100,
  231.         "Moves": null
  232.       },
  233.       {
  234.         "Pokemon": "vaporeon",
  235.         "MinCP": null,
  236.         "MaxCP": 2000,
  237.         "Priority": 25,
  238.         "Moves": null
  239.       },
  240.       {
  241.         "Pokemon": "gyarados",
  242.         "MinCP": null,
  243.         "MaxCP": 2000,
  244.         "Priority": 50,
  245.         "Moves": null
  246.       },
  247.       {
  248.         "Pokemon": "snorlax",
  249.         "MinCP": null,
  250.         "MaxCP": 2000,
  251.         "Priority": 10,
  252.         "Moves": null
  253.       }
  254.     ]
  255.   },
  256.   "PokemonConfig": {
  257.     "CatchPokemon": true,
  258.     "DelayBetweenPokemonCatch": 1000,
  259.     "UseCatchLimit": true,
  260.     "CatchPokemonLimit": 500,
  261.     "CatchPokemonLimitMinutes": 1350,
  262.     "UseIncenseConstantly": false,
  263.     "UseEggIncubators": true,
  264.     "UseLimitedEggIncubators": true,
  265.     "UseLuckyEggConstantly": false,
  266.     "UseLuckyEggsMinPokemonAmount": 30,
  267.     "UseLuckyEggsWhileEvolving": true,
  268.     "TransferWeakPokemon": false,
  269.     "TransferDuplicatePokemon": true,
  270.     "TransferDuplicatePokemonOnCapture": true,
  271.     "RenamePokemon": true,
  272.     "RenameOnlyAboveIv": false,
  273.     "RenameTemplate": "{IV}%{name}",
  274.     "FavoriteMinIvPercentage": 99.0,
  275.     "AutoFavoritePokemon": false,
  276.     "AutoFavoriteShinyOnCatch": true,
  277.     "MaxPokeballsPerPokemon": 20,
  278.     "UseGreatBallAboveCp": 1000,
  279.     "UseUltraBallAboveCp": 1250,
  280.     "UseMasterBallAboveCp": 1500,
  281.     "UseGreatBallAboveIv": 85.0,
  282.     "UseUltraBallAboveIv": 95.0,
  283.     "UseGreatBallBelowCatchProbability": 0.2,
  284.     "UseUltraBallBelowCatchProbability": 0.1,
  285.     "UseMasterBallBelowCatchProbability": 0.05,
  286.     "AutomaticallyLevelUpPokemon": false,
  287.     "OnlyUpgradeFavorites": true,
  288.     "UseLevelUpList": true,
  289.     "AmountOfTimesToUpgradeLoop": 5,
  290.     "GetMinStarDustForLevelUp": 5000,
  291.     "LevelUpByCPorIv": "iv",
  292.     "UpgradePokemonCpMinimum": 1000.0,
  293.     "UpgradePokemonIvMinimum": 95.0,
  294.     "UpgradePokemonMinimumStatsOperator": "and",
  295.     "EvolveAboveIvValue": 95.0,
  296.     "EvolveAllPokemonAboveIv": false,
  297.     "EvolveAllPokemonWithEnoughCandy": false,
  298.     "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  299.     "EvolveKeptPokemonIfBagHasOverThisManyPokemon": 240,
  300.     "KeepPokemonsThatCanEvolve": true,
  301.     "KeepMinCp": 0,
  302.     "KeepMinIvPercentage": 90.0,
  303.     "KeepMinLvl": 25,
  304.     "KeepMinOperator": "and",
  305.     "UseKeepMinLvl": true,
  306.     "PrioritizeIvOverCp": true,
  307.     "KeepMinDuplicatePokemon": 0,
  308.     "KeepMaxDuplicatePokemon": 1000,
  309.     "UsePokemonToNotCatchFilter": false,
  310.     "UsePokemonToCatchLocallyListOnly": true,
  311.     "DumpPokemonStats": false,
  312.     "DelayBetweenPokemonUpgrade": 1000,
  313.     "OutOfBallCatchBlockTime": 5,
  314.     "PokeballToKeepForSnipe": 30,
  315.     "UseBulkTransferPokemon": true,
  316.     "BulkTransferStogareBuffer": 10,
  317.     "BulkTransferSize": 100,
  318.     "UseBallOperator": "or",
  319.     "FavoriteMinCp": 0.0,
  320.     "DefaultBuddyPokemon": "",
  321.     "FavoriteMinLevel": 0,
  322.     "FavoriteOperator": "and",
  323.     "RenamePokemonRespectTransferRule": false,
  324.     "UpgradePokemonLvlMinimum": 30.0,
  325.     "EvolveFavoritedOnly": false,
  326.     "EvolveOperator": "and",
  327.     "EvolveMinIV": 100.0,
  328.     "EvolveMinCP": 2000.0,
  329.     "EvolveMinLevel": 25.0,
  330.     "ByPassCatchFlee": false
  331.   },
  332.   "RecycleConfig": {
  333.     "VerboseRecycling": true,
  334.     "RecycleInventoryAtUsagePercentage": 90.0,
  335.     "RandomizeRecycle": true,
  336.     "RandomRecycleValue": 5,
  337.     "TotalAmountOfPokeballsToKeep": 150,
  338.     "TotalAmountOfPotionsToKeep": 50,
  339.     "TotalAmountOfRevivesToKeep": 50,
  340.     "TotalAmountOfBerriesToKeep": 50,
  341.     "UseRecyclePercentsInsteadOfTotals": true,
  342.     "PercentOfInventoryPokeballsToKeep": 24,
  343.     "PercentOfInventoryPotionsToKeep": 31,
  344.     "PercentOfInventoryRevivesToKeep": 30,
  345.     "PercentOfInventoryBerriesToKeep": 3
  346.   },
  347.   "CustomCatchConfig": {
  348.     "EnableHumanizedThrows": true,
  349.     "EnableMissedThrows": true,
  350.     "ThrowMissPercentage": 13,
  351.     "NiceThrowChance": 5,
  352.     "GreatThrowChance": 15,
  353.     "ExcellentThrowChance": 80,
  354.     "CurveThrowChance": 95,
  355.     "ForceGreatThrowOverIv": 90.0,
  356.     "ForceExcellentThrowOverIv": 95.0,
  357.     "ForceGreatThrowOverCp": 1000,
  358.     "ForceExcellentThrowOverCp": 1500,
  359.     "UseTransferFilterToCatch": false
  360.   },
  361.   "PlayerConfig": {
  362.     "DelayBetweenPlayerActions": 1000,
  363.     "EvolveActionDelay": 1000,
  364.     "TransferActionDelay": 1000,
  365.     "RecycleActionDelay": 1000,
  366.     "RenamePokemonActionDelay": 1000,
  367.     "UseNearActionRandom": true,
  368.     "RandomizeSettingsByPercent": 5,
  369.     "AutoFinishTutorial": true,
  370.     "SkipFirstTimeTutorial": true,
  371.     "SkipCollectingLevelUpRewards": true
  372.   },
  373.   "SoftBanConfig": {
  374.     "FastSoftBanBypass": false,
  375.     "ByPassSpinCount": 1
  376.   },
  377.   "GoogleWalkConfig": {
  378.     "UseGoogleWalk": false,
  379.     "DefaultStepLength": 1.3,
  380.     "GoogleHeuristic": "walking",
  381.     "GoogleAPIKey": null,
  382.     "Cache": true,
  383.     "GoogleElevationAPIKey": null
  384.   },
  385.   "YoursWalkConfig": {
  386.     "UseYoursWalk": false,
  387.     "YoursWalkHeuristic": "bicycle"
  388.   },
  389.   "MapzenWalkConfig": {
  390.     "UseMapzenWalk": false,
  391.     "MapzenTurnByTurnApiKey": null,
  392.     "MapzenWalkHeuristic": "auto",
  393.     "MapzenElevationApiKey": null
  394.   },
  395.   "ItemRecycleFilter": [
  396.     {
  397.       "Key": "itemUnknown",
  398.       "Value": 0
  399.     },
  400.     {
  401.       "Key": "itemLuckyEgg",
  402.       "Value": 200
  403.     },
  404.     {
  405.       "Key": "itemIncenseOrdinary",
  406.       "Value": 100
  407.     },
  408.     {
  409.       "Key": "itemIncenseSpicy",
  410.       "Value": 100
  411.     },
  412.     {
  413.       "Key": "itemIncenseCool",
  414.       "Value": 100
  415.     },
  416.     {
  417.       "Key": "itemIncenseFloral",
  418.       "Value": 100
  419.     },
  420.     {
  421.       "Key": "itemTroyDisk",
  422.       "Value": 100
  423.     },
  424.     {
  425.       "Key": "itemXAttack",
  426.       "Value": 100
  427.     },
  428.     {
  429.       "Key": "itemXDefense",
  430.       "Value": 100
  431.     },
  432.     {
  433.       "Key": "itemXMiracle",
  434.       "Value": 100
  435.     },
  436.     {
  437.       "Key": "itemSpecialCamera",
  438.       "Value": 100
  439.     },
  440.     {
  441.       "Key": "itemIncubatorBasicUnlimited",
  442.       "Value": 100
  443.     },
  444.     {
  445.       "Key": "itemIncubatorBasic",
  446.       "Value": 100
  447.     },
  448.     {
  449.       "Key": "itemPokemonStorageUpgrade",
  450.       "Value": 100
  451.     },
  452.     {
  453.       "Key": "itemItemStorageUpgrade",
  454.       "Value": 100
  455.     },
  456.     {
  457.       "Key": "itemDragonScale",
  458.       "Value": 100
  459.     },
  460.     {
  461.       "Key": "itemUpGrade",
  462.       "Value": 100
  463.     },
  464.     {
  465.       "Key": "itemKingsRock",
  466.       "Value": 100
  467.     },
  468.     {
  469.       "Key": "itemSunStone",
  470.       "Value": 100
  471.     },
  472.     {
  473.       "Key": "itemMetalCoat",
  474.       "Value": 100
  475.     }
  476.   ],
  477.   "PokemonsNotToTransfer": [
  478.     "mew",
  479.     "articuno",
  480.     "zapdos",
  481.     "moltres",
  482.     "mewtwo",
  483.     "raikou",
  484.     "entei",
  485.     "suicune",
  486.     "lugia",
  487.     "hoOh",
  488.     "celebi"
  489.   ],
  490.   "PokemonToCatchLocally": {
  491.     "Pokemon": [
  492.       "pidgey",
  493.       "pidgeot",
  494.       "weedle",
  495.       "caterpie",
  496.       "bulbasaur",
  497.       "ivysaur",
  498.       "venusaur",
  499.       "charmander",
  500.       "charmeleon",
  501.       "charizard",
  502.       "squirtle",
  503.       "wartortle",
  504.       "blastoise",
  505.       "pikachu",
  506.       "raichu",
  507.       "growlithe",
  508.       "arcanine",
  509.       "abra",
  510.       "kadabra",
  511.       "alakazam",
  512.       "machop",
  513.       "machoke",
  514.       "machamp",
  515.       "graveler",
  516.       "golem",
  517.       "slowpoke",
  518.       "slowbro",
  519.       "farfetchd",
  520.       "grimer",
  521.       "muk",
  522.       "gastly",
  523.       "haunter",
  524.       "gengar",
  525.       "onix",
  526.       "exeggcute",
  527.       "exeggutor",
  528.       "rhyhorn",
  529.       "rhydon",
  530.       "chansey",
  531.       "kangaskhan",
  532.       "mrMime",
  533.       "scyther",
  534.       "tauros",
  535.       "magikarp",
  536.       "gyarados",
  537.       "lapras",
  538.       "ditto",
  539.       "eevee",
  540.       "vaporeon",
  541.       "jolteon",
  542.       "flareon",
  543.       "porygon",
  544.       "aerodactyl",
  545.       "snorlax",
  546.       "articuno",
  547.       "zapdos",
  548.       "moltres",
  549.       "dratini",
  550.       "dragonair",
  551.       "dragonite",
  552.       "mewtwo",
  553.       "mew",
  554.       "chikorita",
  555.       "bayleef",
  556.       "meganium",
  557.       "cyndaquil",
  558.       "quilava",
  559.       "typhlosion",
  560.       "totodile",
  561.       "croconaw",
  562.       "feraligatr",
  563.       "mareep",
  564.       "flaaffy",
  565.       "ampharos",
  566.       "espeon",
  567.       "umbreon",
  568.       "unown",
  569.       "steelix",
  570.       "scizor",
  571.       "heracross",
  572.       "teddiursa",
  573.       "ursaring",
  574.       "corsola",
  575.       "donphan",
  576.       "porygon2",
  577.       "miltank",
  578.       "blissey",
  579.       "larvitar",
  580.       "pupitar",
  581.       "tyranitar"
  582.     ]
  583.   },
  584.   "PokemonsToLevelUp": [
  585.     "lapras",
  586.     "snorlax",
  587.     "dragonite"
  588.   ],
  589.   "PokemonsToIgnore": [],
  590.   "CaptchaConfig": {
  591.     "AllowManualCaptchaResolve": true,
  592.     "ManualCaptchaTimeout": 120,
  593.     "PlaySoundOnCaptcha": true,
  594.     "DisplayOnTop": true,
  595.     "Enable2Captcha": true,
  596.     "EnableAntiCaptcha": false,
  597.     "AntiCaptchaAPIKey": "",
  598.     "ProxyHost": "",
  599.     "ProxyPort": 3128,
  600.     "EnableCaptchaSolutions": false,
  601.     "CaptchaSolutionAPIKey": "",
  602.     "CaptchaSolutionsSecretKey": "",
  603.     "AutoCaptchaTimeout": 120,
  604.     "AutoCaptchaRetries": 3,
  605.     "TwoCaptchaAPIKey": "57824ec8ac6766a382a30389b94ec0c9"
  606.   },
  607.   "PokemonsTransferFilter": {
  608.     "Abra": {
  609.       "KeepMinCp": 1,
  610.       "KeepMinIvPercentage": 100.0,
  611.       "KeepMinLvl": 25,
  612.       "UseKeepMinLvl": true,
  613.       "KeepMinOperator": "or",
  614.       "KeepMinDuplicatePokemon": 2,
  615.       "KeepMaxDuplicatePokemon": 1000,
  616.       "Moves": [],
  617.       "DeprecatedMoves": null,
  618.       "MovesOperator": "and",
  619.       "CatchOnlyPokemonMeetTransferCriteria": false,
  620.       "AffectToPokemons": [
  621.         "bulbasaur",
  622.         "ivysaur",
  623.         "venusaur",
  624.         "charmander",
  625.         "charmeleon",
  626.         "charizard",
  627.         "squirtle",
  628.         "wartortle",
  629.         "blastoise",
  630.         "pikachu",
  631.         "raichu",
  632.         "machop",
  633.         "machoke",
  634.         "machamp",
  635.         "rhyhorn",
  636.         "rhydon",
  637.         "scyther",
  638.         "porygon",
  639.         "onix",
  640.         "horsea",
  641.         "chikorita",
  642.         "bayleef",
  643.         "meganium",
  644.         "cyndaquil",
  645.         "quilava",
  646.         "typhlosion",
  647.         "teddiursa",
  648.         "totodile",
  649.         "croconaw",
  650.         "feraligatr",
  651.         "phanpy",
  652.         "donphan",
  653.         "mareep",
  654.         "flaaffy",
  655.         "ampharos",
  656.         "houndour",
  657.         "houndoom",
  658.         "farfetchd",
  659.         "kangaskhan",
  660.         "mrMime",
  661.         "tauros",
  662.         "graveler",
  663.         "golem",
  664.         "grimer",
  665.         "muk",
  666.         "exeggcute",
  667.         "exeggutor",
  668.         "unown",
  669.         "porygon2",
  670.         "corsola",
  671.         "magikarp"
  672.       ]
  673.     },
  674.     "Chansey": {
  675.       "KeepMinCp": 839,
  676.       "KeepMinIvPercentage": 90.0,
  677.       "KeepMinLvl": 20,
  678.       "UseKeepMinLvl": true,
  679.       "KeepMinOperator": "or",
  680.       "KeepMinDuplicatePokemon": 5,
  681.       "KeepMaxDuplicatePokemon": 1000,
  682.       "Moves": [],
  683.       "DeprecatedMoves": null,
  684.       "MovesOperator": "and",
  685.       "CatchOnlyPokemonMeetTransferCriteria": false,
  686.       "AffectToPokemons": []
  687.     },
  688.     "Lapras": {
  689.       "KeepMinCp": 1,
  690.       "KeepMinIvPercentage": 0.0,
  691.       "KeepMinLvl": 0,
  692.       "UseKeepMinLvl": true,
  693.       "KeepMinOperator": "and",
  694.       "KeepMinDuplicatePokemon": 5,
  695.       "KeepMaxDuplicatePokemon": 100,
  696.       "Moves": [],
  697.       "DeprecatedMoves": null,
  698.       "MovesOperator": "and",
  699.       "CatchOnlyPokemonMeetTransferCriteria": false,
  700.       "AffectToPokemons": [
  701.         "snorlax",
  702.         "dragonair",
  703.         "dragonite",
  704.         "blissey",
  705.         "pupitar",
  706.         "tyranitar"
  707.       ]
  708.     },
  709.     "Dratini": {
  710.       "KeepMinCp": 514,
  711.       "KeepMinIvPercentage": 90.0,
  712.       "KeepMinLvl": 25,
  713.       "UseKeepMinLvl": true,
  714.       "KeepMinOperator": "or",
  715.       "KeepMinDuplicatePokemon": 5,
  716.       "KeepMaxDuplicatePokemon": 1000,
  717.       "Moves": [],
  718.       "DeprecatedMoves": null,
  719.       "MovesOperator": "and",
  720.       "CatchOnlyPokemonMeetTransferCriteria": false,
  721.       "AffectToPokemons": []
  722.     },
  723.     "Larvitar": {
  724.       "KeepMinCp": 546,
  725.       "KeepMinIvPercentage": 90.0,
  726.       "KeepMinLvl": 25,
  727.       "UseKeepMinLvl": true,
  728.       "KeepMinOperator": "or",
  729.       "KeepMinDuplicatePokemon": 5,
  730.       "KeepMaxDuplicatePokemon": 1000,
  731.       "Moves": [],
  732.       "DeprecatedMoves": null,
  733.       "MovesOperator": "and",
  734.       "CatchOnlyPokemonMeetTransferCriteria": false,
  735.       "AffectToPokemons": []
  736.     },
  737.     "Pichu": {
  738.       "KeepMinCp": 1,
  739.       "KeepMinIvPercentage": 90.0,
  740.       "KeepMinLvl": 20,
  741.       "UseKeepMinLvl": true,
  742.       "KeepMinOperator": "and",
  743.       "KeepMinDuplicatePokemon": 1,
  744.       "KeepMaxDuplicatePokemon": 1000,
  745.       "Moves": [],
  746.       "DeprecatedMoves": [],
  747.       "MovesOperator": "and",
  748.       "CatchOnlyPokemonMeetTransferCriteria": false,
  749.       "AffectToPokemons": [
  750.         "cleffa",
  751.         "igglybuff",
  752.         "togepi",
  753.         "togetic",
  754.         "smoochum",
  755.         "elekid",
  756.         "magby"
  757.       ]
  758.     },
  759.     "Mew": {
  760.       "KeepMinCp": 0,
  761.       "KeepMinIvPercentage": 0.0,
  762.       "KeepMinLvl": 0,
  763.       "UseKeepMinLvl": false,
  764.       "KeepMinOperator": "or",
  765.       "KeepMinDuplicatePokemon": 0,
  766.       "KeepMaxDuplicatePokemon": 1000,
  767.       "Moves": [],
  768.       "DeprecatedMoves": [],
  769.       "MovesOperator": "and",
  770.       "CatchOnlyPokemonMeetTransferCriteria": false,
  771.       "AffectToPokemons": [
  772.         "mewtwo",
  773.         "articuno",
  774.         "zapdos",
  775.         "moltres",
  776.         "raikou",
  777.         "entei",
  778.         "suicune",
  779.         "lugia",
  780.         "hoOh",
  781.         "celebi"
  782.       ]
  783.     },
  784.     "Pidgey": {
  785.       "KeepMinCp": 5000,
  786.       "KeepMinIvPercentage": 100.0,
  787.       "KeepMinLvl": 6,
  788.       "UseKeepMinLvl": false,
  789.       "KeepMinOperator": "and",
  790.       "KeepMinDuplicatePokemon": 0,
  791.       "KeepMaxDuplicatePokemon": 1000,
  792.       "Moves": [],
  793.       "DeprecatedMoves": [],
  794.       "MovesOperator": "and",
  795.       "CatchOnlyPokemonMeetTransferCriteria": false,
  796.       "AffectToPokemons": [
  797.         "pidgeotto",
  798.         "pidgeot",
  799.         "weedle",
  800.         "caterpie"
  801.       ]
  802.     },
  803.     "Cleffa": {
  804.       "KeepMinCp": 1250,
  805.       "KeepMinIvPercentage": 90.0,
  806.       "KeepMinLvl": 20,
  807.       "UseKeepMinLvl": false,
  808.       "KeepMinOperator": "or",
  809.       "KeepMinDuplicatePokemon": 1,
  810.       "KeepMaxDuplicatePokemon": 1000,
  811.       "Moves": [],
  812.       "DeprecatedMoves": [],
  813.       "MovesOperator": "and",
  814.       "CatchOnlyPokemonMeetTransferCriteria": false,
  815.       "AffectToPokemons": [
  816.         "igglybuff",
  817.         "togepi",
  818.         "togetic",
  819.         "smoochum",
  820.         "elekid",
  821.         "magby"
  822.       ]
  823.     }
  824.   },
  825.   "ItemUseFilters": {
  826.     "ItemNanabBerry": {
  827.       "UseItemMinIV": 50,
  828.       "UseItemMinLevel": 20,
  829.       "UseItemMinCP": 500,
  830.       "Operator": "and",
  831.       "CatchProbability": 0.3,
  832.       "Pokemons": [
  833.         "dragonite",
  834.         "venusaur",
  835.         "blastoise",
  836.         "charizard"
  837.       ],
  838.       "MaxItemsUsePerPokemon": 20,
  839.       "UseIfExceedBagRecycleFilter": true
  840.     },
  841.     "ItemRazzBerry": {
  842.       "UseItemMinIV": 90,
  843.       "UseItemMinLevel": 0,
  844.       "UseItemMinCP": 1500,
  845.       "Operator": "and",
  846.       "CatchProbability": 0.3,
  847.       "Pokemons": [],
  848.       "MaxItemsUsePerPokemon": 20,
  849.       "UseIfExceedBagRecycleFilter": true
  850.     },
  851.     "ItemPinapBerry": {
  852.       "UseItemMinIV": 0,
  853.       "UseItemMinLevel": 0,
  854.       "UseItemMinCP": 0,
  855.       "Operator": "or",
  856.       "CatchProbability": 1.0,
  857.       "Pokemons": [
  858.         "lapras",
  859.         "snorlax",
  860.         "chansey",
  861.         "dratini",
  862.         "blissey",
  863.         "larvitar",
  864.         "pupitar",
  865.         "tyranitar"
  866.       ],
  867.       "MaxItemsUsePerPokemon": 10,
  868.       "UseIfExceedBagRecycleFilter": true
  869.     }
  870.   },
  871.   "PokemonToUseMasterball": [
  872.     "articuno",
  873.     "zapdos",
  874.     "moltres",
  875.     "mew",
  876.     "mewtwo"
  877.   ],
  878.   "HumanWalkSnipeFilters": {
  879.     "Chansey": {
  880.       "MaxDistance": 9999.0,
  881.       "Priority": 1,
  882.       "MaxWalkTimes": 200.0,
  883.       "CatchPokemonWhileWalking": true,
  884.       "SpinPokestopWhileWalking": true,
  885.       "MaxSpeedUpSpeed": 60.0,
  886.       "AllowSpeedUp": true,
  887.       "DelayTimeAtDestination": 10000,
  888.       "AllowTransferWhileWalking": false
  889.     },
  890.     "Magikarp": {
  891.       "MaxDistance": 9999.0,
  892.       "Priority": 10,
  893.       "MaxWalkTimes": 200.0,
  894.       "CatchPokemonWhileWalking": true,
  895.       "SpinPokestopWhileWalking": true,
  896.       "MaxSpeedUpSpeed": 60.0,
  897.       "AllowSpeedUp": true,
  898.       "DelayTimeAtDestination": 10000,
  899.       "AllowTransferWhileWalking": false
  900.     },
  901.     "Gyarados": {
  902.       "MaxDistance": 9999.0,
  903.       "Priority": 5,
  904.       "MaxWalkTimes": 200.0,
  905.       "CatchPokemonWhileWalking": true,
  906.       "SpinPokestopWhileWalking": true,
  907.       "MaxSpeedUpSpeed": 60.0,
  908.       "AllowSpeedUp": true,
  909.       "DelayTimeAtDestination": 10000,
  910.       "AllowTransferWhileWalking": false
  911.     },
  912.     "Lapras": {
  913.       "MaxDistance": 9999.0,
  914.       "Priority": 1,
  915.       "MaxWalkTimes": 200.0,
  916.       "CatchPokemonWhileWalking": true,
  917.       "SpinPokestopWhileWalking": true,
  918.       "MaxSpeedUpSpeed": 60.0,
  919.       "AllowSpeedUp": true,
  920.       "DelayTimeAtDestination": 10000,
  921.       "AllowTransferWhileWalking": false
  922.     },
  923.     "Eevee": {
  924.       "MaxDistance": 9999.0,
  925.       "Priority": 5,
  926.       "MaxWalkTimes": 200.0,
  927.       "CatchPokemonWhileWalking": true,
  928.       "SpinPokestopWhileWalking": true,
  929.       "MaxSpeedUpSpeed": 60.0,
  930.       "AllowSpeedUp": true,
  931.       "DelayTimeAtDestination": 10000,
  932.       "AllowTransferWhileWalking": false
  933.     },
  934.     "Snorlax": {
  935.       "MaxDistance": 9999.0,
  936.       "Priority": 1,
  937.       "MaxWalkTimes": 200.0,
  938.       "CatchPokemonWhileWalking": true,
  939.       "SpinPokestopWhileWalking": true,
  940.       "MaxSpeedUpSpeed": 60.0,
  941.       "AllowSpeedUp": true,
  942.       "DelayTimeAtDestination": 10000,
  943.       "AllowTransferWhileWalking": false
  944.     },
  945.     "Dratini": {
  946.       "MaxDistance": 9999.0,
  947.       "Priority": 1,
  948.       "MaxWalkTimes": 200.0,
  949.       "CatchPokemonWhileWalking": true,
  950.       "SpinPokestopWhileWalking": true,
  951.       "MaxSpeedUpSpeed": 60.0,
  952.       "AllowSpeedUp": true,
  953.       "DelayTimeAtDestination": 10000,
  954.       "AllowTransferWhileWalking": false
  955.     },
  956.     "Dragonair": {
  957.       "MaxDistance": 9999.0,
  958.       "Priority": 1,
  959.       "MaxWalkTimes": 200.0,
  960.       "CatchPokemonWhileWalking": true,
  961.       "SpinPokestopWhileWalking": true,
  962.       "MaxSpeedUpSpeed": 60.0,
  963.       "AllowSpeedUp": true,
  964.       "DelayTimeAtDestination": 10000,
  965.       "AllowTransferWhileWalking": false
  966.     },
  967.     "Heracross": {
  968.       "MaxDistance": 9999.0,
  969.       "Priority": 5,
  970.       "MaxWalkTimes": 200.0,
  971.       "CatchPokemonWhileWalking": true,
  972.       "SpinPokestopWhileWalking": true,
  973.       "MaxSpeedUpSpeed": 60.0,
  974.       "AllowSpeedUp": true,
  975.       "DelayTimeAtDestination": 10000,
  976.       "AllowTransferWhileWalking": false
  977.     },
  978.     "Unown": {
  979.       "MaxDistance": 9999.0,
  980.       "Priority": 5,
  981.       "MaxWalkTimes": 200.0,
  982.       "CatchPokemonWhileWalking": true,
  983.       "SpinPokestopWhileWalking": true,
  984.       "MaxSpeedUpSpeed": 60.0,
  985.       "AllowSpeedUp": true,
  986.       "DelayTimeAtDestination": 10000,
  987.       "AllowTransferWhileWalking": false
  988.     },
  989.     "Blissey": {
  990.       "MaxDistance": 9999.0,
  991.       "Priority": 1,
  992.       "MaxWalkTimes": 200.0,
  993.       "CatchPokemonWhileWalking": true,
  994.       "SpinPokestopWhileWalking": true,
  995.       "MaxSpeedUpSpeed": 60.0,
  996.       "AllowSpeedUp": true,
  997.       "DelayTimeAtDestination": 10000,
  998.       "AllowTransferWhileWalking": false
  999.     },
  1000.     "Larvitar": {
  1001.       "MaxDistance": 9999.0,
  1002.       "Priority": 1,
  1003.       "MaxWalkTimes": 200.0,
  1004.       "CatchPokemonWhileWalking": true,
  1005.       "SpinPokestopWhileWalking": true,
  1006.       "MaxSpeedUpSpeed": 60.0,
  1007.       "AllowSpeedUp": true,
  1008.       "DelayTimeAtDestination": 10000,
  1009.       "AllowTransferWhileWalking": false
  1010.     },
  1011.     "Pupitar": {
  1012.       "MaxDistance": 9999.0,
  1013.       "Priority": 1,
  1014.       "MaxWalkTimes": 200.0,
  1015.       "CatchPokemonWhileWalking": true,
  1016.       "SpinPokestopWhileWalking": true,
  1017.       "MaxSpeedUpSpeed": 60.0,
  1018.       "AllowSpeedUp": true,
  1019.       "DelayTimeAtDestination": 10000,
  1020.       "AllowTransferWhileWalking": false
  1021.     }
  1022.   },
  1023.   "PokemonUpgradeFilters": {},
  1024.   "MultipleBotConfig": {
  1025.     "RuntimeSwitch": 55,
  1026.     "RuntimeSwitchRandomTime": 10,
  1027.     "OnLimitPauseTimes": 15,
  1028.     "OnRarePokemon": true,
  1029.     "MinIVToSwitch": 99.0,
  1030.     "EXPSwitch": 500000,
  1031.     "PokestopSwitch": 500,
  1032.     "PokemonSwitch": 200,
  1033.     "PokemonPerHourSwitch": 100,
  1034.     "StartFromDefaultLocation": true,
  1035.     "PokestopSoftbanCount": 5,
  1036.     "DisplayList": true,
  1037.     "SelectAccountOnStartUp": false,
  1038.     "CatchFleeCount": 5,
  1039.     "SwitchOnCatchLimit": true,
  1040.     "SwitchOnPokestopLimit": true
  1041.   },
  1042.   "NotificationConfig": {
  1043.     "EnablePushBulletNotification": false,
  1044.     "EnableEmailNotification": false,
  1045.     "PushBulletApiKey": "",
  1046.     "GmailUsername": "",
  1047.     "GmailPassword": "",
  1048.     "Recipients": ""
  1049.   },
  1050.   "SnipePokemonFilter": {
  1051.     "Chansey": {
  1052.       "SnipeIV": 0,
  1053.       "Moves": [],
  1054.       "Operator": "or",
  1055.       "VerifiedOnly": false,
  1056.       "Priority": 1,
  1057.       "AutoSnipeCandy": 200,
  1058.       "Level": 0,
  1059.       "AllowMultiAccountSnipe": true,
  1060.       "AffectToPokemons": [
  1061.         "gyarados",
  1062.         "lapras",
  1063.         "aerodactyl",
  1064.         "snorlax",
  1065.         "dratini",
  1066.         "dragonair",
  1067.         "dragonite",
  1068.         "mareep",
  1069.         "flaaffy",
  1070.         "ampharos",
  1071.         "unown",
  1072.         "donphan",
  1073.         "porygon2",
  1074.         "blissey",
  1075.         "larvitar",
  1076.         "pupitar",
  1077.         "tyranitar"
  1078.       ]
  1079.     },
  1080.     "Magikarp": {
  1081.       "SnipeIV": 100,
  1082.       "Moves": [],
  1083.       "Operator": "or",
  1084.       "VerifiedOnly": false,
  1085.       "Priority": 10,
  1086.       "AutoSnipeCandy": 0,
  1087.       "Level": 20,
  1088.       "AllowMultiAccountSnipe": true,
  1089.       "AffectToPokemons": [
  1090.         "eevee"
  1091.       ]
  1092.     }
  1093.   },
  1094.   "PokemonEvolveFilter": {
  1095.     "Pidgey": {
  1096.       "MinIV": 0.0,
  1097.       "MinLV": 0.0,
  1098.       "MinCP": 0.0,
  1099.       "Moves": [],
  1100.       "Operator": "or",
  1101.       "EvolveTo": "",
  1102.       "AffectToPokemons": [
  1103.         "caterpie",
  1104.         "weedle",
  1105.         "rattata"
  1106.       ],
  1107.       "FavoritedOnly": false,
  1108.       "MinCandiesBeforeEvolve": 0
  1109.     },
  1110.     "Cyndaquil": {
  1111.       "MinIV": 100.0,
  1112.       "MinLV": 30.0,
  1113.       "MinCP": 0.0,
  1114.       "Moves": [],
  1115.       "Operator": "and",
  1116.       "EvolveTo": "",
  1117.       "AffectToPokemons": [
  1118.         "quilava",
  1119.         "totodile",
  1120.         "croconaw",
  1121.         "mareep"
  1122.       ],
  1123.       "FavoritedOnly": false,
  1124.       "MinCandiesBeforeEvolve": 0
  1125.     },
  1126.     "Chansey": {
  1127.       "MinIV": 0.0,
  1128.       "MinLV": 25.0,
  1129.       "MinCP": 0.0,
  1130.       "Moves": [],
  1131.       "Operator": "and",
  1132.       "EvolveTo": "",
  1133.       "AffectToPokemons": null,
  1134.       "FavoritedOnly": false,
  1135.       "MinCandiesBeforeEvolve": 0
  1136.     },
  1137.     "Dratini": {
  1138.       "MinIV": 0.0,
  1139.       "MinLV": 30.0,
  1140.       "MinCP": 0.0,
  1141.       "Moves": [],
  1142.       "Operator": "and",
  1143.       "EvolveTo": "",
  1144.       "AffectToPokemons": [
  1145.         "dragonair",
  1146.         "larvitar",
  1147.         "pupitar"
  1148.       ],
  1149.       "FavoritedOnly": false,
  1150.       "MinCandiesBeforeEvolve": 0
  1151.     }
  1152.   },
  1153.   "CatchPokemonFilter": {
  1154.     "Lapras": {
  1155.       "MinIV": 0,
  1156.       "MinLV": 0,
  1157.       "MinCP": 0,
  1158.       "Moves": [],
  1159.       "Operator": "or"
  1160.     }
  1161.   },
  1162.   "BotSwitchPokemonFilters": {
  1163.     "Dragonite": {
  1164.       "IV": 0,
  1165.       "RemainTimes": 90,
  1166.       "Operator": "and",
  1167.       "AffectToPokemons": [
  1168.         "lapras",
  1169.         "aerodactyl",
  1170.         "snorlax",
  1171.         "dratini",
  1172.         "dragonair",
  1173.         "dragonite",
  1174.         "unown",
  1175.         "donphan",
  1176.         "porygon2",
  1177.         "blissey",
  1178.         "larvitar",
  1179.         "pupitar",
  1180.         "tyranitar"
  1181.       ],
  1182.       "LV": 0,
  1183.       "Moves": []
  1184.     }
  1185.   },
  1186.   "UIConfig": {
  1187.     "SnipeItemListDisplayTime": 150,
  1188.     "SnipeListRefreshInterval": 5
  1189.   },
  1190.   "HumanlikeDelays": {
  1191.     "UseHumanlikeDelays": false,
  1192.     "CatchSuccessDelay": 13000,
  1193.     "CatchErrorDelay": 1000,
  1194.     "CatchEscapeDelay": 3500,
  1195.     "CatchFleeDelay": 2000,
  1196.     "CatchMissedDelay": 1000,
  1197.     "BeforeCatchDelay": 1500
  1198.   }
  1199. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement