What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

23:50 Beijing time,prohibit

diaoxingyu

New Member
Joined
Jan 31, 2018
Messages
7
Reaction score
0
Third new accounts purchased were banned
Application freeze my CDK time
The version is slightly stable and I use it again

8b77c0fcgy1fof9jjpsxzj20kf0b1mzs.jpg

8b77c0fcgy1fof9jqlpgmj20ma0bqq5u.jpg

8b77c0fcgy1fof9lcag9rj20i70b03z2.jpg
 
i am not the official, but i hear that all IP from china got banned, do not no why.
 
Would be nice to get some confirmation on that or some source material.
I heard this BAT can be anti made
Code:
@echo off
color A
netsh winsock reset
echo 清空IE临时文件目录... 
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" 
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" 
echo 正在清除系统临时文件 *.tmp *._tmp *.log *.chk *.old ,请稍等... 
del /f /s /q %systemdrive%\*.tmp 
del /f /s /q %systemdrive%\*._mp 
del /f /s /q %systemdrive%\*.log 
del /f /s /q %systemdrive%\*.gid 
del /f /s /q %systemdrive%\*.chk 
del /f /s /q %systemdrive%\*.old 
echo 清空垃圾箱,备份文件和预缓存脚本... 
del /f /s /q %systemdrive%\recycled\*.* 
del /f /s /q %windir%\*.bak 
del /f /s /q %windir%\prefetch\*.* 
rd /s /q %windir%\temp & md %windir%\temp 
rem cooke和最近历史还是保留吧... 
rem del /f /q %userprofile%\COOKIES s\*.* 
rem del /f /q %userprofile%\recent\*.* 

echo 清理系统盘无用文件... 
%windir%\system32\sfc.exe /purgecache 
echo 优化预读信息... 
%windir%\system32\defrag.exe %systemdrive% -b 
echo 清除系统完成! 

echo. & pause
 
Back
Top