AnonHacks

‎‎‎‎‎‎‎‎‎‎‎Hello Freaks,Anonymous here welcome to the blog 'ANONHACKS' ‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎

  • Home
  • About me
facebook Instagram Linkedin twitter

 


Watch Video : Click Here

Type chrome://dino in the address bar, and it will take you there.


Once you’ve made your way to this screen, you can start the game by pressing the space bar. Once you do, the dinosaur will begin running. The object of the game is to avoid whatever comes your way, such as birds and cacti. Once the dinosaur gets hit by a bird or runs into a cactus, it’s game over.


This is a pretty neat way to kill time, and it’s always fun to try to beat your own high score. As you continue, the difficulty of the game increases. It’s interesting to think about what the highest score ever achieved is, without cheating of course, which brings us to the next point.

This hack allows your dinosaur to become invincible, letting players continue the game without fear of being poked or pecked.

To hack the game, you’ll need to be on the “No Internet” screen, so go ahead and enter chrome://dino in the address bar. Once there, right-click anywhere on the screen and select “Inspect” from the menu that appears.


This opens Chrome DevTools, which appears to the right of the browser window. In DevTools, select the “Console” tab.


Alternatively, you can press Ctrl+Shift+I and jump straight to the “Console” tab in Chrome DevTools.


Once in the “Console” tab, paste the following command and then press the “Enter” key:

var original = Runner.prototype.gameOver


This may seem like it does nothing, but we’ll explain why this is necessary in a second.

Next, enter this command:

Runner.prototype.gameOver = function (){}


On the next line, f (){} will appear after pressing the “Enter” key.

Here’s what happens now. When the game is over (i.e., when you hit an object), Runner.prototype.gameOver() is called and the action is triggered. In this case, you’ll hear a sound, the game stops, and a Game Over message appears. That’s without our code.

What our code does is replaces the gameOver function with an empty function. That means that instead of hearing the sound, the game stopping, and the message appearing, nothing happens. You just keep running.

Test it out. Close DevTools, and press the space bar to start playing the game.


As you can see, the dinosaur is unaffected by the cacti or flying creatures. Mission accomplished.

Now, let’s say you’ve been playing for 25 minutes and you want to stop the game and record your high score. You’ll need a way to end the game, which can no longer be done by running into a cactus.

Remember the first code we entered? That stored the normal gameOver function in the original variable. That means we can now execute this command to use the normal gameOver function:

Runner.prototype.gameOver = original


If you’re interested, you can (see 2) look at what is supposed to happen when the normal gameOver function is called.

0
Share

 


📱HOW TO HIDE YOUR NUMBER📱


This trick worked for me, Do it correctly and it'll work for you too! 


Dial this code on your Dialpad and call : #31#


And boom, your caller ID is disabled for an outgoing call👍🏻



0
Share
Newer Posts Older Posts Home

Follow On

  • facebook
  • instagram
  • Telegram

Search This Blog

  • February 2022 (2)
  • January 2022 (2)
  • June 2021 (2)
  • May 2021 (7)
  • April 2021 (12)
  • March 2021 (6)
  • February 2021 (4)
  • January 2021 (4)
  • December 2020 (2)
  • August 2020 (17)

Hidden WIKI

Search results

Translate

About Me

My photo
Admin
View my complete profile

Top 10 Reasons Why Python is So Popular and Why You Should Learn Python

  Every decade brings a new programming language that sweeps developers off their feet. One of the most popular and in-demand programming la...

Link List

  • instagram
  • Telegram

Popular Posts

  • [100% Worked] The easiest way to get Ultimate Express VPN for 30Days 1Month Trial
     Step 1:Go to this url Click this One and take one email something like begin with @email.edu.pl and copy it. Step 2:You have to go this u...
  • ⚜What is an ORM?
     ⚜What is an ORM?  🛡ORM stands for Object Relational Mapper. It allows you to create and manage your databases easily using models. 🔱A typ...
  • Hack WhatsApp By Sending a Link
     INTRODUCTION WhatsApp has become an important part of billions of people’s life. Many of us woke up or go to bed, by checking our WhatsApp ...
Copyright © 2019 AnonHacks

Created By Anonymous Shared By Ramkishore