Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. {
  2. "ConsoleConfig": {
  3. "TranslationLanguageCode": "en",
  4. "StartupWelcomeDelay": false,
  5. "AmountOfPokemonToDisplayOnStart": 10,
  6. "DetailedCountsBeforeRecycling": true
  7. },
  8. "WebsocketsConfig": {
  9. "UseWebsocket": true,
  10. "WebSocketPort": 14251
  11. },
  12. "LocationConfig": {
  13. "DisableHumanWalking": false,
  14. "StartFromLastPosition": true,
  15. "DefaultLatitude": 40.77041,
  16. "DefaultLongitude": -73.974395,
  17. "WalkingSpeedInKilometerPerHour": 5.16,
  18. "UseWalkingSpeedVariant": true,
  19. "WalkingSpeedVariant": 1.6,
  20. "ShowVariantWalking": false,
  21. "RandomlyPauseAtStops": true,
  22. "MaxSpawnLocationOffset": 10,
  23. "MaxTravelDistanceInMeters": 1000
  24. },
  25. "TelegramConfig": {
  26. "UseTelegramAPI": false,
  27. "TelegramAPIKey": null,
  28. "TelegramPassword": "12345"
  29. },
  30. "GPXConfig": {
  31. "UseGpxPathing": false,
  32. "GpxFile": "GPXPath.GPX"
  33. },
  34. "SnipeConfig": {
  35. "UseSnipeLocationServer": false,
  36. "SnipeLocationServer": "localhost",
  37. "SnipeLocationServerPort": 16969,
  38. "GetSniperInfoFromPokezz": false,
  39. "GetOnlyVerifiedSniperInfoFromPokezz": false,
  40. "GetSniperInfoFromPokeSnipers": false,
  41. "GetSniperInfoFromPokeWatchers": false,
  42. "GetSniperInfoFromSkiplagged": false,
  43. "MinPokeballsToSnipe": 20,
  44. "MinPokeballsWhileSnipe": 0,
  45. "MinDelayBetweenSnipes": 90000,
  46. "SnipingScanOffset": 0.005,
  47. "SnipeAtPokestops": false,
  48. "SnipeIgnoreUnknownIv": false,
  49. "UseTransferIvForSnipe": false,
  50. "SnipePokemonNotInPokedex": false,
  51. "UseSnipeLimit": true,
  52. "SnipeRestSeconds": 600,
  53. "SnipeCountLimit": 39
  54. },
  55. "HumanWalkSnipeConfig": {
  56. "DisplayPokemonList": false,
  57. "MaxDistance": 1500.0,
  58. "MaxEstimateTime": 900.0,
  59. "CatchEmAllMinBalls": 50,
  60. "TryCatchEmAll": false,
  61. "CatchPokemonWhileWalking": false,
  62. "SpinWhileWalking": false,
  63. "AlwaysWalkback": false,
  64. "SnipingScanOffset": 0.025,
  65. "Enable": false,
  66. "WalkbackDistanceLimit": 300.0,
  67. "IncludeDefaultLocation": false,
  68. "UsePokeRadar": false,
  69. "UseSkiplagged": false,
  70. "UseSnipePokemonList": false,
  71. "MaxSpeedUpSpeed": 60.0,
  72. "AllowSpeedUp": false
  73. },
  74. "PokemonConfig": {
  75. "CatchPokemon": true,
  76. "DelayBetweenPokemonCatch": 2600,
  77. "UseIncenseConstantly": true,
  78. "UseEggIncubators": true,
  79. "UseLuckyEggConstantly": false,
  80. "UseLuckyEggsMinPokemonAmount": 70,
  81. "UseLuckyEggsWhileEvolving": true,
  82. "UseBerriesMinCp": 1000,
  83. "UseBerriesMinIv": 90.0,
  84. "UseBerriesBelowCatchProbability": 0.2,
  85. "UseBerriesOperator": "or",
  86. "MaxBerriesToUsePerPokemon": 10,
  87. "TransferWeakPokemon": false,
  88. "TransferDuplicatePokemon": true,
  89. "TransferDuplicatePokemonOnCapture": false,
  90. "RenamePokemon": true,
  91. "RenameOnlyAboveIv": true,
  92. "RenameTemplate": "{0}_{1}",
  93. "FavoriteMinIvPercentage": 95.0,
  94. "AutoFavoritePokemon": false,
  95. "MaxPokeballsPerPokemon": 20,
  96. "UseGreatBallAboveCp": 1000,
  97. "UseUltraBallAboveCp": 1250,
  98. "UseMasterBallAboveCp": 1500,
  99. "UseGreatBallAboveIv": 85.0,
  100. "UseUltraBallAboveIv": 95.0,
  101. "UseGreatBallBelowCatchProbability": 0.3,
  102. "UseUltraBallBelowCatchProbability": 0.15,
  103. "UseMasterBallBelowCatchProbability": 0.05,
  104. "AutomaticallyLevelUpPokemon": false,
  105. "OnlyUpgradeFavorites": false,
  106. "UseLevelUpList": false,
  107. "AmountOfTimesToUpgradeLoop": 5,
  108. "GetMinStarDustForLevelUp": 5000,
  109. "LevelUpByCPorIv": "iv",
  110. "UpgradePokemonCpMinimum": 1000.0,
  111. "UpgradePokemonIvMinimum": 95.0,
  112. "UpgradePokemonMinimumStatsOperator": "and",
  113. "EvolveAboveIvValue": 95.0,
  114. "EvolveAllPokemonAboveIv": true,
  115. "EvolveAllPokemonWithEnoughCandy": false,
  116. "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  117. "KeepPokemonsThatCanEvolve": true,
  118. "KeepMinCp": 2000,
  119. "KeepMinIvPercentage": 90.0,
  120. "KeepMinLvl": 6,
  121. "KeepMinOperator": "or",
  122. "UseKeepMinLvl": false,
  123. "PrioritizeIvOverCp": true,
  124. "KeepMinDuplicatePokemon": 1,
  125. "UsePokemonToNotCatchFilter": false,
  126. "UsePokemonSniperFilterOnly": false,
  127. "DumpPokemonStats": true
  128. },
  129. "RecycleConfig": {
  130. "VerboseRecycling": true,
  131. "RecycleInventoryAtUsagePercentage": 90.0,
  132. "RandomizeRecycle": false,
  133. "RandomRecycleValue": 5,
  134. "DelayBetweenRecycleActions": false,
  135. "TotalAmountOfPokeballsToKeep": 220,
  136. "TotalAmountOfPotionsToKeep": 10,
  137. "TotalAmountOfRevivesToKeep": 10,
  138. "TotalAmountOfBerriesToKeep": 50
  139. },
  140. "CustomCatchConfig": {
  141. "EnableHumanizedThrows": true,
  142. "EnableMissedThrows": true,
  143. "ThrowMissPercentage": 20,
  144. "NiceThrowChance": 40,
  145. "GreatThrowChance": 30,
  146. "ExcellentThrowChance": 10,
  147. "CurveThrowChance": 90,
  148. "ForceGreatThrowOverIv": 90.0,
  149. "ForceExcellentThrowOverIv": 95.0,
  150. "ForceGreatThrowOverCp": 1000,
  151. "ForceExcellentThrowOverCp": 1500
  152. },
  153. "PlayerConfig": {
  154. "DelayBetweenPlayerActions": 6158,
  155. "UseNearActionRandom": true
  156. },
  157. "SoftBanConfig": {
  158. "FastSoftBanBypass": false
  159. },
  160. "GoogleWalkConfig": {
  161. "UseGoogleWalk": true,
  162. "DefaultStepLength": 1.3,
  163. "GoogleHeuristic": "walking",
  164. "GoogleAPIKey": "AIzaSyAkZVqDJASdbPprTCG-wuXi-Kch-A8OJwU",
  165. "Cache": true
  166. },
  167. "YoursWalkConfig": {
  168. "UseYoursWalk": false,
  169. "YoursWalkHeuristic": "bicycle"
  170. },
  171. "ItemRecycleFilter": [
  172. {
  173. "Key": "itemUnknown",
  174. "Value": 0
  175. },
  176. {
  177. "Key": "itemLuckyEgg",
  178. "Value": 200
  179. },
  180. {
  181. "Key": "itemIncenseOrdinary",
  182. "Value": 100
  183. },
  184. {
  185. "Key": "itemIncenseSpicy",
  186. "Value": 100
  187. },
  188. {
  189. "Key": "itemIncenseCool",
  190. "Value": 100
  191. },
  192. {
  193. "Key": "itemIncenseFloral",
  194. "Value": 100
  195. },
  196. {
  197. "Key": "itemTroyDisk",
  198. "Value": 100
  199. },
  200. {
  201. "Key": "itemXAttack",
  202. "Value": 100
  203. },
  204. {
  205. "Key": "itemXDefense",
  206. "Value": 100
  207. },
  208. {
  209. "Key": "itemXMiracle",
  210. "Value": 100
  211. },
  212. {
  213. "Key": "itemSpecialCamera",
  214. "Value": 100
  215. },
  216. {
  217. "Key": "itemIncubatorBasicUnlimited",
  218. "Value": 100
  219. },
  220. {
  221. "Key": "itemIncubatorBasic",
  222. "Value": 100
  223. },
  224. {
  225. "Key": "itemPokemonStorageUpgrade",
  226. "Value": 100
  227. },
  228. {
  229. "Key": "itemItemStorageUpgrade",
  230. "Value": 100
  231. }
  232. ],
  233. "PokemonsNotToTransfer": [
  234. "mewtwo",
  235. "mew"
  236. ],
  237. "PokemonsToEvolve": [
  238. "caterpie",
  239. "weedle",
  240. "pidgey",
  241. "rattata",
  242. "spearow",
  243. "ekans",
  244. "pikachu",
  245. "sandshrew",
  246. "nidoranFemale",
  247. "nidoranMale",
  248. "clefairy",
  249. "vulpix",
  250. "jigglypuff",
  251. "zubat",
  252. "oddish",
  253. "paras",
  254. "venonat",
  255. "diglett",
  256. "meowth",
  257. "psyduck",
  258. "mankey",
  259. "growlithe",
  260. "poliwag",
  261. "abra",
  262. "machop",
  263. "bellsprout",
  264. "tentacool",
  265. "geodude",
  266. "graveler",
  267. "ponyta",
  268. "slowpoke",
  269. "magnemite",
  270. "doduo",
  271. "seel",
  272. "grimer",
  273. "shellder",
  274. "gastly",
  275. "drowzee",
  276. "krabby",
  277. "voltorb",
  278. "exeggcute",
  279. "cubone",
  280. "koffing",
  281. "rhyhorn",
  282. "horsea",
  283. "goldeen",
  284. "staryu",
  285. "eevee",
  286. "omanyte",
  287. "kabuto"
  288. ],
  289. "PokemonsToLevelUp": [
  290. "venusaur",
  291. "charizard",
  292. "blastoise",
  293. "clefable",
  294. "muk",
  295. "chansey",
  296. "gyarados",
  297. "ditto",
  298. "snorlax",
  299. "articuno",
  300. "zapdos",
  301. "moltres",
  302. "dragonite",
  303. "mewtwo",
  304. "mew"
  305. ],
  306. "PokemonsToIgnore": [
  307. "caterpie",
  308. "weedle",
  309. "pidgey",
  310. "rattata",
  311. "spearow",
  312. "zubat",
  313. "doduo"
  314. ],
  315. "PokemonsTransferFilter": {},
  316. "PokemonToSnipe": {
  317. "Locations": [
  318. {
  319. "Latitude": 22.2993712,
  320. "Longitude": 113.973565
  321. },
  322. {
  323. "Latitude": 22.391955,
  324. "Longitude": 113.973565
  325. },
  326. {
  327. "Latitude": 22.33434,
  328. "Longitude": 114.139652
  329. },
  330. {
  331. "Latitude": 22.293851,
  332. "Longitude": 114.168913
  333. },
  334. {
  335. "Latitude": 22.277892,
  336. "Longitude": 114.155753
  337. }
  338. ],
  339. "Pokemon": [
  340. "raichu",
  341. "arcanine",
  342. "exeggutor",
  343. "gyarados",
  344. "lapras",
  345. "snorlax",
  346. "articuno",
  347. "zapdos",
  348. "moltres",
  349. "dragonite",
  350. "mewtwo",
  351. "mew"
  352. ]
  353. },
  354. "PokemonToUseMasterball": [
  355. "articuno",
  356. "zapdos",
  357. "moltres",
  358. "mew",
  359. "mewtwo"
  360. ],
  361. "HumanWalkSnipeFilters": {
  362. "Magikarp": {
  363. "MaxDistance": 300.0,
  364. "Priority": 10,
  365. "MaxWalkTimes": 200.0,
  366. "CatchPokemonWhileWalking": true,
  367. "SpinPokestopWhileWalking": true,
  368. "MaxSpeedUpSpeed": 60.0,
  369. "AllowSpeedUp": false
  370. },
  371. "Eevee": {
  372. "MaxDistance": 500.0,
  373. "Priority": 10,
  374. "MaxWalkTimes": 200.0,
  375. "CatchPokemonWhileWalking": true,
  376. "SpinPokestopWhileWalking": true,
  377. "MaxSpeedUpSpeed": 60.0,
  378. "AllowSpeedUp": false
  379. },
  380. "Dratini": {
  381. "MaxDistance": 2000.0,
  382. "Priority": 1,
  383. "MaxWalkTimes": 900.0,
  384. "CatchPokemonWhileWalking": false,
  385. "SpinPokestopWhileWalking": false,
  386. "MaxSpeedUpSpeed": 60.0,
  387. "AllowSpeedUp": false
  388. },
  389. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement