Skip to content

Instantly share code, notes, and snippets.

View moonexpr's full-sized avatar
📚
Reading Lotus Sutta

John moonexpr

📚
Reading Lotus Sutta
View GitHub Profile
@moonexpr
moonexpr / potatovox.lua
Created October 28, 2016 16:49
this code is very old and redundant. (It's one of the first things I made)
function PotatoVox( URL )
sndcontrol = nil
cooldown = false
pixelsneeded = surface.ScreenWidth() / 1024
samples = {}
hook.Remove( "HUDPaint", "MusicEQ" )
locations = {
{Vector(-3211.039795, -10046.700195, 65.158920), Vector(-3226.494629, -10536.666016, 59.577229), Angle(-43.311, 157.197, 0.000), Angle(-33.016, -165.159, 0.000)},
@moonexpr
moonexpr / missing_chapter.lua
Last active March 14, 2017 07:07
A few essential ULX commands
--[[
Configuration Table
===============
Desc: Allows for easy configuration of missing chapters
Definations:
- ULib.ACCESS_SUPERADMIN: All superadmins may access this command.
- ULib.ACCESS_ADMIN: All administrators and higher may access this command.
- ULib.ACCESS_OPERATOR: All operators and higher may access this command.
- ULib.ACCESS_ALL: All users may access this command.
]]--