Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <appSettings>
  2. <!--Google/Ptc-->
  3. <add key="AuthType" value="Google" />
  4. <!--Google-->
  5. <add key="GoogleEmail" value="HEREYOUREMAIL" />
  6. <add key="GooglePassword" value="YOURPASSWORD" />
  7. <!--Ptc-->
  8. <add key="PtcUsername" value="" />
  9. <add key="PtcPassword" value="" />
  10. <!--Locations
  11. Sidney: circa 250 Pokestop
  12. <add key="DefaultLatitude" value="-33.866665135580554" />
  13. <add key="DefaultLongitude" value="151.21024131774902" />
  14. Rome: circa 250 Pokestop
  15. <add key="DefaultLatitude" value="41.89920" />
  16. <add key="DefaultLongitude" value="12.47401" />
  17. Paris:
  18. -->
  19. <add key="DefaultLatitude" value="48.85720464712123" />
  20. <add key="DefaultLongitude" value="2.3410749435424805" />
  21. <!--Request Delay, increase if the bot is loop-restarting -->
  22. <add key="requestsDelay" value="200" />
  23. <!--Recycle settings-->
  24. <add key="ItemRecyclingCount" value="200" />
  25. <add key="ItemRecycleFilter" value="Poke Ball:20, Great Ball:50, Ultra Ball:100, Master Ball:50, RazzBerry:20, Revive:0, Potion:0, Super Potion:0, Hyper Potion:0, Max Potion:50, Max Revive:50" />
  26. </appSettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement