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

3.90 star(s) 9 Votes

Vantheer

Member
Aug 25, 2021
160
103
But the game for christ sake! Ure gonna fucking love it, and will not regret it. If you love furries youre not gonna like ANY other game of the sort. Once you start, you´ll see, you will NEVER want to leave.
Heres an example, this animation took me seconds to set up (apart from the time it takes to learn the basics of the program)
I got so aroused by some models I cannot stop getting excited. Sorry If I am being too sincere. But this program allows you to do all sorts of perversions without having to know anything about modelling or sculpting.
 

JhonnyJo

Member
Oct 17, 2021
146
112
But the game for christ sake! Ure gonna fucking love it, and will not regret it. If you love furries youre not gonna like ANY other game of the sort. Once you start, you´ll see, you will NEVER want to leave.
Heres an example, this animation took me seconds to set up (apart from the time it takes to learn the basics of the program)
I got so aroused by some models I cannot stop getting excited. Sorry If I am being too sincere. But this program allows you to do all sorts of perversions without having to know anything about modelling or sculpting.
Bro u sound like a bot making an AD......but yeh the game itselfs looks nc to mess with
 

SukebeDude

Member
Jul 27, 2017
364
278
But the game for christ sake! Ure gonna fucking love it, and will not regret it. If you love furries youre not gonna like ANY other game of the sort. Once you start, you´ll see, you will NEVER want to leave.
Heres an example, this animation took me seconds to set up (apart from the time it takes to learn the basics of the program)
I got so aroused by some models I cannot stop getting excited. Sorry If I am being too sincere. But this program allows you to do all sorts of perversions without having to know anything about modelling or sculpting.
Yeah, this game is nice and all but it's also in the early stages in terms of the interactions, what you get is not that different from the first game unless you really wanna animate with keyframes, and it has its fair share of bugs, if you know that going in then sure, go ahead and support it, but if you expect something more i'd at the very least wait for the interaction cloud to get implemented.

As for nothing like it existing i can only assume you've never used Virt a Mate as it is still the far superior experience in terms of interactions if you know what you're doing, especially in VR, that said, this coupled with the character editor is really powerful, there is no easy way to make a decent character for VAM, it is WAY harder.
 

d183

Member
Oct 28, 2017
104
227
But the game for christ sake! Ure gonna fucking love it, and will not regret it. If you love furries youre not gonna like ANY other game of the sort. Once you start, you´ll see, you will NEVER want to leave.
Heres an example, this animation took me seconds to set up (apart from the time it takes to learn the basics of the program)
I got so aroused by some models I cannot stop getting excited. Sorry If I am being too sincere. But this program allows you to do all sorts of perversions without having to know anything about modelling or sculpting.
shenhe.png
 
  • Haha
Reactions: LeFisheAuChocolat
Mar 28, 2019
62
92
unexepected jen's shin

But the game for christ sake! Ure gonna fucking love it, and will not regret it. If you love furries youre not gonna like ANY other game of the sort. Once you start, you´ll see, you will NEVER want to leave.
Heres an example, this animation took me seconds to set up (apart from the time it takes to learn the basics of the program)
I got so aroused by some models I cannot stop getting excited. Sorry If I am being too sincere. But this program allows you to do all sorts of perversions without having to know anything about modelling or sculpting.
WVUTF39.png
 
Last edited:

npomme

Member
Nov 20, 2020
431
666
I'm diving in back i'm sick so i have time to spend and also to learn but i wonder if anyone have an account and can trace function call?

What i need is what the compiler call just before loading the game after authentication

if anyone know if there a menu when the authentication and the pledge is validated that will help too

i will continue the manual reverse but its really more time consuming without a good entry point like the latest method called inside the Verify.(x) after a true login with pledge
 
Jun 4, 2019
149
242
I'm diving in back i'm sick so i have time to spend and also to learn but i wonder if anyone have an account and can trace function call?

What i need is what the compiler call just before loading the game after authentication

if anyone know if there a menu when the authentication and the pledge is validated that will help too

i will continue the manual reverse but its really more time consuming without a good entry point like the latest method called inside the Verify.(x) after a true login with pledge
Try BepInEx. In my tries, on launch, it'd display that unity was trying to fetch cookies or something, I couldn't understand a lot because my knowledge is extremely limited. It showed what it was trying to call.
 

npomme

Member
Nov 20, 2020
431
666
i think they double check or something i got the game stuck on this screen when trying to crack him this go after the pledge message but

1707446622992.png

After that i used fiddle to check if there is some web request and found this :
1707446703859.png
 

npomme

Member
Nov 20, 2020
431
666
Quick investigation create more questions

If i create a request were i say all is goo 200 Ok an retuning json the game stay stuck on the verifiying... exactly the same as my bypass each time i bypass the login the game stay stuck on this screen and nothing append i really need to find someone that has an account and can say to us if after the verifiying there something

like downloading or initializing screen best case he can lend his account to me but that i dont count on it
 

Rustyshack

Member
Feb 13, 2021
227
195
Quick investigation create more questions

If i create a request were i say all is goo 200 Ok an retuning json the game stay stuck on the verifiying... exactly the same as my bypass each time i bypass the login the game stay stuck on this screen and nothing append i really need to find someone that has an account and can say to us if after the verifiying there something

like downloading or initializing screen best case he can lend his account to me but that i dont count on it
have patience, saying it over and over isn't helping anything.
 

Kernels

Newbie
Oct 11, 2021
36
64
Quick investigation create more questions

If i create a request were i say all is goo 200 Ok an retuning json the game stay stuck on the verifiying... exactly the same as my bypass each time i bypass the login the game stay stuck on this screen and nothing append i really need to find someone that has an account and can say to us if after the verifiying there something

like downloading or initializing screen best case he can lend his account to me but that i dont count on it
it looks like you broke the game. When I intercept this packet and stupidly spoof the code to 200 I am again thrown from infinite verification to login. When I put for example 304 or 204 I get a new error "invalid server response". It wants code 200 with some special token. I think you should try to bypass the check in the game code itself. But yeah as you said earlier without knowing what happens after verification, it's like looking for a needle in a haystack, especially with this fucking il2cpp

Upd: i sent 200 with json set to true. Still taking me back to login. Im pretty sure it needs some token, not just json.
 
Last edited:

npomme

Member
Nov 20, 2020
431
666
it looks like you broke the game. When I intercept this packet and stupidly spoof the code to 200 I am again thrown from infinite verification to login. When I put for example 304 or 204 I get a new error "invalid server response". It wants code 200 with some special token. I think you should try to bypass the check in the game code itself. But yeah as you said earlier without knowing what happens after verification, it's like looking for a needle in a haystack, especially with this fucking il2cpp
no IL2CPP is not the ennemy here this is what make game easy to decompile if it was not that broken by design all the code will be obfuscated IL2CPP is an interpreter that sit between the script code and the real code his task is to convert whatever language script to c# and by doing this he need to keep a file encrypted with all the struct (name of the method) and all the metadata needed to assign them to obfuscated content so it make our job easier as there a big flaw that make decrypting the container easy because the key are in the binary and with a little trick you can extract them this is what IL2CPPDUMPER
is doing and works great!

For the i'm not only giving 200 im passing json wich what the game is wanting with some value tweaked to true but i think its not enough there an other trick in place i pretty sure the last method thats called and draw the message is YL2_Verification_Verify__JLJBBEPJHKC

and the code that draw the error pledge is :
Code:
il2cpp:00007FFBFC6E3A99 loc_7FFBFC6E3A99:                       ; CODE XREF: YL2_Verification_Verify$$JLJBBEPJHKC_latestCall+7C0↑j
il2cpp:00007FFBFC6E3A99                 test    rbp, rbp
il2cpp:00007FFBFC6E3A9C                 jz      short loc_7FFBFC6E3AFF  <=Exeption catch
il2cpp:00007FFBFC6E3A9E                 mov     r9, rbx         ; callback
il2cpp:00007FFBFC6E3AA1                 mov     qword ptr [rsp+48h+strict], 0 ; method
il2cpp:00007FFBFC6E3AAA                 mov     r8, rsi         ; items
il2cpp:00007FFBFC6E3AAD                 mov     rdx, r14        ; text
il2cpp:00007FFBFC6E3AB0                 mov     rcx, rbp        ; this
il2cpp:00007FFBFC6E3AB3                 call    YL2_Modal$$Show_6452275376
il2cpp:00007FFBFC6E3AB8                 jmp     loc_7FFBFC6E360D
the call to modal$$ YL2_Modal$$Show_6452275376 is what prepare the drawing of the pledge error and probably also do the check

loc_7FFBFC6E3AFF call a sub that allways jumping to other subroutines that are exception related so its error and this subroutine is everywhere

the fact i know my code doesnt really broke the game is because i never fall into these subroutines and i get spike when he try to recheck the request there is missing data here thats not a broken game!
 
  • Thinking Face
Reactions: Kernels
3.90 star(s) 9 Votes