-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from LiLeeLing/main
增加刷课刷校园跑的内容
- Loading branch information
Showing
3 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 刷校园跑 | ||
|
||
> 本文旨在提供一种骗过校园跑软件的方法,理论上在阳光长跑,闪动校园,步道乐跑等软件均有效。请读者自行承担可能存在的被检测风险。 | ||
> 笔者无意否定运动必要性,但过高的运动要求(部分学校要求 120km)会挤占大家学习和休闲的时间。作为成年人,读者应该自己权衡。 | ||
## 实现思路 | ||
|
||
**虚拟定位软件**负责模拟位置,进行移动。 | ||
**虚拟机**负责运行校园跑软件,避免检测。 | ||
|
||
### 示例 | ||
|
||
**以下以 Android 手机,安装 vmos pro 与影梭为示例** | ||
_该操作无需 root_ | ||
|
||
1.下载 [影梭](https://github.com/ZCShou/GoGoGo) 及[vmos pro](https://www.vmos.cn/product_center_vmospro.htm) 2. 启用手机开发者模式:找到手机设置 - 关于手机 - 版本号,多次点击至出现成功开启提示。您可能需要返回,在关于手机或系统或其他设置中找到开发者模式。进入并开启。寻找并选择允许无线调试,设置模拟位置应用为影梭。3. 进入 vmos pro,按照软件内提示操作,一般您无需付费。确保授予该软件位置信息权限。4. 创建本地虚拟机,选择 Android9.0(低于此版本部分校园跑软件无法安装),下载镜像并创建虚拟机。5. 退出虚拟机,在虚拟机设置中允许位置权限。6. 打开影梭,选择一个合适的位置并开始模拟,手机会出现有摇杆和模式切换的悬浮窗。7. 进入虚拟机,安装校园跑软件,授予相应权限。_ps:部分软件不允许 wifi 连接,请在虚拟机内的下拉菜单中关闭。此操作不会导致断网,也不会改变你手机实际使用的网络类型。_ 8. 使用摇杆,切换为跑步模式,进行校园跑,enjoy! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# 刷课 | ||
|
||
> 安全教育,心理健康...无论是否有用,它都占据了很多时间,而且大概率是在课堂上,导致同学们因人机验证,视频跳转等分散注意力。本文为读者提供一种能在相同的时间内,做更有意义的事情的机会。 | ||
> 刷课尤其是高倍速,半夜刷课等有被抓包风险,please try at your own risk. | ||
> 考虑到您的学业,学校对刷课的处理等因素,不推荐用于专业课程。 | ||
目前笔者见过两种刷课方式,直接发送课程完成的请求和使用脚本挂机并完成相关弹窗检测。本文仅涵盖部分笔者遇到的课程,欢迎各位补充和指正。 | ||
|
||
## 安全教育(安全微伴) | ||
|
||
[weiban-tool](https://github.com/Coaixy/weiban-tool) | ||
|
||
- 该项目发送课程完成请求,因此完成速度较快。 | ||
- 可以自动考试。 | ||
- 项目文档指南较容易理解。PS:1,python 官网不挂梯下载速度极慢。2,电脑中需要先安装 visual c++ 支持库(vc 支持库)。 | ||
- 笔者实测 1h 左右刷完 200+ 课程。 | ||
|
||
## 宪法小卫士 | ||
|
||
[普法网(宪法小卫士)课后练习、考试自动答题](https://greasyfork.org/zh-CN/scripts/430038-%E6%99%AE%E6%B3%95%E7%BD%91-%E5%AE%AA%E6%B3%95%E5%B0%8F%E5%8D%AB%E5%A3%AB-%E8%AF%BE%E5%90%8E%E7%BB%83%E4%B9%A0-%E8%80%83%E8%AF%95%E8%87%AA%E5%8A%A8%E7%AD%94%E9%A2%98) | ||
|
||
- 该课程较短,是否使用请自行决定 | ||
|
||
## 智慧树等网课平台 | ||
|
||
[fuckZHS](https://github.com/VermiIIi0n/fuckZHS) | ||
|
||
- 支持智慧树网课 | ||
- 可设定刷课时长 | ||
- python 脚本,无需位于前台 | ||
- 自动回答弹窗问题 | ||
|
||
[ocsjs](https://docs.ocsjs.com/docs/quickly-start) | ||
|
||
- 支持智慧树,学习通等网课 | ||
- 浏览器界面需要缩放合适,部分平台可能需要位于前台 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters