By the way I got TWO green addresses so I will also try with the other address to see if that disconnects the player. I have used a .txt to upload it.
Ok then what is wrong with this little script?
Code:
;;;;;;;;;;;;;;;;;;;;;;dc player;;;;;;;;;;;;;;;;;;;;;
player:
End := A_ScriptName
if End > %listThree31%
{
winkill, ahk_pid %pid%
ExitApp
}
return
Code:
;;;;;;;;;;;;;;;;;;;;;;dc player;;;;;;;;;;;;;;;;;;;;;
player:
dc=0x8CABC8
if, (dc > 0x8CABC8)
{
winkill, ahk_pid %pid%
exitapp
}
return






