clouddd
Low Latency Developer
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
100 XP
This tutorial is for the latest PokeMobBot COMPILED version
You don't need Visual Studio for this one!
Download links are below, in the .
Installation & Configuration
Here we will be working with the file ./config/config.json. You can read for yourself what each option does, but pretty much these are the basics:
"DefaultLatitude": 52.37021577, Self explanatory. Use dots as a separation character, not commas.
"DefaultLongitude": 4.895167899999933, Self explanatory. Use dots as a separation character, not commas.
"DefaultAltitude": 10.0, Leave this as is.
"KeepMinIvPercentage": 90.0, IV % perfection. Google this if you don't know what it is. I suggest you leave it as default unless you know what you're doing.
"KeepMinCp": 1000, It wont transfer (even if duplicate) pokemons below X CP (in this case, 1000).
"WalkingSpeedInKilometerPerHour": 50.0, Self explanatory. You can fiddle with this if you want.
"EvolveAllPokemonWithEnoughCandy": false, Self explanatory. False = no, True = yes
"KeepPokemonsThatCanEvolve": false, Self explanatory. False = no, True = yes
"TransferDuplicatePokemon": true, Self explanatory. False = no, True = yes. I suggest "true", otherwise your pokemon inventory will get full and the bot wont be able to catch anymore pokemon.
"DelayBetweenPokemonCatch": 5000, Delay in ms (1000 ms = 1 second). Leave as is unless you know what you're doing.
"UsePokemonToNotCatchFilter": false, Self explanatory. False = no, True = yes. I wont explain how this works, if you want go find yourself.
"KeepMinDuplicatePokemon": 1, Self explanatory. I suggest you leave at least 1 of each.
"PrioritizeIvOverCp": false, Self explanatory. Again, google what IV % is if you want to know.
"MaxTravelDistanceInMeters": 1000, Radius the bot will walk around. This is in meters, so 1000 meters = 1km radius. Change if you want.
"GpxFile": "GPXFile.GPX", Do not touch. I wont explain what this does, find out for yourself.
"UseGpxPathing": false, Do not touch. I wont explain what this does, find out for yourself.
"UseLuckyEggsWhileEvolving": false, This will make the bot use lucky eggs if there's stuff to evolve. Do what you want.
"EvolveAllPokemonAboveIv": false, Self explanatory. Again, google what IV % is if you want to know.
"EvolveAboveIvValue": 90.0 Self explanatory. Again, google what IV % is if you want to know.
Remember, the values of these variables DO NOT use quotation marks " ". If you add them, IT DOESN'T WORK!
Screenshots
MY OWN CONFIGURATION - DISCLAIMER: This works for me. It might not work as well for you!
Download links
The official GitHub got taken down due to a CMA notice. There's no GitHub link for this one. Of course, virustotal link is down below. It's 100% clean.
Any updates I'll post here.
Virustotal Analysis (100% safe)
Farming locations (latitude, longitude) Syndey lat/long: Lat: -33.86269628621896 Lng: 151.19594648480415 Central Park: Lat: 40.77998899373867 Lng: -73.96562576293945 Amsterdam: Lat: 52.37021577 Lng: 4.895167899999933 Tokyo: Lat: 35.6894875 Lng: 139.691706 Troubleshooting If you are getting problems while logging in, please review what you inputted here, and make sure your AccountType matches the fields where you set your username (or email for google) and passwords. It could also be because the servers or login are down.
Check them here:
Check out my other bot guides here!
HAXTON BOT - FASTEST BOT (less customization) -
Have fun and happy voting! Please let me know if it was helpful!
Otherwise, let me know and I wont make any more.
Edited by Dealer, 09 August 2016 - 12:41 AM.
You don't need Visual Studio for this one!
Download links are below, in the .
Installation & Configuration
- Download the latest release Release.zip.
- Unzip the downloaded files, run PokeMobBot.exe and you'll be prompted to hit any key, hit any key (enter for example, and it will open the configuration folder where we will be working with 2 different files: auth.json and config.json. You can edit these with Notepad, or Notepad++. - You NEED to run the .exe first, otherwise .\Config\ folder does NOT get created and you can't edit the configuration.
- Edit auth.json (right click, open with Notepad) as shown in the picture. If you are going to use a Ptc (poke trainer club) account, you need to change the AuthType to "ptc" and enter the PtcUsername and PtcPassword values BETWEEN QUOTATION MARKS (" "), as shown in the picture below.
- edit .\Config\config.json with your desired settings
- Edit the DefaultLatitude and DefaultLongitude which can be found here to fit your desired location. (These go with DOTS, as in 54.659 - 20.999 - if you use COMMAS, it wont work!)
- Edit the other available settings to your desire.
- Run the PokeMobBot.exe
- Profit.
Here we will be working with the file ./config/config.json. You can read for yourself what each option does, but pretty much these are the basics:
"DefaultLatitude": 52.37021577, Self explanatory. Use dots as a separation character, not commas.
"DefaultLongitude": 4.895167899999933, Self explanatory. Use dots as a separation character, not commas.
"DefaultAltitude": 10.0, Leave this as is.
"KeepMinIvPercentage": 90.0, IV % perfection. Google this if you don't know what it is. I suggest you leave it as default unless you know what you're doing.
"KeepMinCp": 1000, It wont transfer (even if duplicate) pokemons below X CP (in this case, 1000).
"WalkingSpeedInKilometerPerHour": 50.0, Self explanatory. You can fiddle with this if you want.
"EvolveAllPokemonWithEnoughCandy": false, Self explanatory. False = no, True = yes
"KeepPokemonsThatCanEvolve": false, Self explanatory. False = no, True = yes
"TransferDuplicatePokemon": true, Self explanatory. False = no, True = yes. I suggest "true", otherwise your pokemon inventory will get full and the bot wont be able to catch anymore pokemon.
"DelayBetweenPokemonCatch": 5000, Delay in ms (1000 ms = 1 second). Leave as is unless you know what you're doing.
"UsePokemonToNotCatchFilter": false, Self explanatory. False = no, True = yes. I wont explain how this works, if you want go find yourself.
"KeepMinDuplicatePokemon": 1, Self explanatory. I suggest you leave at least 1 of each.
"PrioritizeIvOverCp": false, Self explanatory. Again, google what IV % is if you want to know.
"MaxTravelDistanceInMeters": 1000, Radius the bot will walk around. This is in meters, so 1000 meters = 1km radius. Change if you want.
"GpxFile": "GPXFile.GPX", Do not touch. I wont explain what this does, find out for yourself.
"UseGpxPathing": false, Do not touch. I wont explain what this does, find out for yourself.
"UseLuckyEggsWhileEvolving": false, This will make the bot use lucky eggs if there's stuff to evolve. Do what you want.
"EvolveAllPokemonAboveIv": false, Self explanatory. Again, google what IV % is if you want to know.
"EvolveAboveIvValue": 90.0 Self explanatory. Again, google what IV % is if you want to know.
Remember, the values of these variables DO NOT use quotation marks " ". If you add them, IT DOESN'T WORK!
Screenshots
MY OWN CONFIGURATION - DISCLAIMER: This works for me. It might not work as well for you!
Download links
The official GitHub got taken down due to a CMA notice. There's no GitHub link for this one. Of course, virustotal link is down below. It's 100% clean.
Any updates I'll post here.
Loading…
cdn.discordapp.com
Loading…
virustotal.com
Check them here:
Check out my other bot guides here!
HAXTON BOT - FASTEST BOT (less customization) -
Have fun and happy voting! Please let me know if it was helpful!
Otherwise, let me know and I wont make any more.
Edited by Dealer, 09 August 2016 - 12:41 AM.