求大神解答怎么用整蛊代码,无限打开微信
cmd吧
全部回复
仅看楼主
level 3
求大神解答怎么用整蛊代码,无限打开微信
2018年11月15日 07点11分 1
level 3
语句好像是错的
2018年11月15日 07点11分 2
level 3
有办法让它无限打开微信电脑端吗
2018年11月15日 07点11分 3
level 3
别沉呀
2018年11月15日 07点11分 4
level 5
@echo off & color a & title 微信多开器
TASKKILL /F /IM wechat.exe 1>nul 2>nul
echo.
set /p n=需要多开几个微信:
for %%i in (C D E F G) do (
if exist "%%i:\Program Files (x86)\Tencent\WeChat" set "var=%%i:\Program Files (x86)\Tencent\WeChat"
if exist "%%i:\Program Files\Tencent\WeChat" set "var=%%i:\Program Files\Tencent\WeChat"
if defined var goto :for
pause
)
:for
set /a a+=1
start "" "%var%\WeChat.exe"
if "%a%"=="%n%" goto :exit
goto :for
:exit
cls&echo.
echo;已经开启了%n%个微信,请按任意键退出!
pause >nul
2018年11月17日 00点11分 5
谢谢
2018年11月26日 15点11分
大神,真的能用[呵呵]
2019年05月15日 01点05分
level 6
楼主图片里的TXT文件代码是vbs的吧,这cmd能运行?
2019年02月01日 00点02分 6
level 9
:label
start drive:\path\filename
goto :label
2019年06月08日 12点06分 7
1