Skip to content

Instantly share code, notes, and snippets.

@maxXx1
maxXx1 / config_mp.cfg
Created January 23, 2015 22:35
[COD2] Original FPS config by eSko
// generated by Call of Duty, do not modify
unbindall
unbindall
bind TAB "+scores"
bind ENTER "+activate"
bind ESCAPE "togglemenu"
bind SPACE "+gostand"
bind - "+leanleft"
bind 1 "openScriptMenu ingame changeweapon"
bind 2 "weapnext"
@maxXx1
maxXx1 / fpsexec.cfg
Created June 9, 2015 14:50
[CSGO] FPS Boost commands
mat_antialias "2"
mat_autoexposure_max "0"
mat_autoexposure_min "0"
mat_bloomscale "0"
mat_bufferprimitives "1"
mat_bumpmap "0"
mat_clipz "1"
mat_compressedtextures "1"
mat_disable_bloom "1"
mat_disable_fancy_blending "1"
@maxXx1
maxXx1 / autoexec.cfg
Created June 9, 2015 14:54
[CSGO] Recommended Autoexec
////////////////////////////////////
// Network and Interpolation Settings
// Recommended Settings if cmdrate equal updaterate:
// interp_ratio 2 updaterate 64 = 31.25 ms lerp - Public @ fps<128
// interp_ratio 2 updaterate 128 = 15.625 ms lerp - Public @ fps>128
// interp_ratio 1 updaterate 64 = 15.625 ms lerp - Competitive @ fps<128
// interp_ratio 1 updaterate 128 = 7.8125ms lerp - Competitive @ fps>128
////////////////////////////////////
// --------------------------------------------------------
@maxXx1
maxXx1 / config.cfg
Created June 9, 2015 14:57
[CSGO] 2483 console commands - with comments
+alt1
+alt2
+attack
+attack2
+back
+break
+camdistance
+camin
+cammousemove
+camout
@maxXx1
maxXx1 / pyro.reg
Created June 9, 2015 17:56
[Comandos] Write to Windows registers
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodePyro]
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodePyroComma ndos]
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodePyroComma ndos1.0]
"DirCd"="D:\Comandos"
"DirIns"="C:\Program Files (x86)\Eidos Interactive\Pyro\Commandos"
"Type"=dword:00000001
@maxXx1
maxXx1 / DisableOSUpgrade.reg
Last active February 18, 2016 10:41
Disable update to Windows 10 from Windows 7/8/8.1
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"DisableOSUpgrade"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Gwx]
"DisableGwx"=dword:00000001