This paper introduces a new computer-based plagiarism detection technique that combines longest common substring clustering, substring matching, and keyword similarity. Documents are clustered based on longest common subsequence to create groups of similar documents. Substring matching is then used to compare substrings between documents in each cluster. Finally, keyword similarity is evaluated based on input keywords to further detect plagiarism. The technique aims to more efficiently detect plagiarism compared to traditional substring-based algorithms by first clustering similar documents before applying the detection methods.