INDEX: About, Instructions, Troubleshooting, and Notes ABOUT: This project brute forces Wordle! If you do not know what brute forcing is, the best example is Minecraft. I recommend learning brute forcing with Minecraft seeds. Anyway, Wordle is a word puzzle game. If you do not know what it is, play it here: https://www.powerlanguage.co.uk/wordle/ https://www.wordleunlimited.com/ INSTRUCTIONS: Just follow what the project tells you to do. Type into the text box. This project may not always work, but it does the best it can, and it certainly will do better than a human! Comment your codes and use other people's codes to see their results. This project is protected by a bad word protection system. The load code option is pretty lame, because you do not have the puzzle so you don't know what to input. I do not know why I made it, but it's still cool. To copy your save code, highlight the text by triple-clicking on it fast, and then use Ctrl + C or right click and select copy. To paste it, use Ctrl + P or right click and select paste. PLEASE POST ANY BUGS OR ERRORS IN COMMENTS: TROUBLESHOOTING: Q: The Link is not working! I can't get to Wordle. A: Wordle was just bought by a company. If the link doesn't work, the game is all over the internet. Just do a quick search in your search engine, or ask a friend. Q: I can't copy / paste my save code A: To copy your save code, highlight the text by triple-clicking on it fast, and then use Ctrl + C or right click and select copy. To paste it, use Ctrl + P or right click and select paste. If the text does not get highlighted when u triple-click, try again. Q: My code is invalid! A: If you entered an invalid character or did not listen to the prompts, this can happen. Please Q: I got an error message! A: There are multiple types of errors. Some include out of possible words, inappropriate text entered, malicious code detected and blocked, invalid code, and invalid character entered. This is usually due to a mistake when inputting codes or brute force conditions. Please comment the error code along with what error you got. Q: The project is stuck, badly lagging, or crashed. A: Please say the difficulty you had and what you did before it happened in the comments. An invalid input such as an invalid character is usually the cause of this. Q: It says I ran out of attempts, but I didn't. What can I do? A: Either a bug occurred or you made a mistake when prompted to say how many attempts you had. The best thing to do is to click the flag and try again. Please post your code in the comments and say that you falsely ran out of attempts! Q: It said I entered inappropriate text, but I didn't! A: This project is protected by my bad word detector. It uses Google Translate because Google Translate will not translate anything innapropriate. Some reasons for the system failing are something having to do with your language (the one you use on the scratch website), you entering an invalid character that Google Translate does not recognize, or Google Translate having a hiccup. Q: It said a code I entered was malicious and blocked! A: This is usually due to an invalid code or a purposefully malicious code. The project has an inappropriate code protection system. Please comment the code so I can review it. If someone else gave you the code, they probably had malicious intent. Q: It gave me a word that does not work! A: The dictionary is not the exact same as the World dictionary. Please type "No", as instructed, and comment the word so it can be fixed. NOTES: -Stats: It took about 12 hours, done in almost one day. 1000+ Blocks All by me, dictionary by @peekaboo3 -Fun facts: This project uses Google Translate to protect against bad words. This works because Google Translate refuses to translate inappropriate things! The codes are only encoded into numbers to make them look fancy and also make it so you can't tell what they mean at first glance. If you think you're hacking something by "decoding" the save codes, you are not. Brute forcing is fun! This was fun to make. Comment what you want me to brute force next! I got the inspiration from playing Wordle. I was going to lose a puzzle, so I made this project, then used it to finally win the puzzle 9 hours later! The brute forcing algorithm is very simple. It checks each letter to make sure it is a valid letter, then it checks that whole word to make sure it is valid. The dictionary is 50,000+ words, but only words that can be used in Wordle are tested - this makes it much faster! The majority of the code is in the UI. This project seems simple, but there is more to it than it seems. It has many features to make sure that you get the puzzle solved! It is possible to use a Webscraper to win in one click. However, I just do scratch stuff! This project has three layers of protection against bad words! If you do not know what brute forcing is, the best example is Minecraft. I recommend learning with Minecraft seeds.
Feel free to remix or add to studios! The description was too long so I had to edit it LOL! Automatically Fill Blank Puzzles: 685868586858685868585858583258 I have a dev mode don't try to cheese the system :P Thanks to @peekaboo3 for the dictionary. I remixed solely for the dictionary - not a single piece of code was saved. It's amazing how much you can do with just a dictionary! If you do not know what brute forcing is, the best example is Minecraft. I recommend learning brute forcing with Minecraft seeds. History: V1 (Feb 01) Made the brute forcing system V1.1 (Feb 01) Made a UI! V1.2 (Feb 01) Made codes! V1.3 (Feb 01) Made bad word protection system! V1.4 (Feb 02) Made some changes to UI and brute forcing system V1.5 (Feb 02) Shared the project! V1.6 (Feb 02) Added thumbnail V1.7 (Feb 02) Added dev mode V1.8 ( Feb 03) Added word input option! V1.9 (Feb 15) Added new and improved thumbnail, and made it use that instead of a block screen as the UI background.