[WUT] Adam Lol, I think I agree. But maybe it's good to be confident? If we didn't have confidence we wouldn't be able to do the things we can do.

SquirrelGuy-5 MongoDB, it's a legitimate database written by professional developers who are paid to keep your data safe from hacking. Still think you can hack that?

    birthdayboy224 dude, that was a simple spelling mistake, and coding/hacking is different.
    It uses mostly keywords that are easy to spell and symbols.

    Now to finally show y’all, here is something I like to do.

    window._mostRecentGameLabInstance.studioApp_.storage.clearAllData();

    I run this in the inspect console

      Binary_Coder Vault is slightly better than Radon, it also has md5 encryption for userIds. Since userIds are what is used to save sessions for the profiles in FCR, I can't share them in any way. However, if I first put it through the md5 hash it makes it safe to use userIds.

        DragonFireGames Okay, asides from the md5 hash are there any other noteworthy differences? I'll be updating it soon and just want to make sure that there's nothing I'm missing.

          SquirrelGuy-5 oh wait
          _mostRecentGameLabInstance
          is wrong
          its
          __mostRecentGameLabInstance
          yeah
          that works
          setInterval(function(){__mostRecentGameLabInstance.studioApp_.storage.clearAllData();},300);
          my auto-chat banner uses this

            Chat