This file contains 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
/////////////////////////////////////////////////////////////////////////////// | |
// This file was created with | |
// Dota Customkey Generator 3.5 | |
// | |
// Try it out at http://www.drjones.dk/customkeys | |
// Please check back once in a while for bugfixes and updates | |
// | |
// Game: WarCraft III The Frozen Throne | |
// Map: DotA Allstars 6.73 | |
// |
This file contains 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
<!DOCTYPE html><html style="width:100%; height:100%; background:url(http://imageshack.us/a/img715/2300/bootanimationf.gif) center center no-repeat; background-color:#000000;color:#ffffff;"> | |
<head><meta http-equiv="content-type" content="text/html;charset=UTF-8" /> | |
<title>HTML Clipboard</title> | |
<!--There's tag for documentation of your xml/html--> | |
<!--------------------------Scripts and Styles by URL--------------------------> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | |
<script type="text/javascript" src="./default.js"></script> | |
<link rel="stylesheet" type="text/css" href="./default.css"/> | |
<!-------------------------Built-In Scripts and Styles-------------------------> | |
<script language=javascript type='text/javascript'> |
This file contains 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
/* glxcb.c taken from: | |
http://xcb.freedesktop.org/opengl/ | |
to compile it use : | |
gcc -std=c99 -Wall glxcb.c -lxcb -lX11 -lGL -lX11-xcb -o glxcb | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <X11/Xlib.h> |
This file contains 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
//save this file as C:\Program Files (x86)\Steam\steamapps\common\team fortress 2\tf\cfg\autoexec.cfg | |
//don't render more frames than monitor can show to save energy and reduce temps for longer cpu life; adjust according to your monitor | |
fps_max 60 |
This file contains 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
------------------ | |
System Information | |
------------------ | |
Time of this report: 12/18/2011, 18:27:12 | |
Machine name: K53TA-BBR6 |
This file contains 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
//save this file as C:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\dota\cfg\autoexec.cfg | |
//enables console | |
bind "`" "toggleconsole" | |
dota_mouse_window_lock "1" //Locks mouse cursor within windows | |
// allows u to right-click deny but disables auto follow | |
dota_force_right_click_attack 1 | |
//changes the block size in health bars | |
dota_health_per_vertical_marker 125 |
This file contains 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
#!/bin/bash | |
# Kibibit/s bit/s | |
# 96 98304 | |
# 128 131072 | |
# 160 163840 | |
# 192 196608 | |
# 224 229376 | |
# 256 262144 | |
#audex command: neroaacAudex.sh $i $o $artist $cdno $cover $date $genre $tartist $title $trackno $ttitle | |
i="$1" |
This file contains 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
root@K53TA:/home/owner/Downloads/blackrose_120421# ./BlackRose skip | |
Loading... | |
* daemon not running. starting it now * | |
* daemon started successfully * | |
------------------------------- | |
| Nexus One BlackRose 120421 | | |
| Made by Lecahel(XDA-dla5244) | | |
| Dok-Do belongs to KOREA | | |
------------------------------- |
This file contains 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
Use a torrent program to Download the debian live rescue iso from: | |
http://cdimage.debian.org/debian-cd/current-live/amd64/bt-hybrid/ | |
Startup VirtualBox | |
make a 16gb drive to use as your root partition. | |
make a 4gb drive to use as a swap partition. | |
Select the iso you downloaded to be your boot partition, and run virtualbox installing with the gui with custom partition scheme using your drives as you made earlier. | |
to use "vi" you start in "command mode" for more info on vi go to http://www.lagmonster.org/docs/vi.html | |
i to go into "insertion mode" to type stuff in |
This file contains 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
#Pick NS then type these commands in your dota 2 console: | |
dota_creeps_no_spawning_enable; dota_ability_debug_enable; | |
dota_hero_level 25; | |
dota_create_item item_ultimate_scepter; | |
dota_create_item item_blink; | |
dota_create_item item_rapier; | |
dota_create_item item_rapier; | |
dota_create_item item_rapier; | |
dota_create_item item_bfury; |
OlderNewer