Advertisement
BeyondTheHumanLimit

qwedqwe

Aug 8th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.21 KB | None | 0 0
  1. {
  2. "TranslationLanguageCode": "en",
  3. "AutoUpdate": true,
  4. "TransferConfigAndAuthOnUpdate": true,
  5. "UseWebsocket": true,
  6. "StartupWelcomeDelay": false,
  7. "AmountOfPokemonToDisplayOnStart": 1,
  8. "ShowPokeballCountsBeforeRecycle": true,
  9. "CatchPokemon": true,
  10. "AutomaticallyLevelUpPokemon": false,
  11. "AmountOfTimesToUpgradeLoop": 5,
  12. "GetMinStarDustForLevelUp": 5000,
  13. "LevelUpByCPorIv": "iv",
  14. "UpgradePokemonCpMinimum": 2000.0,
  15. "UpgradePokemonIvMinimum": 95.0,
  16. "UpgradePokemonMinimumStatsOperator": "and",
  17. "DisableHumanWalking": true,
  18. "DefaultAltitude": 10.0,
  19. "DefaultLatitude": 51.507351,
  20. "DefaultLongitude": -0.127758,
  21. "WalkingSpeedInKilometerPerHour": 49.0,
  22. "MaxSpawnLocationOffset": 10,
  23. "DelayBetweenPlayerActions": 1300,
  24. "DelayBetweenPokemonCatch": 800,
  25. "DumpPokemonStats": true,
  26. "EvolveAboveIvValue": 1.0,
  27. "EvolveAllPokemonAboveIv": false,
  28. "EvolveAllPokemonWithEnoughCandy": true,
  29. "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  30. "KeepPokemonsThatCanEvolve": false,
  31. "KeepMinCp": 2000,
  32. "KeepMinIvPercentage": 95.0,
  33. "KeepMinLvl": 1,
  34. "KeepMinOperator": "or",
  35. "UseKeepMinLvl": false,
  36. "PrioritizeIvOverCp": true,
  37. "KeepMinDuplicatePokemon": 1,
  38. "UseGpxPathing": false,
  39. "GpxFile": "GPXPath.GPX",
  40. "VerboseRecycling": true,
  41. "RecycleInventoryAtUsagePercentage": 90.0,
  42. "UseEggIncubators": false,
  43. "UseLuckyEggConstantly": false,
  44. "UseLuckyEggsMinPokemonAmount": 30,
  45. "UseLuckyEggsWhileEvolving": false,
  46. "UseIncenseConstantly": false,
  47. "UseBerriesMinCp": 1000,
  48. "UseBerriesMinIv": 90.0,
  49. "UseBerriesBelowCatchProbability": 0.2,
  50. "UseBerriesOperator": "and",
  51. "UseSnipeOnlineLocationServer": false,
  52. "UseSnipeLocationServer": false,
  53. "SnipeLocationServer": "localhost",
  54. "SnipeLocationServerPort": 16969,
  55. "GetSniperInfoFromPokezz": false,
  56. "GetOnlyVerifiedSniperInfoFromPokezz": false,
  57. "MinPokeballsToSnipe": 60,
  58. "MinPokeballsWhileSnipe": 0,
  59. "MinDelayBetweenSnipes": 10000,
  60. "SnipingScanOffset": 0.9,
  61. "SnipeAtPokestops": true,
  62. "SnipeIgnoreUnknownIv": false,
  63. "UseTransferIvForSnipe": false,
  64. "RenamePokemon": false,
  65. "RenameOnlyAboveIv": true,
  66. "RenameTemplate": "{1}_{0}",
  67. "MaxPokeballsPerPokemon": 6,
  68. "MaxTravelDistanceInMeters": 1000,
  69. "TotalAmountOfPokeballsToKeep": 275,
  70. "TotalAmountOfPotionsToKeep": 0,
  71. "TotalAmountOfRevivesToKeep": 0,
  72. "TotalAmountOfBerriesToKeep": 25,
  73. "UseGreatBallAboveCp": 1000,
  74. "UseUltraBallAboveCp": 1250,
  75. "UseMasterBallAboveCp": 1500,
  76. "UseGreatBallAboveIv": 85.0,
  77. "UseUltraBallAboveIv": 95.0,
  78. "UseGreatBallBelowCatchProbability": 0.25,
  79. "UseUltraBallBelowCatchProbability": 0.15,
  80. "UseMasterBallBelowCatchProbability": 0.05,
  81. "EnableHumanizedThrows": false,
  82. "NiceThrowChance": 40,
  83. "GreatThrowChance": 30,
  84. "ExcellentThrowChance": 10,
  85. "CurveThrowChance": 90,
  86. "ForceGreatThrowOverIv": 90.0,
  87. "ForceExcellentThrowOverIv": 95.0,
  88. "ForceGreatThrowOverCp": 1000,
  89. "ForceExcellentThrowOverCp": 1500,
  90. "TransferWeakPokemon": false,
  91. "TransferDuplicatePokemon": true,
  92. "TransferDuplicatePokemonOnCapture": false,
  93. "FavoriteMinIvPercentage": 95.0,
  94. "AutoFavoritePokemon": false,
  95. "UsePokemonToNotCatchFilter": true,
  96. "UsePokemonSniperFilterOnly": true,
  97. "WebSocketPort": 14251,
  98. "ItemRecycleFilter": [
  99. {
  100. "Key": "itemUnknown",
  101. "Value": 0
  102. },
  103. {
  104. "Key": "itemLuckyEgg",
  105. "Value": 200
  106. },
  107. {
  108. "Key": "itemIncenseOrdinary",
  109. "Value": 100
  110. },
  111. {
  112. "Key": "itemIncenseSpicy",
  113. "Value": 100
  114. },
  115. {
  116. "Key": "itemIncenseCool",
  117. "Value": 100
  118. },
  119. {
  120. "Key": "itemIncenseFloral",
  121. "Value": 100
  122. },
  123. {
  124. "Key": "itemTroyDisk",
  125. "Value": 100
  126. },
  127. {
  128. "Key": "itemXAttack",
  129. "Value": 100
  130. },
  131. {
  132. "Key": "itemXDefense",
  133. "Value": 100
  134. },
  135. {
  136. "Key": "itemXMiracle",
  137. "Value": 100
  138. },
  139. {
  140. "Key": "itemSpecialCamera",
  141. "Value": 100
  142. },
  143. {
  144. "Key": "itemIncubatorBasicUnlimited",
  145. "Value": 100
  146. },
  147. {
  148. "Key": "itemIncubatorBasic",
  149. "Value": 100
  150. },
  151. {
  152. "Key": "itemPokemonStorageUpgrade",
  153. "Value": 100
  154. },
  155. {
  156. "Key": "itemItemStorageUpgrade",
  157. "Value": 100
  158. }
  159. ],
  160. "PokemonsNotToTransfer": [
  161. "venusaur",
  162. "charizard",
  163. "blastoise",
  164. "clefable",
  165. "muk",
  166. "chansey",
  167. "gyarados",
  168. "ditto",
  169. "snorlax",
  170. "articuno",
  171. "zapdos",
  172. "moltres",
  173. "dragonite",
  174. "mewtwo",
  175. "mew"
  176. ],
  177. "PokemonsToEvolve": [
  178. "caterpie",
  179. "weedle",
  180. "pidgey",
  181. "rattata"
  182. ],
  183. "PokemonsToIgnore": [
  184. "bulbasaur",
  185. "ivysaur",
  186. "venusaur",
  187. "charmander",
  188. "charmeleon",
  189. "charizard",
  190. "squirtle",
  191. "wartortle",
  192. "blastoise",
  193. "caterpie",
  194. "metapod",
  195. "butterfree",
  196. "weedle",
  197. "kakuna",
  198. "beedrill",
  199. "pidgey",
  200. "pidgeotto",
  201. "pidgeot",
  202. "rattata",
  203. "raticate",
  204. "spearow",
  205. "fearow",
  206. "ekans",
  207. "arbok",
  208. "pikachu",
  209. "raichu",
  210. "sandshrew",
  211. "sandslash",
  212. "nidorina",
  213. "nidoqueen",
  214. "nidorino",
  215. "nidoking",
  216. "clefairy",
  217. "clefable",
  218. "vulpix",
  219. "ninetales",
  220. "jigglypuff",
  221. "wigglytuff",
  222. "zubat",
  223. "golbat",
  224. "oddish",
  225. "gloom",
  226. "vileplume",
  227. "paras",
  228. "parasect",
  229. "venonat",
  230. "venomoth",
  231. "diglett",
  232. "dugtrio",
  233. "meowth",
  234. "persian",
  235. "psyduck",
  236. "golduck",
  237. "mankey",
  238. "primeape",
  239. "growlithe",
  240. "arcanine",
  241. "poliwag",
  242. "poliwhirl",
  243. "poliwrath",
  244. "abra",
  245. "kadabra",
  246. "alakazam",
  247. "machop",
  248. "machoke",
  249. "machamp",
  250. "bellsprout",
  251. "weepinbell",
  252. "victreebel",
  253. "tentacool",
  254. "tentacruel",
  255. "geodude",
  256. "graveler",
  257. "golem",
  258. "ponyta",
  259. "rapidash",
  260. "slowpoke",
  261. "slowbro",
  262. "magnemite",
  263. "magneton",
  264. "doduo",
  265. "dodrio",
  266. "seel",
  267. "dewgong",
  268. "grimer",
  269. "muk",
  270. "shellder",
  271. "cloyster",
  272. "gastly",
  273. "haunter",
  274. "gengar",
  275. "onix",
  276. "drowzee",
  277. "hypno",
  278. "krabby",
  279. "kingler",
  280. "voltorb",
  281. "electrode",
  282. "exeggcute",
  283. "exeggutor",
  284. "cubone",
  285. "marowak",
  286. "hitmonlee",
  287. "hitmonchan",
  288. "lickitung",
  289. "koffing",
  290. "weezing",
  291. "rhyhorn",
  292. "rhydon",
  293. "chansey",
  294. "tangela",
  295. "kangaskhan",
  296. "horsea",
  297. "seadra",
  298. "goldeen",
  299. "seaking",
  300. "staryu",
  301. "starmie",
  302. "scyther",
  303. "jynx",
  304. "electabuzz",
  305. "magmar",
  306. "pinsir",
  307. "tauros",
  308. "magikarp",
  309. "gyarados",
  310. "lapras",
  311. "ditto",
  312. "eevee",
  313. "vaporeon",
  314. "jolteon",
  315. "flareon",
  316. "porygon",
  317. "omanyte",
  318. "omastar",
  319. "kabuto",
  320. "kabutops",
  321. "aerodactyl",
  322. "snorlax",
  323. "articuno",
  324. "zapdos",
  325. "moltres",
  326. "dratini",
  327. "dragonair",
  328. "dragonite",
  329. "mewtwo",
  330. "mew"
  331. ],
  332. "PokemonsTransferFilter": {
  333. "Golduck": {
  334. "KeepMinCp": 1800,
  335. "KeepMinLvl": 6,
  336. "UseKeepMinLvl": false,
  337. "KeepMinIvPercentage": 95.0,
  338. "KeepMinDuplicatePokemon": 1,
  339. "Moves": [],
  340. "KeepMinOperator": "or",
  341. "MovesOperator": "or"
  342. },
  343. "Farfetchd": {
  344. "KeepMinCp": 1250,
  345. "KeepMinLvl": 6,
  346. "UseKeepMinLvl": false,
  347. "KeepMinIvPercentage": 80.0,
  348. "KeepMinDuplicatePokemon": 1,
  349. "Moves": [],
  350. "KeepMinOperator": "or",
  351. "MovesOperator": "or"
  352. },
  353. "Krabby": {
  354. "KeepMinCp": 1250,
  355. "KeepMinLvl": 6,
  356. "UseKeepMinLvl": false,
  357. "KeepMinIvPercentage": 95.0,
  358. "KeepMinDuplicatePokemon": 1,
  359. "Moves": [],
  360. "KeepMinOperator": "or",
  361. "MovesOperator": "or"
  362. },
  363. "Kangaskhan": {
  364. "KeepMinCp": 1500,
  365. "KeepMinLvl": 6,
  366. "UseKeepMinLvl": false,
  367. "KeepMinIvPercentage": 60.0,
  368. "KeepMinDuplicatePokemon": 1,
  369. "Moves": [],
  370. "KeepMinOperator": "or",
  371. "MovesOperator": "or"
  372. },
  373. "Horsea": {
  374. "KeepMinCp": 1250,
  375. "KeepMinLvl": 6,
  376. "UseKeepMinLvl": false,
  377. "KeepMinIvPercentage": 95.0,
  378. "KeepMinDuplicatePokemon": 1,
  379. "Moves": [],
  380. "KeepMinOperator": "or",
  381. "MovesOperator": "or"
  382. },
  383. "Staryu": {
  384. "KeepMinCp": 1250,
  385. "KeepMinLvl": 6,
  386. "UseKeepMinLvl": false,
  387. "KeepMinIvPercentage": 95.0,
  388. "KeepMinDuplicatePokemon": 1,
  389. "Moves": [],
  390. "KeepMinOperator": "or",
  391. "MovesOperator": "or"
  392. },
  393. "MrMime": {
  394. "KeepMinCp": 1250,
  395. "KeepMinLvl": 6,
  396. "UseKeepMinLvl": false,
  397. "KeepMinIvPercentage": 40.0,
  398. "KeepMinDuplicatePokemon": 1,
  399. "Moves": [],
  400. "KeepMinOperator": "or",
  401. "MovesOperator": "or"
  402. },
  403. "Scyther": {
  404. "KeepMinCp": 1800,
  405. "KeepMinLvl": 6,
  406. "UseKeepMinLvl": false,
  407. "KeepMinIvPercentage": 80.0,
  408. "KeepMinDuplicatePokemon": 1,
  409. "Moves": [],
  410. "KeepMinOperator": "or",
  411. "MovesOperator": "or"
  412. },
  413. "Jynx": {
  414. "KeepMinCp": 1250,
  415. "KeepMinLvl": 6,
  416. "UseKeepMinLvl": false,
  417. "KeepMinIvPercentage": 95.0,
  418. "KeepMinDuplicatePokemon": 1,
  419. "Moves": [],
  420. "KeepMinOperator": "or",
  421. "MovesOperator": "or"
  422. },
  423. "Electabuzz": {
  424. "KeepMinCp": 1250,
  425. "KeepMinLvl": 6,
  426. "UseKeepMinLvl": false,
  427. "KeepMinIvPercentage": 80.0,
  428. "KeepMinDuplicatePokemon": 1,
  429. "Moves": [],
  430. "KeepMinOperator": "or",
  431. "MovesOperator": "or"
  432. },
  433. "Magmar": {
  434. "KeepMinCp": 1500,
  435. "KeepMinLvl": 6,
  436. "UseKeepMinLvl": false,
  437. "KeepMinIvPercentage": 80.0,
  438. "KeepMinDuplicatePokemon": 1,
  439. "Moves": [],
  440. "KeepMinOperator": "or",
  441. "MovesOperator": "or"
  442. },
  443. "Pinsir": {
  444. "KeepMinCp": 1800,
  445. "KeepMinLvl": 6,
  446. "UseKeepMinLvl": false,
  447. "KeepMinIvPercentage": 95.0,
  448. "KeepMinDuplicatePokemon": 1,
  449. "Moves": [],
  450. "KeepMinOperator": "or",
  451. "MovesOperator": "or"
  452. },
  453. "Tauros": {
  454. "KeepMinCp": 1250,
  455. "KeepMinLvl": 6,
  456. "UseKeepMinLvl": false,
  457. "KeepMinIvPercentage": 90.0,
  458. "KeepMinDuplicatePokemon": 1,
  459. "Moves": [],
  460. "KeepMinOperator": "or",
  461. "MovesOperator": "or"
  462. },
  463. "Magikarp": {
  464. "KeepMinCp": 200,
  465. "KeepMinLvl": 6,
  466. "UseKeepMinLvl": false,
  467. "KeepMinIvPercentage": 95.0,
  468. "KeepMinDuplicatePokemon": 1,
  469. "Moves": [],
  470. "KeepMinOperator": "or",
  471. "MovesOperator": "or"
  472. },
  473. "Gyarados": {
  474. "KeepMinCp": 1250,
  475. "KeepMinLvl": 6,
  476. "UseKeepMinLvl": false,
  477. "KeepMinIvPercentage": 90.0,
  478. "KeepMinDuplicatePokemon": 1,
  479. "Moves": [],
  480. "KeepMinOperator": "or",
  481. "MovesOperator": "or"
  482. },
  483. "Lapras": {
  484. "KeepMinCp": 1800,
  485. "KeepMinLvl": 6,
  486. "UseKeepMinLvl": false,
  487. "KeepMinIvPercentage": 80.0,
  488. "KeepMinDuplicatePokemon": 1,
  489. "Moves": [],
  490. "KeepMinOperator": "or",
  491. "MovesOperator": "or"
  492. },
  493. "Eevee": {
  494. "KeepMinCp": 1250,
  495. "KeepMinLvl": 6,
  496. "UseKeepMinLvl": false,
  497. "KeepMinIvPercentage": 95.0,
  498. "KeepMinDuplicatePokemon": 1,
  499. "Moves": [],
  500. "KeepMinOperator": "or",
  501. "MovesOperator": "or"
  502. },
  503. "Vaporeon": {
  504. "KeepMinCp": 1500,
  505. "KeepMinLvl": 6,
  506. "UseKeepMinLvl": false,
  507. "KeepMinIvPercentage": 90.0,
  508. "KeepMinDuplicatePokemon": 1,
  509. "Moves": [],
  510. "KeepMinOperator": "or",
  511. "MovesOperator": "or"
  512. },
  513. "Jolteon": {
  514. "KeepMinCp": 1500,
  515. "KeepMinLvl": 6,
  516. "UseKeepMinLvl": false,
  517. "KeepMinIvPercentage": 90.0,
  518. "KeepMinDuplicatePokemon": 1,
  519. "Moves": [],
  520. "KeepMinOperator": "or",
  521. "MovesOperator": "or"
  522. },
  523. "Flareon": {
  524. "KeepMinCp": 1500,
  525. "KeepMinLvl": 6,
  526. "UseKeepMinLvl": false,
  527. "KeepMinIvPercentage": 90.0,
  528. "KeepMinDuplicatePokemon": 1,
  529. "Moves": [],
  530. "KeepMinOperator": "or",
  531. "MovesOperator": "or"
  532. },
  533. "Porygon": {
  534. "KeepMinCp": 1250,
  535. "KeepMinLvl": 6,
  536. "UseKeepMinLvl": false,
  537. "KeepMinIvPercentage": 60.0,
  538. "KeepMinDuplicatePokemon": 1,
  539. "Moves": [],
  540. "KeepMinOperator": "or",
  541. "MovesOperator": "or"
  542. },
  543. "Snorlax": {
  544. "KeepMinCp": 2600,
  545. "KeepMinLvl": 6,
  546. "UseKeepMinLvl": false,
  547. "KeepMinIvPercentage": 90.0,
  548. "KeepMinDuplicatePokemon": 1,
  549. "Moves": [],
  550. "KeepMinOperator": "or",
  551. "MovesOperator": "or"
  552. },
  553. "Dragonite": {
  554. "KeepMinCp": 2600,
  555. "KeepMinLvl": 6,
  556. "UseKeepMinLvl": false,
  557. "KeepMinIvPercentage": 90.0,
  558. "KeepMinDuplicatePokemon": 1,
  559. "Moves": [],
  560. "KeepMinOperator": "or",
  561. "MovesOperator": "or"
  562. }
  563. },
  564. "PokemonToSnipe": {
  565. "Locations": [
  566. {
  567. "Latitude": -33.879889,
  568. "Longitude": 151.202436
  569. },
  570. {
  571. "Latitude": -6.215975,
  572. "Longitude": 106.779162
  573. },
  574. {
  575. "Latitude": 40.706522,
  576. "Longitude": -74.011854
  577. },
  578. {
  579. "Latitude": 40.712784,
  580. "Longitude": -74.005941
  581. },
  582. {
  583. "Latitude": 38.907192,
  584. "Longitude": -77.036871
  585. },
  586. {
  587. "Latitude": 37.77493,
  588. "Longitude": -122.419416
  589. },
  590. {
  591. "Latitude": 52.520007,
  592. "Longitude": 13.404954
  593. },
  594. {
  595. "Latitude": 52.059407,
  596. "Longitude": 4.543556
  597. },
  598. {
  599. "Latitude": 52.285236,
  600. "Longitude": 4.766703
  601. },
  602. {
  603. "Latitude": 51.543581,
  604. "Longitude": 0.114207
  605. },
  606. {
  607. "Latitude": 51.496736,
  608. "Longitude": -0.138073
  609. },
  610. {
  611. "Latitude": -6.190692,
  612. "Longitude": 106.823599
  613. },
  614. {
  615. "Latitude": 51.507351,
  616. "Longitude": -0.127758
  617. }
  618. ],
  619. "Pokemon": [
  620. "caterpie",
  621. "weedle",
  622. "pidgey"
  623. ]
  624. },
  625. "PokemonToUseMasterball": [
  626. "articuno",
  627. "zapdos",
  628. "moltres",
  629. "mew",
  630. "mewtwo"
  631. ]
  632. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement