Collection Mod Unity Virt-A-Mate Mod Assets: Clothing,Environments,Objects,Scenes,Looks,ect.

5.00 star(s) 5 Votes
Status
Not open for further replies.

FriendlyDave

With the lemons...
Compressor
Jun 25, 2021
584
7,043

Sarumanking

Newbie
Apr 5, 2021
27
75
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!



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));
        }
    }
}
Thanks so much. mmdplay working fine. you are hero
 

Zlaito

Well-Known Member
Jun 23, 2020
1,427
435
Does anyone have these?










 
Last edited:

Bob_Oblong

Member
Nov 28, 2020
190
1,468
Since I usually delete c&g's camrides I took this opportunity of ZHFX gracing the community with his RecordToMovie plugin on the Hey Mama Camride. Maxed out the hair physics settings, plated on macgruber postmagic and the tittymagic plugin. Just tried to make performance crawl if played normally.

Since 60 fps is saved as super fast, ran it through mkvtools changing it to 30fps and added audio track. Didn't quite line up due to delay in vam hitting start animation and record. Forget the colorbanding I was in yuv limited colorspace when it recorded. It dumped nearly 1gig file with very fluid animation. Still this brings a new appreciation for me on creators who put the effort into camrides. They made me sick in vr so I wanted no part of them. I noticed reading the kemonoparty that Reignmocaps posted there he uses this plugin for his own work. And being able to render at 8k resolution ?! There was also a RenderToVR tool in that pack to create 180/360 degree videos. Fun stuff.

 

Pesadilla

Are you sure this isn't a nightmare?
Donor
Sep 28, 2018
442
2,142
Since I usually delete c&g's camrides I took this opportunity of ZHFX gracing the community with his RecordToMovie plugin on the Hey Mama Camride. Maxed out the hair physics settings, plated on macgruber postmagic and the tittymagic plugin. Just tried to make performance crawl if played normally.

Since 60 fps is saved as super fast, ran it through mkvtools changing it to 30fps and added audio track. Didn't quite line up due to delay in vam hitting start animation and record. Forget the colorbanding I was in yuv limited colorspace when it recorded. It dumped nearly 1gig file with very fluid animation. Still this brings a new appreciation for me on creators who put the effort into camrides. They made me sick in vr so I wanted no part of them. I noticed reading the kemonoparty that Reignmocaps posted there he uses this plugin for his own work. And being able to render at 8k resolution ?! There was also a RenderToVR tool in that pack to create 180/360 degree videos. Fun stuff.

Nice!
 
Status
Not open for further replies.
5.00 star(s) 5 Votes