Last active
April 28, 2016 07:13
-
-
Save denblackstache/b82ff14509d71119bce6 to your computer and use it in GitHub Desktop.
Steam idling without Installing the game
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
@echo off | |
set /p steamappid=Enter Steam App ID: | |
echo %steamappid% > steam_appid.txt | |
echo running steam app id %steamappid% | |
C:\\Python27\\python.exe -c "import time; import ctypes; s=ctypes.CDLL('steam_api.dll'); s.SteamAPI_Init(); time.sleep(9999);" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment