Not to ruin the magic, but the primary point of these videos is to get views and engagement. Adding a kill switch would run counter to that. Trust me, that "mistake" isn't an accident at all ;-)
After it got stuck running the first time, I thought "surely he'll add a keyboard shortcut to stop it". Then you made a revision that did not include a way to stop it and it clicked more random places, and I thought "I am a fool, of course he wouldn't think to do that" XD
The funny thing is pyautogui comes with a built in killswitch. You basically just shove your mouse cursor to any corner of the screen and it'll kill the program
@@DoctorX17The clicker was moving too fast for him to get his mouse all the way to the edge I think. He probably didn't include a kill switch the second time because he'd realised Ctrl-Alt-Del kills it, although that's obviously not the best approach it still gets the job done I guess
Been really enjoying these human benchmark videos. I've been coding along myself on some of the ones you've done and have gotten pretty good times as well. Looking forward to the next one
After the first run away issue that occurred, NOT putting in a button command to end the program is like the most programmer thing to do. Good on ya mate
You might be able to squeeze out slightly more speed if instead of using a square grid you'd tile the plane with triangles. Individual rows are furter apart, and each row should have either the same number of points as before or one less...
You could also speed it up by doing half the points, and then going back to the other half. The target can overlap two points, so by checking just one of them first you can find targets that do that faster.
Your videos have inspired me to make a chrome extension to do the exact same tests but with a chrome extension which is obviously faster. I suggest you do the word memorization one next, its super fun to see the score skyrocket
@@Komeuppance well first of it doesn't need to take screenshots, which is ofc faster, and you can do the same from python, you need to index the html of the page, but doing it with an extension natively is way faster. You can check for changes of the screen and not check colors, for the reaction time test for example
I got 14ms on this test with a 144hz monitor by taking screnshots at 50% page zoom and looking only at one for every 25 pixels in both directions to see if their brightness is above a certain threshold
I like how you can see his recent chat GPT history and realize that he has not manually started code from scratch in the last week lol. "Rotate eyes in Unity"
He ran a program. He forgot a kill switch. He ran the program again. He forgot the kill switch again. He ran the program again. He forgot the kill switch again. He forg- Maybe Dr. Doofenshmirtz was onto something.
I find it fascinating that the refresh rate of the display was a limiting factor. (I mean, I understand it completely - it just surprised me.) Bu t yeah, talk about inhumanly fast. Your AI was all like, "give me more photons per second coach, I promise my reaction time is closer to C." :D
Damn man, this one feels much more easier and equaly fun as the video with the animated character I loved so much that guy, but lets be honest: If its easier for you to recorde those videos, thats totally fair to keep doing it in this way And you looks very happy too! Awesome win/win update on your videos format
You need to add a kill switch like a key combination that you can hit the stop the auto Clicker. Very funny video as it is, I was dying when it wouldn't stop clicking! :)
2:44 - Right after he said "okay, we run it" my "foam chair"/"couch" behind me fell over (the top pillow). The ghost in my house must've heard him (even though I'm wearing earbuds)! 😂
Just running the mouse across the screen repeatedly is how I cheesed the guitar mini game in Change (The homeless survival game). And since it lets you continue playing guitar even while the end of night screen is displaying (you just can't see the notes), you can just leave it running overnight and end up with thousands of dollars.
First thing I learned when I was using AHK for autoclicker scripts: ALWAYS add in a killswitch key combo. Learned that lesson real quick after having to restart my PC cuz of an infinite loop.
Thats how you know he's a programmer....I legit have 3 monitors full of random shit. somehow i know exactly where the icon i want is. aint nobody got time for folders. because then you gotta remember what folder you put what in while you could just scan your screen and see where everything is.
Their API is super vulnerable I just scored like 500ms and then caught the api request to update the score made it 0.001ms sent it, saved it and im top 100%
I do like that kind of videos and apreciate, that you're using a facecam. In fact: I loved your animated guy aswell, but furthermore you can upload faster and that's the best what could happen :D Thanks!
Human benchmark is all html elements rather than an insert application, so you can use selenium and make it auto click the target html element whenever it’s detected, i made one a few years ago and it was crazy fast
This is the first time I've seen code bullets face and he looks like the kind of person you see jogging and not the kind of person to scream at their computer while coding. Damn
lmao "ill go get a coffee while this is running", the importance of understanding why you should implement a kill switch, and the importance of remembering to do it
My first thought: "So you'll need to analyze the screen pixels to click the light blue ones." His first thought: "Click everything, everywhere, all at once, and eventually I'll hit the right pixel, and if I do it fast enough no one will know any better!" You are truly the epitome of brute force by nature 😂
Let's squeeze water from the stone. If we move cursor between refreshing of images to the center, there will be less distance to the next target(not always, but statistically it is).
Maybe it would've been good to start by implementing a script that is tracking the counter and once it reaches 0 just interrupt the script. But maybe then it wouldn't have been Code Bullet.
I really hope once you get all of these bots working to get 100% on each test, that you create a new account simply to max them all out in one go. I want to see that score screen with all full blue bars.
I usually assign a button to toggle a pause function, and then another button to exit for things like this. The fun(TM) of trying to regain control when a script like this gets out of control gets old quick.
Got cheap bands during covid. Perfectly fine to use bands around your back alone to do a press or banded push up. Standing on a heavy band for squats was never a problem. However, free weights, the barbell have chaned more lives and physiques than bands ever Search on accommodating resistance. Its been well studied. If it were far superior, professionals who are looking for every advantage would be using it.
It’s so weird I thought with how much of a nerd you are you would match the aesthetic but bruv is a strait up chad look. Love the beard. also cool coding
The reason it isn't 0ms is because the circles expand outwards, the circles only get clicked after expanding fully. You can click on the color and limit to beneath the "remaining" text. You could also find the target in the website code and click on the position it is in.
Seeing him all hyped IRL is hilarious 😂
id say more cute than hilarious but yeah
yeah its a whole new vibe than his tv avatar, although i do like both in their own way
Wdym IRL? Isn't this just Ai human model?
Yeah I'm really glad he's gone face cam mode with his videos as of late. It really does bring a whole new vibe! 😁 😂
E
I love how no matter how many of these clickers you make you always forget the kill switch and end in chaos XD
lol
Was thinking the same thing lol
Not to ruin the magic, but the primary point of these videos is to get views and engagement. Adding a kill switch would run counter to that. Trust me, that "mistake" isn't an accident at all ;-)
Funny thing is, pyautogui has a kill switch built-in. You just shove your mouse cursor into any corner of the screen and it'll kill the program.
@@jmurrayufo it still gives me anxiety about a few of my first coding projects though and I hate it lol
Animated Code Bullet: fueled by anger and curse words
IRL Code Bullet: just the happiest, smiling-est guy you've ever seen
Ain't complaining, his smile is infectious
Respect to those 0.02% who beat an aimbot in an aim competition
Those are probably other, better aimbots.
@@FuelDropforthewin You don't say!
@@FuelDropforthewin got 2ms with a fluke misclick. that is the real thing
@@FuelDropforthewinNot bots. I actually got 1 ms but forgot to click the last one in 2ms so it ramped it up to 2ms.
Lol just make a breakpoint where it calcs the time diff in the source tab of the browsers dev tools and set the diff time to 0ms.
I can’t believe Code Bullet made a whole video pretending that his score wasn’t made by his 100% brain power
yes
E
After it got stuck running the first time, I thought "surely he'll add a keyboard shortcut to stop it". Then you made a revision that did not include a way to stop it and it clicked more random places, and I thought "I am a fool, of course he wouldn't think to do that" XD
The funny thing is pyautogui comes with a built in killswitch. You basically just shove your mouse cursor to any corner of the screen and it'll kill the program
@@abbywiley6467 lmao, I’m amazed he didn’t accidentally do that when he was panicking
@@DoctorX17The clicker was moving too fast for him to get his mouse all the way to the edge I think. He probably didn't include a kill switch the second time because he'd realised Ctrl-Alt-Del kills it, although that's obviously not the best approach it still gets the job done I guess
@@bosstowndynamics5488 lol, true. His panic is hilarious tho
Been really enjoying these human benchmark videos. I've been coding along myself on some of the ones you've done and have gotten pretty good times as well.
Looking forward to the next one
E
A
Sports
It's in
The game
After the first run away issue that occurred, NOT putting in a button command to end the program is like the most programmer thing to do. Good on ya mate
woooo. Dude you NEED to put a "stop"key in your code :D
fr fr
even in his main channel, he got into similar messy situations multiple times cuz there were no "stop" key
but then the comedy ends....its funnier without a stop key.
I called it the "code bullet regression" at an AI meetup
You might be able to squeeze out slightly more speed if instead of using a square grid you'd tile the plane with triangles. Individual rows are furter apart, and each row should have either the same number of points as before or one less...
My thoughts exactly
I was thinking use a much smaller resolution, is this idea related? Scanning through less data?
Also, a hardcoded array of 2d points should be faster. cuts out an entire for loop and a bunch of (albeit simple) arithmetic
You could also speed it up by doing half the points, and then going back to the other half. The target can overlap two points, so by checking just one of them first you can find targets that do that faster.
Nobody touch the like button on this comment. It’s perfect.
When you're finished, you definitely should do one video where a new account is created and running all of your scripts :D
This pls would be so satisfying to look at
Your videos have inspired me to make a chrome extension to do the exact same tests but with a chrome extension which is obviously faster. I suggest you do the word memorization one next, its super fun to see the score skyrocket
What makes code in a chrome extension faster? No need for screen cap?
@@Komeuppance well first of it doesn't need to take screenshots, which is ofc faster, and you can do the same from python, you need to index the html of the page, but doing it with an extension natively is way faster. You can check for changes of the screen and not check colors, for the reaction time test for example
@@CrabGuyyyoooo! Whats the name i wanna download! (Def not to brag to my freinds that im just inhuman at that website xD)
Name?
@@z.r.r4593 it is not published, you can still use it, and it gets 4 ms on the aim training
I guess the real challenge for the coding commenters is to make AIs for the remaining 3 projects to try and prevent him from being a top scorer
they'll be flagged and removed, same as CB"s initial profile
yes of course the leaderboard removed cheaters
E
You have to assemble all scores on one account. It would be so satisfying with a row full of 100%
Thanks for the quality content, youve inspired me to get a job all self taught
I got 14ms on this test with a 144hz monitor by taking screnshots at 50% page zoom and looking only at one for every 25 pixels in both directions to see if their brightness is above a certain threshold
that's damn awesome, did u check a smaller area than Code Bullet and if so how
@@chaiotic when the page is at 50% zoom the area where circles spawn is 4 times smaller and there are less pixels to capture check their color
@@bluemax6668 ohhhhhhh yeah that makes sense tysm!
They need to make a web page for these sorts of tests that are geared for automated testers!
The equivalent is probably stuff like codewars and codingame's clash of code.
CB is so good at coding, he managed to get the worst score you can possibly get.
I like how you can see his recent chat GPT history and realize that he has not manually started code from scratch in the last week lol.
"Rotate eyes in Unity"
i love these types of videos, just quick and goofy. keep doing what you are doing cb :D
Program becoming violently out of control had me in tears OMG
Program almost launched a nuke.
that is not what i expected him to look like!
i like how that implies that 3 in a thousand people are faster than this beast
Your personality is funny and entertaining. I always get at least a smirk while watching.
Dude, your videos are so hilarious (entertaining!!!) I have loved watching them for a while now! Stay awesome!!
Now wait for the ultimate fight:
Neurosama VERSUS Code Bullet autoclicker
in osu. It might never happen though.
Why am I laughing harder at a rogue autoclicker than anything else that I've experienced this month?
Love the series cant wait for the other tests
That face cam would have took so long to code, well done for making it seem so real
The new model is really high def, ya Bois got polys
He ran a program. He forgot a kill switch. He ran the program again. He forgot the kill switch again. He ran the program again. He forgot the kill switch again. He forg-
Maybe Dr. Doofenshmirtz was onto something.
and we are back at "Lesson learned: when you give your computer control of your mouse, implement a fail save"...
I’ve never actually seen CB’s face before, and I must say: What a splendid individual.
Voice : "Careless"
Face : SIGMA
consistent code bullet uploads is crazy
6:00
1: desktop of nightmares... tho probably typical for a coder
2: how close do yall think we came to seeing Evans pr0n folder?
We were CLOSE… look at column 17 lmao
Once he makes codes for all the tests he needs to do a 100% speed run
I find it fascinating that the refresh rate of the display was a limiting factor. (I mean, I understand it completely - it just surprised me.) Bu t yeah, talk about inhumanly fast. Your AI was all like, "give me more photons per second coach, I promise my reaction time is closer to C." :D
Damn man, this one feels much more easier and equaly fun as the video with the animated character
I loved so much that guy, but lets be honest: If its easier for you to recorde those videos, thats totally fair to keep doing it in this way
And you looks very happy too! Awesome win/win update on your videos format
You need to add a kill switch like a key combination that you can hit the stop the auto Clicker.
Very funny video as it is, I was dying when it wouldn't stop clicking! :)
Your voice makes the funny thing of pressing left arrow multiple times at the start of the video even better
2:44 - Right after he said "okay, we run it" my "foam chair"/"couch" behind me fell over (the top pillow). The ghost in my house must've heard him (even though I'm wearing earbuds)! 😂
Just running the mouse across the screen repeatedly is how I cheesed the guitar mini game in Change (The homeless survival game).
And since it lets you continue playing guitar even while the end of night screen is displaying (you just can't see the notes), you can just leave it running overnight and end up with thousands of dollars.
brah this is my first code bullet video that i see that has his face and dude, since when are programmers so hot!? THAT SHOULDNT BE A THING!!!
Whoa, nice to put a frantic screamy face to the frantic screamy TV! Thanks CB
6:01 can uh. can we talk about the state of his desktop
You should look at the things on it… specifically column 17
First thing I learned when I was using AHK for autoclicker scripts: ALWAYS add in a killswitch key combo. Learned that lesson real quick after having to restart my PC cuz of an infinite loop.
6:00 please tell me your desktop isn't really that messy...
Everything this man does is messy... 🤣
Thats how you know he's a programmer....I legit have 3 monitors full of random shit. somehow i know exactly where the icon i want is. aint nobody got time for folders. because then you gotta remember what folder you put what in while you could just scan your screen and see where everything is.
@@greatleader4841same except i have 2 monitors and no clue where half of the stuff is
Their API is super vulnerable I just scored like 500ms and then caught the api request to update the score made it 0.001ms sent it, saved it and im top 100%
So, you know how Spartans in Halo have sub 20ms reaction time? Yeah, this puts that in perspective.
This is by far the best vid in this series. The panic was real.
Considering it's recorded, edited and uploaded today that amazes me. I hope your saving the codes for a final video doing them all at once
Gotta say, CB. As a long time viewer of the first channel and now finding this, you look exactly like I expected.
his cellphone is SO much better omg, it had to be a feat to have such a terrible camera in this era
That 0.03% writing better autoclickers than Evan…
I do like that kind of videos and apreciate, that you're using a facecam. In fact: I loved your animated guy aswell, but furthermore you can upload faster and that's the best what could happen :D Thanks!
Is it just me or his accent way thiccer in this one? I love it. Be me more of that!
Human benchmark is all html elements rather than an insert application, so you can use selenium and make it auto click the target html element whenever it’s detected, i made one a few years ago and it was crazy fast
I absolutely needed a new Code Bullet video
Man, it's like, i always expected you to be like this man, I'm not even surprised
I feel like his defend the house would be perfect here, considering it's a reflavored target clicker
This is the first time I've seen code bullets face and he looks like the kind of person you see jogging and not the kind of person to scream at their computer while coding. Damn
lmao "ill go get a coffee while this is running", the importance of understanding why you should implement a kill switch, and the importance of remembering to do it
Your happiness is so contagious
My first thought: "So you'll need to analyze the screen pixels to click the light blue ones."
His first thought: "Click everything, everywhere, all at once, and eventually I'll hit the right pixel, and if I do it fast enough no one will know any better!"
You are truly the epitome of brute force by nature 😂
Love how concentrated that he’s made his AI look. Good work!
using selenium would be *so* much faster for literally everything
Easier to use too.
Let's squeeze water from the stone. If we move cursor between refreshing of images to the center, there will be less distance to the next target(not always, but statistically it is).
"shut up, shut up, let me focus" Evan says to... the voices in his head?
The idea of a kill switch would have made your life easier x)
Maybe it would've been good to start by implementing a script that is tracking the counter and once it reaches 0 just interrupt the script. But maybe then it wouldn't have been Code Bullet.
I really hope once you get all of these bots working to get 100% on each test, that you create a new account simply to max them all out in one go. I want to see that score screen with all full blue bars.
I usually assign a button to toggle a pause function, and then another button to exit for things like this. The fun(TM) of trying to regain control when a script like this gets out of control gets old quick.
You should host a challenge for these but with some restrictions, like Sebastian Lague's chess challenge
These games are way too easy for a computer to really be a challenge
Lesson learnt - if I ever create a program for random clicking, ensure that an easily accessed killswitch is the first thing I do.
I'm glad i'm not the only one with such a messy desktop :D
If you have a notebook I'd love to see some throwaway pages :) programmer to programmer hehe
Got cheap bands during covid. Perfectly fine to use bands around your back alone to do a press or banded push up. Standing on a heavy band for squats was never a problem.
However, free weights, the barbell have chaned more lives and physiques than bands ever
Search on accommodating resistance. Its been well studied. If it were far superior, professionals who are looking for every advantage would be using it.
This series is also the best in the early morning
Why are there 3 diferent files called „furry noises“ saved to his desktop?
Use a crt monitor if you want ultimate refresh rate, like actually.
It’s so weird I thought with how much of a nerd you are you would match the aesthetic but bruv is a strait up chad look. Love the beard. also cool coding
I love this series, keep it up!!!
I suggest after you're done with the human benchmark test, you try those things like making a perfect circle and other challenges like that
35ms - "this feels faster" - 28ms 👍
Code Bullet: From Vtuber to Fleshtuber
you could speed this up massively by zooming out of the page so you search a smaller area
Hearing Code Bullet say "see you next week" feels so weird lol
It's only a matter of time before one of your programs breaks into the internet and starts click spamming absolutely everything
I feel like after this, a Sudoku one could be cool. Idk how complex that'd be but the maths and logic would be interesting
I can't wait for when he runs all of these on one account to get the fabled all 100.0th percentile
The reason it isn't 0ms is because the circles expand outwards, the circles only get clicked after expanding fully.
You can click on the color and limit to beneath the "remaining" text.
You could also find the target in the website code and click on the position it is in.
Its position is stored in a css property
@@moofurg cool, then it would be as simple as reading the css property, then clicking where it is. Or always settting it to be clicked.
@@Capiosus can confirm, it is very simple if you know selenium
When you're finished, you have to go make an account and get 100% on all of them! My OCD demands it!!
Clicker AI goes rogue bit was hilarious.
I think were stretching the meaning of "human" benchmark
"Hmm... Should I hardcore a limit for how long this runs? Or add a key listen to stop the script? Have any sort of safety check at all?"
"....Nah."
Omg this was not even kidding the funniest thing I have ever seen
Loved the video, but your desktop will haunt me in my nightmares bro
I still can't believe this is his real persona since he revealed himself.
I think seeing him hyped irl is so wholesome and amazing 😊
This is exactly what I thought you would look like