@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