Skip to content
View marcogravbrot's full-sized avatar

Block or report marcogravbrot

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. levels levels Public

    Dimensional layering system in world

    Lua

  2. gcap gcap Public

    You think those pesky users are using clientside modifications? Have a look!

    Lua 4 2

  3. semantic-ui semantic-ui Public

    A fabulous UI library for Garry's Mod

    Lua 1

  4. progbot progbot Public

    discord.js bot

    JavaScript

  5. sandboxed lua eval.lua sandboxed lua eval.lua
    1
    function runCode(code)
    2
        local environment = {
    3
            --
    4
            -- global functions
    5
            --
  6. blur.lua blur.lua
    1
    local blur = Material("pp/blurscreen")
    2
    local panel = FindMetaTable("Panel")
    3
    
                  
    4
    function panel:DrawBlur(amount, heavyness)
    5
    	local x, y = self:LocalToScreen(0, 0)