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.
07-29-2016, 10:01 PM #38
Tustin
Balls of Steel
New version 0.3.3 - You must login or register to view this content.
Updated files to most recent NecroBot commit
Updated FeroxRev's API
Added manual sniper alongside the NecroBot auto sniper
07-29-2016, 10:24 PM #39
DustyMods
Save Point
Originally posted by TxcticaLx
Use Notepad++ to edit your Auth and Config files, save both, but DONT close it, run the bot and it will come up with a message on NP++ saying the files have been modified and it will ask you to accept the changed, click No


But then when I start the bot again it says its the first time starting again?
07-29-2016, 10:38 PM #40
Whenever I start the bot it always says Skipping snipe because Config/snipe.txt is empty or doesn't exist, any idea on how to fix this? I even created a snipe.txt in the config folder.
Last edited by Codysuxdix ; 07-29-2016 at 10:42 PM.
07-30-2016, 07:54 PM #41
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.


I'm not sure if this is a bug or something, but the manual and auto snipe both have stopped functioning when I updated 0.4

EDIT: So I was playing around with the config for awhile, and I noticed that when sniping at pokestops, that phrase is set to false, as well as the ignore unknown iv, setting those to true will fix the issue with the sniper not functioning at the max efficiency, but might put you at a higher risk of softban when jumping locations. I also found out that the manual sniper is not reading the snipe.txt file at all, also I would edit the pokemon list that the auto sniper goes for because with the latest update of Tustin's fork it has a few default pokemon and replaces what you had implemented in 0.3.3. These are all simple fixes, and if you have any questions, ask me and I can get back to you a little quicker than Tustin (because he's a busy guy and I have no life).

Screenshot of the lines of code that you should change from "false" to "true"
You must login or register to view this content.
Last edited by Crunk ; 07-30-2016 at 11:13 PM.
07-30-2016, 09:33 PM #42
Very nice release, thank you!
07-30-2016, 09:59 PM #43
Originally posted by Crunk View Post
I'm not sure if this is a bug or something, but the manual and auto snipe both have stopped functioning when I updated 0.4


Nope, sniper doesn't work.
07-30-2016, 11:13 PM #44
Crunk
Sir, I'm too 1337
Originally posted by tehshouter View Post
Nope, sniper doesn't work.


See my quoted post to see the fix!
07-31-2016, 09:07 AM #45
Originally posted by Crunk View Post
See my quoted post to see the fix!


The sniper only works with the coords in config.json , but it works :P
07-31-2016, 09:42 AM #46
TehMerkMods
I’m too L33T
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.


link dead?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo