Skip to content

Instantly share code, notes, and snippets.

View GGG-KILLER's full-sized avatar

GGG KILLER GGG-KILLER

View GitHub Profile
@Mijyuoon
Mijyuoon / better-discord.css
Last active October 4, 2021 07:03
Custom discord theme
/* -- Hide "Blocked Messages" frames -- */
.messageGroupBlocked-3wrQQX {
display: none !important;
}
/* -- Unfuck font sizes, fuck Discord -- */
.base-1x0h_U,
.title-eS5yk3,
@meepen
meepen / hook.lua
Last active January 2, 2022 13:55
NEW GMOD HOOKS 70,000% FASTER - new LINKED LIST version available now for purchase (FREE PRIORITIZATION INCLUDED)
hook = include "newhook.lua"
@JohnnyonFlame
JohnnyonFlame / good_water.kc
Last active March 5, 2016 02:36
Software water rendering in EVALDRAW
()
{
sleep(33);
cls(0);
Double p[3] = {-128, 0, 32};
proj = (xres/2) / tan(rad(70/2));
ang = 0;
for (i=0; i<yres/2 + 100; i++)
{