Tags: web 

Rating:

# Typeracer (119 Points) #

![TASK](https://imgur.com/WA3jGN8.png)

The task was simple, we have to write the text that is shown so fast, I wrote this Javascript script to simulate keyboard typing :D

```js

var div=document.getElementById('Ym9iYmF0ZWEh').children;
var dict={};
for(var i=0;i

Original writeup (https://github.com/kahla-sec/CTF-Writeups/blob/master/rgbCTF/Web.md#imitation-crab-448-points).