“Jogo do Chrome Dino” Respostas de código

jogo de dino

// Go to the dinosaur game (chrome:dino)
// Press Ctrl+Shift+C (Command+Shift+C for mac)
// Go to console
// Copy paste any of these codes: (You can put as many as you want)

// Invinsabilaty:
Runner.prototype.gameOver = function (){}

// Change jump height:
Runner.instance_.tRex.setJumpVelocity(/*Any num you want*/)

// Change Speed:
Runner.instance_.setSpeed(/*Any num you want*/)
YT_GraphiX

Cheats for Dino Game Chrome

Here's one: Runner.prototype.gameOver = ()=>{};
Nervous Newt

Jogo do Chrome Dino

Here's one: Runner.prototype.gameOver = function(){}
Raahim

Respostas semelhantes a “Jogo do Chrome Dino”

Perguntas semelhantes a “Jogo do Chrome Dino”

Procure respostas de código populares por idioma

Procurar outros idiomas de código