Advertisement
BeyondTheHumanLimit

config gua

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