-
Member
pokemob bot worked like a charm last night, looking forward to future updates
-
Contributor
Originally Posted by
prateeksahoo
Can we get one for the latest 0.5.0 necro build? not touching anything from pokemob bot after that shit they pulled 2 days ago.
ill doit later when i have time
-
Post Thanks / Like - 1 Thanks
Animal (1 members gave Thanks to dabnoj for this useful post)
-
Active Member
ups nwm posted in wrong topic
Last edited by jackus; 08-01-2016 at 09:01 AM.
-
Member
"PokemonsTransferFilter": {},
"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
This safe? m afraid I got ban permanent......
-
Member
I tried to put the lang and lat and it didnt work? how do you guys use it ?
-
Active Member
Originally Posted by
yukina12
"PokemonsTransferFilter": {},
"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
This safe? m afraid I got ban permanent......
You are allready botting, dont think about being safe. If you want safe dont bot. But yeah sniping is as safe as botting for now.
-
Member
After a while the bot keeps repeating '' No Pokestops nearby '' While i have put the Distance on 3000 and there are loads nearby, any way to fix this? For the rest it works great, Using 4.0
-
Member
Originally Posted by
jackus
You are allready botting, dont think about being safe. If you want safe dont bot. But yeah sniping is as safe as botting for now.
Is that okay if I just stay in 1 country. Bcus that cord it's like jump arround in cross country. sorry abt that newbie here .... bcus I got trauma jump arround without thinking and I got hard ban...
-
Member
i tried to log in with Ptc account and it just crashes without even starting
-
Member
LOVE THIS ABSOLUTELY! just a question however. is there anyway to add item inventory? and possibly the option to order pokemon inventory by tabs at top such as CP, Lvl, or By name? Not being picky if you never add it, its still a fantastic job. and more than i could have done myself. just curious. thanks man.
-
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
-
Member
new version nectobot 0.5.0
please update
-
-
Member
Rising from the grave to say this..
Thank you for this GUI update.
Saving me a lot of trips from Central Park and money to stay hydrated.
-
Member
Originally Posted by
Viiclovish
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

are u running multiple bots on 1 account at the same time? or on several accs?