Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # Enter your Google e-mail or PTC username and your password here.
  2. username:###############
  3. password:#############################
  4.  
  5. # The Google API Key.
  6. # You can get one at https://console.developers.google.com/.
  7. # Don't forget to enable `Google Maps JavaScript API` at `Library`
  8. googleApiKey:######################################333
  9.  
  10. # The latitude and longitude to walk in.
  11. latitude: 40.771133
  12. longitude: -73.974187
  13.  
  14. # The range to walk in, the speed in meters and the the amount of points to walk to.
  15. range: 0.003
  16. speed: 10
  17. mapPoints: 15
  18.  
  19. # The preferred ball.
  20. # 1 = Pokeball
  21. # 2 = Greatball
  22. # 3 = Ultraball
  23. # 4 = Masterball
  24. preferredBall: 1
  25.  
  26. # The miniumum IV ratio.
  27. # WARNING If a Pokemon is below this value it'll get released. Make sure to favorite your Pokemons that you want to keep.
  28. minIvRatio: 0
  29.  
  30. # True if the bot should ever drop items.
  31. dropItems: true
  32.  
  33. # True if the bot should evolve a Pokemon when possible.
  34. autoEvolving: true
  35.  
  36. # True if the bot should try to bypass from softban.
  37. softbanBypass: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement