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

Shout-Out

User Tag List

Page 196 of 282 FirstFirst ... 96146192193194195196197198199200246 ... LastLast
Results 2,926 to 2,940 of 4221
  1. #2926
    wedoxlol's Avatar Member
    Reputation
    4
    Join Date
    Oct 2014
    Posts
    72
    Thanks G/R
    17/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i use the bot more than 2 times with restarte.cmd ??

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #2927
    baaa3's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Discord invite please it says Expired??

  3. #2928
    khovel's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Request of a feature for the collectors who want to prepare for gen 2 and on.

    The evolve with enough candy, can we get it setup to allow breathing room for us to have enough candy in storage for later? As in, i want to save 125 candy so i can evolve a Bulbasaur the entire way outside of the bot if i chose. Or say i wan to save 100 for Gen 2 when SlowKing or other pokemon with future branching evolutions get added.

  4. #2929
    Rvista's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    29/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BigAssBoy View Post
    I believe you need a decimal in the catch percentage for .1 instead of 10, might be mistaken though.
    Thanks a lot, that was the fix

  5. #2930
    Viiclovish's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you got more then 1 necrobot running (like me :-)) and you got them structured like:

    Bots
    Bots\Bot1
    Bots\Bot2
    Bots\Bot3

    etc.

    And you don't want to start them one by one (or restart them one by one on errors):
    add a new file to your root bot folder with the following:

    Code:
    dim service, Process, rootDir, maxCountArray, objShell, ProcessId, Counter
    
    ' Change directory the directory where bots are running from
    rootDir = "C:\Your\Directory\"
    
    set service = GetObject ("winmgmts:")
    set FSO = CreateObject("Scripting.FileSystemObject")
    set objShell = WScript.CreateObject( "WScript.Shell" )
    set rootFolder = FSO.GetFolder(rootDir)
    
    ' loop all running procces, and check if if necrobot is running
    for each Process in Service.InstancesOf ("Win32_Process")
    
    	if Process.Name = "NecroBot.exe" Then
    
    		' Kill all running necrobot instances
    		Process.Terminate()
    
    	end if
    next
    
    ' Loop folders of rootdir and check for NecroBots...
    For Each folder in rootFolder.SubFolders
    	' Check if exe of bot exists if not do not enter folder
    	if (FSO.FileExists(folder.Path + "\NecroBot.exe")) Then
    
    		' Set folder to launch, otherwise get problems with not finding auth.json & auto updater check fails
    		launchDir = folder.Path + "\"
    		launchCmd = "NecroBot.exe"
    		
    		' RUN THE ****ING BOT!
    		objShell.CurrentDirectory = launchDir
    		objShell.Run launchCmd
    	End If
    next
    Save it like <ThenameYouWant>.vbs (Its a visual basic script!)
    Change the following:

    Code:
    rootDir = "C:\Your\Directory\"
    To your root bot directory, save the file. And run the script it will close all running necrobot instances and restart or just start them all

  6. Thanks wedoxlol (1 members gave Thanks to Viiclovish for this useful post)
  7. #2931
    baaa3's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Necrobot - sniping | egghatch | gpx | lure | incense | &amp; more-1-jpg

    Please Help? anybody got another invite link?

  8. #2932
    Messijah's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im running 8 bots at a time with this original download. I've just changed cordinates to Gothenburg and i got 180 close pokestops when i strt the bot. The thing is that i got pretty low xp/h, only between 30k-50k. IS that really low and what should i change to get faster xp? Im not using eggs or anything. The bot is evolving when he gets enough candy.

  9. #2933
    bizmann's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    24
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I fix this:

    [22:10:51] Logging in using Google
    [22:10:54] As you have Google Two Factor Auth enabled, you will need to insert an App Specific Password into the auth.json
    [22:10:54] Opening Google App-Passwords. Please make a new App Password (use Other as Device)
    [22:11:03] Make sure you have entered the right Email & Password.
    I've checked my account and two factor auth is disabled ! And App passwords is not available for my account -.-

  10. #2934
    ceodayday's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    17
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    damn bot updated all my poke and spent my 150k startdust

  11. #2935
    Deadlift2nd's Avatar Member
    CoreCoins Purchaser
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    68
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else getting the "Necrobot has stopped working" popup?

  12. #2936
    Rvista's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    29/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What're some good xp settings for this? I'm in Hong Kong but only getting 44k xp/H @ a speed of 300

  13. #2937
    invr4get's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The bot keeps feeding razzberries to low cp & high chance pokemon.... Any fix?
    Attached Thumbnails Attached Thumbnails Necrobot - sniping | egghatch | gpx | lure | incense | &amp; more-ea9aa8192c-jpg  

  14. #2938
    darkfriend77's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ... somehow ptc acc cant login anymore with the bot, but work on the phone strange ... tested on multiple accounts ... google still work ... bot and phone

    Sent from my SM-G930F using Tapatalk

  15. #2939
    Rvista's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    29/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    deleted for repost

  16. #2940
    iFreak's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by invr4get View Post
    The bot keeps feeding razzberries to low cp & high chance pokemon.... Any fix?
    me too, hope any solution this prob. for the next update..

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 12:15 PM. 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