Page 1 of 4 123 ... LastLast
Results 1 to 15 of 60
  1. #1
    ImWhacky's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    509
    Reputation
    56
    Thanks
    4,059
    My Mood
    Breezy

    Post Steam Account Switcher (With Source)

    Steam Account Switcher v1.0
    By ImWhacky

    I wrote this a while ago to switch in between steam accounts when I need to and I decided to release it.




    How to use
    1. Unzip ALL FILES IN ZIP FOLDER anywhere on your computer
    2. Launch "Steam Account Switcher"
    3. Go to "add" tab and enter account information (If you are not feeling safe about this, look below this and i have the source code, you can compile it yourself if you want just to be sure its not a key logger.)
    4. Once you have added the accounts that you wish to use, go to the first tab and select the account from the drop-down box.
    5. Once you have selected the account you would like to use, click "Login" and it will automatically log you in.




    Virus Scans:
    Virus Total - Click here
    Jotti - Click here
    (The results are because of the icon converter I used to make the icon.)
    I will be changing the icon in the next release, which should fix the false positives.




    Screenshots:





    Q&A
    Q: Why would I need this?
    A: This somply makes it faster to switch between accounts (Example: Main, Smurf, Hack etc...)
    Q: Does this store my username and password locally?
    A: Yes, in a xml file but I am working on storing it internally into the file.




    Source (v1.0):
    I always release the source codes for my projects to make you feel as safe as possible.

    Code:
    'Made By ImWhacky
    'MPGH Exclusive
    
    Imports System
    Imports System.Xml
    Public Class Form1
        Dim myXml As New XmlClass
    
        Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
            User_label.Text = "(Select Account)"
            PW_label.Text = "(Select Account)"
            myXml.Filename = ("SteamAccs.xml")
            myXml****ot = ("Main")
            FindAccounts()
            If CheckBox1.Checked Then
                PW_label.Visible = True
                Label7.Text = ""
            Else
                PW_label.Visible = False
                Label7.Text = "(Password Not Visible)"
            End If
            TabPage2.BackColor = TabPage1.BackColor
            Login_btn.BackColor = Add_btn.BackColor
        End Sub
    
        Public Sub FindAccounts()
            Dim xml_doc As New XmlDocument
            Dim nodelist As XmlNodeList
            Dim node As XmlElement
            xml_doc.Load("SteamAccs.xml")
    
            nodelist = xml_doc.SelectNodes("Main/*")
            For Each node In nodelist
                LoginList.Items.Add(node.LocalName.ToString)
            Next
        End Sub
    
        Private Sub Login_btn_Click(sender As Object, e As EventArgs) Handles Login_btn.Click
            Dim proc = Process.GetProcessesByName("Steam")
            For i As Integer = 0 To proc.Count - 1
                proc(i).Kill()
            Next i
            Process.Start("C:\Program Files (x86)\Steam\Steam.exe", "-login " + User_label.Text + " " + PW_label.Text)
        End Sub
    
        Private Sub LoginList_SelectedIndexChanged(sender As Object, e As EventArgs) Handles LoginList.SelectedIndexChanged
            User_label.Text = myXml.ReadString(LoginList.Text, "UserID")
            PW_label.Text = myXml.ReadString(LoginList.Text, "Password")
        End Sub
    
        Private Sub Add_btn_Click(sender As Object, e As EventArgs) Handles Add_btn.Click
            If Section_txt.TextLength > 1 And UserID_txt.TextLength > 1 And PW_txt.TextLength > 1 Then
                myXml.WriteString(Section_txt.Text, "UserID", UserID_txt.Text)
                myXml.WriteString(Section_txt.Text, "Password", PW_txt.Text)
                FindAccounts()
            Else
                MsgBox("Fill in all the boxes")
            End If
        End Sub
    
        Private Sub PW_label_Click(sender As Object, e As EventArgs) Handles PW_label.Click
    
        End Sub
    
        Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
            If CheckBox1.Checked Then
                PW_label.Visible = True
                Label7.Text = ""
            Else
                PW_label.Visible = False
                Label7.Text = "(Password Not Visible)"
            End If
        End Sub
    
        Private Sub Label5_Click(sender As Object, e As EventArgs) Handles Label5.Click
            Form2.Visible = True
        End Sub
    End Class
    <b>Downloadable Files</b> Downloadable Files
    Last edited by ImWhacky; 10-08-2015 at 07:54 PM.

  2. The Following 61 Users Say Thank You to ImWhacky For This Useful Post:

    980322091 (10-08-2015),AbjectLlama97 (10-10-2015),AdamC2345 (07-27-2017),Alch3m1st1337 (10-09-2015),alphaplayingcsgo (11-26-2015),andika12 (12-28-2018),AngelMooCowGal (05-21-2017),aussie12345 (10-08-2015),awesome1234577 (10-10-2015),azk27482 (05-16-2017),brentcuypers (08-22-2017),btryeiwfr (10-09-2015),calvinleo21 (10-09-2015),christianh8s (10-09-2015),chubamama12 (05-21-2016),Colonel_Rebrtih (06-27-2017),Deloxone92 (03-15-2019),DJHITMAN (12-26-2021),DrLee (08-25-2017),dyrh1111 (10-08-2015),ezgamepro@ (02-12-2017),Greesmonkey (10-12-2017),harel2211 (10-09-2015),hazza72 (10-09-2015),isnotbestbestloveworld (07-14-2016),JimmiesRustler (10-11-2015),Kingimthewing (04-16-2016),kinishida (10-09-2015),leet97 (10-08-2015),Lil Asian Boi (12-12-2018),luzerax (10-09-2015),MangoMunchaa (10-09-2015),Oinkieoink (06-06-2018),payer_paul (09-08-2018),randomgamer1017 (10-08-2015),ret12 (10-10-2015),RGAERhaerhaerherh (10-09-2015),rharara (02-14-2016),sad.illidan (12-08-2015),SirBimmelbahn (05-17-2016),Skebby_ (10-09-2015),soccerbaa63 (03-08-2018),stikolo (10-11-2015),Storyline_ (10-11-2015),sup h0wl (10-10-2015),swagollyg (04-15-2018),syserror404 (10-09-2015),thisisleooo (10-25-2017),thuanhieu159 (10-09-2015),Tompop (01-30-2018),totallynotlolyou (10-09-2015),TxDog (10-10-2015),Verplix (10-09-2017),voco22 (03-07-2017),WeedCP (10-10-2015),whatsappsters (10-09-2015),wilziam680 (10-09-2015),xBoboy (12-31-2017),xfindx (09-10-2018),xo1337 (08-19-2017),zomcal (10-09-2015)

  3. #2
    MangoMunchaa's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Australia
    Posts
    29
    Reputation
    10
    Thanks
    6
    My Mood
    Cheerful
    this is fucking amazing, definitely will be using this when it's approved. thanks man!

  4. #3
    ImWhacky's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    509
    Reputation
    56
    Thanks
    4,059
    My Mood
    Breezy
    Quote Originally Posted by MangoMunchaa View Post
    this is fucking amazing, definitely will be using this when it's approved. thanks man!
    Anytime! thanks for the feedback!

  5. The Following User Says Thank You to ImWhacky For This Useful Post:

    MangoMunchaa (10-09-2015)

  6. #4
    leet97's Avatar
    Join Date
    May 2015
    Gender
    female
    Location
    Fakeflagoland
    Posts
    195
    Reputation
    10
    Thanks
    28
    My Mood
    Cool
    Very usefull! Thanks for sharing

  7. #5
    ImWhacky's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    509
    Reputation
    56
    Thanks
    4,059
    My Mood
    Breezy
    Quote Originally Posted by leet97 View Post
    Very usefull! Thanks for sharing
    Thank you, anything to help!

  8. #6
    jordie1417's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    Brazil
    Posts
    146
    Reputation
    10
    Thanks
    18
    looks awesome. Good work.

  9. #7
    aussie12345's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    19
    My Mood
    Paranoid
    Looks beast thx <3
    Last edited by aussie12345; 10-08-2015 at 11:28 PM.

  10. #8
    ImWhacky's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    509
    Reputation
    56
    Thanks
    4,059
    My Mood
    Breezy
    Quote Originally Posted by jordie1417 View Post
    looks awesome. Good work.
    Thanks for the feedback!

  11. #9
    Sparke1011's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Looks neat might use later on

  12. #10
    PhY'z's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    518
    Reputation
    58
    Thanks
    1,310
    My Mood
    Angelic
    It is wrote in? VB.NET?
    Contact with me in any question...


    Hi (:

  13. #11
    NukeBorov's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    what programming language did you write this program in?

  14. #12
    Viperious's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    United States
    Posts
    258
    Reputation
    10
    Thanks
    49
    My Mood
    Buzzed
    Amazing i cant wait to try

  15. #13
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by Adri308 View Post
    It is wrote in? VB.NET?
    that is VB.net base on source code
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  16. #14
    DadDelta's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    702
    Reputation
    18
    Thanks
    2,263
    Alot of bugs.
    Game: For Honor

    Goals:
    Thanks: 1000 ✓
    Thanks: 1500 ✓ Thanks for the Support!
    Posts: 500 ✓
    Posts: 1000

  17. #15
    ImWhacky's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    509
    Reputation
    56
    Thanks
    4,059
    My Mood
    Breezy
    Quote Originally Posted by DadDelta View Post
    Alot of bugs.
    Such as what? The only bug I'm aware of is when you don't extract the xml file in the same directory of the program, if you don't do that you will get an error message but if you press continue, it just makes another one. In the next release I will fix this problem

    - - - Updated - - -

    Quote Originally Posted by NukeBorov View Post
    what programming language did you write this program in?
    Quote Originally Posted by Adri308 View Post
    It is wrote in? VB.NET?
    I wrote it in VB.net

Page 1 of 4 123 ... LastLast

Similar Threads

  1. selling steam account t with mw3 black ops and saints row 3 portal 2
    By Matrix in forum Selling Accounts/Keys/Items
    Replies: 3
    Last Post: 10-05-2012, 09:25 PM
  2. [SELL] STEAM Account (2008) with 54 games
    By Spezel1te in forum Selling Accounts/Keys/Items
    Replies: 9
    Last Post: 10-01-2012, 09:01 AM
  3. [SELL] STEAM Account (2007) with 54 games
    By MartianManhunter in forum Selling Accounts/Keys/Items
    Replies: 15
    Last Post: 09-26-2012, 05:10 AM
  4. Old steam account selling with many games
    By dnboy in forum Selling Accounts/Keys/Items
    Replies: 0
    Last Post: 08-03-2011, 05:16 AM
  5. SELLING STEAM ACCOUNT CODMW2, WITH L4D
    By sugarkrave in forum Selling Accounts/Keys/Items
    Replies: 1
    Last Post: 06-06-2010, 01:16 PM

Tags for this Thread