1. Rem 开始  
  2. Hwnd = Plugin.Window.MousePoint()  
  3. for 22  
  4. Call Plugin.Bkgnd.KeyPress(Hwnd, 13)  
  5. Delay 1000  
  6. Call Plugin.Bkgnd.KeyPress(Hwnd, 13)  
  7. Delay 13000  
  8. Call Plugin.Bkgnd.KeyPress(Hwnd, 27)  
  9. next  
  10. Delay 1000  
  11. VBSBegin   
  12.    Set obj = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")  
  13.     Set List = obj.ExecQuery ("Select * from Win32_Process Where Name = 'HeyyoClient.exe'")  
  14.     For Each objProcess in List  
  15.    objProcess.Terminate()  
  16.    Next  
  17. VBSEnd  
  18. Delay 2000  
  19. FindPic 0,0,1024,768,"Attachment:\宽带.bmp",0.9,intX,intY  
  20. If intX > 0 And intY > 0 Then  
  21. MoveTo intX, intY  
  22.     Delay 1000  
  23.     RightClick 1  
  24.     Delay 1000  
  25.     KeyPress "O", 1  
  26.     Delay 2000  
  27.         RightClick 1  
  28.         Delay 1000  
  29.         KeyPress "O", 1  
  30.     Delay 1000  
  31.     KeyPress "Enter", 1  
  32. End If  
  33. Delay 3000  
  34. FindPic 0,0,1024,768,"Attachment:\和悦.bmp",0.9,intX,intY  
  35. If intX > 0 And intY > 0 Then  
  36.     MoveTo intX, intY  
  37.     Delay 1000  
  38.     RightClick 1  
  39.     Delay 1000  
  40.     KeyPress "O", 1  
  41. End If  
  42.   
  43. Delay 8000  
  44. FindPic 0,0,1024,768,"Attachment:\电话.bmp",0.9,intX,intY  
  45. If intX > 0 And intY > 0 Then  
  46. MoveTo intX, intY  
  47.     Delay 1000  
  48.     LeftClick 1  
  49. End If  
  50. Delay 2000  
  51. Goto 开始