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 ;-)
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.
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
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
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 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 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
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.
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
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.
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! :)
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.
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)! 😂
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.
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.
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%
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.
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
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 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!
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
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).
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
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.
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 have to assemble all scores on one account. It would be so satisfying with a row full of 100%
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
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!
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
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.
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
Program becoming violently out of control had me in tears OMG
Program almost launched a nuke.
Thanks for the quality content, youve inspired me to get a job all self taught
CB is so good at coding, he managed to get the worst score you can possibly get.
i love these types of videos, just quick and goofy. keep doing what you are doing cb :D
Love the series cant wait for the other tests
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?
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 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
Dude, your videos are so hilarious (entertaining!!!) I have loved watching them for a while now! Stay awesome!!
and we are back at "Lesson learned: when you give your computer control of your mouse, implement a fail save"...
i like how that implies that 3 in a thousand people are faster than this beast
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
Your personality is funny and entertaining. I always get at least a smirk while watching.
consistent code bullet uploads is crazy
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.
Whoa, nice to put a frantic screamy face to the frantic screamy TV! Thanks CB
Once he makes codes for all the tests he needs to do a 100% speed run
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
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
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.
That 0.03% writing better autoclickers than Evan…
I’ve never actually seen CB’s face before, and I must say: What a splendid individual.
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! :)
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.
Voice : "Careless"
Face : SIGMA
Gotta say, CB. As a long time viewer of the first channel and now finding this, you look exactly like I expected.
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!!!
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)! 😂
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.
Your voice makes the funny thing of pressing left arrow multiple times at the start of the video even better
I absolutely needed a new Code Bullet video
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.
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%
thats sad when your phone is better then your camera
So, you know how Spartans in Halo have sub 20ms reaction time? Yeah, this puts that in perspective.
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
Love how concentrated that he’s made his AI look. Good work!
Man, it's like, i always expected you to be like this man, I'm not even surprised
This is by far the best vid in this series. The panic was real.
using selenium would be *so* much faster for literally everything
Easier to use too.
The idea of a kill switch would have made your life easier x)
35ms - "this feels faster" - 28ms 👍
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
If you have a notebook I'd love to see some throwaway pages :) programmer to programmer hehe
Is it just me or his accent way thiccer in this one? I love it. Be me more of that!
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
Use a crt monitor if you want ultimate refresh rate, like actually.
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 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!
6:01 can uh. can we talk about the state of his desktop
"shut up, shut up, let me focus" Evan says to... the voices in his head?
This series is also the best in the early morning
I'm glad i'm not the only one with such a messy desktop :D
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 feel like his defend the house would be perfect here, considering it's a reflavored target clicker
Clicker AI goes rogue bit was hilarious.
This is exactly what I thought you would look like
Holy shit c.b is handsom
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
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).
Hearing Code Bullet say "see you next week" feels so weird lol
his cellphone is SO much better omg, it had to be a feat to have such a terrible camera in this era
"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."
I love how Evan looks exactly like the giga-chad meme.
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
I love this series, keep it up!!!
Love these videos thank you!! 🙏
I couldn't stop laughing when it was clicking uncontrollably.
We need a Human Benchmark which can only be beat my humans ^^
Mouse of CB:
I'm fast as fuck, boiii!
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
Why are there 3 diferent files called „furry noises“ saved to his desktop?
I think seeing him hyped irl is so wholesome and amazing 😊
Nothing beats the little wiggle at the start
Bro's desktop 🗿
I saw those "furry noises" files on your desktop bro. Something you wanna share with the class? :)
Lesson learnt - if I ever create a program for random clicking, ensure that an easily accessed killswitch is the first thing I do.
"Super Auto Pets Strategy"
Ahh yes! That is truely the epitamy of AI!!! :D
I wasn't expecting you too look like a chad
I love the T-rex with lazer eyes pic
this makes the osu player within me happy 👍
bro looks EXACTLY how i imagined him lol