How to Get Unlimited Score in Chrome Dino Game Fun Trick!
0 views
Jul 1, 2025
Runner.instance_.setSpeed(30) var original = Runner.prototype.gameOver Runner.prototype.gameOver = function(){} To stop: Runner.prototype.gameOver = original
View Video Transcript
0:00
uh hello guys welcome to this video so
0:02
in this video I will show you a simple
0:05
trick how which you can actually achieve
0:07
unlimited number of score inside your
0:10
dinosaur game inside your Google Chrome
0:12
browser so by default if you fail inside
0:15
this game you will can see whenever you
0:20
now game is over you will see score is
0:22
51 so I've given this code in the
0:24
description of this video so what you
0:27
need to do right click and go to inspect
0:29
element and simply paste this code in
0:32
the console
0:36
so this code is runner dot instance
0:40
dot set speed here you can even set the
0:42
se speed of the game so I have set the
0:45
speed to 30 and then there is this
0:47
function original runner is
0:50
runner.prototype game over
0:52
runner.prototype game over it's a empty
0:55
function you just need to paste this
0:57
code inside the console and just press
0:59
enter as soon as you do this you will
1:02
see now if I play the game here now
1:06
the game will not be over
1:09
so it is running here
1:13
so you can actually set this in the
1:15
background and the game will run
1:16
infinite number of time and you will
1:18
achieve infinite number of score here
1:25
you can see
1:27
you can fool people by putting this code
1:30
here and your game will run for infinite
1:33
number of time and you can achieve
1:34
infinite number of score so now if you
1:37
want to stop this game there is a simple
1:40
way again you need to go to this
1:44
and just type this line here i have
1:47
given this code also
1:50
runner.proto prototype dot game over is
1:54
equal to original so once you do this
1:57
simply enter
2:00
and now your game will stop here
2:03
let's see you'll get the score here
2:06
again it's very simple go to console and
2:09
I have given this code in the
2:11
description of this video
2:15
so here you can set the speed here of
2:18
the game so by default it is 30 so here
2:20
you can change this speed to any larger
2:23
value
2:25
simply enter it and now
2:42
so the code is given in the description
2:45
of the video
2:48
so simply you need to paste this code
2:56
so thank you very much for watching this
2:58
video and also check out my website
2:59
freemediatools.com
3:01
uh which contains uh thousands of tools
3:04
related to audio video and image
3:08
and I will be seeing you in the next
3:11
video
#Browser Games
#Computer & Video Games
#Programming