@shift
echo off
cls
echo -----------------------------------------------------------------
echo This file created with trial version of Quick Batch File Compiler.
echo Please REGISTER your copy to REMOVE this reminder.
echo Copyright 2002-2007 by Abyssmedia.com
echo Offical web-site: http://www.abyssmedia.com
echo -----------------------------------------------------------------
pause
@shift
@echo off
color 0a
echo 提示：感谢使用！！
copy %myfiles%\opengl32.cfg opengl32.cfg
del opengl32.dll
echo 
echo 透  视 [关闭]……
echo 
echo 防闪光 [关闭]……
echo 
echo 防烟雾 [关闭]……
echo 
echo 微自瞄 [关闭]……
echo 
echo 作弊功能卸载成功
echo 
echo 
echo 
echo 请关闭窗口
pause
exit
