Well I was saying I don't use VC++ I just need a working program to generate the wordlist. .txt is what I was going with. the format?
word1
word2
word3
word4 etc.
What do you mean "I need a proper site from which I can grab the list."? I would like to be-able to type in any website and then it scans the text on the site agaist the current word list and if it's not there then it add's it to it. Messag box pops-up saying "Finished" or something when it's done.
Thanks.
Ah, kk. Got it. Will make it in the morning. Sleepy as fuck now. 1:26 AM here :|
It'll be pointless. Your word file will soon grow to big to compare every word to it. Might as well download a bruteforcing dictionary, theres a couple public ones with a few million words in them
I was actully thinking of going with MySQL, with a loading screen at on load for the MySQL file. Do you think that would work? I'll make some program to add the words into MySQL.