I can confirm Vitaleks is using my server backend data to replicate the server.
In achievements/loadall it says <PersonaId>100</PersonaId>.
Even in .SVC/getsocialsettings it has my typo:
Aside from even those, he's using Eclipse XML Format which isn't the standard for XML files and shouldn't be used unless you really don't know anything about them. Guess what? He uses that format and even the heartbeat file is static and same as mine:
Another proof is that the economy doesn't exist, guess he'll add it the second I add it to my server.
I'm stopping the work on my server at this second, I'm not saying new versions will not come but don't expect frequent updates(maybe once in a month). You can thank that russian Vitaleks for that. He is making money off of my work while I strictly not allow such thing.
For people not believing me, I can share the .pcap data along with mitmdump logs... he's using the exact same structure as mine.
In achievements/loadall it says <PersonaId>100</PersonaId>.
Even in .SVC/getsocialsettings it has my typo:
HTML Code:
<SocialSettings xmlns="http://schemas.datacontract.org/2004/07/Victory.DataLayer.Serialization.Social" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AppearOffline>false</AppearOffline> <DeclineGroupInvite>0</DeclineGroupInvite> <DeclineIncommingFriendRequests>false</DeclineIncommingFriendRequests> <DeclinePrivateInvite>0</DeclinePrivateInvite> <HideOfflineFriends>false</HideOfflineFriends> <ShowNewsOnSignIn>false</ShowNewsOnSignIn> <ShowOnlyPlayersInSameChatChannel>false </ShowOnlyPlayersInSameChatChannel> <!-- SEE THE WEIRD LINE BREAK THERE? YEAH, I DID THAT ACCIDENTALLY AND HE'S USING THE SAME THING --> </SocialSettings>
HTML Code:
<HeartBeat xmlns="http://schemas.datacontract.org/2004/07/Victory.DataLayer.Serialization" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <MetagameFlags>2</MetagameFlags> <enabledBitField>0</enabledBitField> </HeartBeat>
I'm stopping the work on my server at this second, I'm not saying new versions will not come but don't expect frequent updates(maybe once in a month). You can thank that russian Vitaleks for that. He is making money off of my work while I strictly not allow such thing.
For people not believing me, I can share the .pcap data along with mitmdump logs... he's using the exact same structure as mine.