google-site-verification: googlebaca44933768a824.html VB.Net Steam Multi Tool Source Code - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

VB.Net Steam Multi Tool Source Code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    VB.Net Steam Multi Tool Source Code

    hellrazer & redskull have been updating it and such for a while now and i was selling it for a bit bc i needed cash bad lol. but now with christmas just passed and the new year comin round that ima release it for free w/ open source... this project was my first major project, and the code is pretty sloppy but effective...

    Im gonna update it for new games, clean up the code, disable the HWID verification and upload here today hopefully.

    Things to note:
    --Part of it is based on Mitsukarina's "[Tutorial] Exploring the Steam API" (https://www.steam-hacks.com/forums/s...steam-api.html)
    --I implemented threading into it to allow the gui to be responsive while checking lists... its kinda hard to understand what the threading delegates are doing (even for me and i coded it)

    Known problems:
    --info changer was broken when valve updated for email verification (if i can get an updated header with new syntax i could prob get it back to working)
    --some problems with group adder (havent looked at it in a while)
    --update system is down because of verification system going down (will be fixed in a few days)
    --some random things may not work because i took down the verification system (report errors that u see)

    Feature List:

    Account Checker
    -Checks Single & Multiple Accounts
    -Checks ALL Games On the Account
    -Checks The Account's Steam and Friend ID
    -Checks if account is VAC banned
    -Exports working accounts to text files

    Account manager
    -Saves a list of accounts
    -Allows you to easily launch steam to login to any account on the list
    -Fast check to make sure the accounts are still working

    Account Info Changer (BROKEN)
    -Allows you to change an accounts Password, email, and security information
    -Can tell steam to send an email of all accounts attached to that email
    -**Can change password to lengths lower than 6 chars if desired**

    Steam Tools
    -Login to steam client with info provided
    -Add a friend (to the account currently logged into steam client)
    -Connect to a game server (to the account currently logged into steam client)
    -Initiate chat with a friend (to the account currently logged into steam client)
    -Open parts of the client (Friends list, main client, game list, media list, news page, server list, and settings)
    -Unmask/remask Password box on steam login

    Additional Tools
    -Convert Friend ID to Steam ID
    -Convert Steam ID to Friend ID
    -Generate Random Friend ID
    -Invite people to a group

    Updates (BROKEN)
    -There is an update system, so u don't have to go looking for when it updates




    ---------------------------------------------------

    Finally done adding all the new games in, and nulling the HWID Auth, and i realized after uploading the src that i forgot to give something a value...
    when you get the build error go to it and:

    replace
    Process.Start("explorer.exe", Folder_Path)
    with
    Process.Start("explorer.exe", path.Replace("/", "\") + "\skins")
    Here are the DL Links (Wouldnt let me attach src so i just upped them to rs):
    Credit hellrazer & redskull
    Download
Working...
X