Name: Anonymous 2011-07-17 13:43
how the fuck can they search the whole web in such a short time?
DO
FOR I=0 to 255
FOR J=0 to 255
FOR K=0 to 255
FOR L=0 to 255
LET IP$=STR$(I)+"."+STR$(J)+"."+STR$(K)+"."+STR$(L)
CRAWL(IP$)
NEXT
NEXT
NEXT
NEXT
LOOP