Skip to content

Instantly share code, notes, and snippets.

View complover116's full-sized avatar

Vladimir complover116

View GitHub Profile
-- ComputerCraft Broadcast Rednet Monitor
-- Monitor all traffic on local broadcast RedNet
-- by Alexander "SquidLord" Williams (SaladinVrai)
-- Get the system label for identification
local SysName = os.getComputerLabel()
-- Iterate over all sides for rednet.open
@complover116
complover116 / UltraBot.lua
Last active April 29, 2016 17:19
A one-file clientside cheat engine for garrysmod
surface.PlaySound( "/HL1/fvox/activated.wav" )
//CONST
aaKey = KEY_M
//VAR
autoaim = true
buttontime = 0
systems = { }
//Messaging
ms = {}
ms.r = 0
EFFECT.Mat = Material( "effects/blueblacklargebeam" )
function EFFECT:Init( data )
self.texcoord = math.Rand( 0, 20 )/3
self.Position = data:GetStart()
self.WeaponEnt = data:GetEntity()
self.Attachment = data:GetAttachment()