LF VR621 by feonsetako (NSFW World)
-
@Lunetefu i'm gonna do few more test before i pinpoint something here, your research do seems interesting, i'm gonna try to enter the code i got from the decompiled script on unity instead of vrchat
We could recreate the world bit by bit from the extracted vrcw, which will take a tremendous amount of time, if anyone is willing to try, i can hand over those decompiled script of the world, it need some tweaking on it, the code is there just some are not like the original
Or i can share the keypad script here and maybe someone can figure it out
@Reym DM the keypad script if you want, I might figure out something!
-
@Reym DM the keypad script if you want, I might figure out something!
@UnrealFerret i will send you the whole script instead, you might able to figure something out with it, i'll send it after i'm available
-
@UnrealFerret i will send you the whole script instead, you might able to figure something out with it, i'll send it after i'm available
@Reym gotcha!
-
It isn't a single static passcode. The world uses a time-based system that recalculates the 6-digit passcode every hour based on UTC time.
Theres some math stuff you could do to figure it out yourself but I'm going to provide a bat script you can run that will instantly get the code you should use
@echo off setlocal enableextensions enabledelayedexpansion set "PS_CMD=[DateTime]$now = [DateTime]::UtcNow; $val = ($now.Year * $now.Month * $now.Day * ($now.Hour + 1)) + 1358214; $str = $val.ToString(); if ($str.Length -gt 6) { $str = $str.Substring($str.Length - 6) }; Write-Output $str" for /f "tokens=*" %%A in ('powershell -NoProfile -ExecutionPolicy Bypass -Command "%PS_CMD%"') do ( set "PASSCODE=%%A" ) echo ======================================== echo KEYPAD PASSCODE GENERATOR echo ======================================== echo. echo Current Active Passcode : %PASSCODE% echo. echo ======================================== echo. pauselmk if you have any issues and Ill try my best to help out
-
i think they were watching this cause the world link has gone down lol
-
i think they were watching this cause the world link has gone down lol
@bunnyiscringe download the vrcw file and run it locally
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login