Most of us have seen the dreaded “No Internet” error message on Google Chrome. You can actually turn this screen into a fun, dino-themed endless runner game and, even better, hack the hidden Easter egg to where your dinosaur becomes invincible. Here’s how.
-----------------------------------------------------------------
हम में से अधिकांश लोगों ने Google क्रोम पर खतरनाक "नो इंटरनेट" त्रुटि संदेश देखा है। आप वास्तव में इस स्क्रीन को एक मजेदार, डिनो-थीम वाले अंतहीन रनर गेम में बदल सकते हैं और इससे भी बेहतर, छिपे हुए ईस्टर अंडे को हैक कर सकते हैं जहां आपका डायनासोर अजेय हो जाता है। ऐसे।
------------------------------------------------------------
Google dinosaur cheats
Gravity cheat:
Runner.instance_.tRex.config.GRAVITY = 0.1
Speed cheat:
Runner.instance_.setSpeed(1000)
Jump cheat:
Runner.instance_.tRex.setJumpVelocity(100)
Immortal cheat:
var original = Runner.prototype.gameOver
Runner.prototype.gameOver = function(){}
To get mortal:
Runner.prototype.gameOver = original
Intro cheat
Runner.instance_.playingIntro = true
To get out of intro
Runner.instance_.playingIntro = false
#Google #dinosaur #cheats