Hey guys just an update, if anyone else is also getting this, I tried to have a go at coding lol and managed to fix it.
I just added a new line where if the Resume button could not be found, it would then look for the network disconnect dialogue and click ok.
Works the same as the fix for the exit game loop.
You also need to save the network disconnect png in your image folder.
http://www.ownedcore.com/forums/atta...20x1080-dc.png
Code:
ElseIf CheckFor("Disconnect", "", Round(850*$x_ratio), Round(415*$y_ratio), Round(1072*$x_ratio), Round(437*$y_ratio), 3, 60) Then
MouseClick("left", Round(960*$x_ratio), Round(632*$y_ratio))
Sleep(100)
Send("{SPACE}")
Return