【PowerShell 全自动】[Google Gemini AI ONE ] 全自动12月学生认证一键脚本

效果:

----------------------

使用方法:

1. 使用Powershell ISE 直接修改代码:

需要填写的部分:
[string]$ProxyUrl = "http://127.0.0.1:7892",
[string]$verificationId = "689c",

可选:
$birthDate = "2000-10-02"

1. 命令行传入参数执行

可用的参数:

1. 指定自定义logo文件(除非你想用自己的):
   .\google.ps1 -verificationId "custom_id" -logoPath "university_logo.png"

2. 使用系统代理:
   .\google.ps1 -verificationId "custom_id" -UseSystemProxy

4. 使用指定的HTTP代理:
   .\google.ps1 -verificationId "custom_id" -ProxyUrl "http://127.0.0.1:7890"

5. 完整参数示例:
   .\google.ps1 -verificationId "custom_id" -logoPath "mit_logo.png" -ProxyUrl "http://127.0.0.1:7890"

注意:Logo文件必须存在,否则脚本会报错退出

一般情况下,只设置verificationId和你的代理ProxyUrl即可

----------------------

提示:

请保持logo.png和google.ps1在同一个文件夹,如果报错请先管理员权限下运行:
Set-ExecutionPolicy RemoteSigned

另外请自查ipqs,建议使用azure,
代码里面的生日为什么是固定的?
自己修改就行了
verificationId 从 SheerID URL 中的参数中获取:
https://services.sheerid.com/verify/67c8c14f5f17a83b745e3f82/?verificationId=689c96eexxxxxxxx

----------------------

下载:

Gemini.zip (78.7 KB)

----------------------

代码如果过了之后订阅没生效,按 @xjw 的方法修改

【PowerShell 全自动】[Google Gemini AI ONE ] 全自动12月学生认证一键脚本 福利羊毛
发现实际验证和ID和自己填写的verificationId不一样唉 导致验证完后 跳转到one会发现没有优惠 手动在代码394行 定义 $actualVerificationId = $verificationId 正常通过 页面也有优惠了 想问一下 $actualVerificationId 这个值的意义? thinking

242 posts - 167 participants

Read full topic

via LINUX DO - 热门话题 (author: 存档账号)

Invalid media: image
 
 
Back to Top