Skip to content

Instantly share code, notes, and snippets.

@craeckor
Last active September 4, 2024 23:21
Show Gist options
  • Save craeckor/237c21ff367c6b2e6c41de85208bafa4 to your computer and use it in GitHub Desktop.
Save craeckor/237c21ff367c6b2e6c41de85208bafa4 to your computer and use it in GitHub Desktop.
PowerShell script to activate VoiceMeeter Potato. This script uses double Base64 encoding for the keygen to evade antivirus-detection.
This file has been truncated, but you can view the full file.
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs; exit }
@j3yps
Copy link

j3yps commented Mar 20, 2024

Any chance you'll have one for the VAIO Extensions?

@craeckor
Copy link
Author

I'll take a look.

@craeckor
Copy link
Author

Any chance you'll have one for the VAIO Extensions?

Sorry for no answer,
I found a tool for this case: https://github.com/atroquinine/voicemeeter-keygen/tree/main
Website: https://atroquinine.github.io/voicemeeter

@j3yps
Copy link

j3yps commented Jun 27, 2024

Any chance you'll have one for the VAIO Extensions?

Sorry for no answer, I found a tool for this case: https://github.com/atroquinine/voicemeeter-keygen/tree/main Website: https://atroquinine.github.io/voicemeeter

Thanks, it was taken down already but there's a wayback backup on the web for it. looks like VM will be changing their license generator in the upcoming version. hopefully, you'd have some time to look at it soon, oh and if possible with the VAIO extensions as well :)

@craeckor
Copy link
Author

Any chance you'll have one for the VAIO Extensions?

Sorry for no answer, I found a tool for this case: https://github.com/atroquinine/voicemeeter-keygen/tree/main Website: https://atroquinine.github.io/voicemeeter

Thanks, it was taken down already but there's a wayback backup on the web for it. looks like VM will be changing their license generator in the upcoming version. hopefully, you'd have some time to look at it soon, oh and if possible with the VAIO extensions as well :)

👍

@j3yps
Copy link

j3yps commented Aug 6, 2024

Hey @craeckor just letting you know that the new update (with the new license system) for Voicemeeter Potato has already been released. In case you haven't seen it yet

@craeckor
Copy link
Author

craeckor commented Sep 4, 2024

@j3yps
I've saw it and I tried to break it but with no success.
But i found a blog and they successfully patched the newest version. Downside: It's on Chinese.
https://www.52pojie.cn/thread-1647606-1-1.html

@j3yps
Copy link

j3yps commented Sep 4, 2024

@craeckorThanks for checking it out. I've seen that blog too, but I can't get past the first page. It's asking for me to log in, and their registration process is too complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment