• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Realmlist Changer with autologin

Discover-

Enthusiast
Oi,

I've been working on an opensource realmlist changer which also supports logging in to the users account and character (all optional) when launching wow. It's written in C# using the WinForms interface and requires the .NET 4.0 framework (this all means it's Windows only).
The account password is encrypted into an XML file in your AppData folder and is only decrypted on the application launch. As you can see in the source on GitHub, I am not saving any information at all. Keep in mind using the auto login functionality is optional!

Virustotal: https://www.virustotal.com/nl/file/...fea3694cbe25d2c3ab816b2d/analysis/1391353060/
Download: http://bit.ly/1eJBxDr
GitHub: https://github.com/Discover-/Realmlist-Changer
Screenshots: http://imgur.com/eVqIHPK,wGivr2E#0
eVqIHPK.png


wGivr2E.png



Discover-
 
Last edited:

Hamar

BETA Tester
Nice nice, forked repo and did some cleanup if you're interested i can create an pull request.
 

Discover-

Enthusiast
Thanks, I appreciate it. Thing is, there's a few points in your commit that I do like but also a few that I don't. For example I hate the use of the 'var' keyword in C# (you don't see auto being used everywhere in C++, do you?).

For the other points I'll comment on your commit. :)

Thanks again.
 
Top