I posted it here since we got some professional PK2 Editors, and maybe they know a little bit of AutoIT or scripting, and I don't think many people look in the questions and help forum too. Please don't post unless you know you can help and if this thread is in the violation of some rule I don't know about... remove it as well.
Okay, so I got this off from some forum... it's a AutoIT code where if SRO disconnects you overnight stalling, its supposed to shut SRO and make the computer shut down.
Code:
$a=1
While $a==1
Sleep(1000)
If PixelGetColor(361,318)=0x424242 Then
If PixelGetColor(472,410)=0xDECE94 Then
$a=0
Shutdown(1)
EndIf
EndIf
WEnd
So I compiled it into .exe and left my stall overnight. So when I wake up, I find that I was disconnected due to the inspection. The script was on, but it didn't work. I find that the idea can be useful and would like to get help on it, then maybe most of you can use it too when you stall and get disconnected. Why leave the computer on for like a straight 8 hours? Thats waste of electricity. :/