I would suppose that if you want to change it to the resolution to the one that you play at, just change the 2 numbers in the source code and recompile, but make sure that you run in window mode!Quote:
Originally Posted by NuclearSiloHere is a macro which let you resize your client resolution. But make sure you are playing in window mode, otherwise i won't guaranty if it works fine. Just execute the macro.
[Only registered and activated users can see links. Click Here To Register...]
And the source code, if ur afraid of keylogger, write & compile in AutoitV3:
Code:WinMove("SRO_Client", "", 0, 0, 1920, 1080)
...though I would also try in full-screen as that gives the best experience!
Tell me if it works for you all!