-
-
Save dedy-purwanto/1510198 to your computer and use it in GitHub Desktop.
/* | |
* BOT for 10fastfingers, automatic typing with adjustable speed | |
* ================================================================ | |
* | |
* bored in my apartment and decided to hack this game: http://indonesian-speedtest.10fastfingers.com/ | |
* just start the game, when you're ready to type, DON'T TYPE ANYTHING, open up | |
* your Developer Tools in Chrome (CTRL+SHIFT+J) and click Console tab, and | |
* then paste the whole code below, then press enter, and enjoy the show. | |
* | |
* twitter.com/kecebongsoft | |
*/ | |
var word_idx = 0; | |
var interval_per_word = 250; // in milliseconds | |
function hackit(){ | |
if(word_idx<words.length){ | |
$('#inputfield').val(words[word_idx] + ' '); | |
var keyup = jQuery.Event('keyup'); | |
keyup.which = 32; | |
$('#inputfield').trigger(keyup); | |
word_idx++; | |
setTimeout('hackit()', interval_per_word); | |
} | |
} | |
setTimeout('hackit()', interval_per_word); |
Can someone make one for nitro type
if you are having trouble with the anti cheat you can check this out https://github.com/tewedaj/10fastfingerscheater
you can pass the anti cheat no cap
http://10fastfingers.com/anticheat/generate_word_picture Does anyone know where the source code for the picture generator would be from? We could probably crack the anti-cheat engine if we do.
https://github.com/tewedaj/10fastfingerscheater it can be cracked here :)
explain how i can do this on Nitro Type
Nitro type is a bit complicated i don't think it can be done from the console like this... since there is no input filed i think the website just checks if a key is pressed and then it checks it with the word list and you can't really use js to press keys you can only check for them.. am not 100% sure tho but it can be done with selenium and some cool python
Can someone make a hack for https://at4.typewriter.at/index.php pleas
i will soon be developing a code where you can pass the test for your typing speed verification on 10 fast fingers
it worked. but the final result does not appear on the dashboard
Do you paste this in the inspect spot?
Is it possible to make one for typing club (Ed club)?
The web is this w
It very good thank you! 😃
can someone make like this to typingsensei.com?