Well my friend seems that you lost, does the file "I18N.Latin1.dll" tell you something? You came here insulting and took advantage of patreons, also "your" code is mostly made from other people so... give thanks for all the money you made and find other people to rob, i hope this teaches you something.
So anyway KEYGEN is HERE!
You must be registered to see the links
Inside you will find an exe and the code that made that exe, you can compile it for yourselves or use the EXE provided, is very simple just extract the EXE to an easy path like "c:\KKNewBSux" go to CMD or Powershell then put the following commands:
View attachment 1290128
Replace "1234-582-4534-2920428" with your own ClientID (The one that appears when you load the plugin into VAM)
Then just copy the resulting numbers and put them inside "Custom\Scripts\MMDPlayer" in a new file named "key.pfx" then restart VAM and everything should work.
Code HERE:
C:
using System;
using System.IO;
using System.Text;
namespace MMDGen
{
class Program
{
static void Main(string[] args)
{
string[] separator = new string[1] { "-" };
separator = args[0].Split(separator, StringSplitOptions.RemoveEmptyEntries);
int num = Convert.ToInt32(separator[0]);
int num2 = Convert.ToInt32(separator[2]);
int num3 = Convert.ToInt32(separator[3]);
Console.WriteLine(((num3 * 3 + 37) ^ 0x2573CC).ToString() + ((num2 * 7 + 13) ^ 0x1DBA26CD) + ((num * 17 + 23) ^ 0x124B2));
}
}
}