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
--Purpose: Rebind Logitech g3 on the M3 keyboard profile (of the current LGS profile) to F21. | |
--I use this key to toggle shadowplay recording without leaving triggers prone somewhere on my regular keyboard keys. | |
--Shadowplay is stupid and normally demands modifier keys but not for F keys. | |
--To use it, go in Logitech Gaming Software and right click your keyboard profile (the gear at the top) and edit script. | |
--Paste this in, save it and close. | |
--This executes in addition to whatever you bind on that key, so I reccommend leaving G3 on M3 blank! | |
--Read all about it at: C:/Program Files/Logitech Gaming Software/Resources/doc/G-seriesLuaAPI.pdf | |
--Or https://gist.github.com/Thespikedballofdoom/569c3516ad83b008d4204ba7140b9751 |
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
Thanks to wiki.teamfortress.com for transcription | |
Keep it up lads! Demoman_autocappedcontrolpoint01 | |
Guts and glory lads! Demoman_autocappedcontrolpoint02 | |
Now it's our flippin' point hehah! Demoman_autocappedcontrolpoint03 | |
Aye that's the way ye do it! Hehah! Demoman_autocappedintelligence01 | |
Time to get bluttered! Demoman_autocappedintelligence02 | |
That'll teach 'em! Demoman_autocappedintelligence03 | |
That wasn't su |
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
//-enablefakeip -no_texture_stream -novid -precachefontchars -nojoy -nosteamcontroller. Don't use -reuse (doesn't do much and can cause crashes), -particles 1(Limits beams to 512) | |
//useful command: differences shows every command that isn't at default. The only reason we leave some things which match the defaults here is so no config can FUCK US UP. | |
alias + "gamemenucommand openserverbrowser" | |
alias burner "ent_create trigger_ignite model *10 damage 1 burn_duration 40 spawnflags 1" | |
alias dimmer_clicked "" | |
alias exb "prop_physics_create props_c17/oildrum001_explosive.mdl" | |
alias ddmao prec_delete_demo | |
alias hudr "hud_reloadscheme; toggle mat_antialias 0 1" | |
alias ittt "connect 9xkr; disconnect; map itemtest" | |
alias mariokart "connect 74.91.124.49:27015" //for use with gamemenu.res, plz dont remove |
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
// ==UserScript== | |
// @name YouTube Patch Collection | |
// @version 2.0.0 | |
// | |
// @description Allows for changing of yt.config_ values -- visit my members at yt.config_.EXPERIMENT_FLAGS in the console | |
// | |
// @author Aubrey Pankow (aubyomori@gmail.com) | |
// @author Taniko Yamamoto (kirasicecreamm@gmail.com) | |
// @author Thespikedballofdoom (biden@whitehouse.gov) | |
// @downloadURL https://raw.githubusercontent.com/aubymori/YouTubePatchCollection/main/YouTubePatchCollection.user.js |
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
// ==UserScript== | |
// @name YouTube Config Editor | |
// @namespace goodtube.github.io | |
// @version 0.3.5 | |
// @description Edits yt.config_ | |
// @author GoodTube/Thespikedballofdoom | |
// @match *://*.youtube.com/* | |
// @exclude *studio.youtube.com/* | |
// @run-at document-start | |
// @grant none |