Skip to content
View 2stinkysocks's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report 2stinkysocks

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. charon-new charon-new Public

    A rewrite of Charon (a discord bot for Hades Star community: Society of Sin) that uses new discord API features and standards

    TypeScript 1

  2. fragbot-node fragbot-node Public

    A simple custom Hypixel Skyblock fragbot written in typescript

    TypeScript

  3. Youtube-Downloader-Installer Youtube-Downloader-Installer Public

    Installs a script (windows) that lets you easily download youtube videos.

    Batchfile

  4. A simple ffmpeg installer for windows A simple ffmpeg installer for windows
    1
    @echo OFF
    2
    NET SESSION >nul 2>&1
    3
    IF %ERRORLEVEL% EQU 0 (
    4
        echo Running as Administrator, continuing...
    5
    ) ELSE (
  5. DiscordChatLink DiscordChatLink Public

    A spigot plugin that links Minecraft chat with a Discord channel, and allows for commands to be run ingame through discord.

    Java

  6. snake snake Public

    Snake written in C

    C