Skip to content
View TheGreatSageEqualToHeaven's full-sized avatar
🫖
Tea, Earl Grey, hot.
🫖
Tea, Earl Grey, hot.

Organizations

@LorettaDevs @rce-incorporated

Block or report TheGreatSageEqualToHeaven

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

Hi! I'm James.

Contact me on Discord, always verify you are talking to me. @advesa (917505067442126909)

Main Projects

Loretta - A C# Lua, GLua and Luau parser, code analysis, transformation and code generation toolkit. Supports PUC Lua 5.x, LuaJIT 2.0, LuaJIT 2.1, FiveM, GLua and Luau (Roblox Lua).
Fiu - Luau bytecode interpreter for Luau.

Other Projects

datamodelpatch - Accurate decompilation of the Roblox Player's distribution of DataModelPatch.rbxm
builtinplugins - Accurate decompilation of Roblox Studio's BuiltinPlugins

Snippets

Lua 5.1 all opcodes test
Luau all opcodes test
Lua syntax-based version detection
Luau optimize level detection

Publications

Data store vulnerabilities
Bypassing blocked function detections

Pinned Loading

  1. LorettaDevs/Loretta LorettaDevs/Loretta Public

    A C# Lua, GLua and Luau parser, code analysis, transformation and generation library.

    C# 117 11

  2. rce-incorporated/Fiu rce-incorporated/Fiu Public

    Luau bytecode interpreter for Luau

    Lua 91 16

  3. latte-soft/datamodelpatch latte-soft/datamodelpatch Public

    Accurate decompilation of the Roblox Player's distribution of DataModelPatch.rbxm

    Luau 28 1

  4. latte-soft/builtinplugins latte-soft/builtinplugins Public

    Accurate decompilation of Roblox Studio's BuiltinPlugins

    Luau 12 1

  5. Data store vulnerabilities Data store vulnerabilities
    1
    # Write-up
    2
    
                  
    3
    A warning to Roblox developers about a powerful exploit primitive. In this, I will detail the research I’ve conducted into this attack vector and walk you through how you as a developer, can protect against exploits with primitives like this.
    4
    
                  
    5
    DataStoreService lets you store data that needs to persist between sessions, such as items in a player’s inventory or skill points. Data stores are consistent per experience, so any place in an experience can access and change the same data, including places on different servers.
  6. bypassing blocked function protectio... bypassing blocked function protections using corescripts
    1
    ## bypassing blocked function protections using corescripts
    2
    *author: James Napora.*
    3
    
                  
    4
    ___
    5
    ### roblox and exploit fundamentals