-
I have a keybot, and I made the mistake of smelting refined metals in its inventory (it's F2P) and they ended up being untradable. Now, the bot cannot add the right amount of metal in the trade. I bel…
-
This doesn't have anything to do with SteamKit per-se, but I'm posting this issue here since it felt relevant. Feel free to mark this as a question.
So I've been using the `ISteamUserAuth/Authentic…
-
Hi,
how do I check if my trading partner has Steam Guard enabled so there's no additional cooldown? I want my bot to only trade with those who have Steam Guard enabled but I don't know where to look …
L4rsS updated
5 years ago
-
closed
-
now i know use this plugin can invite to lobby,to party,can sent channel msg etc.
but i want to know how to invite friend to trade in dota2 game client .
i can't find any interface or method in thi…
-
```bash
major@cs317615:~/ultimate-steam-bot$ pm2 logs
[TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
/home/major/.pm2/pm2.log last 15 lines:
PM2 …
-
Hello,
so i wanted to add a Lobbylink sender to my Steambot. I made a function wich converts the ID's i receive:
`client.on('lobbyInvite', function(steamID, result) {
var lobbyLink = "steam:/…
-
***PCSX2 version:***
1.5.0 dev 2699
***PCSX2 options:***
OpenGL HW with 3x native resolution and Large Framebuffer disabled
***Plugins used:***
Default
Tested with all hacks
***Descripti…
-
I'm new, but have spent over 6 hours seeing if I could figure out how this works. I am trying to get detailed information about a CS:GO item, (I'm manually entering the values for testing), as shown …
-
I have this code that's called when the SteamClient is disoconnected:
```c#
private async void OnDisconnected(SteamClient.DisconnectedCallback callback)
{
IsLoggedOn = false;
Log.Warn…