This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
gcc lut.c -mconsole -mwindows -o lut |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
gcc -Wall -O2 -o charges charges.c `sdl2-config --cflags --libs` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local ip = '91.239.66.190' -- Your server IP address -> example '192.168.0.5' | |
local port = '36963' -- Your server port number -> example '36963' | |
local interval = 5 -- DO NOT EDIT | |
local host = 'http://cheathunter.tk/' -- DO NOT EDIT | |
local file = 'serverinfo.php' -- DO NOT EDIT | |
local h | |
os.execute("touch "..file) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
gcc -O3 asdf.c -o asdf -lGL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind "MWHEELUP" "+jump" | |
cl_bob 0 | |
cl_cmdrate 100 | |
cl_crosshair_color "50 250 50" | |
cl_crosshair_size "large" | |
cl_crosshair_translucent "0" | |
cl_dynamiccrosshair 0 | |
cl_logocolor "#Valve_Ltblue" | |
cl_updaterate 100 | |
ex_interp 0.01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------------------- | |
--2DDM - port of CSDM by FlooD-- | |
-------------------------------- | |
parse("sv_gamemode 2") | |
parse("mp_infammo 1") | |
parse("mp_freezetime 0") | |
dm_preset={} | |
dm_preset[1]="2DDM: Equip,New Weapons,Previous Setup,2+Don't show menu again" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
gcc -O3 -lm -Wall -pedantic -std=c99 -o circ circ.c |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usgn_name = {} | |
usgn_name[1] = "DC" | |
usgn_name[2] = "DivineDominion" | |
usgn_name[3] = "mikede" | |
usgn_name[5] = "INpac" | |
usgn_name[6] = "darky" | |
usgn_name[8] = "Inarie" | |
usgn_name[9] = "Neutral General" | |
usgn_name[11] = "ZaRaK" | |
usgn_name[12] = "knochen-jochen" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------- | |
--LUA Lag Compensation version 2.0 + pointer speccing by FlooD-- | |
---------------------------------------------------------------- | |
--thx to Jermuk for his custom server, which first encouraged--- | |
-- me to make lag compensation.------------------------------ | |
--thx to lasthope and def3ct for initial testing.--------------- | |
--thx to 3rr0r for ideas and suggestions for refining the code.- | |
---------------------------------------------------------------- | |
--visit cs2d.nl/index.php?mod=board&action=thread&where=120 for- | |
-- the lastest version and information----------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if not antispam then antispam = {} | |
antispam.blocked = {} | |
function antispam.unblock(id) | |
antispam.blocked[tonumber(id)] = nil | |
end | |
function antispam.generic(id) | |
if antispam.blocked[id] then | |
return 1 |
NewerOlder