Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View HuajiMUR233's full-sized avatar

Organizations

@Dubhe-Studio
Block or Report

Block or report HuajiMUR233

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. 您可能是正版软件受害者 您可能是正版软件受害者
    1
    // Copyright (C) 2024 Nek0U <neko@jvav.me> all rights reserved
    2
    // Licensed under MIT License
    3
    fetch("https://api.minecraftservices.com/minecraft/cape/15year",{method:"POST",headers:new Headers({Authorization:"Bearer "+document.cookie.match(RegExp("(^| )bearer_token=([^;]*)(;|$)"))[2]})}).then(e=>{204==e.status?window.alert("成功"):window.alert("失败, 状态: "+e.status)});
  2. Rcon server-side handler Rcon server-side handler
    1
    # -*- coding: utf8 -*-
    2
    # Copyright (C) 2023 Huaji_MUR233
    3
    # SPDX-License-Identifier: LGPL-3.0-or-later
    4
    from socketserver import BaseRequestHandler
    5
    from abc import ABCMeta, abstractmethod