Skip to content

PiggyAwesome/ThePasswordGame-Speedrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThePasswordGame-Auto

Complex python script that plays https://neal.fun/password-game/ completely automatically This program is quite slow compared to console scripts. To make up for it, it has advances features that makes it able to complete most of the rules if neal ever adds new content to them this is because, instead of using set answers for the puzzles, it solves them in real time like a human would.

  • Rule 1 Your password must be at least 5 characters.
  • Rule 2 Your password must include a number.
  • Rule 3 Your password must include an uppercase letter.
  • Rule 4 Your password must include a special character.
  • Rule 5 The digits in your password must add up to 25.
  • Rule 6 Your password must include a month of the year.
  • Rule 7 Your password must include a roman numeral.
  • Rule 8 Your password must include one of our sponsors
  • Rule 9 The roman numerals in your password should multiply to 35.
  • Rule 10 Your password must include this CAPTCHA:
  • Rule 11 Your password must include today's Wordle answer.
  • Rule 12 Your password must include a two letter symbol from the periodic table.
  • Rule 13 Your password must include the current phase of the moon as an emoji.
  • Rule 14 Your password must include the name of this country.
  • Rule 15 Your password must include a leap year.
  • Rule 16 Your password must include the best move in algebraic chess notation.
  • Rule 17 🥚 ← This is my chicken Paul. He hasn't hatched yet, please put him in your password and keep him safe.
  • Rule 18 The elements in your password must have atomic numbers that add up to 200.
  • Rule 19 All the vowels in your password must be bolded.
  • Rule 20 Oh no! Your password is on fire. Quick, put it out!
  • Rule 21 Your password is not strong enough 🏋️‍♂️
  • Rule 22 Your password must contain one of the following affirmations
  • Rule 23 Paul has hatched! Please don't forget to feed him, he eats three 🐛 every minute.
  • Rule 24 Your password must include the URL of a xx minute yy second long YouTube video.
  • Rule 25 A sacrifice must be made. Pick 2 letters that you will no longer be able to use.
  • Rule 26 Your password must contain twice as many italic characters as bold.
  • Rule 27 At least 30% of your password must be in the Wingdings font.
  • Rule 28 Your password must include this color in hex.
  • Rule 29 All roman numerals must be in Times New Roman..
  • Rule 30 The font size of every digit must be equal to its square.
  • Rule 31 Every instance of the same letter must have a different font size.

Notable features:

  • Automatically solves captcha
  • Automatically finds wordle answer
  • Automatically calculates the current moon phase with great accuracy
  • Automatically finds the name of the country in the geoguesser embed
  • Solves any chess puzzle using the Stockfish chess engine, after parsing the image
  • Automatically balances out all digits, Roman numerals and elements
  • Automatically finds the correct youtube video with exact length. (I made a half-finished scraper before I found "the spreadsheet" . I diddnt have the heart to delete it so it's just commented out lol)
  • Automatically ajusts the password's length to be a prime number

Problems:

  • Rule 16 Occasionally, the best chess move will be incorrect.
  • Rule 24 Fails a significant amount of times because of unwanted elements in the video url. (You can help fix this issue by finding new links for assets/youtube_links.json)

Credit

A big thanks to:

A big 🖕 to:

  • Whatever program obfusated Neal's code.

Sorry if some parts of my code is ugly. I usually fix it up at the end, but I'm not finished yet.