Skip to content

Instantly share code, notes, and snippets.

View Sak32009's full-sized avatar
🍺
i'm drunk

Sak32009

🍺
i'm drunk
  • my house
  • beautiful place
View GitHub Profile
$SteamApiDLLFPath = $args[0]
$InterfacesFPath = "cdx_interfaces.txt"
if ( !($SteamApiDLLFPath) ) {
$SteamApiDLLFPath = "steam_api.dll"
if ( !(Test-Path $SteamApiDLLFPath) ) {
$SteamApiDLLFPath = "steam_api64.dll"
}
}
// ==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
@Sak32009
Sak32009 / sak32009-piratepowered-download-improved.user.js
Last active April 11, 2018 05:33
piratepowered.ga download improved
// ==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/*
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// MOVED TO https://github.com/Sak32009/GetDLCInfoFromSteamDB
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!