Skip to content
View Pupix's full-sized avatar
👑
👑

Block or report Pupix

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. rift-explorer rift-explorer Public

    🛠 Explore the API of the League of Legends client

    CSS 559 73

  2. lcu-connector lcu-connector Public

    🔌 Streamlined LCU integration for your app.

    JavaScript 111 27

  3. binary-file-parser binary-file-parser Public

    A binary file parser with internal buffer and caching system that lets you read virtually infinitely sized files.

    JavaScript 1

  4. lol-wad-parser lol-wad-parser Public archive

    A parser for .wad files from League of Legends.

    JavaScript 49 13

  5. lol-inibin-parser lol-inibin-parser Public archive

    A parser for .inibin files from League of Legends.

    JavaScript 10 4

  6. A minimal WAMP 1.0 protocol implemen... A minimal WAMP 1.0 protocol implementation to be used with the new League of Legends client (LCU)
    1
    process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
    2
    
                  
    3
    const WebSocket = require('ws');
    4
    
                  
    5
    const MESSAGE_TYPES = {