Skip to content
View sanyae2439's full-sized avatar
🐈
にゃぁ
🐈
にゃぁ

Organizations

@Exiled-Team
Block or Report

Block or report sanyae2439

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Exiled-Team/EXILED Exiled-Team/EXILED Public

    A high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.

    C# 274 181

  2. Send fakevalues to client's SyncVar ... Send fakevalues to client's SyncVar & target only Rpc
    1
    using sanyae2439.SyncVarHackExtensions;
    2
    
                  
    3
    // Example:SyncVar
    4
    public static void SetTargetOnlyVisibleBadge(this Player target, string text)
    5
    {