Skip to content
View Pupix's full-sized avatar
๐Ÿ‘‘
๐Ÿ‘‘

Organizations

@EpicGames @expandjs @api-forge

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.

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. rift-explorer rift-explorer Public

    ๐Ÿ›  Explore the API of the League of Legends client

    CSS 558 73

  2. lcu-connector lcu-connector Public

    ๐Ÿ”Œ Streamlined LCU integration for your app.

    JavaScript 111 26

  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 15

  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 = {