rushii
rushii
Yes you can, but if the server has checks for player positions, teleporting will not work. But if not, the player position will not change server-side until you send a...
> This is honestly more rude than what OP posted Op's not request, but DEMAND is extremely rude. If the op doesn't like the glitches he can use an older...
```cs PlayerData player = playerDatas.Find((p) => p.IsLocalPlayer); var lightSourcePtr = HamsterCheese.AmongUsMemory.Utils.GetMemberPointer(player.Instance.myLight, typeof(LightSource), "LightRadius"); HamsterCheese.AmongUsMemory.Cheese.mem.FreezeValue(lightSourcePtr.GetAddress(), "float", "100.0"); ``` However flashes very rapidly, not sure exactly why
Reference it
@randomcmd Visual Studio has a quick fix option to add a reference. @oOHiyoriOo Once If you want to Unfreeze the value do `mem.UnfreezeValue(lightSourcePtr.GetAddress())` Although from testing beware that if `player`...
It works pretty well however the controls are really out of place (ugly) so we would need to replace those if possible
Also, it seems like while the player is loading it doesn't have the proper dimensions and shifts layout once its loaded
OpenCord is still nowhere close to being stable :trollface: We could eventually release the stable release stream to fdroid however there is going to be an in-app updater anyways
its a recent debug apk Please upload a logcat
> Renaming certain classes fails to output them Just to document, it seems like the following error is caused by the StructMethod having the renamed class name, which doesn't exist...