Necrobot - sniping | egghatch | gpx | lure | incense | & more menu

Shout-Out

User Tag List

Page 221 of 282 FirstFirst ... 121171217218219220221222223224225271 ... LastLast
Results 3,301 to 3,315 of 4221
  1. #3301
    Heindrich's Avatar Member
    Reputation
    7
    Join Date
    Aug 2016
    Posts
    74
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am setting up Necrobot for the first time, some variables are a bit confusing for me, so some help would be appreciated.

    "UseSnipeOnlineLocationServer": true

    Is this what enables sniping? I don't want to do any automatic sniping, if I turn that off, does it disable sniping?

    "EnableHumanizedThrows": false

    If I set this to true, does it mean the bot will intentionally mess up some throws? If so isn't it safer to set that to true? It's false by default.

    "TransferWeakPokemon": false

    this is false by default, do I need to set it to true so that it transfers Pokemon below CP and/or IV requirements? (Assuming it doesn't overwrite the command to always keep 1 of each species regardless).

    "FavoriteMinIvPercentage": 95.0,
    "AutoFavoritePokemon": false,

    I guess these two work in combination to favourite all Pokemon above 95% IV? If I set the second line to true.

    "UsePokemonSniperFilterOnly": false,

    I have no idea what this means... as I said, I don't want to do any sniping. Do I just leave it at default?

    Thx in advance for any help!

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #3302
    oner13's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dukester420 View Post
    bot config? it seems the guy above is right, pokesniper is only getting a feed from the pokesniper website and not discord, but still functioning none the less for now. (some snipes are better than none)

    Install this and run it, wait to see a snipe from pokesnipers, then launch bot.

    POGO Sniper - https://github.com/5andr0/PogoLocationFeeder

    My necrobot config

    Code:
    {
      "TranslationLanguageCode": "en",
      "AutoUpdate": true,
      "TransferConfigAndAuthOnUpdate": true,
      "UseWebsocket": false,
      "StartupWelcomeDelay": false,
      "AmountOfPokemonToDisplayOnStart": 30,
      "ShowPokeballCountsBeforeRecycle": true,
      "CatchPokemon": true,
      "AutomaticallyLevelUpPokemon": true,
      "AmountOfTimesToUpgradeLoop": 5,
      "GetMinStarDustForLevelUp": 5000,
      "LevelUpByCPorIv": "iv",
      "UpgradePokemonCpMinimum": 1500.0,
      "UpgradePokemonIvMinimum": 95.0,
      "UpgradePokemonMinimumStatsOperator": "and",
      "DisableHumanWalking": false,
      "DefaultAltitude": 11.2,
      "DefaultLatitude": 40.773522,
      "DefaultLongitude": -73.95486,
      "WalkingSpeedInKilometerPerHour": 31.3,
      "MaxSpawnLocationOffset": 10,
      "DelayBetweenPlayerActions": 5000,
      "DelayBetweenPokemonCatch": 2000,
      "DumpPokemonStats": true,
      "EvolveAboveIvValue": 95.0,
      "EvolveAllPokemonAboveIv": false,
      "EvolveAllPokemonWithEnoughCandy": true,
      "EvolveKeptPokemonsAtStorageUsagePercentage": 20.0,
      "KeepPokemonsThatCanEvolve": true,
      "KeepMinCp": 2050,
      "KeepMinIvPercentage": 95.0,
      "KeepMinLvl": 7,
      "KeepMinOperator": "or",
      "UseKeepMinLvl": true,
      "PrioritizeIvOverCp": false,
      "KeepMinDuplicatePokemon": 1,
      "UseGpxPathing": false,
      "GpxFile": "GPXPath.GPX",
      "VerboseRecycling": true,
      "RecycleInventoryAtUsagePercentage": 80.0,
      "UseEggIncubators": true,
      "UseLuckyEggConstantly": false,
      "UseLuckyEggsMinPokemonAmount": 30,
      "UseLuckyEggsWhileEvolving": false,
      "UseIncenseConstantly": false,
      "UseBerriesMinCp": 1000,
      "UseBerriesMinIv": 90.0,
      "UseBerriesBelowCatchProbability": 0.2,
      "UseBerriesOperator": "and",
      "UseSnipeOnlineLocationServer": false,
      "UseSnipeLocationServer": true,
      "SnipeLocationServer": "localhost",
      "SnipeLocationServerPort": 16969,
      "GetSniperInfoFromPokezz": false,
      "GetOnlyVerifiedSniperInfoFromPokezz": true,
      "MinPokeballsToSnipe": 20,
      "MinPokeballsWhileSnipe": 0,
      "MinDelayBetweenSnipes": 60000,
      "SnipingScanOffset": 0.003,
      "SnipeAtPokestops": true,
      "SnipeIgnoreUnknownIv": false,
      "UseTransferIvForSnipe": false,
      "RenamePokemon": false,
      "RenameOnlyAboveIv": true,
      "RenameTemplate": "{1}_{0}",
      "MaxPokeballsPerPokemon": 8,
      "MaxTravelDistanceInMeters": 3000,
      "TotalAmountOfPokeballsToKeep": 110,
      "TotalAmountOfPotionsToKeep": 120,
      "TotalAmountOfRevivesToKeep": 40,
      "TotalAmountOfBerriesToKeep": 50,
      "UseGreatBallAboveCp": 1000,
      "UseUltraBallAboveCp": 1250,
      "UseMasterBallAboveCp": 1500,
      "UseGreatBallAboveIv": 85.0,
      "UseUltraBallAboveIv": 95.0,
      "UseGreatBallBelowCatchProbability": 0.2,
      "UseUltraBallBelowCatchProbability": 0.1,
      "UseMasterBallBelowCatchProbability": 0.05,
      "EnableHumanizedThrows": false,
      "NiceThrowChance": 40,
      "GreatThrowChance": 30,
      "ExcellentThrowChance": 10,
      "CurveThrowChance": 90,
      "ForceGreatThrowOverIv": 90.0,
      "ForceExcellentThrowOverIv": 95.0,
      "ForceGreatThrowOverCp": 1000,
      "ForceExcellentThrowOverCp": 1500,
      "TransferWeakPokemon": true,
      "TransferDuplicatePokemon": true,
      "TransferDuplicatePokemonOnCapture": true,
      "FavoriteMinIvPercentage": 95.0,
      "AutoFavoritePokemon": false,
      "UsePokemonToNotCatchFilter": false,
      "UsePokemonSniperFilterOnly": false,
      "WebSocketPort": 14251,
      "ItemRecycleFilter": [
        {
          "Key": "itemUnknown",
          "Value": 0
        },
        {
          "Key": "itemLuckyEgg",
          "Value": 200
        },
        {
          "Key": "itemIncenseOrdinary",
          "Value": 100
        },
        {
          "Key": "itemIncenseSpicy",
          "Value": 100
        },
        {
          "Key": "itemIncenseCool",
          "Value": 100
        },
        {
          "Key": "itemIncenseFloral",
          "Value": 100
        },
        {
          "Key": "itemTroyDisk",
          "Value": 100
        },
        {
          "Key": "itemXAttack",
          "Value": 100
        },
        {
          "Key": "itemXDefense",
          "Value": 100
        },
        {
          "Key": "itemXMiracle",
          "Value": 100
        },
        {
          "Key": "itemSpecialCamera",
          "Value": 100
        },
        {
          "Key": "itemIncubatorBasicUnlimited",
          "Value": 100
        },
        {
          "Key": "itemIncubatorBasic",
          "Value": 100
        },
        {
          "Key": "itemPokemonStorageUpgrade",
          "Value": 100
        },
        {
          "Key": "itemItemStorageUpgrade",
          "Value": 100
        }
      ],
      "PokemonsNotToTransfer": [
        "venusaur",
        "charizard",
        "blastoise",
        "clefable",
        "muk",
        "chansey",
        "gyarados",
        "ditto",
        "snorlax",
        "articuno",
        "zapdos",
        "moltres",
        "dragonite",
        "mewtwo",
        "mew"
      ],
      "PokemonsToEvolve": [
        "caterpie",
        "weedle",
        "pidgey",
        "rattata"
      ],
      "PokemonsToIgnore": [
        "caterpie",
        "weedle",
        "pidgey",
        "rattata",
        "spearow",
        "zubat",
        "doduo"
      ],
      "PokemonsTransferFilter": {
        "Golduck": {
          "KeepMinCp": 1800,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Farfetchd": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Krabby": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Kangaskhan": {
          "KeepMinCp": 1500,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 60.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Horsea": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Staryu": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "MrMime": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 40.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Scyther": {
          "KeepMinCp": 1800,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Jynx": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Electabuzz": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Magmar": {
          "KeepMinCp": 1500,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Pinsir": {
          "KeepMinCp": 1800,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Tauros": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Magikarp": {
          "KeepMinCp": 180,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Gyarados": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 3,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Lapras": {
          "KeepMinCp": 1800,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 3,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Eevee": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Vaporeon": {
          "KeepMinCp": 1500,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 3,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Jolteon": {
          "KeepMinCp": 1500,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Flareon": {
          "KeepMinCp": 1500,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Porygon": {
          "KeepMinCp": 1250,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 60.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Snorlax": {
          "KeepMinCp": 2200,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 3,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Dragonite": {
          "KeepMinCp": 2200,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 3,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        }
      },
      "PokemonToSnipe": {
        "Locations": [
          {
            "Latitude": 38.556807486461118,
            "Longitude": -121.2383794784546
          },
          {
            "Latitude": -33.859019,
            "Longitude": 151.213098
          },
          {
            "Latitude": 47.5014969,
            "Longitude": -122.0959568
          },
          {
            "Latitude": 51.5025343,
            "Longitude": -0.2055027
          }
        ],
        "Pokemon": [
          "venusaur",
          "charizard",
          "blastoise",
          "beedrill",
          "raichu",
          "sandslash",
          "nidoking",
          "nidoqueen",
          "clefable",
          "ninetales",
          "golbat",
          "vileplume",
          "golduck",
          "primeape",
          "arcanine",
          "poliwrath",
          "alakazam",
          "machamp",
          "golem",
          "rapidash",
          "slowbro",
          "farfetchd",
          "muk",
          "cloyster",
          "gengar",
          "exeggutor",
          "marowak",
          "hitmonchan",
          "lickitung",
          "rhydon",
          "chansey",
          "kangaskhan",
          "starmie",
          "mrMime",
          "scyther",
          "magmar",
          "electabuzz",
          "jynx",
          "gyarados",
          "lapras",
          "ditto",
          "vaporeon",
          "jolteon",
          "flareon",
          "porygon",
          "kabutops",
          "aerodactyl",
          "snorlax",
          "articuno",
          "zapdos",
          "moltres",
          "dragonite",
          "mewtwo",
          "mew"
        ]
      },
      "PokemonToUseMasterball": [
        "articuno",
        "zapdos",
        "moltres",
        "mew",
        "mewtwo"
      ]
    }
    well thx... finnaly its working

  3. #3303
    metalkecil's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tioscreamson View Post
    Attachment 34562

    [HELP]

    stuck logging in using PTC
    Run as Admin

  4. #3304
    infosensaa's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IV for me is most imporant thing so dont forget to edit this "PrioritizeIvOverCp": false, put that on ture i didnt see that and i lost magikarp 99%iv

  5. #3305
    Fadelol's Avatar ༼ つ ◕_◕ ༽つ
    Reputation
    662
    Join Date
    Dec 2007
    Posts
    609
    Thanks G/R
    161/204
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TeckleK5 View Post
    Attachment 34565

    Attachment 34566

    Hi there, I was wondering if anyone has any advice on this error? Thanks in advance.
    Could you upload images in higher quality? It's difficult to read the text on those.
    ~Fadelol

  6. #3306
    zxa's Avatar Active Member
    Reputation
    15
    Join Date
    Oct 2009
    Posts
    21
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working great here lots of hard work from many people has gone into fixing this, very appreciated

  7. #3307
    Heindrich's Avatar Member
    Reputation
    7
    Join Date
    Aug 2016
    Posts
    74
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can somebody tell me what this line means?

    "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0

  8. #3308
    usrmd's Avatar Sergeant
    Reputation
    7
    Join Date
    Jul 2012
    Posts
    69
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are the old configs still working the same?

    I was using NecroBot 6.0.3 with the config out of Destiny's 2.0 fix (not the exe)

  9. #3309
    Habahaba1's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by oner13 View Post
    well thx... finnaly its working
    Can u help me a little? When I start pogofeeder it list is empty. And necrobot never prints that it sniping. what i did wrong? 0 feed from feeder(

  10. #3310
    godwisper's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    47
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any particular settings for pogofeeder ? seems connected but nothing comes in

    [2016-08-07 15:12:02][INFO] Great! You already have the newest version (v0.1.4, or later master)
    [2016-08-07 15:12:02][INFO] Application starting...
    [2016-08-07 15:12:02][INFO] Connecting to feeder service pogo-feed.mmoex.com
    [2016-08-07 15:12:02][INFO] Starting with Port: 16969
    [2016-08-07 15:12:02][INFO] Connection established. Waiting for data...
    [2016-08-07 15:14:49][INFO] New connection from 127.0.0.1:23430
    Last edited by godwisper; 08-07-2016 at 08:22 AM.

  11. #3311
    kampretoz27's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    9
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working great, thanks for work guys

  12. #3312
    raistl1n's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bot catch pokemons only from lure not normal. how can i fix that ?

  13. #3313
    TeckleK5's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My bad hopefully this ones better lol.

    Cheers.
    Necrobot - sniping | egghatch | gpx | lure | incense | & more-necrofail-jpg
    Last edited by TeckleK5; 08-07-2016 at 08:31 AM.

  14. #3314
    xfactornos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just curious, why do people care about the IV level?

  15. #3315
    Trethon's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BazsiBazsi View Post
    [13:11:56] () [ERROR] Issue loading translations
    [13:11:56] () [ERROR] Fatal Error
    [ERROR] No replacement translations: Check appropriate files for typos
    Ending Application...

    Anyone gets this?
    Sorry if I missed it: what is the solution of this issue? Thank you!

Similar Threads

  1. Necrobot & Sniping problem.
    By victornoleto in forum Pokemon GO Hacks|Cheats
    Replies: 5
    Last Post: 08-26-2016, 05:54 AM
  2. [Release] PokeMobBot - sniping | egghatch | gpx | lure | incense | & more
    By DurtyFree in forum Pokemon GO Hacks|Cheats
    Replies: 175
    Last Post: 07-31-2016, 03:16 PM
  3. [Release] [»»] NecroBOT Discord Channel (Live) [««] (Pokemon coordinates, support & more!)
    By LennoxAli in forum Pokemon GO Hacks|Cheats
    Replies: 2
    Last Post: 07-31-2016, 11:48 AM
  4. [Release] Necrobot.io - sniping | egghatch | gpx | lure | incense | & more
    By nonm in forum Pokemon GO Hacks|Cheats
    Replies: 43
    Last Post: 07-31-2016, 11:43 AM
  5. [Question] Necrobot sniping
    By xswayer in forum Pokemon GO Chat
    Replies: 1
    Last Post: 07-31-2016, 10:25 AM
All times are GMT -5. The time now is 02:48 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search