• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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.



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.




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

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
 
Joined
Oct 18, 2010
Messages
558
Reaction score
45
Mr-K
Sir can you make support to IGCN File?
Because IGCN using LauncherOption.if file with value

DevModeIndex:0

WindowMode:1

ID:

and Resolution Support:

//DevModeIndex:
//0: 800x600 (4:3)
//1: 1024x768 (4:3)
//2: 1152x864 (4:3)
//3: 1280x720 (16:9)
//4: 1280x800 (16:9)
//5: 1280x960 (4:3)
//6: 1440x900 (16:10)


Thanks...