Skip to content

ohyeah521/vmm_no_limit

Repository files navigation

vmm_no_limit

About 破解VMM限制,仅供学习研究,请勿用于商业用途!

免责声明

本研究旨在为了学术和技术交流的目的,探讨商业软件注册限制的绕过方法。

特别声明:

  1. 本研究仅用于学术研究和技术学习,不得用于任何违法或不正当的目的,包括但不限于商业用途、侵权行为或破坏性操作。
  2. 研究成果的发布不代表对绕过方法的推广或鼓励,也不对任何由此产生的法律责任或后果承担责任。
  3. 用户应自行确保在进行任何相关操作之前,已经获得软件供应商的授权许可,并遵守所有相关法律法规。
  4. 本免责声明不适用于任何违反法律法规的行为,作者不对因使用本研究成果而产生的任何法律责任、经济损失或其他不良后果承担责任。

请使用者在使用本研究成果时,自觉遵守法律法规,并对自己的行为负责。


交流群

Telegram Group


请我喝杯咖啡

If this code helps and you wish to support me:

绕过限制

-(此为展示绕过“共享连接限制”的图片) max_share

-(此为展示绕过“最大快照数量限制”的图片) snapshot

-(此为展示绕过“最大虚拟交换机数量限制”的图片) snapshot


激活方法

  • Online:
# 普通
curl -fsSL https://raw.githubusercontent.com/ohyeah521/vmm_no_limit/main/activated.sh | bash
# 使用github代理(可自行更换代理, 注意结尾的/)
export GPROXY=https://gh-proxy.com/
curl -fsSL ${GPROXY}https://raw.githubusercontent.com/ohyeah521/vmm_no_limit/main/activated.sh | bash
export GPROXY=
# 使用 http(s)/socks5 代理(请自行更换代理地址)
export CPROXY=http://username:[email protected]:7890
curl -fsSL -x ${CPROXY:+-x ${CPROXY}} https://raw.githubusercontent.com/ohyeah521/vmm_no_limit/main/activated.sh | bash
export CPROXY=
  • Offline:
# 1. Download https://github.com/ohyeah521/vmm_no_limit/archive/refs/heads/main.zip
# 2. Unload to your DSM system.
unzip vmm_no_limit-main.zip
cd vmm_no_limit-main
chmod +x activated.sh
./activated.sh 

还原方法

curl -fsSL https://github.com/ohyeah521/vmm_no_limit/raw/main/activated.sh | bash -s -- -r
# 1. 普通
curl -fsSL https://raw.githubusercontent.com/ohyeah521/vmm_no_limit/main/activated.sh | bash -s -- -r
# 2. 使用github代理,(可自行更换代理, 注意结尾的/)
export GPROXY=https://gh-proxy.com/
curl -fsSL ${GPROXY}https://raw.githubusercontent.com/ohyeah521/vmm_no_limit/main/activated.sh | bash -s -- -r
export GPROXY=
# 3. 使用 http(s)/socks5 代理(请自行更换代理地址)
export CPROXY=http://username:[email protected]:7890
curl -fsSL ${CPROXY:+-x ${CPROXY}} https://raw.githubusercontent.com/ohyeah521/vmm_no_limit/main/activated.sh | bash -s -- -r
export CPROXY=
  • Offline:
# 1. Download https://github.com/ohyeah521/vmm_no_limit/archive/refs/heads/main.zip
# 2. Unload to your DSM system.
unzip vmm_no_limit-main.zip
cd vmm_no_limit-main
chmod +x activated.sh
./activated.sh -r

About

破解VMM限制,仅供学习研究,请勿用于商业用途!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages