Advertisement
emsin

config_pidgey_snipe_sayatomo1116

Jan 30th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 14.73 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": 6,
  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.624425,
  21.     "DefaultLongitude": 139.775507,
  22.     "WalkingSpeedInKilometerPerHour": 5.16,
  23.     "UseWalkingSpeedVariant": true,
  24.     "WalkingSpeedVariant": 1.2,
  25.     "ShowVariantWalking": false,
  26.     "RandomlyPauseAtStops": true,
  27.     "MaxSpawnLocationOffset": 10,
  28.     "MaxTravelDistanceInMeters": 1000
  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.     "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": true,
  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": 800.0
  65.   },
  66.   "HumanWalkSnipeConfig": {
  67.     "Enable": false,
  68.     "DisplayPokemonList": true,
  69.     "MaxDistance": 300.0,
  70.     "MaxEstimateTime": 180.0,
  71.     "CatchEmAllMinBalls": 50,
  72.     "TryCatchEmAll": true,
  73.     "CatchPokemonWhileWalking": true,
  74.     "SpinWhileWalking": true,
  75.     "AlwaysWalkback": false,
  76.     "SnipingScanOffset": 0.002,
  77.     "WalkbackDistanceLimit": 100.0,
  78.     "IncludeDefaultLocation": true,
  79.     "UseSnipePokemonList": true,
  80.     "MaxSpeedUpSpeed": 60.0,
  81.     "AllowSpeedUp": true,
  82.     "DelayTimeAtDestination": 10000,
  83.     "UsePokeRadar": false,
  84.     "UseSkiplagged": false,
  85.     "UsePokecrew": false,
  86.     "UsePokesnipers": false,
  87.     "UsePokeZZ": false,
  88.     "UsePokeWatcher": false,
  89.     "UseFastPokemap": false,
  90.     "UsePogoLocationFeeder": false,
  91.     "AllowTransferWhileWalking": false
  92.   },
  93.   "DataSharingConfig": {
  94.     "EnableSyncData": true,
  95.     "AutoSnipe": true,
  96.     "DataServiceIdentification": "",
  97.     "DataRecieverURL": "ws://necrosocket.herokuapp.com/socket.io/?EIO=3&transport=websocket"
  98.   },
  99.   "PokeStopConfig": {
  100.     "UsePokeStopLimit": true,
  101.     "PokeStopLimit": 1998,
  102.     "PokeStopLimitMinutes": 60
  103.   },
  104.   "GymConfig": {
  105.     "Enable": false,
  106.     "PrioritizeGymOverPokestop": true,
  107.     "MaxDistance": 2000.0,
  108.     "DefaultTeam": "Red",
  109.     "MaxCPToDeploy": 1000,
  110.     "MaxLevelToDeploy": 16,
  111.     "VisitTimeout": 60,
  112.     "UseRandomPokemon": false,
  113.     "NumberOfTopPokemonToBeExcluded": 10,
  114.     "CollectCoinAfterDeployed": 2,
  115.     "EnableAttackGym": false,
  116.     "MaxGymLevelToAttack": 3,
  117.     "MaxDefendersToAttack": 3,
  118.     "HealDefendersBeforeApplyToGym": true,
  119.     "DontAttackAfterCoinsLimitReached": true
  120.   },
  121.   "PokemonConfig": {
  122.     "CatchPokemon": true,
  123.     "DelayBetweenPokemonCatch": 100,
  124.     "UseCatchLimit": true,
  125.     "CatchPokemonLimit": 998,
  126.     "CatchPokemonLimitMinutes": 60,
  127.     "UseIncenseConstantly": false,
  128.     "UseEggIncubators": true,
  129.     "UseLimitedEggIncubators": true,
  130.     "UseLuckyEggConstantly": false,
  131.     "UseLuckyEggsMinPokemonAmount": 100,
  132.     "UseLuckyEggsWhileEvolving": true,
  133.     "UseBerriesMinCp": 1000,
  134.     "UseBerriesMinIv": 90.0,
  135.     "UseBerriesBelowCatchProbability": 0.2,
  136.     "UseBerriesOperator": "or",
  137.     "MaxBerriesToUsePerPokemon": 1,
  138.     "TransferWeakPokemon": false,
  139.     "TransferDuplicatePokemon": true,
  140.     "TransferDuplicatePokemonOnCapture": true,
  141.     "RenamePokemon": false,
  142.     "RenameOnlyAboveIv": false,
  143.     "RenameTemplate": "{1}%{0}",
  144.     "FavoriteMinIvPercentage": 99.0,
  145.     "AutoFavoritePokemon": false,
  146.     "MaxPokeballsPerPokemon": 20,
  147.     "UseGreatBallAboveCp": 1000,
  148.     "UseUltraBallAboveCp": 1250,
  149.     "UseMasterBallAboveCp": 1500,
  150.     "UseGreatBallAboveIv": 85.0,
  151.     "UseUltraBallAboveIv": 95.0,
  152.     "UseGreatBallBelowCatchProbability": 0.2,
  153.     "UseUltraBallBelowCatchProbability": 0.1,
  154.     "UseMasterBallBelowCatchProbability": 0.05,
  155.     "AutomaticallyLevelUpPokemon": false,
  156.     "OnlyUpgradeFavorites": true,
  157.     "UseLevelUpList": true,
  158.     "AmountOfTimesToUpgradeLoop": 5,
  159.     "GetMinStarDustForLevelUp": 5000,
  160.     "LevelUpByCPorIv": "iv",
  161.     "UpgradePokemonCpMinimum": 1000.0,
  162.     "UpgradePokemonIvMinimum": 95.0,
  163.     "UpgradePokemonMinimumStatsOperator": "and",
  164.     "EvolveAboveIvValue": 95.0,
  165.     "EvolveAllPokemonAboveIv": false,
  166.     "EvolveAllPokemonWithEnoughCandy": true,
  167.     "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  168.     "EvolveKeptPokemonIfBagHasOverThisManyPokemon": 240,
  169.     "KeepPokemonsThatCanEvolve": true,
  170.     "KeepMinCp": 0,
  171.     "KeepMinIvPercentage": 99.0,
  172.     "KeepMinLvl": 20,
  173.     "KeepMinOperator": "and",
  174.     "UseKeepMinLvl": true,
  175.     "PrioritizeIvOverCp": true,
  176.     "KeepMinDuplicatePokemon": 0,
  177.     "UsePokemonToNotCatchFilter": false,
  178.     "UsePokemonSniperFilterOnly": true,
  179.     "DumpPokemonStats": false,
  180.     "DelayBetweenPokemonUpgrade": 100,
  181.     "OutOfBallCatchBlockTime": 5,
  182.     "PokeballToKeepForSnipe": 50,
  183.     "UseBulkTransferPokemon": true,
  184.     "BulkTransferStogareBuffer": 10,
  185.     "BulkTransferSize": 100
  186.   },
  187.   "RecycleConfig": {
  188.     "VerboseRecycling": true,
  189.     "RecycleInventoryAtUsagePercentage": 90.0,
  190.     "RandomizeRecycle": false,
  191.     "RandomRecycleValue": 5,
  192.     "TotalAmountOfPokeballsToKeep": 180,
  193.     "TotalAmountOfPotionsToKeep": 30,
  194.     "TotalAmountOfRevivesToKeep": 30,
  195.     "TotalAmountOfBerriesToKeep": 50,
  196.     "UseRecyclePercentsInsteadOfTotals": false,
  197.     "PercentOfInventoryPokeballsToKeep": 35,
  198.     "PercentOfInventoryPotionsToKeep": 35,
  199.     "PercentOfInventoryRevivesToKeep": 20,
  200.     "PercentOfInventoryBerriesToKeep": 10
  201.   },
  202.   "CustomCatchConfig": {
  203.     "EnableHumanizedThrows": true,
  204.     "EnableMissedThrows": true,
  205.     "ThrowMissPercentage": 25,
  206.     "NiceThrowChance": 5,
  207.     "GreatThrowChance": 15,
  208.     "ExcellentThrowChance": 80,
  209.     "CurveThrowChance": 90,
  210.     "ForceGreatThrowOverIv": 90.0,
  211.     "ForceExcellentThrowOverIv": 95.0,
  212.     "ForceGreatThrowOverCp": 1000,
  213.     "ForceExcellentThrowOverCp": 1500,
  214.     "UseTransferFilterToCatch": false
  215.   },
  216.   "PlayerConfig": {
  217.     "DelayBetweenPlayerActions": 100,
  218.     "EvolveActionDelay": 100,
  219.     "TransferActionDelay": 100,
  220.     "RecycleActionDelay": 100,
  221.     "RenamePokemonActionDelay": 100,
  222.     "UseNearActionRandom": true
  223.   },
  224.   "SoftBanConfig": {
  225.     "FastSoftBanBypass": false,
  226.     "ByPassSpinCount": 1
  227.   },
  228.   "GoogleWalkConfig": {
  229.     "UseGoogleWalk": false,
  230.     "DefaultStepLength": 1.3,
  231.     "GoogleHeuristic": "walking",
  232.     "GoogleAPIKey": null,
  233.     "Cache": true,
  234.     "GoogleElevationAPIKey": null
  235.   },
  236.   "YoursWalkConfig": {
  237.     "UseYoursWalk": false,
  238.     "YoursWalkHeuristic": "bicycle"
  239.   },
  240.   "MapzenWalkConfig": {
  241.     "UseMapzenWalk": false,
  242.     "MapzenTurnByTurnApiKey": null,
  243.     "MapzenWalkHeuristic": "bicycle",
  244.     "MapzenElevationApiKey": null
  245.   },
  246.   "ItemRecycleFilter": [
  247.     {
  248.       "Key": "itemUnknown",
  249.       "Value": 0
  250.     },
  251.     {
  252.       "Key": "itemLuckyEgg",
  253.       "Value": 200
  254.     },
  255.     {
  256.       "Key": "itemIncenseOrdinary",
  257.       "Value": 100
  258.     },
  259.     {
  260.       "Key": "itemIncenseSpicy",
  261.       "Value": 100
  262.     },
  263.     {
  264.       "Key": "itemIncenseCool",
  265.       "Value": 100
  266.     },
  267.     {
  268.       "Key": "itemIncenseFloral",
  269.       "Value": 100
  270.     },
  271.     {
  272.       "Key": "itemTroyDisk",
  273.       "Value": 100
  274.     },
  275.     {
  276.       "Key": "itemXAttack",
  277.       "Value": 100
  278.     },
  279.     {
  280.       "Key": "itemXDefense",
  281.       "Value": 100
  282.     },
  283.     {
  284.       "Key": "itemXMiracle",
  285.       "Value": 100
  286.     },
  287.     {
  288.       "Key": "itemSpecialCamera",
  289.       "Value": 100
  290.     },
  291.     {
  292.       "Key": "itemIncubatorBasicUnlimited",
  293.       "Value": 100
  294.     },
  295.     {
  296.       "Key": "itemIncubatorBasic",
  297.       "Value": 100
  298.     },
  299.     {
  300.       "Key": "itemPokemonStorageUpgrade",
  301.       "Value": 100
  302.     },
  303.     {
  304.       "Key": "itemItemStorageUpgrade",
  305.       "Value": 100
  306.     }
  307.   ],
  308.   "PokemonsNotToTransfer": [
  309.     "pichu",
  310.     "cleffa",
  311.     "igglybuff",
  312.     "togepi",
  313.     "togetic",
  314.     "smoochum",
  315.     "elekid",
  316.     "magby",
  317.     "articuno",
  318.     "zapdos",
  319.     "moltres",
  320.     "mewtwo",
  321.     "mew"
  322.   ],
  323.   "PokemonsToEvolve": [
  324.     "caterpie",
  325.     "weedle",
  326.     "pidgey",
  327.     "rattata"
  328.   ],
  329.   "PokemonsToLevelUp": [
  330.     "lapras",
  331.     "snorlax",
  332.     "dragonite"
  333.   ],
  334.   "PokemonsToIgnore": [],
  335.   "CaptchaConfig": {
  336.     "AllowManualCaptchaResolve": true,
  337.     "ManualCaptchaTimeout": 120,
  338.     "PlaySoundOnCaptcha": true,
  339.     "DisplayOnTop": true,
  340.     "Enable2Captcha": false,
  341.     "EnableAntiCaptcha": false,
  342.     "AntiCaptchaAPIKey": "201.33.206.229",
  343.     "ProxyHost": "",
  344.     "ProxyPort": 3128,
  345.     "EnableCaptchaSolutions": false,
  346.     "CaptchaSolutionAPIKey": "",
  347.     "CaptchaSolutionsSecretKey": "",
  348.     "AutoCaptchaTimeout": 120,
  349.     "AutoCaptchaRetries": 3,
  350.     "TwoCaptchaAPIKey": ""
  351.   },
  352.   "PokemonsTransferFilter": {
  353.     "Pidgey": {
  354.       "KeepMinCp": 5000,
  355.       "KeepMinIvPercentage": 99.0,
  356.       "KeepMinLvl": 40,
  357.       "UseKeepMinLvl": false,
  358.       "KeepMinOperator": "and",
  359.       "KeepMinDuplicatePokemon": 0,
  360.       "Moves": [
  361.         []
  362.       ],
  363.       "DeprecatedMoves": null,
  364.       "MovesOperator": "and",
  365.       "CatchOnlyPokemonMeetTransferCriteria": false
  366.     },
  367.     "Lapras": {
  368.       "KeepMinCp": 0,
  369.       "KeepMinIvPercentage": 0.0,
  370.       "KeepMinLvl": 6,
  371.       "UseKeepMinLvl": false,
  372.       "KeepMinOperator": "or",
  373.       "KeepMinDuplicatePokemon": 0,
  374.       "Moves": [
  375.         []
  376.       ],
  377.       "DeprecatedMoves": null,
  378.       "MovesOperator": "and",
  379.       "CatchOnlyPokemonMeetTransferCriteria": false
  380.     },
  381.     "Snorlax": {
  382.       "KeepMinCp": 1,
  383.       "KeepMinIvPercentage": 1.0,
  384.       "KeepMinLvl": 6,
  385.       "UseKeepMinLvl": false,
  386.       "KeepMinOperator": "or",
  387.       "KeepMinDuplicatePokemon": 0,
  388.       "Moves": [
  389.         []
  390.       ],
  391.       "DeprecatedMoves": null,
  392.       "MovesOperator": "and",
  393.       "CatchOnlyPokemonMeetTransferCriteria": false
  394.     },
  395.     "Dragonite": {
  396.       "KeepMinCp": 0,
  397.       "KeepMinIvPercentage": 0.0,
  398.       "KeepMinLvl": 6,
  399.       "UseKeepMinLvl": false,
  400.       "KeepMinOperator": "or",
  401.       "KeepMinDuplicatePokemon": 0,
  402.       "Moves": [
  403.         []
  404.       ],
  405.       "DeprecatedMoves": null,
  406.       "MovesOperator": "and",
  407.       "CatchOnlyPokemonMeetTransferCriteria": false
  408.     }
  409.   },
  410.   "PokemonToSnipe": {
  411.     "Locations": [
  412.       {
  413.         "Latitude": -33.860063648003653,
  414.         "Longitude": 151.20049953460693
  415.       }
  416.     ],
  417.     "Pokemon": [
  418. "caterpie",
  419. "weedle",
  420. "pidgey",
  421. "rattata"
  422.     ]
  423.   },
  424.   "PokemonToUseMasterball": [
  425.     "articuno",
  426.     "zapdos",
  427.     "moltres",
  428.     "mew",
  429.     "mewtwo"
  430.   ],
  431.   "HumanWalkSnipeFilters": {},
  432.   "PokemonUpgradeFilters": {},
  433.   "MultipleBotConfig": {
  434.     "RuntimeSwitch": 180,
  435.     "OnLimitPauseTimes": 15,
  436.     "OnRarePokemon": true,
  437.     "MinIVToSwitch": 99.0,
  438.     "EXPSwitch": 500000,
  439.     "PokestopSwitch": 500,
  440.     "PokemonSwitch": 200,
  441.     "PokemonPerHourSwitch": 150,
  442.     "StartFromDefaultLocation": true,
  443.     "PokestopSoftbanCount": 5,
  444.     "DisplayList": true,
  445.     "SelectAccountOnStartUp": true,
  446.     "CatchFleeCount": 5,
  447.     "SwitchOnCatchLimit": true,
  448.     "SwitchOnPokestopLimit": true
  449.   },
  450.   "NotificationConfig": {
  451.     "EnablePushBulletNotification": false,
  452.     "EnableEmailNotification": false,
  453.     "PushBulletApiKey": "",
  454.     "GmailUsername": "",
  455.     "GmailPassword": "",
  456.     "Recipients": ""
  457.   },
  458.   "SnipePokemonFilter": {
  459.     "Pidgey": {
  460.       "SnipeIV": 1,
  461.       "Moves": [],
  462.       "Operator": "or",
  463.       "VerifiedOnly": true,
  464.       "Priority": 5,
  465.       "AustoSnipeCandy": 2000
  466.     }
  467.   },
  468.   "EvolvePokemonFilter": {
  469.     "Zubat": {
  470.       "EnableEvolve": true,
  471.       "MinIV": 0,
  472.       "MinLV": 0,
  473.       "MinCP": 0,
  474.       "Moves": [],
  475.       "Operator": "or"
  476.     }
  477.   },
  478.   "CatchPokemonFilter": {
  479.     "Lapras": {
  480.       "MinIV": 0,
  481.       "MinLV": 0,
  482.       "MinCP": 0,
  483.       "Moves": [],
  484.       "Operator": "or"
  485.     },
  486.     "Dratini": {
  487.       "MinIV": 0,
  488.       "MinLV": 0,
  489.       "MinCP": 0,
  490.       "Moves": [],
  491.       "Operator": "or"
  492.     },
  493.     "Dragonite": {
  494.       "MinIV": 0,
  495.       "MinLV": 0,
  496.       "MinCP": 0,
  497.       "Moves": [],
  498.       "Operator": "or"
  499.     },
  500.     "Snorlax": {
  501.       "MinIV": 0,
  502.       "MinLV": 0,
  503.       "MinCP": 0,
  504.       "Moves": [],
  505.       "Operator": "or"
  506.     },
  507.     "Zubat": {
  508.       "MinIV": 0,
  509.       "MinLV": 0,
  510.       "MinCP": 0,
  511.       "Moves": [],
  512.       "Operator": "and"
  513.     }
  514.   },
  515.   "BotSwitchPokemonFilters": {
  516.     "Dragonite": {
  517.       "IV": 100,
  518.       "RemainTimes": 90,
  519.       "Operator": "or",
  520.       "LV": 0,
  521.       "Moves": []
  522.     },
  523.     "Lapras": {
  524.       "IV": 90,
  525.       "RemainTimes": 90,
  526.       "Operator": "or",
  527.       "LV": 0,
  528.       "Moves": []
  529.     },
  530.     "Exeggutor": {
  531.       "IV": 99,
  532.       "RemainTimes": 99,
  533.       "Operator": "or",
  534.       "LV": 0,
  535.       "Moves": []
  536.     },
  537.     "Arcanine": {
  538.       "IV": 99,
  539.       "RemainTimes": 99,
  540.       "Operator": "or",
  541.       "LV": 0,
  542.       "Moves": []
  543.     },
  544.     "Blastoise": {
  545.       "IV": 99,
  546.       "RemainTimes": 99,
  547.       "Operator": "or",
  548.       "LV": 0,
  549.       "Moves": []
  550.     },
  551.     "Charizard": {
  552.       "IV": 99,
  553.       "RemainTimes": 99,
  554.       "Operator": "or",
  555.       "LV": 0,
  556.       "Moves": []
  557.     },
  558.     "Venusaur": {
  559.       "IV": 99,
  560.       "RemainTimes": 99,
  561.       "Operator": "or",
  562.       "LV": 100,
  563.       "Moves": []
  564.     },
  565.     "Vaporeon": {
  566.       "IV": 100,
  567.       "RemainTimes": 99,
  568.       "Operator": "or",
  569.       "LV": 0,
  570.       "Moves": []
  571.     },
  572.     "Dragonair": {
  573.       "IV": 90,
  574.       "RemainTimes": 99,
  575.       "Operator": "or",
  576.       "LV": 0,
  577.       "Moves": []
  578.     },
  579.     "Dratini": {
  580.       "IV": 90,
  581.       "RemainTimes": 99,
  582.       "Operator": "or",
  583.       "LV": 100,
  584.       "Moves": []
  585.     },
  586.     "Snorlax": {
  587.       "IV": 90,
  588.       "RemainTimes": 90,
  589.       "Operator": "or",
  590.       "LV": 0,
  591.       "Moves": []
  592.     },
  593.     "Magikarp": {
  594.       "IV": 99,
  595.       "RemainTimes": 60,
  596.       "Operator": "or",
  597.       "LV": 0,
  598.       "Moves": []
  599.     }
  600.   }
  601. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement