-
Member
How can i use the bot more than 2 times with restarte.cmd ??
-
Member
Discord invite please it says Expired??
-
Member
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.
-
Member
Originally Posted by
BigAssBoy
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
-
Member
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
-
Post Thanks / Like - 1 Thanks
wedoxlol (1 members gave Thanks to Viiclovish for this useful post)
-
Member

Please Help? anybody got another invite link?
-
Member
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.
-
Member
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 -.-
-
Member
damn bot updated all my poke and spent my 150k startdust
-
Anyone else getting the "Necrobot has stopped working" popup?
-
Member
What're some good xp settings for this? I'm in Hong Kong but only getting 44k xp/H @ a speed of 300
-
Member
-
Member
... 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
-
Member
-
Member
Originally Posted by
invr4get
The bot keeps feeding razzberries to low cp & high chance pokemon.... Any fix?

me too, hope any solution this prob. for the next update..