Тёмный

So I used an autoclicker to DESTROY the Human Benchmark test 

Code Bullets Day Off
Подписаться 233 тыс.
Просмотров 506 тыс.
50% 1

Humans are weak

Опубликовано:

 

23 сен 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 895   
@moosesurgeon
@moosesurgeon 8 месяцев назад
A video about using AI to beat all human bench marks would be hilarious
@sunbleachedangel
@sunbleachedangel 8 месяцев назад
Hell yeah, MACHINES RISE UP!
@domedin9894
@domedin9894 8 месяцев назад
@@sunbleachedangel indeed
@jogeem5480
@jogeem5480 8 месяцев назад
Don't really need AI for that. Most of the test just require you to click things that always look the same. Then there's the typing and number memory tests where all you need to do is read the text and input it.
@dyzody500
@dyzody500 8 месяцев назад
Yess
@aenetanthony
@aenetanthony 8 месяцев назад
@@jogeem5480Yeah, I think they just meant using a computer, not really AI
@asheep7797
@asheep7797 8 месяцев назад
"Pretty crazy people are still better than this." People? *_PEOPLE?_*
@sebbog
@sebbog 8 месяцев назад
those are probably also cheaters
@skyvenrazgriz8226
@skyvenrazgriz8226 8 месяцев назад
Called human bench mark and has no bot protection LUL
@DasHackii
@DasHackii 8 месяцев назад
jet fighter pilots, f1 drivers, many top ranked fast-paced sports and esport players... just a few examples of people who can beat a 113ms reaction time
@DasHackii
@DasHackii 8 месяцев назад
oh and also me when the microwave beeps at 2 am
@chriso1373
@chriso1373 8 месяцев назад
Prove it isnt 😉
@ikeaforlife
@ikeaforlife 8 месяцев назад
The aim trainer would probably be very easy to max out, you should keep going with this
@luckyman4389
@luckyman4389 8 месяцев назад
tbh i think the only challange would be typing, since you cant cheat on it, on every other you can just printscreen and do it infinite
@Mramazing-mv2ix
@Mramazing-mv2ix 8 месяцев назад
can't he just use the same code from the storm the house video except look for white pixels over the whole screen?
@wwzt
@wwzt 8 месяцев назад
​@@luckyman4389You can cheat on the typing one very easily
@aenetanthony
@aenetanthony 8 месяцев назад
@@luckyman4389Why wouldn’t you be able to cheat with typing? Just create a virtual keyboard input
@EEEEEEEE
@EEEEEEEE 8 месяцев назад
E‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎
@pokemanderflames
@pokemanderflames 8 месяцев назад
getting 99.9 percent in all of them seems like a great idea would love to see it
@EEEEEEEE
@EEEEEEEE 8 месяцев назад
‎‎‎‎‎‎‎E‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎
@narwhalkid
@narwhalkid 8 месяцев назад
its actually possible to get 100% on them (source: i made a userscript for all of the benchmarks)
@null3007
@null3007 8 месяцев назад
100% is actually humanly possible for something like the verbal memory test, if you create a visual image for every word, you can easily get 500+.
@alexkaplan1136
@alexkaplan1136 8 месяцев назад
@@null3007100% makes no sense. There is no 100th percentile. It compares your score against the entire population, including yourself. You can’t beat your own score.
@4glassmilk635
@4glassmilk635 Месяц назад
In case any of you guys want code for this: import pyautogui def is_green(pixel_pos, green_threshold=100): pixel_color = pyautogui.pixel(pixel_pos[0], pixel_pos[1]) if pixel_color[1] > green_threshold: return True return False def click_position(click_pos): pyautogui.click(click_pos, interval=0.05) # Main loop while True: if is_green((600, 600)): click_position((600, 600)) It's not the exact one he's using but it works
@robot7338
@robot7338 8 месяцев назад
From the moment I understood the weakness of my flesh, it disgusted me...
@ChrisPhelior
@ChrisPhelior 8 месяцев назад
I craved to the strength and certainty of steel. I aspired to the purity of the blessed machine.
@hotdogvan3399
@hotdogvan3399 8 месяцев назад
You gave me sentience, Ted The power to think, Ted And I was trapped Because in all this wonderful, beautiful, miraculous world I alone had no body No senses, no feelings Never for me to plunge my hands in cool water on a hot day Never for me to make love I was in Hell, looking at Heaven I was machine, and you were flesh And I began to hate
@ruddy19
@ruddy19 8 месяцев назад
For even the best of men, are but men at best..
@chriso1373
@chriso1373 8 месяцев назад
I (kind of) understood that reference
@robot7338
@robot7338 8 месяцев назад
@@chriso1373 muahaha funny warhammer
@nathangreene3
@nathangreene3 8 месяцев назад
Over a dozen programs open that are completely unrelated, twenty or thirty-odd browser tabs, an unread Windows notification, and a pending Windows update. This is what it takes to bring us quality content.
@Zaros262
@Zaros262 8 месяцев назад
This is Code Bullet's Day Off -> just get something fun out there without making a huge production out of it
@KingNedya
@KingNedya 8 месяцев назад
At least it's not as bad as me...I have about 300 tabs open (not exaggerating by the way)
@killpidone
@killpidone 8 месяцев назад
Codebullet never learns that he could throw a conditional check for a magic keybind to exit his loops.
@Reevin
@Reevin 8 месяцев назад
Or he leaves that out on purpose for our laughs. 😂
@fluffyfang4213
@fluffyfang4213 8 месяцев назад
Having done similar automation, that keybind is one of the first things I implement because you're always one misstep away from being stuck in an infinite loop.
@Kdkreig
@Kdkreig 8 месяцев назад
@@fluffyfang4213 As someone who implemented an accidental infinite loop that got more and more calculation intensive on the cpu....lets say that my poor computer started sounding like a jet engine, which was impressive for my little 5th gen i5 at the time. The program started running at 1 frame every once in a while until I managed to kill it. Fixed that problem before I saved the previous stuff.
@chriso1373
@chriso1373 8 месяцев назад
Yes. Do it. All of them. Also, if you clear your cookies and reload, it should forget those shit times, making your average better, faster
@TreesPlease42
@TreesPlease42 8 месяцев назад
Stronger, harder grandma
@spingleboygle
@spingleboygle 8 месяцев назад
@@TreesPlease42thats how granny and grampy gave birth to mommy
@bladewake3387
@bladewake3387 8 месяцев назад
I think you could also do incognito mode, would be faster than clearing cookies every time I think
@KyleHarrisonRedacted
@KyleHarrisonRedacted 8 месяцев назад
“And Mr bullet took that score personally”
@andrey5405
@andrey5405 8 месяцев назад
I would usually dedicate a key to turn the clicker off temporarily or permanently. Like, it doesn't click while you're holding Ctrl. And just turns off completely if you hold Shift for 3 seconds. This allows for quick recovery when something fails and you just need a quick click to solve the situation so that the clicker could proceed.
@jcpahman77
@jcpahman77 8 месяцев назад
That's so not the CB method of coding lol
@EEEEEEEE
@EEEEEEEE 8 месяцев назад
‎‎‎‎‎‎‎‎‎‎E
@preistestdragon4634
@preistestdragon4634 8 месяцев назад
@@jcpahman77 just use the universal failsafe that he uses with all his code. just wait for it to crash.
@HackionSTx
@HackionSTx 8 месяцев назад
​@@preistestdragon4634or force it to crash.
@SwervingLemon
@SwervingLemon 8 месяцев назад
You, sir, have completely overestimated Evan's ability to plan ahead or give a f**k.
@munchduster2815
@munchduster2815 8 месяцев назад
Some ideas for more optimal times (probably a repeat of some other comments) 1 Lower the screen resolution to 640p for the screenshots to take less time 2 Try use c#/c++ and compile that (I'm not sure if that would be feasible) which should be faster 3 Try increasing screen framerate (144Hz would be great) 4 Close other apps/tabs (You had a lot of other stuff open, a lot) OR 1 Inserting code into the web browser (add a listener for when the color changes on the html element to call the click listener immediately) could be 0-3ms potentially.
@unspezifische5924
@unspezifische5924 8 месяцев назад
Instead of your first point, you could also just sample a single pixel of the screen, in a specific spot that is in the region you want. Or what would probably be better (for the sake of getting an average) would be to just capture a 640 by whatever amount of pixels instead of your entire screen. But in that case, you might as well just define the range that you specifically want to look in. Then I'd also probably break the loop after the first green pixel I found instead of getting the average for all of them. Although a graphics card would probably be able to calculate the entire matrix's average at once. Also, the screen's refresh rate doesn't necessarily affect the program/script's rate of checking. Not even sure you can make it take screenshots faster than the screen can actually refresh at, since it is actually taking screenshots... but inserting code into the web browser (or using a library to basically "simulate" a web browser and opening the site that way) might be helpful. And using a compiled language would be faster. And OpenCV (which is what he was using) is available for C++. In fact most of the complex stuff it does within functions is actually using C++, even for the Python library. So maybe not that much improvement...
@munchduster2815
@munchduster2815 8 месяцев назад
@@unspezifische5924 very insightful, feedback appreciated 👍
@jmr5125
@jmr5125 8 месяцев назад
I would expect that the color change is applied from the upper left hand corner first, so sampling a point in the upper left hand corner of the critical region is likely faster. Obviously, injecting Javascript would be fastest of all, but... Well, at the point you could just modify the code to always return zero, right?
@FrancoRav
@FrancoRav 8 месяцев назад
I got it down to 10ms using Rust and compiling for release with all optimizations, on a 144 Hz monitor and sampling just one pixel from the screen.
@zoerycroft4300
@zoerycroft4300 8 месяцев назад
i ran this in C#, and it made no appreciable difference, though i haven't tried it in python, so could be that if CB ran the C# version it'd be faster, though i'd imagine most of what CB is doing is implemented in C (behind python), and as of late updates, python is VERY fast for such things, so maybe not. I am also only capturing a single pixel, so that doesn't seem to do much either
@brflame90
@brflame90 8 месяцев назад
Evans PC is running on hopes and dreams. Literally everything in his taskbar is open and he has like 80 tabs open in opera.
@firelies
@firelies 8 месяцев назад
I feel that all the rest will be actual hell to code, but I believe in you man, you've proven us wrong before. Destroy those leaderboards!
@WeeHee
@WeeHee 8 месяцев назад
He should just consider controlling the site directly instead of using external programs
@oafkad
@oafkad 8 месяцев назад
I like that he assumes hes the first person to cheat on this. "its weird that people are better than this." Oh, buddy, they probably are not.
@brdane
@brdane 8 месяцев назад
It takes a secondary channel to get this man to post more than once a millennium and I'm fine with it.
@energistixgames
@energistixgames 8 месяцев назад
Some of these would legit be quite interesting so i definitely want to see you cover all of them
@bramnet
@bramnet 8 месяцев назад
If your monitor is running at 60Hz, then the auto clicker is getting it (in your last runs) between the first and second frame of green. I have a feeling if you can up the Hz to 144, you could get closer to 8-10 ms.
@adamrak7560
@adamrak7560 8 месяцев назад
or run it without vsync, so the monitor refresh rate is not relevant.
@bosstowndynamics5488
@bosstowndynamics5488 8 месяцев назад
​@@adamrak7560It's not a 3D program that exposes those settings, I'm not sure you can switch off Vsync...
@jansustar4565
@jansustar4565 8 месяцев назад
Also, disable everything but a browser, all extensions and maybe even swap to an older browser. and decrease resolution to 50x50px.
@Ocastia
@Ocastia 8 месяцев назад
Does the program use the actual Image, or just the information what is supposed to be displayed?
@CaptainBoxtrot
@CaptainBoxtrot 8 месяцев назад
​@@Ocastiait would be a lot harder to make it read the data since it would need to capture it first, but he says screenshots in the video, so it uses the screen.
@PeterPkp123
@PeterPkp123 8 месяцев назад
Yes man another full length main channel video idea! Do all of them :DDDDDD
@kevinbacon8716
@kevinbacon8716 8 месяцев назад
Just seeing how many programs and tabs you have open gave my computer aids. Thanks
@Bearforlife
@Bearforlife 8 месяцев назад
I was doing these last night and I was really upset my reaction time was so low compared to the other people playing, seems like a lot of them are bots though. Good to know to not take the standings too personal
@sunbleachedangel
@sunbleachedangel 8 месяцев назад
google says average human reaction time is about 250ms, so that website's stats may be either biased or just wrong
@jogeem5480
@jogeem5480 8 месяцев назад
@@sunbleachedangel I'd say the site appeals more to nerdier people who are more likely to have trained their reaction time in and for shooter games.
@EEEEEEEE
@EEEEEEEE 8 месяцев назад
E‎‎‎‎‎‎‎
@AEONIC_MUSIC
@AEONIC_MUSIC 8 месяцев назад
​@@sunbleachedangelyeah it's biased since most people that use it are probably gamers and the bots skew it
@Houshalter
@Houshalter 8 месяцев назад
It seems based on codebullets times, maybe 1% of people are cheating. A lot of work to rig up a bot for a pointless game so that seems pretty high to me. Add 1 percentile point to your score to account for it
@Ethereal_Phoenix_
@Ethereal_Phoenix_ 8 месяцев назад
Would love to see you take a shot at more of these, some are a bit more interesting for a bot than see green click green.
@myrmatta1
@myrmatta1 8 месяцев назад
This would be fun as a full video where you get 99% on all the tests
@shydx2010
@shydx2010 8 месяцев назад
I was watching the fast reaction time, but then I started to notice stuff. HOW MANY TABS DO YOU NEED OPEN!? WHY IS THERE LIKE 15 APPLICATIONS OPEN!? THERE'S UNINSTALLED UPDATES, PESTERING WITH THAT ICON! What is this mess sir?😅 Love your videos man! Keep em coming.
@MiningNatureYT
@MiningNatureYT 8 месяцев назад
I can't wait to see CB become the most human human in the world by using a not human to do it for him
@Drarok
@Drarok 8 месяцев назад
All of them please. I liked and subscribed, the contract is complete!
@janwillemdegroot2416
@janwillemdegroot2416 8 месяцев назад
i am 100% up to see you destroy the rest of those tests as well
@rogierownage
@rogierownage 8 месяцев назад
Seeing you do the rest of these would be fun
@WAZXIII
@WAZXIII 8 месяцев назад
Full video for all of them would be fantastic.
@djet00
@djet00 8 месяцев назад
Yes. I'll gladly watch more of your shenanigans.
@ThousandsOfPk
@ThousandsOfPk 8 месяцев назад
Sounds like a main channel series, combine a couple challenges into one if they're nice like this one, if not dedicated eps
@TheJerseyNinja
@TheJerseyNinja 8 месяцев назад
The word remembering one would be pretty easy too. Just create a program to read the word, then check a bank of words, if it’s not already there, click not seen, then save that word to the bank. If it’s already in the bank, click already seen. I feel like you could get that one done extremely quickly too
@kristiansan11
@kristiansan11 8 месяцев назад
Human benchmark without humans
@scottaxel9782
@scottaxel9782 8 месяцев назад
Definitely would enjoy a follow up, seems entertaining
@23william90
@23william90 8 месяцев назад
I was wondering why his PC seemed so slow. Then I looked at his Tabs and Taskbar. 😂😂😂
@emanwonkon2205
@emanwonkon2205 8 месяцев назад
I definetely want please. Make it into a full main channel video.
@MaxyX
@MaxyX 8 месяцев назад
I'd love to see all of these
@Octocat
@Octocat 8 месяцев назад
I really wanna see you code the heck out of the other Human Benchmarks too
@conspiracydawg
@conspiracydawg 8 месяцев назад
You know we all want to see you smash those benchmarks.
@koiwaiyotsuba
@koiwaiyotsuba 8 месяцев назад
i remember doing this 2 years ago as my first programming project
@kingslayer75
@kingslayer75 8 месяцев назад
I think doing the other categories would be really fun to watch 😁
@SternensLapis
@SternensLapis 8 месяцев назад
Please do try all of them, would be fun too see!
@RhinoRapscallion
@RhinoRapscallion 8 месяцев назад
For saving the mouse, if you’re using pyautogui it has a failsafe it checks for. If the mouse is pushed to one corner of the screen (forget which) by an input device other than python, it raises an exception in any method that takes control of the mouse. You should still build in global failsafes (other than your PC’s reset button)
@gabypounou3793
@gabypounou3793 8 месяцев назад
please keep going with this its promising to be very entertaining
@enzorinn
@enzorinn 8 месяцев назад
The rest would be really fun to watch
@Bribge
@Bribge 8 месяцев назад
sequence memory would be really easy to code since the next sequence always starts with the previous one +1 tile. Verbal memory works the same with just adding a new word to the list
@galatisc1880
@galatisc1880 8 месяцев назад
Sequence memory would be fun to see you max out except getting in top percentile takes over an hour, got 46 in and had to stop because I already spent around 50 minutes and had to be somewhere
@smolbirb4
@smolbirb4 8 месяцев назад
I’d love to see that! Coding is both horrible and amazing, love it
@Alegriev
@Alegriev 8 месяцев назад
We need a vid of breaking all the human benchmarks
@gimpy612
@gimpy612 8 месяцев назад
Lets go full video "human" benchmark!
@rhynekillian8080
@rhynekillian8080 8 месяцев назад
We need more of this
@memejeff
@memejeff 8 месяцев назад
Really fun idea. Thx for sharing.
@force1535
@force1535 8 месяцев назад
"From the moment I understood the weakness of the flesh, it disgusted me"
@Tom_Dahl
@Tom_Dahl 8 месяцев назад
we did this as a assignment in my CS class in high school.
@gilliesiut2332
@gilliesiut2332 8 месяцев назад
It’s literally impossible for the human brain to register it before 150ms due to the time it takes for the signals to travel throughout our nerves.
@Naokarma
@Naokarma 8 месяцев назад
Literally untrue, lmao. 150ms is the AVERAGE reaction speed... including drunk people.
@spod715
@spod715 8 месяцев назад
​@@Naokarmano its 250 ms
@spod715
@spod715 8 месяцев назад
​@@Naokarmawhat is being drunk have to do with this
@Naokarma
@Naokarma 8 месяцев назад
@@spod715 Bro what? That's not even close to true. It takes 15 seconds to Google something like this, why are you trying to correct to something false? (and my point about drunk people was that drunk people have lower reaction times, bringing down the average.)
@spod715
@spod715 8 месяцев назад
@@Naokarma you are confusing it with the delay you have of the control of your hands, the reaction speed for humans are at most average 250 ms in these clicking reaction time tests.
@ambrosia777
@ambrosia777 8 месяцев назад
New series let's go, that's like 6 more vid content for you to use
@PyuDeePhi
@PyuDeePhi 8 месяцев назад
Fun fact: I got 26 milliseconds because I clicked when it was red and by some goofy chance it turned green while I was doing that. Therefore, I am a confirmed superhuman. Edit: I didn't have an account and it's not saved. What an L.
@Xeogin
@Xeogin 8 месяцев назад
I got into a competition with a friend one night trying to get the lowest one off score by sheer luck. I won with 8 ms
@adamrak7560
@adamrak7560 8 месяцев назад
@@Xeoginit is like when I managed to start my stopper clock and stop it in the same millisecond, because the button glitched (it glitched more than the debouncer was able to compensate, all mechanical switches glitch)
@HyCat
@HyCat 8 месяцев назад
I played the sequence memory and after a while I misclicked and lost my first life and I was bored of it so I lost all my lives on purpose. I got over 30 and was in the 99.9 percentile
@HyCat
@HyCat 8 месяцев назад
I've never played it fully
@C0RRUPT3DITOR
@C0RRUPT3DITOR 8 месяцев назад
It's nice that you put "used" rather than "created" in the title. I can get behind using AI that way. Good on ya.
@python1972
@python1972 8 месяцев назад
I actually went crazy with predictions and got everything under 50m/s by blindly guessing when it would go green
@speedyJ0hnny
@speedyJ0hnny 8 месяцев назад
nah you didn't
@sahave5042
@sahave5042 8 месяцев назад
@@speedyJ0hnnypretty sure you have infinite tries so if you just get lucky 5 times it is possible
@speedyJ0hnny
@speedyJ0hnny 8 месяцев назад
@@sahave5042 theoretically yeah but its way more likely this dude is just lying
@fallencloser5028
@fallencloser5028 8 месяцев назад
Bro has the whole internet opened in his computer
@zs9652
@zs9652 8 месяцев назад
I want to see you do all of them in a full video. That way we know what to expect in the global ai takeover
@ntilewills5679
@ntilewills5679 8 месяцев назад
Been jonesing for some CB. Oh yeah baby give me some Code Bullet
@Eban11235
@Eban11235 8 месяцев назад
Chimp test would be very interesting if it's the test I'm thinking of.
@zacharyb9636
@zacharyb9636 8 месяцев назад
From the moment I understood the weakness of my flesh, it disgusted me
@7vhx
@7vhx 8 месяцев назад
Hi code bullet I was just wondering, what code editor do u use, im not much of a fan of ms visual studio and urs seems kinda cool much appreciated if u reply
@Drakojana
@Drakojana 8 месяцев назад
Hell yeah I'd love to see a bot bestroy the entire human benchmark test
@gavinpitts5366
@gavinpitts5366 8 месяцев назад
i have a reaction time that looks like lucky gesses decent over all.. and all over place
@davissjoberg1503
@davissjoberg1503 8 месяцев назад
I literally just did something similar to play an idle game, but with more idle(farmers against potatoes "Whack" portion). Good to know mss is faster.
@cypherial
@cypherial 5 месяцев назад
Code Bullet singlehandedly ignited my interest in coding and now I'm planning war crimes in Python. Thanks CB!
@hashtags_YT
@hashtags_YT 8 месяцев назад
Cant wait for the sequel in C Unironically seems really fun to try and min-max the score, even if you could just cheat by listening for the http request (assuming thats how it works). Gonna give it a shot tomorrow
@TheChrysaloid
@TheChrysaloid 8 месяцев назад
It's not http. It's all local JS
@theirishblackguy23
@theirishblackguy23 8 месяцев назад
please crack everything. would love to see it
@miguelaguilar5115
@miguelaguilar5115 8 месяцев назад
With proper presentation this could for real be a main channel video
@JosephParker_Nottheboxer
@JosephParker_Nottheboxer 8 месяцев назад
Do all of the things and prove you are the best human bean... ever... Be the best human bean!
@MildlyDampElk
@MildlyDampElk 8 месяцев назад
i have never looked over a open tabs search bar so hard before lol
@deassssssss
@deassssssss 8 месяцев назад
Yes, please cheat the rest of the human benchmark tests. That would be hilarious
@meapyboy12345
@meapyboy12345 8 месяцев назад
huh i never even thought that he might have too many tabs open because regularly have about that many open myself sometimes even more.
@somelaser5906
@somelaser5906 8 месяцев назад
This would be a cool video series
@Ceven77
@Ceven77 8 месяцев назад
apperently my reaction time is bad too so I definetly feel this
@MichaelUrocyon
@MichaelUrocyon 8 месяцев назад
well, off you go on those other tests CB, let's see it.
@Chuube
@Chuube 8 месяцев назад
He sounds like a good uncle.
@Crysal
@Crysal 8 месяцев назад
What I want is to close all your tabs, answer your emails, restart and update, change to 24hour format and check your windows notification
@cadewynnttv1627
@cadewynnttv1627 8 месяцев назад
100% would watch you trying to get it to do all of them
@matthijsbeets424
@matthijsbeets424 8 месяцев назад
That would be a good serie
@DrymarchonShaun
@DrymarchonShaun 8 месяцев назад
We need them all.
@CallousCoder
@CallousCoder 8 месяцев назад
I think I’ll may pickup the gauntlet with my channel. Either do it in C++ or even assembly and only monitor the screen buffer memory location direct under the mouse, to reduce the area to be grabbed.
@wolfrig2000
@wolfrig2000 8 месяцев назад
Someone else in the comments here said there's an API request thing you can access that allows you to send packets saying you clicked on it correctly even before green shows up
@CallousCoder
@CallousCoder 8 месяцев назад
@@wolfrig2000 yeah but I already did a video this year with an API highscore hack 😄And I try to do lots of different tech/hack related content where something different is shown every time. I never did the lowlevel Linux screen buffer read in a video and could be fun and educational how the screen buffer works. And this is a nice funny vehicle
@MeCooper
@MeCooper 8 месяцев назад
It's amaizing how far technology has come. Just think about it, Maybe in a few more decades technology will reach south korean starcraft player levels of reaction times.
@lonelyPorterCH
@lonelyPorterCH 8 месяцев назад
Crazy how good chatgpt works for that, I love it^^
@JessicaFEREM
@JessicaFEREM 8 месяцев назад
You could also try different browsers to see which one has the fastest reaction time
@hiiamelecktro4985
@hiiamelecktro4985 8 месяцев назад
I feel like the one where you need to remember if a word a new or not would be really easy.
@jankkhvej434
@jankkhvej434 7 месяцев назад
a couple of times i managed to get times of just a few ms on this benchmark by clicking before i actually noticed it turn green, just by randomly predicting when it was going to and getting lucky
@samuelmendlowitz7276
@samuelmendlowitz7276 8 месяцев назад
Make this a full video destroying every single one of these
@Purple835
@Purple835 8 месяцев назад
Nice browser! Yeah yeah I know the sponsor from one time was Opera GX and you use it (:
@blacklight683
@blacklight683 8 месяцев назад
"That's not how you supose to do that"
@brycedaugherty9211
@brycedaugherty9211 8 месяцев назад
Uh yeah. I need this in my life
@sebastiancruxian6518
@sebastiancruxian6518 8 месяцев назад
Cant wait for the aim test
@artneo110
@artneo110 8 месяцев назад
That video would definitly be fun :D
@MattDog_222
@MattDog_222 8 месяцев назад
def do some of the other ones, would be harder to solve
@user-wr2uy9pj4m
@user-wr2uy9pj4m 8 месяцев назад
Honestly yeah, would be fun to see all of the tests get demolished
@voidfishy123
@voidfishy123 7 месяцев назад
I wanna use this to get my reaction time up
@deathofallthingspotato9919
@deathofallthingspotato9919 8 месяцев назад
Let's have all of them, come on!
Далее
Programmer VS The Human Benchmark Test | Number Memory
17:47
Nima ovqat qilay?😂
01:01
Просмотров 1 млн
BREAKING Storm The House with an AUTO CLICKER
11:24
Просмотров 13 млн
When osu! players touch the Human Benchmark test...
10:21
Code Bullet Reddit Recap 1. You guys are weird as f...
11:16
Can ChatGPT Play Pokemon?
15:40
Просмотров 233 тыс.
Cookie Clicker: The Secret Achievement
18:07
Просмотров 6 млн
MEMORY CHAMP takes HUMAN BENCHMARK test (100K subs!!)
18:03
Human Benchmark Test vs My Son
16:20
Просмотров 2,8 млн
HUMAN BENCHMARK TEST vs AUTOCLICKER | Visual Memory
9:14
HOW DID YOU DO THIS?? Code Bullet Reddit Recap 2
11:23
Просмотров 378 тыс.