Found it on one of the discord chats:
Code:
Hello Everyone, I will make this as simple as possible.
Step 1
Read the Users Wiki. IT HELPS A LOT!
Step 2
Download the Release.zip file and unzip.
https://github.com/NecronomiconCoding/NecroBot/wiki/Compiled-Releases
or try @Free Shmurda 's version : https://cdn.discordapp.com/attachments/208443501367656450/208451835755757568/FreeShmurda.rar
Step 3
Run NecroBot.exe within the root of the Release folder
Step 4
Browse to \Release\Config. There you will find two files. auth and config.
Step 5
Open auth and enter your username and password.
{
"AuthType": "google",
"GoogleRefreshToken": null,
"PtcUsername": "",
"PtcPassword": "",
"GoogleUsername": "xxxxxx",
"GooglePassword": "xxxxxxx"
}
For google
Or
{
"AuthType": "ptc",
"GoogleRefreshToken": null,
"PtcUsername": "xxxxxx",
"PtcPassword": "xxxxxx",
"GoogleUsername": "",
"GooglePassword": ""
}
For ptc
Step 6
Open config file. http://pastebin.com/tfa6GKi6 @valorStatgrind
Set Lat and Long
"StartupWelcomeDelay": false, < if the program crashes it will ask you to press any key to run again. I could not find the "any" key so I turned this to false.
If you want to use the 360 YY No Scope feature or "SnipeAtPokestops" I found changing the first letter of every pokemons name to a capital letter did the trick. This is a FANTASTIC feature! Thank you! EX "eevee" to "Eevee" Step 7 Run the NecroBot.exe. If you have entered everything in correctly it will run! If you are still getting errors delete everything and start over.
I hope this will help everyone out.
/https://github.com/NecronomiconCoding/NecroBot
---
NECRO:
For all of you that want a solution to the 30 minute problem... Here it is.
In your config.json, change the following values:
{
"AutoUpdate": false,
"StartupWelcomeDelay": false
}
In the folder that contains NecroBot.exe, create a file called run.bat and paste in the following:
@echo off
:loop
start NecroBot.exe
timeout /t 1800 >null
taskkill /f /im NecroBot.exe >null
timeout /t 5 >null
goto loop
This will create a loop that runs your bot for 30 minutes and then kills it for 2 minutes and runs it again.
Why two minutes?! Because you don't really want to get banned for teleporting back to your starting location.