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
for /f "tokens=2 delims=," %F in ('tasklist /nh /fi "imagename eq sqlservr.exe" /fo csv') do netstat -oan | findstr %~F | |
(Note: Please replace % with %% when running in Batch file instead of Command Line) |
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
using SteamKit2; | |
using System.Collections.Generic; | |
using SteamTrade; | |
using System; | |
using System.Timers; | |
namespace SteamBot | |
{ | |
public class KeyUserHandler : UserHandler | |
{ |
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
using SteamKit2; | |
using System.Collections.Generic; | |
using SteamTrade; | |
using System; | |
using System.Timers; | |
namespace SteamBot | |
{ | |
public class KeyUserHandler : UserHandler | |
{ |
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
using SteamKit2; | |
using System.Collections.Generic; | |
using SteamTrade; | |
using System; | |
using System.Timers; | |
namespace SteamBot | |
{ | |
public class KeyUserHandler : UserHandler | |
{ |
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
using SteamKit2; | |
using System.Collections.Generic; | |
using SteamTrade; | |
using System; | |
using System.Timers; | |
namespace SteamBot | |
{ | |
public class KeyUserHandler : UserHandler | |
{ |
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
using SteamKit2; | |
using SteamTrade; | |
using System; | |
using System.Collections.Generic; | |
using System.Threading; | |
using System.Timers; | |
namespace SteamBot | |
{ | |
public class ScrapUserHandler : UserHandler |