Unity FurryVNE [2024-11-09] [FurryVNE Team]

3.90 star(s) 9 Votes

Blain

Newbie
May 30, 2017
69
71
Hey guys, does anyone know if its possible to use imported blender models as the "penetrators"? I can't think of any other word. Can you import, like, a plug or something and have it interact with the orifice(s)?
Thank you, trying to decide if I want to buy this or not.

(y)
This was made at the beggining when the testers were learning, but I think that you can make a blender¨s character as the penetrator

I can´t attach the long video, I have to go with the short one
View attachment 2023-12-19_18-56-28.mp4
 

gnome7532

New Member
Jul 28, 2017
2
1
This was made at the beggining when the testers were learning, but I think that you can make a blender¨s character as the penetrator

I can´t attach the long video, I have to go with the short one
Thank you, really appreciate the insight. That's crazy intricate, I'm assuming this uses the 'custom offset' (or was it modifier? Something with custom body types, it morphs the character into a predefined shape--I cannot remember the name of the feature at all), and I can only assume the penis is hidden. I wonder if the tentacles/eye-stalks are actually interacting with the genital physics.

I'm guessing if 'fingering' works, then literally anything can be inserted into the orifices, perhaps a whole character could be morphed into a dildo then.
 
  • Like
Reactions: Queen Zexiara

Roshag

Member
Jul 30, 2017
148
262
From what I understand by looking through files, the code is obfuscated and encrypted as fuck. The other ways are to emulate server and fake its respond (doubtfully possible without decryping that mess) or generate a "password" and add it to registry (can only be done by supporting and finding password generation algorythm).
 

Windfaker

Member
Dec 11, 2017
360
635
Did you know that field grown cucumber plants are typically started as seeds and are either mechanically or hand planted. Many commercial operations train their plants to grow on poles or trellises to keep the fruit suspended. Several training systems are used for trellis growing, but the umbrella system is the most common.
 
Jun 4, 2019
149
242
From what I understand by looking through files, the code is obfuscated and encrypted as fuck. The other ways are to emulate server and fake its respond (doubtfully possible without decryping that mess) or generate a "password" and add it to registry (can only be done by supporting and finding password generation algorythm).
Well, IntiMate had Il2cpp, and it eventually got cracked..... And then simply removed in the following versions. So, i suppose it's not impossible
 

Vitriks

Member
May 12, 2017
118
134
Guys, can you at least upload some longer videos? The one you can find on the twitter looking terrible.
 
Last edited:

Blain

Newbie
May 30, 2017
69
71
Guys, can you at least upload some longer videos? The one you can find on the twitter looking terrible.
As I said, Tha page does´s not allow me, the other which was 50 seconds long was too big too load, but it shows how the penetration was made
 

Roshag

Member
Jul 30, 2017
148
262
Well, IntiMate had Il2cpp, and it eventually got cracked..... And then simply removed in the following versions. So, i suppose it's not impossible
IL2CPP is the least issue, it only makes working with files a bit harder. But there is an encryptions that turns function names into some mess like "LGMKIVS$$BYOGHD".
 
  • Sad
Reactions: Pigfarmer

Roshag

Member
Jul 30, 2017
148
262
View attachment 3330816 View attachment 3330821

I spend like a minute to decompile, but I don't know what to do next :HideThePain:
mscorlib is a Windows file, that is other verification. You need Assembly-CSharp. seems to be the only one that works and is neither outdated nor requires to be compilated. But it won't remove any junk code.
Ghidra with il2cppdumper seems to be more useful and it gives more readable result.
 
Last edited:

Kernels

Newbie
Oct 11, 2021
34
56
mscorlib is a Windows file, that is other verification. You need Assembly-CSharp. seems to be the only one that works and is neither outdated nor requires to be compilated. But it won't remove any junk code.
Ghidra with il2cppdumper seems to be more useful and it gives more readable result.
You can install bepinex il2cpp nightly builds from , it will generate all the dummy dlls automatically in the interop folder.
I can already see the YL2.Verification -> Login -> ENGOLOHNMHMJ -> success -> set_success. I think thats what youre looking for. Or most likely you need to dig under verify because its called after login. Just wait for someone to write a plugin for bepinex. Writing plugins for il2cpp is pain in the ass
 
Last edited:

Roshag

Member
Jul 30, 2017
148
262
You can install bepinex il2cpp nightly builds from , it will generate all the dummy dlls automatically in the interop folder.
I can already see the YL2.Verification -> Login -> ENGOLOHNMHMJ -> success -> set_success. I think thats what youre looking for. Just wait for someone to write a plugin for bepinex which will mess with this variable. Writing plugins for il2cpp is pain in the ass
Didn't notice bepinex generating files, because I tried to make UnityExplorer work ingame (original is a bit outdated, newer version are for melonloader only)
P.S. Same dummies as obtained with UnityExplorer or il2cppdumper.
 
3.90 star(s) 9 Votes