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
$SteamApiDLLFPath = $args[0] | |
$InterfacesFPath = "cdx_interfaces.txt" | |
if ( !($SteamApiDLLFPath) ) { | |
$SteamApiDLLFPath = "steam_api.dll" | |
if ( !(Test-Path $SteamApiDLLFPath) ) { | |
$SteamApiDLLFPath = "steam_api64.dll" | |
} | |
} |
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
// ==UserScript== | |
// @name Bypass Wait | |
// @namespace sak32009-bypass-wait | |
// @description Bypass Wait | |
// @author Sak32009 | |
// @version 1.0.0 | |
// @license MIT | |
// @homepageURL https://gist.github.com/Sak32009/89686b9fe9b07077ae2307c3a9fc097b/ | |
// @updateURL https://gist.github.com/Sak32009/89686b9fe9b07077ae2307c3a9fc097b/raw/sak32009-bypass-wait.user.js | |
// @downloadURL https://gist.github.com/Sak32009/89686b9fe9b07077ae2307c3a9fc097b/raw/sak32009-bypass-wait.user.js |
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
// ==UserScript== | |
// @name piratepowered.ga download improved | |
// @namespace sak32009-piratepowered-download-improved | |
// @description piratepowered.ga download improved | |
// @author Sak32009 | |
// @version 1.0.2 | |
// @homepageURL https://gist.github.com/Sak32009/661ccebe953c392b0a6eeee01cc0c62c/ | |
// @updateURL https://gist.github.com/Sak32009/661ccebe953c392b0a6eeee01cc0c62c/raw/sak32009-piratepowered-download-improved.user.js | |
// @downloadURL https://gist.github.com/Sak32009/661ccebe953c392b0a6eeee01cc0c62c/raw/sak32009-piratepowered-download-improved.user.js | |
// @match *://piratepowered.ga/* |
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
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
// MOVED TO https://github.com/Sak32009/GetDLCInfoFromSteamDB | |
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |