Jump to content
4p

Runex "remember me" log in function [AHK]

Recommended Posts

I figured other people might find this useful, I got bored typing my username and password in every time I opened the client so I made this to do it for me, it ain't pretty but it works. Just make a new autohotkey script wherever you keep your Runex launcher and then launch the script (after changing the user and pass obviously).

 

I shouldn't have to say this, but don't use it on a public or shared computer...having your details in plain text sitting on your desktop isn't the smartest idea when you have snooping friends/siblings around

 

Run, Runex.jar
sleep, 7000
WinWait, Runex, 
IfWinNotActive, Runex, , WinActivate, Runex, 
WinWaitActive, Runex,
Send, USERNAMEHERE{enter}
Send, PASSWORDHERE
sleep, 1000
ExitApp

 

https://autohotkey.com/download/

Edited by 4p

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×