I usually leave my pc stalling all night, the problem is that sometimes when I wake up I have the DC confirmation window and I think: "wtf... dc? I might as well leave my pc off".
But today I had an Idea.. What about if wenever the game DCs the pc shutsdown? well this is what this script does..
I was gonna make an .exe of it, but since then I would get a lot of noobs sain it was a keylogger and things like that I'll just paste the code here.
Instructions:
1Download and install Autoit V3
2Copy the code and paste it into a .txt and rename it to .au3
3Run the script when u r planning to go afk.
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
That's it... All the script does is detect the dc window and shutsdown if detected sucesfull.
Ok, I said that I wouldn't up the exe, but here it is, just in case u don't want to have all that trouble. Scan all u want.