Tech Tribe
Tech Tribe
  • 24
  • 207 852
Visual Memory 100th Percentile | Human Benchmark Bot
I cheat on Human Benchmark Reaction Visual Memory test using a computer program. That's right, I write a Python bot from scratch that allows us to score in the 100th percentile (meaning it is probably the human benchmark world record) on human benchmark tests. This video is the ultimate human benchmark exploit.
The Python program uses Selenium to get the necessary HTML content from Human Benchmark. Specifically, I look for squares that have the HTML class "active." Then, I wait a little and click those squares. The Python program is relatively simple, but it allows us to get insanely high scores!
This video is special because it is the last one in the series! We have written a Python bot to beat every single human benchmark test. We rank in the 100th percentile for all tests except the two reaction tests, where we still scored in the 99.9th percentile. Amazing! Thank you for following along with the series and subscribe for more programming content!
Human benchmark link: humanbenchmark.com/
My code: github.com/techtribeyt/human_benchmark/tree/main/visual_memory
#humanbenchmark #bot #coding #programming
Переглядів: 1 799

Відео

Human Benchmark Chimp Test | Python Bot World Record
Переглядів 1,3 тис.2 роки тому
I cheat on Human Benchmark Reaction Chimp Test using a computer program. That's right, I write a Python bot from scratch that allows us to score in the 100th percentile (meaning it is probably the human benchmark world record) on human benchmark tests. This video is the ultimate human benchmark exploit. Even though the numbers disappear so that a human cannot visually see them, the computer loo...
Number Memory World Record | Human Benchmark Python Bot
Переглядів 9512 роки тому
I cheat on Human Benchmark Reaction Number Memory test using a computer program. That's right, I write a Python bot from scratch that allows us to score in the 100th percentile (meaning it is probably the human benchmark world record) on human benchmark tests. This video is the ultimate human benchmark exploit. This test was one of the simplest. I use Selenium to read the number on the screen, ...
Flawless Verbal Memory Bot - Human Benchmark Record?
Переглядів 6212 роки тому
In this video series, I write Python bots from scratch that allow me to score in the 100th percentile on human benchmark tests. In this video, I cheat on the Human Benchmark Verbal Memory test using a a Selenium Python bot. Could this be verbal memory world record? I have already tackled the two reaction tests, sequence memory, and typing speed. In this video, I obliterate the verbal memory tes...
Making Expert Connect 4 AI
Переглядів 7 тис.2 роки тому
I program a Python connect 4 AI to play against real people online. How well do you think it will do? After implementing connect 4 in Python, I choose an algorithm that will power the connect 4 bot. The algorithm, minimax, searches the entire game tree, or all possible game states, to come up with an optimal move every single time. Unfortunately, there are so many states in the game that it is ...
Dominating Human Benchmark | Sequence Memory Bot
Переглядів 1,4 тис.2 роки тому
I write a Python program to take the Human Benchmark Sequence Memory test. Can we score in the 100th percentile? This is another human benchmark exploit in my series. The Python program identifies the 3x3 grid that the sequence memory test uses. Then, it uses computer vision (pyautogui) to record the sequence by analyzing the colors of the pixels of each square. Then, at a lightning fast speed,...
Cookie Clicker Hack with 10 Lines of Code
Переглядів 9 тис.2 роки тому
With just a few lines of Python code, we can build an auto clicker for Cookie Clicker. This Cookie Clicker auto clicker gets us thousands of cookies per minute passively, decreasing the amount of effort needed to progress in the game. 🍪🍪🍪 There are many cookie clicker cheats you can find online, but I like this cookie clicker hack in particular because it only gives you an edge at the early sta...
AI Learns to Play Snake - Q Learning Explanation
Переглядів 4,7 тис.2 роки тому
I use a Q Learning algorithm in Python to train an agent to play the classic snake game 🐍. The goal of the game is to direct the snake toward eating apples, which allow the snake to grow longer. The snake also must avoid walls and its own body - crashing into these ends the game. While it is easy for a human to play this game fairly well, I wanted to see how good of a snake AI we can train usin...
Wordle Champion - Coding Perfect Wordle Ai
Переглядів 11 тис.2 роки тому
Hey, have you heard of Wordle yet? Stop lying - I know you have! And while it is a super fun game to play for humans, I wanted to let computers in on the action. In this video, I explain and implement a Wordle algorithm in Python which is ALWAYS able to find the secret word in 6 tries or fewer (4 tries on average). I test the Wordle bot not only on the official wordle website (www.powerlanguage...
Python Voice Assistant for Twitter - Tweet with Your Voice!
Переглядів 1762 роки тому
I build a Python assistant that lets me tweet using my voice and simple voice commands! For this, I employ a few Python libraries such as Tweepy and SpeechRecognition. The Python voice assistant starts by listening for the key phrase "send a tweet." Afterwards, the program talks to the user, prompting them to say the text of the tweet, punctuation, and emojis. Lastly, the twitter bot seamlessly...
Human Benchmark Typing Cheater | Super Fast Python Bot
Переглядів 3,6 тис.2 роки тому
I cheat on Human Benchmark Reaction Typing Test using a computer program. That's right, I write a Python bot from scratch that allows us to score in the 100th percentile (meaning it is probably the human benchmark world record) on human benchmark tests. This video is the ultimate human benchmark exploit. The Python program uses Selenium to get the necessary HTML content from Human Benchmark. Th...
Coding Superhuman Atari Breakout A.I.
Переглядів 1,3 тис.2 роки тому
I make a computer program that flawlessly plays Atari breakout, beating the Google game and performing super well in other versions of the game! 💻 While the original strategy of just moving the paddle hella fast didn't work, we ended up using OpenCV (a computer vision library) to find the ball by its specific RGB color, which allowed our Python program to use the ball's coordinates to follow it...
Cheating on Human Benchmark | Fast Reaction Python Bot
Переглядів 7 тис.3 роки тому
I cheat on Human Benchmark Reaction Time and Aim Trainer using a computer program. That's right, I write a Python bot from scratch that allows us to score in the 99.9th percentile on human benchmark tests. Could this be world record? This video is the ultimate human benchmark exploit. Essentially, the Python program I wrote for Reaction Time and Aim Trainer looked for a specific color in the ga...
Exposing Comment Section Spammers with Python
Переглядів 1,2 тис.3 роки тому
Exposing Comment Section Spammers with Python
Sudoku Solver Ai Beats Puzzle in 9 Seconds
Переглядів 8 тис.3 роки тому
Sudoku Solver Ai Beats Puzzle in 9 Seconds
Violent AI plays Kick the Buddy
Переглядів 3363 роки тому
Violent AI plays Kick the Buddy
Clicking Bot Annihilates Piano Tiles
Переглядів 5 тис.3 роки тому
Clicking Bot Annihilates Piano Tiles
Crushing Humans on Expert Math Test with Python
Переглядів 2463 роки тому
Crushing Humans on Expert Math Test with Python
I use Python to cheat on a math test
Переглядів 1,2 тис.3 роки тому
I use Python to cheat on a math test
SUPER FAST Python Typing Bot - 7,000 WPM
Переглядів 19 тис.4 роки тому
SUPER FAST Python Typing Bot - 7,000 WPM
Using R to Analyze COVID-19 | R Programming Project
Переглядів 114 тис.4 роки тому
Using R to Analyze COVID-19 | R Programming Project