Skip to content

Instantly share code, notes, and snippets.

View Velkon's full-sized avatar

Velkon

View GitHub Profile
-- Bee movie spam by Velkon
-- Bad coding included
local script
beeCurrent = beeCurrent or 28
http.Fetch("http://www.script-o-rama.com/movie_scripts/a1/bee-movie-script-transcript-seinfeld.html",function(a)
script = a
script = string.Explode("\n",script)
for k,v in pairs(script) do
RunString T=minge.lua
local function mingeIndicator()
if (LocalPlayer():GetUserGroup() == "user") then return end
local plys = PonyRP.chat.near( LocalPlayer(), 500 )
for _, ply in ipairs(plys) do
if nVar.get(ply, "minge") then
if !IsValid(ply) then continue end
local red = Color(255,0,0)
local green = Color(0,255,0)
local function log(color,s)
MsgC(color,s .. "\n")
end
function mdmp(out)
local files,_ = file.Find("*.mdmp","BASE_PATH")
if out then log(red,"Found " .. #files .. " files!") end