Skip to content

Instantly share code, notes, and snippets.

View SuGolYolLom's full-sized avatar
💭
I may be slow to respond.

R3JpbG8uc2g= SuGolYolLom

💭
I may be slow to respond.
View GitHub Profile
@SuGolYolLom
SuGolYolLom / CS2_ConVars_CMD.md
Last active October 26, 2023 16:20
Counter-Strike 2 ConVars / Commands Dump

Counter-Strike 2 ConVars / Commands Dump

Last Update: 1.39.6.5

ClientVersion=2000175
ServerVersion=2000175
PatchVersion=1.39.6.5
ProductName=cs2
appID=730
ServerAppID=2347773
@SuGolYolLom
SuGolYolLom / index.txt
Last active July 22, 2018 16:46
CSGO Commands
+alt1
+alt2
+attack
+attack2
+back
+break
+camdistance
+camin
+cammousemove
+camout
+alt1
+alt2
+attack
+attack2
+back
+break
+camdistance
+camin
+cammousemove
+camout
@SuGolYolLom
SuGolYolLom / dump_netprops.txt
Created February 3, 2018 17:27
CSGO dump_netprops
This file has been truncated, but you can view the full file.
Class: CAI_BaseNPC [0]
- Table: DT_AI_BaseNPC [12 props]
- baseclass (offset: 0, type: datatable)
- Table: DT_BaseCombatCharacter [9 props]
- baseclass (offset: 0, type: datatable)
- Table: DT_BaseFlex [4 props]
- baseclass (offset: 0, type: datatable)
- Table: DT_BaseAnimatingOverlay [2 props]
- baseclass (offset: 0, type: datatable)
- Table: DT_BaseAnimating [22 props]
@SuGolYolLom
SuGolYolLom / ids.json
Last active December 14, 2017 11:21
14DezItemsApiDIf
[
1,
2,
6,
11,
15,
23,
24,
32,
46,
@SuGolYolLom
SuGolYolLom / ids.json
Last active December 13, 2017 21:54
MYSQL Database compare 13Dez
[
1,
2,
6,
11,
15,
23,
24,
32,
46,
@SuGolYolLom
SuGolYolLom / xchat_vlc_nowplaying.py
Created July 2, 2017 08:09 — forked from weidizhang/xchat_vlc_nowplaying.py
Detailed VLC Now Playing script for Xchat.
# @author Weidi Zhang <http://github.com/ebildude123>
# @license MIT
# @description VLC Now Playing script for Xchat
# This script assumes that the password to access your VLC web api page is "123456", but you can change the vlcPassword variable.
import xchat, urllib, urllib2, base64, json, os, HTMLParser
__module_name__ = "NowPlaying"
__module_version__ = "0.1"
__module_description__ = "Detailed VLC now playing information for Xchat by Weidi Zhang"