I have this script that I had found for a Video Game called Realm of The Mad God and rather than using the normal browser client I have an .swf file that I use on the browser.
I was wondering how it would be that I change it so I can get this to work for the .swf file (which is on my desktop)
I think that what is highlighted below is what should be changed to make it work correctly.SetTitleMatchMode 2
RButton::
IfWinActive, Realm of The Mad God | Wild Shadow Forums
{
Click right
Return
}
IfWinActive, Realm of The Mad God
{
Send, {SHIFTDOWN}
Click
Sleep, 100
Send, {SHIFTUP}
Return
}
else
{
Click right
Return
}
I am not actually sure on how it would be changed and I had already read the tutorial and attempted to change it myself to no avail so I am requesting some help from those with much more knowledge than I have.
Also if there is more information that you need or have any questions at all I am more than willing to answer them to my best abilities.
Even if you are not sure how to do it or it happens to be something simple i could google any response at all would help me out




