remapper

i may be a lil late with this info, but you can change the title of a window kinda easy with autohotkey.

Code:
winSetTitle, A,, Brand New Name
 
The idea was to hook the window, not change the name xD
And even then, I'd assume to change the name you first need to hook it which was the problem in the first place...
But I think I said it before, I used some regex in the window title search and now works for any client with "Phantasy Star Online Blue Burst" anywhere on it.

Also, I don't know if changing the window name will trigger Soda's anticheat measures, prolly not but well.. no need to mess around with that.
 
Here you go, have fun source code included lol

Edit: Please note this is not my software, don't bother me about it.
 

Attachments

  • remaps_ephinea.zip
    510.2 KB · Views: 53
Back
Top