#Table Of Contents
#####Rifles
switch(i){ | |
case 1: | |
cout << "one" << endl; | |
case 2: | |
cout << "two" << endl; | |
case 3: | |
cout << "three" << endl; | |
case 4: | |
cout << "four" << endl; | |
case 5: |
#pragma once | |
#include <fstream> | |
#include <Windows.h> | |
#include <sstream> | |
#include <vector> | |
#include <unordered_map> | |
#include "Json.h" | |
#include "SDK.h" | |
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); |
// ==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== |
//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" |