Skip to content

Instantly share code, notes, and snippets.

//ALPHA
host_writeconfig
// Map's
alias "aztec" "map de_aztec "
alias "cache" "map de_cache"
alias "cobblestone" "map de_cbble"
alias "dust" "map de_dust"
alias "dust2" "map de_dust2"
alias "inferno" "map de_inferno"
@iamtis
iamtis / youtube-mp3.js
Last active January 14, 2016 17:55
download button on YouTube and if it doesn't auto download it will open in a new tab.
// ==UserScript==
// @name Youtube MP3 Download Button
// @namespace http://m2u.xyz
// @version 1.2
// @description Adds a MP3 Download button next to the subscribe button, thanks to youtubeinmp3 for their simple download service (http://youtubeinmp3.com/api/).
// @match http*://www.youtube.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @copyright IamTis inc.
// ==/UserScript==
@iamtis
iamtis / skin-id.md
Last active September 2, 2022 20:53
std::string rawFileData[100];
int data2[66];
float data3[33];
inline void ParseSettings()
{
int i = 0;
std::string SettingsFile = "C:\\TSC\\skins.txt";
std::ifstream inputFile;
inputFile.open(SettingsFile);
#pragma once
#include <fstream>
#include <Windows.h>
#include <sstream>
#include <vector>
#include <unordered_map>
#include "Json.h"
#include "SDK.h"
switch(i){
case 1:
cout << "one" << endl;
case 2:
cout << "two" << endl;
case 3:
cout << "three" << endl;
case 4:
cout << "four" << endl;
case 5: