-
Sergeant
use .bat to auto switch turningbot
here to download turningbot TuringBot - Necro Mod- DailyMaxPokemon/Stops Killswitch! Decrease ban chance!
Code:
@echo off
echo Plz do not close this window for auto running
set /p ch=[input fist running bot number](1 2 3):
if /i "%ch%"=="1" goto 1
if /i "%ch%"=="2" goto 2
if /i "%ch%"=="3" goto 3
:1
cd 01
echo bot 1 running
start /min ..\turningbot\TuringBot.exe
cd..
:C1
timeout 10 >nul
for /f "delims= " %%i in ('tasklist^|find /i "TuringBot.exe"') do (
if /i "%%i"=="TuringBot.exe" goto C1)
:2
cd 02
echo bot 2 running
start /min ..\turningbot\TuringBot.exe
cd..
:C2
timeout 10 >nul
for /f "delims= " %%i in ('tasklist^|find /i "TuringBot.exe"') do (
if /i "%%i"=="TuringBot.exe" goto C2)
:3
cd 03
echo bot 3 running
start /min ..\turningbot\TuringBot.exe
cd..
:C3
timeout 10 >nul
for /f "delims= " %%i in ('tasklist^|find /i "TuringBot.exe"') do (
if /i "%%i"=="TuringBot.exe" goto C3)
pause
something like i post Time Devision Bot (by Necrobot 0.9.0)
its a simple .bat code. to use it just copy into a txt file then save as *.bat
to begin u need creat some floder
e.g. 01,02,03
any name u wanna then put ur config filoder in it
put ur turningbot into turningbot folder
1st code let u choose one bot to start 1st
Code:
@echo off
echo Plz do not close this window for auto running
set /p ch=[input fist running bot number](1 2 3):
if /i "%ch%"=="1" goto 1
if /i "%ch%"=="2" goto 2
if /i "%ch%"=="3" goto 3
it will go to label 1, 2 or 3
it will use the config file in that folder to run the bot
Code:
cd 01
echo bot 1 running
start /min ..\turningbot\TuringBot.exe
cd..
then it will go to the time waiting. After10s to detect whether there s turningbot running, if got go back to time waiting every 10s detect again.
if not will go to another bot after this code
Code:
:C1
timeout 10 >nul
for /f "delims= " %%i in ('tasklist^|find /i "TuringBot.exe"') do (
if /i "%%i"=="TuringBot.exe" goto C1)
to add account copy this code then edit figue 1 to what u wanna, but the timeout 10 is for 10s not a bot number better not change it. save it then creat new folder, e.g. 04
Code:
:1
cd 01
echo bot 1 running
start /min ..\turningbot\TuringBot.exe
cd..
:C1
timeout 10 >nul
for /f "delims= " %%i in ('tasklist^|find /i "TuringBot.exe"') do (
if /i "%%i"=="TuringBot.exe" goto C1)
Last edited by leeYoo; 08-19-2016 at 03:13 AM.
-
Post Thanks / Like - 1 Thanks
ScorpionOfWar (1 members gave Thanks to leeYoo for this useful post)
-
This will be usefull! I dont want to get banned, thanks for the share
-
Sergeant
Originally Posted by
ScorpionOfWar
This will be usefull! I dont want to get banned, thanks for the share
I dont know how the niantic lab detect perma ban... but i think turning bot can avoid soft ban