khởi động imacros trên từng profile mà không cần đến tools

khởi động imacros trên từng profile mà không cần đến tools

Size
Price:

Đọc thêm

taofile.bat


@echo off
for /l %%i in (1,1,100) do (
echo Start /max "" ".\browser\mmobrowser.exe" --user-data-dir="../%%i" --load-extension="C:\iMacros_for_Chrome" --app="file:///C:/imacros.html" > %%i.bat
)

tạo file có add proxy (proxies.txt có chưa 100 dòng proxy )

@echo off
setlocal enabledelayedexpansion
set count=0
for /f "tokens=*" %%a in (proxies.txt) do (
set /a count+=1
set currentProxy=%%a
echo Start /max "" ".\browser\mmobrowser.exe" --user-data-dir="../!count!" --proxy-server="!currentProxy!" --load-extension="C:\iMacros_for_Chrome" --app="file:///C:/imacros.html" > !count!.bat
)

mofile.bat

@echo off
:LOOP
for /L %%i in (1,1,100) do (
start "BatchFile%%i" "%%i.bat"
timeout /t 300
taskkill /fi "WINDOWTITLE eq BatchFile%%i"
timeout /t 3
taskkill /im mmobrowser.exe
timeout /t 3
)
goto LOOP

 -------- chạy mofile.bat -> chạy auto imacros.html đc 30s sẽ tắt file1.bat > mở tiếp file 2.bat ( lặp lại vô hạn )

0 Reviews

Biểu mẫu liên hệ

Tên

Email *

Thông báo *