打印

[其他] 迅雷上传免疫工具 1.0 中英文版【EXE】

本主题由 txcbg 于 2008-4-4 09:16 审核通过

迅雷上传免疫工具 1.0 中英文版【EXE】

网友难民的作品,我加了个图标,翻译成双语了
文件名: 迅雷上传免疫工具.rar 下载链接: http://www.fs2you.com/files/8282cade-0176-11dd-9733-0014221b798a/

附赠个原批处理


@shift
Thunder Upload Immune Tools网游难民cls
@echo off
CLS
color 0a
echo.
echo.                            迅雷上传免疫工具 V1.0
echo.                       Thunder Upload Immune Tools V1.0
echo.                   屏蔽迅雷后台上传文件, 防止网速被大量占用.
echo.                   Shielding Thunder background upload files
echo.            to prevent the large number of occupation-speed network.
echo.---------------------------------------------------------------------------
echo.                          即将进行免疫,是否要继续......
echo.            Forthcoming immunization, whether should continue to ......
echo.---------------------------------------------------------------------------
echo.

:Try
echo. Please enter Y (Start) or N (Cancel) or E (Exit):
SET /P ST= 请输入 Y (进行免疫)或 N (取消免疫)或 E (退出程序):
echo.
if /I "%ST%"=="Y" goto Yes
if /I "%ST%"=="N" goto No
if /I "%ST%"=="E" goto Ex
echo.
echo. Code By: 网游难民
echo. Translation By: KuNgBiM
echo.
echo.
goto Try

:Yes
echo off
echo 正在免疫,请稍等......
echo Immuning, please wait ...
attrib %windir%\system32\cid_store.dat -r -s -a -h
rd %windir%\system32\cid_store.dat
del  %windir%\system32\cid_store.dat
type  nul > %windir%\system32\cid_store.dat
attrib %windir%\system32\cid_store.dat +r +s +a
echo.
echo. 免疫成功,感谢您的使用。
echo. Immune successful, thank you for your use.
goto Exit

:No
echo off
echo  正在取消免疫,请稍等......
echo  Cancellation is immune, please wait ...
attrib %windir%\system32\cid_store.dat -r -s -a -h
rd %windir%\system32\cid_store.dat
del  %windir%\system32\cid_store.dat
echo.
echo. 免疫已经取消,感谢您的使用。
echo. Immunization has been cancelled, thank you for your use.
goto Exit

:Ex
echo.
echo. 程序已退出,感谢您的使用。
echo. Procedures have been out, thank you for your use.
goto Exit


:Exit
echo.
echo. Code By: 网游难民
echo. Translation By: KuNgBiM
echo.
echo.&pause




因无法上传附件

遂以网盘形式下载

请大家速度下载

如果网盘失效

请保存源码自制使用



  

TOP

我无语..........................

TOP

这个到底是用来干什么的啊!!!!!!!!!!!!!不懂

TOP

Processed in 0.238759 second(s), 6 queries, Gzip enabled.