├── .gitignore ├── Code ├── Dialog.frm ├── Dialog.frx ├── EARTH.ICO ├── Form1.frm ├── Form1.frx ├── Form2.frm ├── Form2.frx ├── Form3.frm ├── Form3.frx ├── Form999.frm ├── Form999.frx ├── MDIForm1.frm ├── MDIForm1.frx ├── ModSkin.bas ├── RICHED32.DLL ├── RICHTX32.oca ├── SkinH.dll ├── TIPOFDAY.txt ├── aero.she ├── eula.rtf ├── ntsd.exe ├── richtx32.ocx ├── 工程1.vbp └── 工程1.vbw ├── LICENSE ├── README.md └── Release ├── 电子教室学生端攻击系统v3.2.zip ├── 电子教室学生端攻击系统v4.4.zip ├── 电子教室学生端攻击系统v5.0-adv.exe └── 电子教室学生端攻击系统v5.0.exe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/.gitignore -------------------------------------------------------------------------------- /Code/Dialog.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Dialog.frm -------------------------------------------------------------------------------- /Code/Dialog.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Dialog.frx -------------------------------------------------------------------------------- /Code/EARTH.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/EARTH.ICO -------------------------------------------------------------------------------- /Code/Form1.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Form1.frm -------------------------------------------------------------------------------- /Code/Form1.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Form1.frx -------------------------------------------------------------------------------- /Code/Form2.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Form2.frm -------------------------------------------------------------------------------- /Code/Form2.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Form2.frx -------------------------------------------------------------------------------- /Code/Form3.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Form3.frm -------------------------------------------------------------------------------- /Code/Form3.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Form3.frx -------------------------------------------------------------------------------- /Code/Form999.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Form999.frm -------------------------------------------------------------------------------- /Code/Form999.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/Form999.frx -------------------------------------------------------------------------------- /Code/MDIForm1.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/MDIForm1.frm -------------------------------------------------------------------------------- /Code/MDIForm1.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/MDIForm1.frx -------------------------------------------------------------------------------- /Code/ModSkin.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/ModSkin.bas -------------------------------------------------------------------------------- /Code/RICHED32.DLL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/RICHED32.DLL -------------------------------------------------------------------------------- /Code/RICHTX32.oca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/RICHTX32.oca -------------------------------------------------------------------------------- /Code/SkinH.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/SkinH.dll -------------------------------------------------------------------------------- /Code/TIPOFDAY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/TIPOFDAY.txt -------------------------------------------------------------------------------- /Code/aero.she: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/aero.she -------------------------------------------------------------------------------- /Code/eula.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/eula.rtf -------------------------------------------------------------------------------- /Code/ntsd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/ntsd.exe -------------------------------------------------------------------------------- /Code/richtx32.ocx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/richtx32.ocx -------------------------------------------------------------------------------- /Code/工程1.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/工程1.vbp -------------------------------------------------------------------------------- /Code/工程1.vbw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Code/工程1.vbw -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/README.md -------------------------------------------------------------------------------- /Release/电子教室学生端攻击系统v3.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Release/电子教室学生端攻击系统v3.2.zip -------------------------------------------------------------------------------- /Release/电子教室学生端攻击系统v4.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Release/电子教室学生端攻击系统v4.4.zip -------------------------------------------------------------------------------- /Release/电子教室学生端攻击系统v5.0-adv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Release/电子教室学生端攻击系统v5.0-adv.exe -------------------------------------------------------------------------------- /Release/电子教室学生端攻击系统v5.0.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZsgsDesign/Hack-StudentMain/HEAD/Release/电子教室学生端攻击系统v5.0.exe --------------------------------------------------------------------------------