Abrynos e188a1d751 Implement command TRANSFER@ for the sake of completeness (#911)
* Implement command TRANSFER@ for the sake of completeness

* Fix formatting

* Make targetSteamID in SendTradeOffer mandatory and fix logic in new commands


in the previous build the new commands would act like a loot and send trades to the first master instead of the targetted bot

* Improve performance


Strings will only be parsed into uint/byte once if needed for several bots and the targetBot will only be searched for once in Bot.Bots

* Improve performance

* Make SendTradeOffer a generic action responsible for sending a trade and call it with different arguments from different loot/transfer commands

* Move check to appropriate place

* Shuffle arguments around

* Fix compilation errors

* I'm lazy and dumb... but mostly dumb
2018-09-29 22:20:35 +02:00
2018-09-22 23:15:15 +02:00
2018-09-28 13:55:12 +02:00
2018-09-27 02:00:48 +02:00
2018-05-28 17:55:45 +02:00
2018-09-23 02:48:51 +02:00
2018-09-27 02:09:36 +02:00
2017-10-07 01:39:21 +02:00
2018-07-11 08:53:08 +02:00
2018-02-05 23:03:29 +01:00
2018-06-16 06:26:02 +02:00
Fix
2018-09-23 02:33:56 +02:00
2018-09-23 01:52:19 +02:00
2018-09-23 03:31:47 +02:00
2018-07-11 17:01:17 +02:00
2018-09-23 01:52:19 +02:00
2017-08-20 23:35:03 +02:00
2018-09-23 01:52:19 +02:00
2018-09-25 00:09:48 +02:00
2018-09-25 00:09:48 +02:00
2018-09-25 00:09:48 +02:00
2018-09-25 00:09:48 +02:00
2017-01-02 20:05:21 +01:00
2018-09-22 23:08:03 +02:00
2018-05-13 20:43:22 +02:00

ArchiSteamFarm

Build status (Windows) Build status (Unix) Build status (Docker) Github last commit date License Localization

ConfigGenerator status Statistics status Steam group Discord Wiki

GitHub stable release version GitHub stable release date Github stable release downloads

GitHub experimental release version GitHub experimental release date Github experimental release downloads

Patreon support Paypal.me donate Paypal donate Bitcoin donate Steam donate


Description

ASF is a C# application that allows you to farm steam cards using multiple steam accounts simultaneously. Unlike Idle Master which works only for one account at given time, requires steam client running in background, and launches additional processes imitating "game playing" status, ASF doesn't require any steam client running in the background, doesn't launch any additional processes and is made to handle unlimited steam accounts at once. In addition to that, it's meant to be run on servers or other desktop-less machines, and features full cross-OS support, which makes it possible to launch on any .NET Core-supported operating system, such as Windows, Linux or OS X. ASF is possible thanks to gigantic amount of work done in marvelous SteamKit2 library.

ASF doesn't require and doesn't interfere in any way with Steam client. In addition to that, it doesn't require exclusive access to given account, which means that you can use your main account in Steam client, and use ASF for idling the same account at the same time. If you decide to launch a game, ASF will get disconnected, and resume idling once you finish playing your game, being as transparent as possible during entire process.


Core features

  • Automatic idling of available games with card drops using any number of active accounts
  • No requirement of running or even having official Steam client installed
  • Guarantee of being VAC-free
  • Complex error-reporting mechanism, allowing ASF to be smart and resume idling even in case of Steam or networking problems
  • Customizable cards idling algorithm which will push performance of card drops to the maximum
  • Offline idling, allowing you to skip in-game status and stop confusing your friends
  • Advanced support for alt accounts, including ability to redeem keys, redeem gifts, accept trades and more through a simple Steam chat
  • Support for latest Steam security features, including SteamGuard, SteamParental and two-factor authentication
  • Unique ASF 2FA mechanism allowing ASF to act as a mobile authenticator (if needed)
  • StreamTradeMatcher integration allowing ASF to help you in completing your steam badges by accepting dupe trades
  • Rebased on .NET Core 2.0, cross-OS compatibility, official support for Windows, Linux and OS X
  • ...and many more!

Setting up / Help

Detailed guide regarding setting up and using ASF is available on our wiki in setting up section.


Compatibility / Supported operating systems

ASF officially supports Windows, Linux and OS X operating systems. Please visit compatibility section on the wiki for more info.


Want to know more?

Our wiki includes a lot of other articles that might help you further with using ASF, as well as show you everything that you can make use of.

Languages
C# 97.4%
C++ 1.2%
Shell 1.1%
Dockerfile 0.3%