-
Member
nice, but what deviceID it reports to the server?
-
Contributor
Originally Posted by
nosnoop
Try to decrease the value of KeepMinCp for Pokémon like Dragonite and Snorlax in the config file
-
Member
Originally Posted by
nosnoop
You need to check your config file. There's a bunch of Pokemon listed under the "HumanWalkSnipeFilters". By default, most captures are false. Set the pokemons you want to catch to true. Hit the thanks button if this helps.
-
Post Thanks / Like - 2 Thanks
-
Member
@BloggerXYZ, is the proxy working? Been keying in numbers of them but came out as invalid all the time.
-
Contributor
Originally Posted by
syabilng
@BloggerXYZ, is the proxy working? Been keying in numbers of them but came out as invalid all the time.
Search OwnedCore for working proxies
-
Member
Originally Posted by
syabilng
You need to check your config file. There's a bunch of Pokemon listed under the "HumanWalkSnipeFilters". By default, most captures are false. Set the pokemons you want to catch to true.
Originally Posted by
BloggerXYZ
Try to decrease the value of KeepMinCp for Pokémon like Dragonite and Snorlax in the config file

No luck.
Still does not catch any pokemons on HumanWalkSnipe.
-
Member
NecroBot and Safe Leveling in 1 sentence = lie
mark dis shiat as detected
-
Contributor
Originally Posted by
Midian666
NecroBot and Safe Leveling in 1 sentence = lie
mark dis shiat as detected
Every botter knows he is at risk. That's why I recommend running it on a test account. Btw this bot IS the safest possible way among all bots till date.
-
Member
Bot is working great so far. Thank you so much.
Dumb question: What does it mean that this bot has an "updated FeroxRev API" ? Will Niantic flag my account as soon as I log in like all the other bots out there? Just trying to understand this a bit. Thank you
-
Contributor
Originally Posted by
nosnoop
No luck.
Still does not catch any pokemons on HumanWalkSnipe.
Run the bot as it is now. Will fix that in future.
-
Contributor
Originally Posted by
IamShiiTaN
Bot is working great so far. Thank you so much.
Dumb question: What does it mean that this bot has an "updated FeroxRev API" ? Will Niantic flag my account as soon as I log in like all the other bots out there? Just trying to understand this a bit. Thank you
According to sources, yes they do flag you.
But that doesn't mean you'll get banned. If you bot humanely, I don't think they will be able to ban. Several if my accounts are still unbanned.
I recommend running it on a test account
-
Member
Anyone know how to write a config to only use short distance egg Incubator...2km,5km,10km in sequence
Purpose of doing this is to save 10km egg when lvl is high
-
Member
Well, This was a pretty nice cocktail of sort, Got the Necro fork, And the Necro-visualizer. But i cant se any new API in play, i guess you used the NoxxDev fork of NecroBot?
And I cant say im too happy with them Virus scans.
Why is there a built in Killswitch for the WHOLE Bot? Found at KillSwitch.txt
private static bool CheckKillSwitch()
{
using (WebClient webClient = new WebClient())
{
try
{
string str1 = WebClientExtensions.DownloadString(webClient, Program.strKillSwitchUri);
if (str1 == null)
return false;
string[] strArray = str1.Split(';');
if (strArray.Length <= 1)
return false;
string str2 = strArray[0];
string str3 = strArray[1];
if (str2.ToLower().Contains("disable"))
{
Console.WriteLine(str3 + "\n");
Logger.Write("The bot will now close, please press enter to continue", (LogLevel) 1, ConsoleColor.Black, false);
Console.ReadLine();
return true;
}
}
catch (WebException ex)
{
}
}
return false;
}
I cant say im all in too the Necro source code, So i guess i have no idea what that means, other than it kills the bot if its set to DISABLE, whom ever has controll over the KillSwitch.txt file at https://raw.githubusercontent.com/No...croBot/master/
However, i do think you should take a look at your source and remove such things and recompile your source. And get rid of the "HeroBot.exe" file. Its a bit big for 3 lines of code anyway.
ill wait for a release i can trust with my accounts.
Thx for upload anyway!
-
Member
How do I turn off sniping completely in the Necro config? Its driving me mental(its super inefficient). I prefer to do all my sniping manually. I've deleted all the pokemon underneath the "pokemontosnipe" but it still does it.
-
Member
Originally Posted by
JaxDaDestroyer
How do I turn off sniping completely in the Necro config? Its driving me mental(its super inefficient). I prefer to do all my sniping manually. I've deleted all the pokemon underneath the "pokemontosnipe" but it still does it.
Yah i keep getting soft banned with this bot now and I think it's because the sniping?
"UseSnipePokemonList": false,
maybe this will turn it off?