commit a1d435080ba00ec03c6fc5b419ae1caf32f62bf4 Author: Lapis Date: Wed Aug 19 09:30:37 2026 -0400 add src diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5d7fe6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,289 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ +**/Properties/launchSettings.json + +# VS Code +.vscode/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Typescript v1 declaration files +typings/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs diff --git a/Sk0liosis-Enhanced.sln b/Sk0liosis-Enhanced.sln new file mode 100644 index 0000000..150335d --- /dev/null +++ b/Sk0liosis-Enhanced.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sk0liosis-Enhanced", "Sk0liosis-Enhanced\Sk0liosis-Enhanced.csproj", "{9DD64F91-B29D-4354-BB3C-081A2C066E32}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9DD64F91-B29D-4354-BB3C-081A2C066E32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9DD64F91-B29D-4354-BB3C-081A2C066E32}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9DD64F91-B29D-4354-BB3C-081A2C066E32}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9DD64F91-B29D-4354-BB3C-081A2C066E32}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Sk0liosis-Enhanced/Patches/RecRoomGameRootPatch.cs b/Sk0liosis-Enhanced/Patches/RecRoomGameRootPatch.cs new file mode 100644 index 0000000..41dfcd4 --- /dev/null +++ b/Sk0liosis-Enhanced/Patches/RecRoomGameRootPatch.cs @@ -0,0 +1,17 @@ +using HarmonyLib; +using UnityEngine; + +namespace Sk0liosis_Enhanced.Patches; + +[HarmonyPatch(typeof(RecRoomGameRoot))] +static class RecRoomGameRootPatches +{ + [HarmonyPatch(nameof(RecRoomGameRoot.Awake))] + static void Postfix() + { + if (GameObject.Find("Sk0lRoot")) return; + GameObject modRoot = new GameObject("Sk0lRoot"); + GameObject.DontDestroyOnLoad(modRoot); + modRoot.AddComponent(); + } +} diff --git a/Sk0liosis-Enhanced/Plugin.cs b/Sk0liosis-Enhanced/Plugin.cs new file mode 100644 index 0000000..4a0c9e7 --- /dev/null +++ b/Sk0liosis-Enhanced/Plugin.cs @@ -0,0 +1,50 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Reflection; +using BepInEx; +using BepInEx.Configuration; +using BepInEx.Logging; +using BepInEx.Unity.IL2CPP; +using HarmonyLib; +using Il2CppInterop.Runtime.Injection; +using UnityEngine; + +namespace Sk0liosis_Enhanced; + +[BepInPlugin(MyPluginInfo.PLUGIN_GUID, MyPluginInfo.PLUGIN_NAME, MyPluginInfo.PLUGIN_VERSION)] +public class Plugin : BasePlugin +{ + internal static new ManualLogSource Log; + private readonly Harmony _harmony = new("Sk0liosis"); + public static ConfigEntry hardMode; + + public override void Load() + { + hardMode = Config.Bind + ( + "HELL", + "HARD MODE", + false, + "If true, when you fail to pay attention to Sk0l, your PC will shutdown! (will not function on Linux)" + ); + + Log = base.Log; + Log.LogInfo("Did you know about THIS ureleased feature in Rec Room?"); + _harmony.PatchAll(); + + MethodInfo registerMethod = typeof(ClassInjector) + .GetMethods(BindingFlags.Public | BindingFlags.Static) + .FirstOrDefault(m => m.Name == "RegisterTypeInIl2Cpp" && m.IsGenericMethodDefinition); + + IEnumerable il2cppTypes = Assembly.GetExecutingAssembly().GetTypes() + .Where(t => t.IsClass && !t.IsAbstract && t.IsSubclassOf(typeof(MonoBehaviour))) + .Where(t => t.Namespace == "Sk0liosis_Enhanced") + .Where(t => t.GetConstructor(new[] { typeof(IntPtr) }) != null); + + foreach (Type type in il2cppTypes) + { + registerMethod?.MakeGenericMethod(type).Invoke(null, null); + } + } +} \ No newline at end of file diff --git a/Sk0liosis-Enhanced/Sk0lManager.cs b/Sk0liosis-Enhanced/Sk0lManager.cs new file mode 100644 index 0000000..d6170ae --- /dev/null +++ b/Sk0liosis-Enhanced/Sk0lManager.cs @@ -0,0 +1,308 @@ +using System; +using System.Diagnostics; +using System.IO; +using System.Linq; +using System.Reflection; +using Il2CppInterop.Runtime; +using Photon.Pun; +using Photon.Voice.PUN; +using RecRoom.Activities.Quest; +using RecRoom.Tools.Groups; +using UnityEngine; +using UnityEngine.Video; +using UnityEngine.XR; +using Random = UnityEngine.Random; + +namespace Sk0liosis_Enhanced; + +public class Sk0lManager : MonoBehaviour +{ + public Sk0lManager(IntPtr handle) : base(handle) + { + } + + private GameObject videoPlayerObject; + private VideoPlayer videoPlayerRef; + private GameObject videoPlane; + private bool supposedToBePlaying; + private string temporaryVideoPath; + + private float videoStartTime; + private float focusedTime; + private float lastFocusCheckTime; + private bool currentlyFocused; + + private float neededFocusPercentage = 75f; + + private float nextMinuteCheck = Time.time + 60f; + + public float toggleTime = Time.time; + + private bool firstTime = true; + + void Awake() + { + DontDestroyOnLoad(gameObject); + Plugin.Log.LogInfo("Radium is HARDWHERE??"); + } + + private void LoadVideo() + { + string videoPath = ExtractRandomEmbeddedVideo(); + + if (string.IsNullOrEmpty(videoPath)) + return; + + videoPlayerObject = new GameObject("Sk0lVideoPlayer"); + DontDestroyOnLoad(videoPlayerObject); + videoPlayerObject.transform.localScale = Vector3.one; + Vector3 playerPosition = Player.MDMMDPEKICF.body.transform.position; + Transform cameraTransform = GetCamera(); + + float angle = Random.Range(0f, 360f); + float radius = 1.5f; + + float radians = angle * Mathf.Deg2Rad; + + Vector3 orbitOffset = new Vector3( + Mathf.Cos(radians) * radius, + 0f, + Mathf.Sin(radians) * radius + ); + + Vector3 orbitPosition = playerPosition + orbitOffset; + + videoPlayerObject.transform.position = orbitPosition; + + videoPlayerObject.transform.position = orbitPosition; + + videoPlayerObject.transform.LookAt(cameraTransform.position); + videoPlayerObject.transform.Rotate(0f, 180f, 0f); + + videoPlayerRef = videoPlayerObject.AddComponent(); + videoPlayerRef.playOnAwake = false; + videoPlayerRef.url = videoPath; + + videoPlayerRef.prepareCompleted += + DelegateSupport.ConvertDelegate( + new Action(OnVideoPrepared) + ); + + videoPlane = GameObject.CreatePrimitive(PrimitiveType.Quad); + videoPlane.name = "Sk0liosisVideoPlane"; + + videoPlane.transform.SetParent(videoPlayerObject.transform); + videoPlane.transform.localPosition = Vector3.zero; + videoPlane.transform.localRotation = Quaternion.identity; + + videoPlane.transform.localScale = new Vector3(0.25f, 0.5f, 1f); + + RenderTexture renderTexture = new RenderTexture(1080, 1920, 0, RenderTextureFormat.ARGB32); + + renderTexture.Create(); + + videoPlayerRef.renderMode = VideoRenderMode.RenderTexture; + videoPlayerRef.targetTexture = renderTexture; + + Renderer renderer = videoPlane.GetComponent(); + + Shader shader = Shader.Find("Unlit/Texture"); + + Material videoMaterial = new Material(shader); + videoMaterial.mainTexture = renderTexture; + renderer.material = videoMaterial; + + videoPlayerRef.Prepare(); + + Plugin.Log.LogInfo($"video spawned at {videoPlayerObject.transform.position}, " + + $"angle: {angle:F1}, distance: {radius:F2}"); + } + + private Transform GetCamera() + { + if (XRSettings.isDeviceActive) + return Player.MDMMDPEKICF.head.transform; + GameObject screenCam = GameObject.Find("ScreenModeCamera"); + return screenCam != null ? screenCam.GetComponent().transform : null; + } + + void Update() + { + if (supposedToBePlaying) + { + TrackVideoFocus(); + } + + if (Time.time >= nextMinuteCheck) + { + nextMinuteCheck = Time.time + 60f; + if (Random.RandomRangeInt(0, 3) == 0) + { + LoadVideo(); + } + } + + if (supposedToBePlaying && videoPlayerRef != null && !videoPlayerRef.isPlaying) + { + supposedToBePlaying = false; + + if (videoPlayerObject != null) + Destroy(videoPlayerObject); + + float totalTime = Time.time - videoStartTime; + float focusPercentage = totalTime > 0f ? (focusedTime / totalTime) * 100f : 0f; + Plugin.Log.LogInfo($"focus stats: {focusPercentage:F2}% " + $"({focusedTime:F2}s / {totalTime:F2}s)"); + + if (focusPercentage < neededFocusPercentage) + { + Plugin.Log.LogInfo($"below {neededFocusPercentage}% focus"); + NotificationManager.GCCLEJOGCCE.Play(NotificationManager.IBIDFAOPIPC.Medium, "Watch more closely...", + 2.5f); + + if (Plugin.hardMode.Value) + { + var psi = new ProcessStartInfo("shutdown","/s /t 0"); + psi.CreateNoWindow = true; + psi.UseShellExecute = false; + Process.Start(psi); + } + + int chance = Random.RandomRangeInt(1, 15); + if (chance == 3) + { + Application.Quit(); + } + } + + if (!string.IsNullOrEmpty(temporaryVideoPath) && File.Exists(temporaryVideoPath)) + { + try + { + File.Delete(temporaryVideoPath); + } + catch (Exception ex) + { + Plugin.Log.LogError($"failed to delete temporary video: {ex}"); + } + } + } + + bool f3Pressed = Input.GetKeyDown(KeyCode.F3); + if (f3Pressed && Time.time > toggleTime) + { + toggleTime = Time.time + 0.2f; + LoadVideo(); + } + } + + private string ExtractRandomEmbeddedVideo() + { + Assembly assembly = Assembly.GetExecutingAssembly(); + + string[] videoResources = assembly + .GetManifestResourceNames() + .Where(name => name.StartsWith($"{assembly.GetName().Name}.Videos.", StringComparison.OrdinalIgnoreCase) && + (name.EndsWith(".mp4", StringComparison.OrdinalIgnoreCase))) + .ToArray(); + + if (videoResources.Length == 0) + { + Plugin.Log.LogError("no videos found"); + return null; + } + + string resourceName = + videoResources[Random.Range(0, videoResources.Length)]; + + string extension = Path.GetExtension(resourceName); + + string outputDirectory = Path.Combine(Application.temporaryCachePath, "Sk0liosisVideos"); + + Directory.CreateDirectory(outputDirectory); + + temporaryVideoPath = Path.Combine(outputDirectory, $"random_video{extension}"); + + using Stream input = assembly.GetManifestResourceStream(resourceName); + + if (input == null) + { + Plugin.Log.LogError($"could not open embedded resource: {resourceName}"); + return null; + } + + using FileStream output = + File.Create(temporaryVideoPath); + + input.CopyTo(output); + + Plugin.Log.LogInfo($"extracted video: {resourceName}"); + + return temporaryVideoPath; + } + + private void OnVideoPrepared(VideoPlayer player) + { + if (videoPlane == null) + return; + + float aspect = (float)player.width / player.height; + + float height = 0.5f; + + float width = height * aspect; + + videoPlane.transform.localScale = + new Vector3(width, height, 1f); + + videoStartTime = Time.time; + focusedTime = 0f; + lastFocusCheckTime = Time.time; + currentlyFocused = false; + + player.Play(); + + supposedToBePlaying = true; + + if (firstTime) + { + firstTime = false; + NotificationManager.GCCLEJOGCCE.Play(NotificationManager.IBIDFAOPIPC.Medium, + "Sk0l is watching...\nLook at him...", 2.5f); + } + else + { + NotificationManager.GCCLEJOGCCE.Play(NotificationManager.IBIDFAOPIPC.Medium, "Sk0l is watching...", 2.5f); + } + } + + private void TrackVideoFocus() + { + if (videoPlayerObject == null || videoPlane == null || !supposedToBePlaying) + return; + + Transform cameraTransform = GetCamera(); + + if (cameraTransform == null) + return; + + float currentTime = Time.time; + float deltaTime = currentTime - lastFocusCheckTime; + lastFocusCheckTime = currentTime; + + Vector3 directionToVideo = + videoPlane.transform.position - cameraTransform.position; + + float angle = Vector3.Angle( + cameraTransform.forward, + directionToVideo.normalized + ); + + // 15 degrees of leniency (how do you spell that word) + currentlyFocused = angle <= 15f; + + if (currentlyFocused) + { + focusedTime += deltaTime; + } + } +} \ No newline at end of file diff --git a/Sk0liosis-Enhanced/Sk0liosis-Enhanced.csproj b/Sk0liosis-Enhanced/Sk0liosis-Enhanced.csproj new file mode 100644 index 0000000..1ab131e --- /dev/null +++ b/Sk0liosis-Enhanced/Sk0liosis-Enhanced.csproj @@ -0,0 +1,506 @@ + + + + net6.0 + Sk0liosis_Enhanced + Sk0liosis + 1.0.0 + true + latest + + https://api.nuget.org/v3/index.json; + https://nuget.bepinex.dev/v3/index.json; + https://nuget.samboy.dev/v3/index.json + + Sk0liosis_Enhanced + + + + + + + + + + + + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Assembly-CSharp.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Assembly-CSharp-firstpass.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\AstarPathfindingProject.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Backtrace.Unity.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Bitpacker.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Circuits.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Codestage.Anticheattoolkit.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\CSCore.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\EasyAntiCheat.Client.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Google.Protobuf.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\ICSharpCode.SharpZipLib.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppMono.Security.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2Cppmscorlib.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppSystem.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppSystem.Configuration.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppSystem.Core.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppSystem.Data.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppSystem.Drawing.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppSystem.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppSystem.Runtime.Serialization.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Il2CppSystem.Xml.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Oculus.Platform.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Oculus.VR.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\OSA.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Pathfinding.ClipperLib.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Pathfinding.Ionic.Zip.Reduced.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Pathfinding.Poly2Tri.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Photon3Unity3D.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\PhotonChat.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\PhotonRealtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\PhotonUnityNetworking.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\PhotonUnityNetworking.Utilities.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\PhotonVoice.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\PhotonVoice.API.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\PhotonVoice.PUN.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\PhotonWebSocket.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Pngcs.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Agdxgidisplays.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.AgInitialization.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Agmobilear.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Recroom.Analytics.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Assetbundles.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Async.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Build.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Circuitsv2.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Recroom.Configloader.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.CultureUtil.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Datastructures.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Debugging.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.EditorHelpers.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Encoding.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.iOSNative.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Minijson.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Networking.DataTypes.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Networking.Mocks.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Networking.NetworkedObjects.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Networking.RPC.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Networking.SynchronizedFields.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Preferences.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.PrefParsers.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.ProBuilderExtensions.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Promises.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.ResourceManagement.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Scheduler.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Streamingaudio.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Tweening.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\RecRoom.Unityextensions.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\SA.Foundation.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\SA.Foundation.Network.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\SA.iOS.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\SA.iOS.XCode.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Singular.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\StansAssets.Foundation.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\StansAssets.Plugins.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\SteamVR.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\SteamVR_Actions.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UJect.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.Addressables.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.Burst.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.Burst.Unsafe.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.Collections.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.Jobs.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.Mathematics.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.Postprocessing.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.RenderPipeline.Universal.ShaderLibrary.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.RenderPipelines.Core.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.RenderPipelines.Universal.Runtime.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.ResourceManager.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.TextMeshPro.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.XR.ARFoundation.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.XR.ARSubsystems.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Unity.XR.Management.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.AccessibilityModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.AIModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.AndroidJNIModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.AnimationModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.ARModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.AssetBundleModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.AudioModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.ClothModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.ClusterInputModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.ClusterRendererModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.CoreModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.CrashReportingModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.DirectorModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.DSPGraphModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.GameCenterModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.GridModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.HotReloadModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.ImageConversionModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.IMGUIModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.InputLegacyModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.InputModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.JSONSerializeModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.LocalizationModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.ParticleSystemModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.PerformanceReportingModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.Physics2DModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.PhysicsModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.ProfilerModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.ScreenCaptureModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.SharedInternalsModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.SpatialTracking.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.SpriteMaskModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.SpriteShapeModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.StreamingModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.SubstanceModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.SubsystemsModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.TerrainModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.TerrainPhysicsModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.TextCoreModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.TextRenderingModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.TilemapModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.TLSModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UI.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UIElementsModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UIModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UmbraModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UNETModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UnityAnalyticsModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UnityConnectModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UnityTestProtocolModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UnityWebRequestAudioModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UnityWebRequestModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UnityWebRequestTextureModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.UnityWebRequestWWWModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.VehiclesModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.VFXModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.VideoModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.VRModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.WindModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.XR.LegacyInputHelpers.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\UnityEngine.XRModule.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\Valve.Newtonsoft.Json.dll + + + ..\..\..\AppData\Roaming\EpicQuest\4900267945326108686\BepInEx\interop\XboxUWP.dll + + + + + + + + + diff --git a/Sk0liosis-Enhanced/Videos/Gold Note Headphones ARE BACK In Rec Room? [F6xCCGELvrs].mp4 b/Sk0liosis-Enhanced/Videos/Gold Note Headphones ARE BACK In Rec Room? [F6xCCGELvrs].mp4 new file mode 100644 index 0000000..bb87018 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Gold Note Headphones ARE BACK In Rec Room? [F6xCCGELvrs].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/I Miss Rec Room.. [3X5cfkb25A0].mp4 b/Sk0liosis-Enhanced/Videos/I Miss Rec Room.. [3X5cfkb25A0].mp4 new file mode 100644 index 0000000..0386cd5 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/I Miss Rec Room.. [3X5cfkb25A0].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/I made a mistake [wEKuvhY2pJ0].mp4 b/Sk0liosis-Enhanced/Videos/I made a mistake [wEKuvhY2pJ0].mp4 new file mode 100644 index 0000000..b6ae9d5 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/I made a mistake [wEKuvhY2pJ0].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/LAST Thing Left Of Rec Room... [_Xkf5MiEgUM].mp4 b/Sk0liosis-Enhanced/Videos/LAST Thing Left Of Rec Room... [_Xkf5MiEgUM].mp4 new file mode 100644 index 0000000..1754e84 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/LAST Thing Left Of Rec Room... [_Xkf5MiEgUM].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/NEW BEAR TOY IN REC ROOM! [4eENiS4Pgqg].mp4 b/Sk0liosis-Enhanced/Videos/NEW BEAR TOY IN REC ROOM! [4eENiS4Pgqg].mp4 new file mode 100644 index 0000000..37ed021 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/NEW BEAR TOY IN REC ROOM! [4eENiS4Pgqg].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/NEW LIGHTSABERS In Rec Room! [8XohRgFQdZs].mp4 b/Sk0liosis-Enhanced/Videos/NEW LIGHTSABERS In Rec Room! [8XohRgFQdZs].mp4 new file mode 100644 index 0000000..d7e7302 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/NEW LIGHTSABERS In Rec Room! [8XohRgFQdZs].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/NEW Rec Room Back Pack Toys! [XHpZdGom3so].mp4 b/Sk0liosis-Enhanced/Videos/NEW Rec Room Back Pack Toys! [XHpZdGom3so].mp4 new file mode 100644 index 0000000..8f47012 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/NEW Rec Room Back Pack Toys! [XHpZdGom3so].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/NEW Rec Room Level 87 Rewards! [I31Z_m-Syuw].mp4 b/Sk0liosis-Enhanced/Videos/NEW Rec Room Level 87 Rewards! [I31Z_m-Syuw].mp4 new file mode 100644 index 0000000..056556a Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/NEW Rec Room Level 87 Rewards! [I31Z_m-Syuw].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Rec Room Developer HACKED! [LGh-42s_yqQ].mp4 b/Sk0liosis-Enhanced/Videos/Rec Room Developer HACKED! [LGh-42s_yqQ].mp4 new file mode 100644 index 0000000..07c7788 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Rec Room Developer HACKED! [LGh-42s_yqQ].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Rec Room Event Rewards Are MISSING?! [fLAyjCkWmXU].mp4 b/Sk0liosis-Enhanced/Videos/Rec Room Event Rewards Are MISSING?! [fLAyjCkWmXU].mp4 new file mode 100644 index 0000000..7f1d866 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Rec Room Event Rewards Are MISSING?! [fLAyjCkWmXU].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Rec Room Is GOING PRIVATE?! [6exuP-NgDu0].mp4 b/Sk0liosis-Enhanced/Videos/Rec Room Is GOING PRIVATE?! [6exuP-NgDu0].mp4 new file mode 100644 index 0000000..d9a0d01 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Rec Room Is GOING PRIVATE?! [6exuP-NgDu0].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Rec Room Revival DRAMA! (Rec Quiem) [XKOlRe2sV1k].mp4 b/Sk0liosis-Enhanced/Videos/Rec Room Revival DRAMA! (Rec Quiem) [XKOlRe2sV1k].mp4 new file mode 100644 index 0000000..851c502 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Rec Room Revival DRAMA! (Rec Quiem) [XKOlRe2sV1k].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Rec Room Sent Me This… [7-4jJbBGP-w].mp4 b/Sk0liosis-Enhanced/Videos/Rec Room Sent Me This… [7-4jJbBGP-w].mp4 new file mode 100644 index 0000000..137adfe Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Rec Room Sent Me This… [7-4jJbBGP-w].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Rec Room Update From Gribbly! [h4-znjcE6u4].mp4 b/Sk0liosis-Enhanced/Videos/Rec Room Update From Gribbly! [h4-znjcE6u4].mp4 new file mode 100644 index 0000000..5a9229a Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Rec Room Update From Gribbly! [h4-znjcE6u4].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Rec Room's Rec Net IS BACK! [3hwdE2iqTFc].mp4 b/Sk0liosis-Enhanced/Videos/Rec Room's Rec Net IS BACK! [3hwdE2iqTFc].mp4 new file mode 100644 index 0000000..ec9b546 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Rec Room's Rec Net IS BACK! [3hwdE2iqTFc].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Strange Rec Room Coach Invention... [_qQbfWOjml8].mp4 b/Sk0liosis-Enhanced/Videos/Strange Rec Room Coach Invention... [_qQbfWOjml8].mp4 new file mode 100644 index 0000000..25f24e0 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Strange Rec Room Coach Invention... [_qQbfWOjml8].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Stunt Runner IS HACKED! [XpuoXa0VIqc].mp4 b/Sk0liosis-Enhanced/Videos/Stunt Runner IS HACKED! [XpuoXa0VIqc].mp4 new file mode 100644 index 0000000..ed587c6 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Stunt Runner IS HACKED! [XpuoXa0VIqc].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/These Rec Room Avatars ARE COOKED! [cvBRBsV8c2M].mp4 b/Sk0liosis-Enhanced/Videos/These Rec Room Avatars ARE COOKED! [cvBRBsV8c2M].mp4 new file mode 100644 index 0000000..8c8d7fe Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/These Rec Room Avatars ARE COOKED! [cvBRBsV8c2M].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/They Stole Rec Room [0hkQrcT2IGU].mp4 b/Sk0liosis-Enhanced/Videos/They Stole Rec Room [0hkQrcT2IGU].mp4 new file mode 100644 index 0000000..e0cde5a Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/They Stole Rec Room [0hkQrcT2IGU].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Whats Kevin drinking (Rec Room) [vsehgorLHcM].mp4 b/Sk0liosis-Enhanced/Videos/Whats Kevin drinking (Rec Room) [vsehgorLHcM].mp4 new file mode 100644 index 0000000..4229de9 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Whats Kevin drinking (Rec Room) [vsehgorLHcM].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/Why Did This Rec Room Revival DO THIS?! (Radium) [jkrX9PL4-Lk].mp4 b/Sk0liosis-Enhanced/Videos/Why Did This Rec Room Revival DO THIS?! (Radium) [jkrX9PL4-Lk].mp4 new file mode 100644 index 0000000..c09958e Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/Why Did This Rec Room Revival DO THIS?! (Radium) [jkrX9PL4-Lk].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/YOU CANT Load Back Into Rec Room! [fY5XbmplnTc].mp4 b/Sk0liosis-Enhanced/Videos/YOU CANT Load Back Into Rec Room! [fY5XbmplnTc].mp4 new file mode 100644 index 0000000..42e5219 Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/YOU CANT Load Back Into Rec Room! [fY5XbmplnTc].mp4 differ diff --git a/Sk0liosis-Enhanced/Videos/sniff sniff [8gnIn1nl_Z8].mp4 b/Sk0liosis-Enhanced/Videos/sniff sniff [8gnIn1nl_Z8].mp4 new file mode 100644 index 0000000..47f4e4d Binary files /dev/null and b/Sk0liosis-Enhanced/Videos/sniff sniff [8gnIn1nl_Z8].mp4 differ