Post: Tustin's NecroBot Fork
07-27-2016, 03:51 PM #1
Tustin
Balls of Steel
(adsbygoogle = window.adsbygoogle || []).push({}); Started working on this yesterday and I plan on adding more things. As of right now the main change is the sniper, but it's still a WIP.

Sniping:


  1. Start the program and it'll create a Config folder for you with all the files you need to edit to login and configure your bot.
  2. Inside the Config folder, make a file called snipe.txt
  3. The bot will parse this file line by line and try to snipe each pokemon in this file. The format for sniping is - latitude,longitude:PokemonId
  4. When you enter all the coordinates and Pokemon you want to snipe, save the snipe.txt file.
  5. If the bot isn't running, start it and at launch it'll check your snipe.txt file and try to snipe all the Pokemon in there. Otherwise, wait until your bot hits a Pokestop and it'll scan it then.


The bot will check snipe.txt when you load the program, and then it will automatically check it at each Pokestop while the bot is running. So if you find a new Pokemon you want to snipe, just save it in snipe.txt and wait a second for a Pokestop and it should snipe it.

Here's an example snipe.txt:
    -34.84077988462681,138.49191695451736:Snorlax
-33.85787788391025,151.20364189390804:Magmar
-37.8231663,144.9571827Happyragonair



Always Delete Pokemon:
If there are Pokemon that you don't want any of (maybe the bot doesn't always get rid of them in the normal transfer or they just suck), my version has an always delete pokemon list.


  1. Go inside the Config folder and open config.json
  2. Find the value "UsePokemonsToAlwaysDelete" and change it from false to true
  3. Search for "PokemonsToAlwaysDelete" and you should find a list of Pokemon, these are the Pokemon that will always be deleted
  4. Simply remove or add any you want or don't want. Make sure you include a comma at the end of each Pokemon name
  5. Save the file and reload the bot. It will now always delete EVERY Pokemon that you have of the specific Pokemon you entered in the list.



You must login or register to view this content. - You must login or register to view this content.

The following 18 users say thank you to Tustin for this useful post:

B_colo_pr, BadChoicesZ, Bloated, Cameron, Crunk, DeezShinyNutz, G-NeR, jjjjjrussell, Joren, JrModz, Kryptus, moekroeman, Pricey91, RTE, SavageRising, Dacoco, Jon Snow, Wild.
08-03-2016, 01:46 AM #65
But i have a little EXP/H Crying

How do I get more?
08-03-2016, 01:46 AM #66
Crunk
Sir, I'm too 1337
Originally posted by PetitChat5430 View Post
But i have a little EXP/H Crying

How do I get more?


You'll need to look into that bit yourself, there are guides within this section for that.
08-03-2016, 02:01 AM #67
Originally posted by Crunk View Post
What is your issue(s)?



Yes !
08-03-2016, 02:02 AM #68
Originally posted by Crunk View Post
You'll need to look into that bit yourself, there are guides within this section for that.


Yes I tried You must login or register to view this content.
but it did not change much
08-03-2016, 02:09 AM #69
Crunk
Sir, I'm too 1337
Originally posted by PetitChat5430 View Post
Yes I tried You must login or register to view this content.
but it did not change much


Well, it does depend on the bot you use. I earn about 60k/hr
08-03-2016, 02:19 AM #70
Originally posted by Crunk View Post
Well, it does depend on the bot you use. I earn about 60k/hr


Me i earn about 50k/h but in the tittle he speaks of 100k/h
08-03-2016, 02:49 PM #71
i have put my usernAME IN AN PASSWORD BUT ITS TELL ME SOMETHING WRONG WITH THE PATH AN LINE 7 CAN ANYONE HELP ME OUT PLZ THANK U
08-03-2016, 06:32 PM #72
Crunk
Sir, I'm too 1337
Originally posted by Switchuk View Post
i have put my usernAME IN AN PASSWORD BUT ITS TELL ME SOMETHING WRONG WITH THE PATH AN LINE 7 CAN ANYONE HELP ME OUT PLZ THANK U


Can you copy/paste the error or screenshot it?
08-03-2016, 07:22 PM #73
Crunk
Sir, I'm too 1337
Originally posted by Tustin View Post
Started working on this yesterday and I plan on adding more things. As of right now the main change is the sniper, but it's still a WIP.

Sniping:


  1. Start the program and it'll create a Config folder for you with all the files you need to edit to login and configure your bot.
  2. Inside the Config folder, make a file called snipe.txt
  3. The bot will parse this file line by line and try to snipe each pokemon in this file. The format for sniping is - latitude,longitude:PokemonId
  4. When you enter all the coordinates and Pokemon you want to snipe, save the snipe.txt file.
  5. If the bot isn't running, start it and at launch it'll check your snipe.txt file and try to snipe all the Pokemon in there. Otherwise, wait until your bot hits a Pokestop and it'll scan it then.


The bot will check snipe.txt when you load the program, and then it will automatically check it at each Pokestop while the bot is running. So if you find a new Pokemon you want to snipe, just save it in snipe.txt and wait a second for a Pokestop and it should snipe it.

Here's an example snipe.txt:
    -34.84077988462681,138.49191695451736:Snorlax
-33.85787788391025,151.20364189390804:Magmar
-37.8231663,144.9571827Happyragonair



Always Delete Pokemon:
If there are Pokemon that you don't want any of (maybe the bot doesn't always get rid of them in the normal transfer or they just suck), my version has an always delete pokemon list.


  1. Go inside the Config folder and open config.json
  2. Find the value "UsePokemonsToAlwaysDelete" and change it from false to true
  3. Search for "PokemonsToAlwaysDelete" and you should find a list of Pokemon, these are the Pokemon that will always be deleted
  4. Simply remove or add any you want or don't want. Make sure you include a comma at the end of each Pokemon name
  5. Save the file and reload the bot. It will now always delete EVERY Pokemon that you have of the specific Pokemon you entered in the list.



You must login or register to view this content. - You must login or register to view this content.


Hey Tustin, was running the bot for about 5-7 hours and came back with this error:

    [noparse][14:36:02] (ERROR) System.NullReferenceException: Object reference not set to an instance of an object.
at PoGo.NecroBot.Logic.Inventory.<Awesome faceeletePokemonFromInvById>d__8.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Inventory.cs:line 57
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at PoGo.NecroBot.Logic.Tasks.TransferDuplicatePokemonTask.<Execute>d__0.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Tasks\TransferDuplicatePokemonTask.cs:line 39
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\FarmState.cs:line 26
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\StateMachine.cs:line 36[/noparse]

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo