Advertisement
Guest User

iJosh's Sniping config

a guest
Aug 2nd, 2016
4,740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. {
  2. "TranslationLanguageCode": "en",
  3. "AutoUpdate": true,
  4. "TransferConfigAndAuthOnUpdate": true,
  5. "StartupWelcomeDelay": false,
  6. "AmountOfPokemonToDisplayOnStart": 10,
  7. "ShowPokeballCountsBeforeRecycle": true,
  8. "AutomaticallyLevelUpPokemon": false,
  9. "AmountOfTimesToUpgradeLoop": 5,
  10. "GetMinStarDustForLevelUp": 5000,
  11. "LevelUpByCPorIv": "iv",
  12. "UpgradePokemonCpMinimum": 1000.0,
  13. "UpgradePokemonIvMinimum": 95.0,
  14. "DisableHumanWalking": false,
  15. "DefaultAltitude": 10.0,
  16. "DefaultLatitude": 40.783315739126522,
  17. "DefaultLongitude": -73.964869379997253,
  18. "WalkingSpeedInKilometerPerHour": 300.0,
  19. "MaxSpawnLocationOffset": 10,
  20. "DelayBetweenPlayerActions": 200,
  21. "DelayBetweenPokemonCatch": 300,
  22. "DumpPokemonStats": false,
  23. "EvolveAboveIvValue": 95.0,
  24. "EvolveAllPokemonAboveIv": false,
  25. "EvolveAllPokemonWithEnoughCandy": true,
  26. "KeepPokemonsThatCanEvolve": false,
  27. "EvolveKeptPokemonsAtStorageUsagePercentage": 0.9,
  28. "UseGpxPathing": false,
  29. "GpxFile": "central park loop.gpx",
  30. "VerboseRecycling": true,
  31. "RecycleInventoryAtUsagePercentage": 0.9,
  32. "KeepMinCp": 1650,
  33. "KeepMinDuplicatePokemon": 1,
  34. "KeepMinIvPercentage": 90.0,
  35. "PrioritizeIvOverCp": true,
  36. "UseEggIncubators": true,
  37. "UseLuckyEggConstantly": false,
  38. "UseLuckyEggsMinPokemonAmount": 30,
  39. "UseLuckyEggsWhileEvolving": false,
  40. "UseIncenseConstantly": false,
  41. "UseSnipeOnlineLocationServer": true,
  42. "UseSnipeLocationServer": true,
  43. "SnipeLocationServer": "localhost",
  44. "SnipeLocationServerPort": 16969,
  45. "MinPokeballsToSnipe": 20,
  46. "MinPokeballsWhileSnipe": 0,
  47. "MinDelayBetweenSnipes": 0,
  48. "SnipingScanOffset": 0.003,
  49. "SnipeAtPokestops": true,
  50. "SnipeIgnoreUnknownIv": false,
  51. "UseTransferIvForSnipe": false,
  52. "RenamePokemon": true,
  53. "RenameOnlyAboveIv": true,
  54. "RenameTemplate": "{1}_{0}",
  55. "MaxPokeballsPerPokemon": 6,
  56. "MaxTravelDistanceInMeters": 1000,
  57. "TotalAmountOfPokebalsToKeep": 120,
  58. "TotalAmountOfPotionsToKeep": 80,
  59. "TotalAmountOfRevivesToKeep": 60,
  60. "UseGreatBallAboveCp": 750,
  61. "UseUltraBallAboveCp": 1000,
  62. "UseMasterBallAboveCp": 1500,
  63. "UseGreatBallAboveIv": 80,
  64. "UseUltraBallAboveIv": 90,
  65. "UseGreatBallBelowCatchProbability": 0.5,
  66. "UseUltraBallBelowCatchProbability": 0.4,
  67. "UseMasterBallBelowCatchProbability": 0.05,
  68. "TransferDuplicatePokemon": true,
  69. "FavoriteMinIvPercentage": 95.0,
  70. "AutoFavoritePokemon": false,
  71. "UsePokemonToNotCatchFilter": true,
  72. "WebSocketPort": 14251,
  73. "ItemRecycleFilter": [
  74. {
  75. "Key": "itemUnknown",
  76. "Value": 0
  77. },
  78. {
  79. "Key": "itemLuckyEgg",
  80. "Value": 200
  81. },
  82. {
  83. "Key": "itemIncenseOrdinary",
  84. "Value": 100
  85. },
  86. {
  87. "Key": "itemIncenseSpicy",
  88. "Value": 100
  89. },
  90. {
  91. "Key": "itemIncenseCool",
  92. "Value": 100
  93. },
  94. {
  95. "Key": "itemIncenseFloral",
  96. "Value": 100
  97. },
  98. {
  99. "Key": "itemTroyDisk",
  100. "Value": 100
  101. },
  102. {
  103. "Key": "itemXAttack",
  104. "Value": 100
  105. },
  106. {
  107. "Key": "itemXDefense",
  108. "Value": 100
  109. },
  110. {
  111. "Key": "itemXMiracle",
  112. "Value": 100
  113. },
  114. {
  115. "Key": "itemRazzBerry",
  116. "Value": 50
  117. },
  118. {
  119. "Key": "itemBlukBerry",
  120. "Value": 10
  121. },
  122. {
  123. "Key": "itemNanabBerry",
  124. "Value": 10
  125. },
  126. {
  127. "Key": "itemWeparBerry",
  128. "Value": 30
  129. },
  130. {
  131. "Key": "itemPinapBerry",
  132. "Value": 30
  133. },
  134. {
  135. "Key": "itemSpecialCamera",
  136. "Value": 100
  137. },
  138. {
  139. "Key": "itemIncubatorBasicUnlimited",
  140. "Value": 100
  141. },
  142. {
  143. "Key": "itemIncubatorBasic",
  144. "Value": 100
  145. },
  146. {
  147. "Key": "itemPokemonStorageUpgrade",
  148. "Value": 100
  149. },
  150. {
  151. "Key": "itemItemStorageUpgrade",
  152. "Value": 100
  153. }
  154. ],
  155. "PokemonsNotToTransfer": [],
  156. "PokemonsToEvolve": [
  157. "caterpie",
  158. "weedle",
  159. "pidgey",
  160. "rattata"
  161. ],
  162. "PokemonsToIgnore": [
  163. "bulbasaur",
  164. "ivysaur",
  165. "venusaur",
  166. "charmander",
  167. "charmeleon",
  168. "charizard",
  169. "squirtle",
  170. "wartortle",
  171. "blastoise",
  172. "caterpie",
  173. "metapod",
  174. "butterfree",
  175. "weedle",
  176. "kakuna",
  177. "beedrill",
  178. "pidgey",
  179. "pidgeotto",
  180. "pidgeot",
  181. "rattata",
  182. "raticate",
  183. "spearow",
  184. "fearow",
  185. "ekans",
  186. "arbok",
  187. "pikachu",
  188. "raichu",
  189. "sandshrew",
  190. "sandslash",
  191. "nidorina",
  192. "nidoranFemale",
  193. "nidoranMale",
  194. "nidoqueen",
  195. "nidorino",
  196. "nidoking",
  197. "clefairy",
  198. "clefable",
  199. "vulpix",
  200. "ninetales",
  201. "jigglypuff",
  202. "wigglytuff",
  203. "zubat",
  204. "golbat",
  205. "oddish",
  206. "gloom",
  207. "vileplume",
  208. "paras",
  209. "parasect",
  210. "venonat",
  211. "venomoth",
  212. "diglett",
  213. "dugtrio",
  214. "meowth",
  215. "persian",
  216. "psyduck",
  217. "golduck",
  218. "mankey",
  219. "primeape",
  220. "growlithe",
  221. "arcanine",
  222. "poliwag",
  223. "poliwhirl",
  224. "poliwrath",
  225. "abra",
  226. "kadabra",
  227. "alakazam",
  228. "machop",
  229. "machoke",
  230. "machamp",
  231. "bellsprout",
  232. "weepinbell",
  233. "victreebel",
  234. "tentacool",
  235. "tentacruel",
  236. "geodude",
  237. "graveler",
  238. "golem",
  239. "ponyta",
  240. "rapidash",
  241. "slowpoke",
  242. "slowbro",
  243. "magnemite",
  244. "magneton",
  245. "doduo",
  246. "dodrio",
  247. "seel",
  248. "dewgong",
  249. "grimer",
  250. "muk",
  251. "shellder",
  252. "cloyster",
  253. "gastly",
  254. "haunter",
  255. "gengar",
  256. "onix",
  257. "drowzee",
  258. "hypno",
  259. "krabby",
  260. "kingler",
  261. "voltorb",
  262. "electrode",
  263. "exeggcute",
  264. "exeggutor",
  265. "cubone",
  266. "marowak",
  267. "hitmonlee",
  268. "hitmonchan",
  269. "lickitung",
  270. "koffing",
  271. "weezing",
  272. "rhyhorn",
  273. "rhydon",
  274. "chansey",
  275. "tangela",
  276. "kangaskhan",
  277. "horsea",
  278. "seadra",
  279. "goldeen",
  280. "seaking",
  281. "staryu",
  282. "starmie",
  283. "scyther",
  284. "jynx",
  285. "electabuzz",
  286. "magmar",
  287. "pinsir",
  288. "tauros",
  289. "magikarp",
  290. "gyarados",
  291. "lapras",
  292. "ditto",
  293. "eevee",
  294. "vaporeon",
  295. "jolteon",
  296. "flareon",
  297. "porygon",
  298. "omanyte",
  299. "omastar",
  300. "kabuto",
  301. "kabutops",
  302. "aerodactyl",
  303. "snorlax",
  304. "articuno",
  305. "zapdos",
  306. "moltres",
  307. "dratini",
  308. "dragonair",
  309. "dragonite",
  310. "mewtwo",
  311. "mew"
  312. ],
  313. "PokemonsTransferFilter": {
  314. "Golduck": {
  315. "KeepMinCp": 1800,
  316. "KeepMinIvPercentage": 95.0,
  317. "KeepMinDuplicatePokemon": 1
  318. },
  319. "Farfetchd": {
  320. "KeepMinCp": 2050,
  321. "KeepMinIvPercentage": 80.0,
  322. "KeepMinDuplicatePokemon": 1
  323. },
  324. "Krabby": {
  325. "KeepMinCp": 2000,
  326. "KeepMinIvPercentage": 95.0,
  327. "KeepMinDuplicatePokemon": 1
  328. },
  329. "Kangaskhan": {
  330. "KeepMinCp": 2000,
  331. "KeepMinIvPercentage": 60.0,
  332. "KeepMinDuplicatePokemon": 1
  333. },
  334. "Horsea": {
  335. "KeepMinCp": 2000,
  336. "KeepMinIvPercentage": 95.0,
  337. "KeepMinDuplicatePokemon": 1
  338. },
  339. "Staryu": {
  340. "KeepMinCp": 2000,
  341. "KeepMinIvPercentage": 95.0,
  342. "KeepMinDuplicatePokemon": 1
  343. },
  344. "MrMime": {
  345. "KeepMinCp": 2000,
  346. "KeepMinIvPercentage": 40.0,
  347. "KeepMinDuplicatePokemon": 1
  348. },
  349. "Scyther": {
  350. "KeepMinCp": 2000,
  351. "KeepMinIvPercentage": 80.0,
  352. "KeepMinDuplicatePokemon": 1
  353. },
  354. "Jynx": {
  355. "KeepMinCp": 2000,
  356. "KeepMinIvPercentage": 95.0,
  357. "KeepMinDuplicatePokemon": 1
  358. },
  359. "Magmar": {
  360. "KeepMinCp": 2000,
  361. "KeepMinIvPercentage": 80.0,
  362. "KeepMinDuplicatePokemon": 1
  363. },
  364. "Pinsir": {
  365. "KeepMinCp": 2000,
  366. "KeepMinIvPercentage": 95.0,
  367. "KeepMinDuplicatePokemon": 1
  368. },
  369. "Tauros": {
  370. "KeepMinCp": 2000,
  371. "KeepMinIvPercentage": 90.0,
  372. "KeepMinDuplicatePokemon": 1
  373. },
  374. "Magikarp": {
  375. "KeepMinCp": 2000,
  376. "KeepMinIvPercentage": 95.0,
  377. "KeepMinDuplicatePokemon": 1
  378. },
  379. "Gyarados": {
  380. "KeepMinCp": 2000,
  381. "KeepMinIvPercentage": 90.0,
  382. "KeepMinDuplicatePokemon": 1
  383. },
  384. "Lapras": {
  385. "KeepMinCp": 2000,
  386. "KeepMinIvPercentage": 80.0,
  387. "KeepMinDuplicatePokemon": 1
  388. },
  389. "Eevee": {
  390. "KeepMinCp": 2000,
  391. "KeepMinIvPercentage": 95.0,
  392. "KeepMinDuplicatePokemon": 1
  393. },
  394. "Vaporeon": {
  395. "KeepMinCp": 2000,
  396. "KeepMinIvPercentage": 90.0,
  397. "KeepMinDuplicatePokemon": 1
  398. },
  399. "Jolteon": {
  400. "KeepMinCp": 2000,
  401. "KeepMinIvPercentage": 90.0,
  402. "KeepMinDuplicatePokemon": 1
  403. },
  404. "Flareon": {
  405. "KeepMinCp": 2000,
  406. "KeepMinIvPercentage": 90.0,
  407. "KeepMinDuplicatePokemon": 1
  408. },
  409. "Porygon": {
  410. "KeepMinCp": 2000,
  411. "KeepMinIvPercentage": 60.0,
  412. "KeepMinDuplicatePokemon": 1
  413. },
  414. "Snorlax": {
  415. "KeepMinCp": 2600,
  416. "KeepMinIvPercentage": 90.0,
  417. "KeepMinDuplicatePokemon": 1
  418. },
  419. "Dragonite": {
  420. "KeepMinCp": 2600,
  421. "KeepMinIvPercentage": 90.0,
  422. "KeepMinDuplicatePokemon": 1
  423. }
  424. },
  425. "PokemonToSnipe": {
  426. "Locations": [
  427. {
  428. "Latitude": 38.556807486461118,
  429. "Longitude": -121.2383794784546
  430. },
  431. {
  432. "Latitude": -33.859019,
  433. "Longitude": 151.213098
  434. },
  435. {
  436. "Latitude": 47.5014969,
  437. "Longitude": -122.0959568
  438. },
  439. {
  440. "Latitude": 51.5025343,
  441. "Longitude": -0.2055027
  442. }
  443. ],
  444. "Pokemon": [
  445. "venusaur",
  446. "charizard",
  447. "blastoise",
  448. "beedrill",
  449. "raichu",
  450. "sandslash",
  451. "nidoking",
  452. "nidoqueen",
  453. "clefable",
  454. "ninetales",
  455. "golbat",
  456. "vileplume",
  457. "golduck",
  458. "primeape",
  459. "arcanine",
  460. "poliwrath",
  461. "alakazam",
  462. "machamp",
  463. "golem",
  464. "rapidash",
  465. "slowbro",
  466. "farfetchd",
  467. "muk",
  468. "cloyster",
  469. "gengar",
  470. "exeggutor",
  471. "marowak",
  472. "hitmonchan",
  473. "lickitung",
  474. "rhydon",
  475. "chansey",
  476. "kangaskhan",
  477. "starmie",
  478. "mrMime",
  479. "scyther",
  480. "magmar",
  481. "electabuzz",
  482. "jynx",
  483. "gyarados",
  484. "lapras",
  485. "ditto",
  486. "vaporeon",
  487. "jolteon",
  488. "flareon",
  489. "porygon",
  490. "kabutops",
  491. "aerodactyl",
  492. "snorlax",
  493. "articuno",
  494. "zapdos",
  495. "moltres",
  496. "dragonite",
  497. "mewtwo",
  498. "mew"
  499. ]
  500. },
  501. "PokemonToUseMasterball": [
  502. "articuno",
  503. "zapdos",
  504. "moltres",
  505. "mew",
  506. "mewtwo"
  507. ]
  508. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement