Advertisement
Guest User

CSHacked Config johhnyhax

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