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
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Sensitivity | |
// |
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
//// | |
// D's CS:GO Configuration | |
//// | |
// | |
// Sensitivity | |
// |
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
######################################## | |
# tr3bla log (complete joins to parts) # | |
######################################## | |
## | |
# 2016-10-04 | |
## | |
[19:26:42] JOIN: Miviiz, Simon32e, Tr3bla, Kingcronus1270 | |
[19:26:42] PART: Zzzdreamzzz, Phanox_tv |
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
PING www.google.com (64.233.161.99): 56 data bytes | |
64 bytes from 64.233.161.99: icmp_seq=0 ttl=46 time=296.3 ms | |
64 bytes from 64.233.161.99: icmp_seq=1 ttl=46 time=27.9 ms | |
64 bytes from 64.233.161.99: icmp_seq=2 ttl=46 time=27.9 ms | |
64 bytes from 64.233.161.99: icmp_seq=3 ttl=46 time=39.9 ms | |
64 bytes from 64.233.161.99: icmp_seq=4 ttl=46 time=60.2 ms | |
64 bytes from 64.233.161.99: icmp_seq=5 ttl=46 time=44.8 ms | |
64 bytes from 64.233.161.99: icmp_seq=6 ttl=46 time=74.3 ms | |
64 bytes from 64.233.161.99: icmp_seq=7 ttl=46 time=27.9 ms | |
64 bytes from 64.233.161.99: icmp_seq=8 ttl=46 time=93.4 ms |
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
C:\Users\Daniel Nordstrom>tracert 8.8.8.8 | |
Tracing route to google-public-dns-a.google.com [8.8.8.8] | |
over a maximum of 30 hops: | |
1 1 ms <1 ms <1 ms router.asus.com [192.168.1.1] | |
2 56 ms 42 ms 10 ms gw1-no169.bredband.skanova.com [81.230.30.65] | |
3 306 ms 20 ms 18 ms s-b6-link.telia.net [62.115.123.170] | |
4 411 ms 257 ms 18 ms google-ic-308991-s-b6.c.telia.net [62.115.50.106] | |
5 17 ms 15 ms 393 ms 216.239.40.29 |
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
SCAMMER CONVERSATION | |
-------------------- | |
10:26 PM - Lukessilo -- cs.money: halo | |
10:26 PM - mr^n: Hellu | |
10:27 PM - Lukessilo -- cs.money: im collector of Ultraviolet skins ? can i offer you a trade ? | |
10:28 PM - mr^n: Nope | |
10:28 PM - Lukessilo -- cs.money: why ? | |
10:29 PM - mr^n: I've said no to hella many people who add me just to trade stuff. | |
10:29 PM - mr^n: But sure, okay |
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
//// | |
// NORD’S CS:GO CONFIGURATION | |
// Current "autoexec.cfg" file, including sensitivity, custom commands and | |
// aliases, crosshair, HUD and viewmodel, key binds, net settings, and a few | |
// other small tweaks. | |
// | |
// USAGE | |
// Place in "Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg" | |
// to load from any Steam account by running "exec autoexec" in console. | |
// Add "+exec autoexec" to launch options to autoload on game launch. |
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
;------------------------------------------------------------------------------ | |
; Disable Insert key | |
;------------------------------------------------------------------------------ | |
$Insert::return | |
!Insert::Send, {Insert} ; Use Alt+Insert to toggle the 'Insert mode' | |
;------------------------------------------------------------------------------ | |
; Hand tool with middle button in Adobe Reader | |
;------------------------------------------------------------------------------ | |
#IfWinActive ahk_class AdobeAcrobat |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE bindings> | |
<bindings xmlns="http://www.mozilla.org/xbl"> | |
<binding id="urlbar" extends="chrome://browser/content/urlbarBindings.xml#urlbar"> | |
<handlers> | |
<handler event="focus"> | |
<![CDATA[ | |
this.formatValue(); | |
]]> | |
</handler> |
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Chat</title> | |
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'> | |
<link href="style.css" rel="stylesheet" type="text/css"> | |
<script src="https://d2g2wobxbkulb1.cloudfront.net/0.0.19/tmi.js"></script> <!--For developement--> | |
<!--<script src="https://d2g2wobxbkulb1.cloudfront.net/0.0.19/tmi.min.js"></script>--> <!--For "production"--> | |
</head> |