-
Sergeant
Originally Posted by
MightyYo
could you give us your config.json?? without username of course. i really want to be able to snipe pokemon with that bot but it just isnt working -_-
here
https://drive.google.com/file/d/0B_T...VqN0tzUzQ/view
hope it helps
-
Post Thanks / Like - 1 Thanks
MightyYo (1 members gave Thanks to rickoelf for this useful post)
-
Corporal
Originally Posted by
rickoelf
I appreciate that, but you have to make it public. i can't view it. Thanks in advance!
Or just use pastebin.com
-
Member
Originally Posted by
mksvs
Code:
:start
timeout /t 10
start ./NecroBot.exe
timeout /t 1800
taskkill /im:necrobot* /f
goto start
Place it in bot folder.
Thanks for this. It works great! I am not too familiar with batch files. Is there a way to create a break timer on this? If it could shut down the bot after X amount of time -> restart the bot after X amount of time it could really humanize it. Something like:
Run for 4 hours -> shut down -> wait two hours -> open bot and run 4 hours.
Hopefully this makes sense!
-
Member
Is there a possibility to get rid of the press any key to continue at the beginning so that you can keep this bot running without having to take care of it 24/7
Thanks in advance
-
Member
Originally Posted by
PaperTigerDKL
Thanks for this. It works great! I am not too familiar with batch files. Is there a way to create a break timer on this? If it could shut down the bot after X amount of time -> restart the bot after X amount of time it could really humanize it. Something like:
Run for 4 hours -> shut down -> wait two hours -> open bot and run 4 hours.
Hopefully this makes sense!
sure, instead of using TIMEOUT /T 10 use TIMEOUT /T 2880
-
Post Thanks / Like - 1 Thanks
PaperTigerDKL (1 members gave Thanks to imfap247 for this useful post)
-
Member
Originally Posted by
rickoelf
Make it public ;]
Originally Posted by
akaneharuka
Sniping will work with this coordinate
"DefaultLatitude": 35.7067155003681,
"DefaultLongitude": 139.862762151707,
Doesnt
-
Member
Originally Posted by
bishopcore
i swear it must be just me? no one else cares or is the freezing every half hour not happening to you guys? can we focus on this issue for just one second
freezes for me as well after 15 minutes or so
-
Sergeant
Originally Posted by
MightyYo
I appreciate that, but you have to make it public. i can't view it. Thanks in advance!
Or just use pastebin.com
sorry I forget to make it public
here's new link https://drive.google.com/file/d/0B_T...R3TVFDYXc/view
-
Corporal
Originally Posted by
rickoelf
nope, my bot still wont snipe any pokemon. thanks for trying to help.
-
Active Member
Latest version stops after 30 mins exactly, wtf?
-
Member
Anyone else noticed that the bot is working "slower" sort of. Especially when transferring pokemon. I am also getting random freezes and i have to restart the bot
-
Master Sergeant
the 30 min stop fix works great ! discord full of aids though
-
Member
Originally Posted by
bishopcore
the 30 min stop fix works great ! discord full of aids though
How ? thanks
-
Active Member
Originally Posted by
arazboy
Anyone else noticed that the bot is working "slower" sort of. Especially when transferring pokemon. I am also getting random freezes and i have to restart the bot
Human Delay and Walk Speed were changed/implemented. The first one makes bot transfer/spin pokestops slower, the second one changed from 50km to 15km
-
Member
Originally Posted by
imfap247
sure, instead of using TIMEOUT /T 10 use TIMEOUT /T 2880
Thanks for help. One more question. Is there a way to make a range of time the bot will wait to start/ close? If it could open/ close at a random time inside of a range that would humanize this bot even more. For example, if I made my /t range something like 1800 - 2400, the bot will start/stop randomly in that range. Hopefully I am making sense :P