Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Umbra999/VRC-NoMoreAnalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VRC-NoMoreAnalytics

Melonloader Mod to Prevent VRChat Analytics I use custom deobfuscation Maps and a custom injection Method, i know most people use EAC Melon but the Maps should still work, if they don't fix it yourself

How can this help

This is preventing all VRChat Analytics to not get send to them, this makes ban evasion easier and also prevents your alt Accounts from getting banned if one Account gets banned

Further Steps

i strongly recommend using this with Knahs universal unity HWID spoofer, don't use some monkey shit, they most likely don't know what they are doing

What is this doing

image

This boi right here gets initializing a new Instance of the AmplitudeWrapper so we already prevent it at this step and in every method i found with xref too just to be sure

image

Now we have most of this methods bypassed and all outgoing reqs would fail

image

Just to be sure we stop the Loop too incase they try to add a check and reinit it here at some point (will also give you some of your sweet frames back)

As of now VRChat added some internal checks to it so other methods try to reinit the Analytics Instance which also gets returned now so everything should work on further updates.