TypeRacer Hack Code

var counter = -1;
var firstWord = document.getElementsByClassName(“inputPanel”)[0].querySelectorAll(“span”)[0].innerHTML + document.getElementsByClassName(“inputPanel”)[0].querySelectorAll(“span”)[1].innerHTML,
restOfText = document.getElementsByClass…


This content originally appeared on DEV Community and was authored by Kaixin

var counter = -1;
var firstWord = document.getElementsByClassName("inputPanel")[0].querySelectorAll("span")[0].innerHTML + document.getElementsByClassName("inputPanel")[0].querySelectorAll("span")[1].innerHTML,
restOfText = document.getElementsByClassName("inputPanel")[0].querySelectorAll("span")[2].innerHTML;
var fullText = firstWord.concat(restOfText);
var inputBox = document.getElementsByClassName('txtInput');
(function getString() {
    setTimeout(function() {
        counter++;
        inputBox[0].value += fullText[counter];
        if(counter != fullText.length) {
            getString();
        }
        //adjust the 100 milliseconds for a faster wpm & be undetected by their new system.
    }, 100);
})()

Copy the code above ^^ then go to TypeRacer Enter a Race, on your keyboard press ctrl + shift + i to open the console When the game starts(It says GO!), paste the cheat code you just copied in the console and hit enter

Image description

Image description


This content originally appeared on DEV Community and was authored by Kaixin


Print Share Comment Cite Upload Translate Updates
APA

Kaixin | Sciencx (2021-12-26T13:07:24+00:00) TypeRacer Hack Code. Retrieved from https://www.scien.cx/2021/12/26/typeracer-hack-code/

MLA
" » TypeRacer Hack Code." Kaixin | Sciencx - Sunday December 26, 2021, https://www.scien.cx/2021/12/26/typeracer-hack-code/
HARVARD
Kaixin | Sciencx Sunday December 26, 2021 » TypeRacer Hack Code., viewed ,<https://www.scien.cx/2021/12/26/typeracer-hack-code/>
VANCOUVER
Kaixin | Sciencx - » TypeRacer Hack Code. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/26/typeracer-hack-code/
CHICAGO
" » TypeRacer Hack Code." Kaixin | Sciencx - Accessed . https://www.scien.cx/2021/12/26/typeracer-hack-code/
IEEE
" » TypeRacer Hack Code." Kaixin | Sciencx [Online]. Available: https://www.scien.cx/2021/12/26/typeracer-hack-code/. [Accessed: ]
rf:citation
» TypeRacer Hack Code | Kaixin | Sciencx | https://www.scien.cx/2021/12/26/typeracer-hack-code/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.