#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Opt("GUIOnEventMode", 1)
$fdel = FileDelete(@UserProfileDir&"\"&"AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\3C4WISR7\api_wrapper*.swf")
$fdel = FileDelete(@UserProfileDir&"\"&"AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\FCFQPENE\api_wrapper*.swf")
$fdel = FileDelete(@UserProfileDir&"\"&"AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\FXQ2HSQO\api_wrapper*.swf")
$fdel = FileDelete(@UserProfileDir&"\"&"AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\FCFQPENE\api_wrapper*.swf")
#Region ### START Koda GUI section ### Form=
Global $Form1_1 = GUICreate("Form1", 808, 850, -1, -1)
GUISetOnEvent($GUI_EVENT_CLOSE, "Form1_1Close")
Global $Game = ObjCreate("Shell.Explorer.2")
Global $Game_ctrl = GUICtrlCreateObj($Game, -155, -45, 1024, 800)
$Game.navigate("http://vkontakte.ru/app1844622_3547976")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
Sleep(100)
WEnd
Func Form1_1Close()
Exit
EndFunc