11-22-2022, 08:38 PM
(This post was last modified: 11-22-2022, 08:40 PM by King Mocker.)
The program just accepts whatever word you enter as long as the letters are correct if the wordlist isnt found.
Without the wordlist , just entered UCPE and it took it.
The wordlist for me is stored in a sub folder in the alchemy folder.
So, I had to add a ./ to the path on line 223, filename$ = "./wordlists/" + Left$(try$, 1)
Edit:
and line 221, If Not _DirExists("./wordlists") Then isaword = 1: GoTo checksfinished
Without the wordlist , just entered UCPE and it took it.
The wordlist for me is stored in a sub folder in the alchemy folder.
So, I had to add a ./ to the path on line 223, filename$ = "./wordlists/" + Left$(try$, 1)
Edit:
and line 221, If Not _DirExists("./wordlists") Then isaword = 1: GoTo checksfinished