Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Resolution Changer -Open Source-

Main Idea
Joined
Mar 25, 2006
Messages
514
Reaction score
6
Hi guys, I made this little HTA app, for changing resolutions and saving an account in windows registry.

For those who are not familiaryze with HTA, these are HTML aplications. They run on any Windows, and are pretty usefull for a lots of things. You can modify code just with a right click, and editing with any TXT editor.

Mr-K - [Release] Resolution Changer -Open Source- - RaGEZONE Forums


This Res Changer was made for working with MuEMU files (Season 4), but you can easily adapt it for any other client. You can set colors and styles up. It can be improved, you are invited to make this app better.

I hope it helps!
 

Attachments

You must be registered for see attachments list
Joined
Nov 4, 2012
Messages
928
Reaction score
545
it can be make as launcher too xD

EDIT:

Put this

Code:
		Set objShell = CreateObject("WScript.Shell")
		InputAcc.Value = objShell.RegRead("HKCU\Software\Webzen\Mu\Config\ID")

before window.opener = "x" to get field with account on load xD
 
Last edited:
Main Idea
Joined
Mar 25, 2006
Messages
514
Reaction score
6
s12 work ?

Of course, it works modifying Windows Registry, so all clients are supported.



it can be make as launcher too xD

EDIT:

Put this

Code:
		Set objShell = CreateObject("WScript.Shell")
		InputAcc.Value = objShell.RegRead("HKCU\Software\Webzen\Mu\Config\ID")

before window.opener = "x" to get field with account on load xD

Thanks SmileYzn for your contribution.
Yes, of course a launcher could be made!. I already posted a launcher's project on another forum. I'll move it here as soon as I have a little more available time.
 
Last edited:
Joined
Nov 4, 2012
Messages
928
Reaction score
545
Of course, it works modifying Windows Registry, so all clients are supported.





Thanks SmileYzn for your contribution.
Yes, of course a launcher could be made!. I've allready post a launcher's project on another forum. I'll move it here as soon as I have a little more available time.

You can use HTA Edit freeware bro (If not already using, he can make a executable files using vb)
Also vb supports launch a modal if you plan to make a launcher with it
 
Back
Top