To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TheCodingSloth/ . The first 200 of you will get 20% off Brilliant’s annual premium subscription.
@TheCodingSloth I made this same bot in 2022 and got this same error too So i used it in 15s format That worked smoothly The reason is just that the JS in the page generates a paragraph for a particular word limit If the user reaches near that limit that js file is agan executed and more words are appended in that paragraph Which is very hard to capture Bros hooked on the same problem 😂
I'll be contacting Type Racer to ban anyone with the same email find every alt account and BAN HIM PERMANENTLY and then call everyone else to beware of him and ban him immediately after he creates an account.
Could make it even more believable if he records the data of how long it actually takes him to type things... like depending on the distance between keys and stuff... and scale those intervals down. I wouldn't be surprised if an any actually competent site of these has captured the timing data of different players to form a signature time interval... and it would likely be easy to spot completely homogeneous distributions of random from actual organic typing.
Barbara Blackburn never reached 212wpm. It's a weirdly interesting rabbithole where they used this woman to sell stenography kits to typists and office workers, and the factoid stuck.
Hey CodingSloth, I know you see comments like this alot but still, I wanna thank you for creating content - you've inspired me to learn coding, keep it up :)
one of the students in our class, is so fast in typing that his laptop cant even follow. its a super fast gaming laptop and yet, he surpassed the speed of the device.
9:57 You could've gone just a bit faster(won't increase WPM I think but better if someone else is also using a bot) by making it so that the program encounters the longest word in the text, it presses the enter key and skips the word(you know using nitros)
On type racer, I broke the captcha in the “insane” universe and got like 80k wpm Immortalized on the leaderboard. I broke it by preprocessing the image, then using ocr
I had this video up to 1:30 on 1x75 and I deadass saw his and mystical rockets typing speeds and thought “damn I’m slow” then realized he was speed speaking 💀💀💀
for anyone who wants a nice project to work on, i made an extension to do the typing test on the human bechmark and it was insanely fast, like 30k words per minute, i suggest people to try it too its super fun
Думаю чтобы античит не ловил тебя стоило немного рандомизировать нажатия. Допустим до начала выбирается число от 0.45 до 0.5. Во время печатания он немного отходит от этого числа в пределах рандома по распределению Гаусса на 0.0X числа.
Through the same, I got to remember my first times messing around with the DOM and CSS-selectors. I would recommend implementing this as an userscript. Using an add-on like Tampermonkey. The console in Chrome dev Tool you get hitting F12 is also a great tool to try things out and debug stuff. You may even take a shortcut and implement a proxy to just set the uploaded json data to your needs. Here some lines for the idea on how to implement that: let myoldXHROpen = window.XMLHttpRequest.prototype.open; window.XMLHttpRequest.prototype.open = function(method, url, async, user, password) { ....
The thing with Typeracer and alot of games these days is, there is [ both "software and humans", reviewing ] the world record, the problem is, you kept the interval the same, the problem is they likely record the times in between each character, for us humans those milliseconds gonna alter slightly from letter to letter, so your gonna need it to alternate it's typing speed per every set of 2 letters apart so it looks plausible a human is doing it, but don't always make it different on all as it's possible a human can twice in a row every now and then land the same speed between 2 characters.
if you made the program change its typing speed every few letters it could maybe stear clear of the cheat dettect. and you could even have it make 1-2 mistakes throughout the race
I wonder if they are detecting bots by the consistency of keys pressed. If you added in a random delay instead of a constant delay, I wonder if that would have worked. Hmm
In my middle school typing class, I discovered the program the school used had a glitch where if you held down as many keys as possible along with the spacebar it would freak out. So I passed the first test by holding "xcvnm" and spacebar all at once. The result was over 2,000 gross wpm. now since i had 0% accuracy (literally every word was obviously wrong), it should say i had 0 net wpm, right??? nah i broke the program so hard it gave me 1,000 net wpm lol
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TheCodingSloth/ . The first 200 of you will get 20% off Brilliant’s annual premium subscription.
Now it is you vs Code Bullet😂
acshually you didn't use AI
Source code pleaeeeeeeeeeee
61 likes and the top comment got 500 let me try change that EVERY LIKE THIS COMMENT BEST YT AT CODING DESERVED ITTTT
Yep way better
Bro's autotyper gave up at the end (at 11:09) so he had to type it out himself💀
Bro caught me💀
@@TheCodingSlothlol damn I didn't even notice that. It's still a good bot though.
lol damn I didn't even notice that. It's still a good bot though.
probably bot got only first paragraph because it was the only one that loaded at the time
@TheCodingSloth I made this same bot in 2022 and got this same error too
So i used it in 15s format
That worked smoothly
The reason is just that the JS in the page generates a paragraph for a particular word limit
If the user reaches near that limit that js file is agan executed and more words are appended in that paragraph
Which is very hard to capture
Bros hooked on the same problem 😂
getting banned from every typing site imaginable any% speedrun
I'll be contacting Type Racer to ban anyone with the same email find every alt account and BAN HIM PERMANENTLY and then call everyone else to beware of him and ban him immediately after he creates an account.
@@Guys-s5v bud that was 7 months ago
@@Guys-s5vwhat..?
@@Guys-s5vare you being fr?
@@fadi172 I think he is afraid that this guy will ruin duolingo too!
Now it is CodingSloth vs CodeBullet
Code bullet is too much of a legend for anyone to compare to him
Except the only thing Code bullet does himself is write the coordinates of stuff and insult the creators of the games he cheats
@@ScootsMcPoot 🤓
Code bullet makes programmers sound cool, this guy just makes us sound like nerds
ong i thought this was codebullet from just reading the title
Wow i can't believe you can type at 6600 words per minute, what a very skilled extremely legitimate typist! Great job!
LOL
Brother man can write a novel in 10 seconds
11 words per second.
@@nevverre3500 A novel is not 1100 words
@@AavyanTiwari i mistook per minute for per seconds
When in coming to check if the user is a bot, the game check the interval between types, you should used a random timing between 0.05 and 0.1
Could make it even more believable if he records the data of how long it actually takes him to type things... like depending on the distance between keys and stuff... and scale those intervals down. I wouldn't be surprised if an any actually competent site of these has captured the timing data of different players to form a signature time interval... and it would likely be easy to spot completely homogeneous distributions of random from actual organic typing.
Yep, that's one way they may detect bots. Perhaps the most easiest way though, checking the user agent...
@@HairyCaveMan user agent is easily spoofed.
Teacher: "The document needs to have at least 200 words"
Coding Sloth: "Sure just give me 2 seconds"
You mean 0.03 seconds?
@@b_ru No I mean 2 seconds.
@@samukaze5810 You sure? 6685 wpm means they'd type 200 words in 30 milliseconds
@@samukaze5810 Good. Because when I typed the comment, I thought it was 6000 words per second instead of 6000 words per minute. You are correct.
@@b_ru No worries
Barbara Blackburn never reached 212wpm. It's a weirdly interesting rabbithole where they used this woman to sell stenography kits to typists and office workers, and the factoid stuck.
i was wondering how i beat the world record of wpm in my typing class
love to see it!
Yoo mythicalrocket
dude casually comments 10 hours ago 😭
@@amanthatchangedhisnameover7153 real
..?
i got 3478 wpm but i wasnt logged into my account smh get better
@@PelNeverFellu were probably on zen on monkey type smh
1:45 The Lobotomy Kaisen is everywhere you can’t escape it😢
@@lupusreginabeta3318 hello holy beauty
you just got yourself a new loyal sub, great content 🗣🗣🗣🗣
rookie numbers. due to monkeytype bugging out from lag while i played monkeytype at school, i have actually gotten a wpm of infinity
LUCKY
the ultimate typer
i had something similar. when i was on typingclub and the page was lagging but I was still typing i could get like over 900 sometimes
@@asddrobt56roblox65 Oh, overflow…
@@asddrobt56roblox65surprised u could type this
2:10 I don’t really know what type racer is. I pee my bed a lot so… I’m currently wearing a diaper 💀
… Heh heh, comedy
Make the interval randomly change every letter so it doesnt detect your cheat- i mean skill
Genuinely this is such a good video; plz keep uploading
Hey CodingSloth, I know you see comments like this alot but still, I wanna thank you for creating content - you've inspired me to learn coding, keep it up :)
YOOO U GOT A SPONSOR?? bro is making it out here 🔥
one of the students in our class, is so fast in typing that his laptop cant even follow. its a super fast gaming laptop and yet, he surpassed the speed of the device.
Is he even human?
9:57 You could've gone just a bit faster(won't increase WPM I think but better if someone else is also using a bot) by making it so that the program encounters the longest word in the text, it presses the enter key and skips the word(you know using nitros)
I had to do typing for school, and I created a bot to type it at 200 using OCR to extract the text, and pyautogui to type it. Cool video,
On type racer, I broke the captcha in the “insane” universe and got like 80k wpm Immortalized on the leaderboard. I broke it by preprocessing the image, then using ocr
i laughed when the car flew by at 7,000 miles per hour on nitrotype
i remember getting so high in nitrotype back then that i often got matched up with the same people, even a lot of top 50 people
9:58 *The greatest **-technician-** coder thats ever lived*
I really thought beatifulsoup would be too slow for this tbh. Its had a fairly high latency for the projects i used it in lol
That ad transition was actually really good
This is gold!
7:19 Dude, your bot is still slower than the dude you showed us at the beginning of the video
I had this video up to 1:30 on 1x75 and I deadass saw his and mystical rockets typing speeds and thought “damn I’m slow” then realized he was speed speaking 💀💀💀
Therapist:"a zesty sloth cant hurt u,its not real"
The thumbnail:
"I'm better then you at typing!" 137 wpm. i've spent the last seven months going from 57 wpm to 137. i cannot be humiliated.
i got 161 wpm
172!
thats very good progression I'd say. Around two years ago I peaked at ~120 ish and then 2 years of inconsistent practice led to 172.
120 wpm here
@@Coolguy-899 ive beat 161 wpm now i got 174 wpm
I didn't even know it was possible to get banned from TYPING GAMES
The funniest programmer i have ever seen😂😂.Enjoyed alot man.
One question, how is bot able to type like if it was printing in command like , that seemed reasonable but jow is it able to type on the keyboard?😊
1:33 theres 4h of safari for a reason
And why is that
True, true
is there any way to get the code to this?
The sponsor segment was so smooth I had a heart attack
8:12 me:
What the image?
*Goes closer to the screen*
*Gets jumpscared by the sponsor"
Now that's some quality content
I CAN'T ESCAPE FROM "The quick brown fox"!!!
for anyone who wants a nice project to work on, i made an extension to do the typing test on the human bechmark and it was insanely fast, like 30k words per minute, i suggest people to try it too its super fun
the name or ink?
@@24-7gpts its been a while, i probably don't have the file anymore
what a humilitation to all those cracks who are actually really able to type that fast
is there a place were i can use these codes?
Думаю чтобы античит не ловил тебя стоило немного рандомизировать нажатия. Допустим до начала выбирается число от 0.45 до 0.5. Во время печатания он немного отходит от этого числа в пределах рандома по распределению Гаусса на 0.0X числа.
"i can type better than you" me chillin at 173 wpm with 100% accuracy
1:23 mythicalrocket turned into a bird
😅😂😂😂
I think another way to get around potential anti cheat is to vary the interval using numpy. Making sure it does not go below a certain interval.
I can't type with my pinky, either. Maybe we're related. Or both of us are missing a few brain cells. Or both, lol.
1:27 “I can’t type super fast, but I can program, so technically I can type super fast” looking ahh
My typing system: left hand in WASD, right in the mouse
3:00 just use innertext on the div lol
Through the same, I got to remember my first times messing around with the DOM and CSS-selectors.
I would recommend implementing this as an userscript. Using an add-on like Tampermonkey.
The console in Chrome dev Tool you get hitting F12 is also a great tool to try things out and debug stuff.
You may even take a shortcut and implement a proxy to just set the uploaded json data to your needs.
Here some lines for the idea on how to implement that:
let myoldXHROpen = window.XMLHttpRequest.prototype.open;
window.XMLHttpRequest.prototype.open = function(method, url, async, user, password) {
....
One of the guys in my Spanish class wrote a program that does this same thing, just a little slower. But it's impressive cuz he's a highschool junior
how do you make a script that does smth on the browser?
00:48 Mythical Rocket watching this
Are u sure about that!
8:12
**Brilliant** segway to the sponsor
all i remember from typing is that my school's stupid 3 dollar computers lagged so much that i finished an entire 3 minute test at over 11k wpm
Me when I forgot a page of my home work 10:25
you don't use your pinky? how do press enter, or a?
Very Fast Typer
1:31 107 HOURS ON OLIVE GARDEN 😭😭
only real ones know “the quick brown fox jumps over the lazy dog”
Is there a way I can access this code for, "Educational purposes only"?
The diary of the wimpy kid is some crazy work😂😂😂
if you can type with your pinky, you are certified criminal 😭😭😭😭😭😭😭😭
Nah. I used my programming skills to modify the network request and earn infinite wpm.
5:53 oh naaAWIHhh, "bw auh huh huh huh"
The thing with Typeracer and alot of games these days is, there is [ both "software and humans", reviewing ] the world record, the problem is, you kept the interval the same, the problem is they likely record the times in between each character, for us humans those milliseconds gonna alter slightly from letter to letter, so your gonna need it to alternate it's typing speed per every set of 2 letters apart so it looks plausible a human is doing it, but don't always make it different on all as it's possible a human can twice in a row every now and then land the same speed between 2 characters.
Whats the keyboard?
Sloth bro you did write the code but how did you run the code on the browser?
Sloth just burned my eyes with that light mode
I legit at the end bro was going to say 'I am Steve'
if you made the program change its typing speed every few letters it could maybe stear clear of the cheat dettect. and you could even have it make 1-2 mistakes throughout the race
9:13 is when the sponsor ends
Ty
Beside Ublock also use sponsorblock to make it autoskip sponsors.
great video, please upload more content like this.
4:19 what a edit
Do you mind sharing the code for this? Looks cool
"If we make the program only select the words that are unselectable" 💀
But the question is how many brain cells am I missing
I thought you should be slow?
But ngl your name makes sense.
"im better than you at typing" my peak wpm is 120, bro
Now this, but with Steno keyboard. It takes practice, but it can be much faster
That sponsor was brilliant
I typed this with just my pinky fingers.
100 hours on OLIVE GARDEN is insane
wow, 6685 words per minute, great job!
So slow
Instead of tesseract ocr
Try using easy-ocr, its like much better, just remember to increase the resolution artificially
Bro you are so underrated
Fr he should have more subs
And views
I was dying when the page just closed on the first one in type racer.
My first test was 144 wpm in my native language and with my old bad keyboard, I want to start grinding this now lol.
I use shift with my pinkie if my ring finger is being used or hurts
I wonder if they are detecting bots by the consistency of keys pressed. If you added in a random delay instead of a constant delay, I wonder if that would have worked. Hmm
Sloth is the #1 person to get banned from every typing game for cheating (almost)
glad we can both agree typign with your pinky is weird
0:47 Did u say You are better than me at typing? (my average is 106?)
My average is literally 126, yall arent on my level
I can do 120
You could put few inaccuracies in between then backspace them, and trick those racers website that you are a legitimate person not bot.
I was expecting you to just use the inspect element rewrite
btw was this made with only bs and py
I literally got 120wpm earlier tonight taking a test on a whim.
Common pinky user W (it only types a & z because I'm on dvorak)
CodeBullet would be proud
In my middle school typing class, I discovered the program the school used had a glitch where if you held down as many keys as possible along with the spacebar it would freak out. So I passed the first test by holding "xcvnm" and spacebar all at once. The result was over 2,000 gross wpm. now since i had 0% accuracy (literally every word was obviously wrong), it should say i had 0 net wpm, right???
nah i broke the program so hard it gave me 1,000 net wpm lol
It's safe to say my teacher hated me