Skip to content

Releases: SwayerPT/Steam-Boost-Hour-Bot

v1.5.1 (Dependencies Update)

22 Aug 20:19
990e917
Compare
Choose a tag to compare

On 1.5 update:

  • Banned Account Handling: When the script detects a ban, it asks the user if they want to proceed with the account. If they choose to proceed, the script continues running.
  • SteamGuard Handling: If SteamGuard is required but the user initially says "No," they will be prompted again until they provide the correct code.

On this update:

  • Added new dependencies to the related update 1.5. Replaced request with axios: The line call npm install request has been replaced with call npm install axios to reflect the switch from the deprecated request library to the modern axios library.
  • Improved for more flexibity the way the questions are made and put them in a function. Can be used in the future.
    • Updated the Install.bat to check automaticly updates and create a package version.

Note: You need to reinstall all your NPM packages, because there are new Dependencies that needs to be installed before use your bot.

Thank You for using the Bot. If you have good ideias, please share it!

v1.4.4 Stable

09 Aug 11:15
497bb9f
Compare
Choose a tag to compare

On this update:

  • Games_ID: From now, you don't need to go to the file to edit the Games_ID, you can now add on CMD when you start it separated by ",".
  • SteamGuard Function: Added a way to choose (y/n) if the user have SteamGuard or Not. (This could work for some clients).

Thank You for using the Bot. If you have good ideias, please share it!

v1.4.3 Stable

29 Jan 13:58
6d0b44a
Compare
Choose a tag to compare

On this update bug fixes and improvements.
Added text fields to show where you should edit and not. (For a better construction).

v1.4.2

27 Jan 20:38
73d4789
Compare
Choose a tag to compare
  • Fixed and solved "Chalk" error module. Now should be installed "npm i chalk@2.4.1", instead "npm install chalk".

Updated npm installs:
-- -- npm i chalk@2.4.1
-- -- npm install steam-user
-- -- npm install steamcommunity
-- -- npm install fs
-- -- npm install readline-sync
-- -- npm install request

  • Added a new way to separate connections, playing, trades, friends, requests.
  • Added new limitations.
  • Added Friend Sent a message log. Now trade, friendrequest, friendmessage, gifts, items dropped and more are added to the log to announce new things.
  • Added prep npm install file in the folder. (For security, please check again after install).
  • Changed and improved the checking of Bans, Community, LockDown etc...
  • Changed a variable to games_id.
  • Hidded the Steam Guard Code after insert on CMD. (Better protection)

SHA256 HASH: 3C56283092C810E0DD3BCB48B6D1DB5E89B4AB3189004CAEE436A019E58B05F8

v1.3.9 Stable

22 Feb 12:22
70f7c77
Compare
Choose a tag to compare
  • Added auto_alerts for acceptRandomFriendRequests, acceptItemNotify, acceptTradesNotify and acceptReplys. This should help you to know if your settings are off or on without using codework.

v1.3.8

30 Dec 19:29
5c842ea
Compare
Choose a tag to compare
  • Fixed config issues (removed the file, and add all in console for better protection).
  • Fixed and improved Errors in Red and Green Color.
  • Fixed new items from not counting on inventory.
  • Added Field verifications.
  • Added more ways to send_autoback_message when away.
  • Added VacBan verification.
  • Added Console Tips.

This project is no longer in development by Swayer (Just making to work). Everybody can modify and use.

v1.3.7

19 Sep 12:53
cba0fef
Compare
Choose a tag to compare
  • Fixed client.sendMessage to clientChatMessage.

This project is no longer in development. Everybody can modify and use.

v1.3.6

29 Aug 00:23
Compare
Choose a tag to compare
  • Item notification (everytime you received an new item, will be showed in the prompt).

v1.3.5

26 Aug 17:22
Compare
Choose a tag to compare
  • You can now received Notification from Others, as Trade Offers and Invites.
  • Added SteamCommunity Modules. You need to use one more npm install steamcommunity
  • You can even drop Cards using this Bot. I've been testing the Card Dropping in Undropped games, and it works perfectly.

v1.3.4

26 Aug 09:22
Compare
Choose a tag to compare
  • Added account limitations (Limited accounts only can add 5 games to boostHours).
  • Fixes some bugs.