[WUT] AdamLvl 13
- Windows
SquirrelGuy-5 Bros way too confident ðŸ˜ðŸ˜
SquirrelGuy-5 Bros way too confident ðŸ˜ðŸ˜
[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 How can you hack if you misspell things?
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?
DragonFireGames >:)
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
DragonFireGames What makes your version of Vault better than Radon? Or are they basically the same?
SquirrelGuy-5 hm, that doesn't seem to work
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.
Binary_Coder Not really
DragonFireGames you tried it in the INSPECT console?
And also in what project?
If you do it in FCR, you have to be in the view code page for it to work.
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
DragonFireGames yeah.
But mine is more efficient ‘cause I use 1 millisecond instead of 300.
SquirrelGuy-5 Also, I am planning to eliminate the use of keyvalues from my projects & rely on just the mongoDB database.
SquirrelGuy-5 you get rate limited if you do that
DragonFireGames welp, nothing can stop a good hacker!
SquirrelGuy-5 try to wipe the profile data then lol
DragonFireGames well first I’ll have to make a new script, but you revealed that you’re using MongoDB, so all I have to do is find the data leak and exploit it
SquirrelGuy-5 Good luck with that. MongoDB is serious.