View Single Post
  #30  
Old 07-30-2012, 06:33 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by scriptless View Post
Actually I made a program back in 2007 using Delphi that scanned levels, it wasn't to hard to have it find certain text within and count the number of occurances.. However making it remove them is indeed difficult.. Think find position within a substring..
Replacing occurrences of something in a string is rather easy, just use regular expressions. That's not the problem though. Programs/scripts like that are easily avoided. If you really want to cause harm, you'll be able to get past such protection. It's just impossible to efficiently check for malicious code.
Reply With Quote