Skip to content

Instantly share code, notes, and snippets.

runas /user:mumble "C:\Program Files\Mumble\mumble.exe \"-m\""
@jdecaron
jdecaron / gist:888938
Created March 27, 2011 05:20
item_whitelist.txt
// This is an example tournament mode item whitelist. Rename the file to item_whitelist.txt to allow the game to find it.
// Note that the whitelist is only updated when a map is loaded, or the mp_tournament_restart command is issued.
//
// To find a list of definition names, use the "item_show_whitelistable_definitions" console command.
//
// If the game finds the whitelist file, all non-base TF items are marked as illegal by default.
// You can specify the following optional parameter to make it so that items are legal by default:
// "unlisted_items_default_to" "1"
//
// Then provide a list of item names in this format:
@jdecaron
jdecaron / gist:753868
Created December 24, 2010 03:31
chatzilla.bat
@ECHO OFF
taskkill /F /IM chatzilla.exe
cd %homepath%\Bureau\chatzilla
del chatzilla.jar
"%programfiles%\7-Zip\7z.exe" a chatzilla.jar content locale skin
copy "%homepath%\Bureau\chatzilla\chatzilla.jar" "%programfiles%\chatzilla\chrome" /Y
"%programfiles%\ChatZilla\chatzilla.exe
EnableSSOnThruICAFile=On