Xem 25,047
Cập nhật thông tin chi tiết về Hacking The Chrome Dino Game mới nhất ngày 30/06/2022 trên website Karefresh.com. Hy vọng nội dung bài viết sẽ đáp ứng được nhu cầu của bạn, chúng tôi sẽ thường xuyên cập nhật mới nội dung để bạn nhận được thông tin nhanh chóng và chính xác nhất. Cho đến thời điểm hiện tại, bài viết này đã đạt được 25,047 lượt xem.
--- Bài mới hơn ---
Google Chrome includes an endless runner Dinosaur game which appears in the absense of internet connection.
If you are unable to get the No Internet page, open a new tab and type chrome://dino and pss enter.
Playing
- Space Bar / Up: Jump (also to start the game)
- Down: Duck (pterodactyls appear after 450 points)
- Alt: Pause
- The game enters a black background mode after every multiple of 700 points for the next 100 points.
Open Chrome Console
- Make sure you are on the No Internet Connection page.
- Go to Console tab. This is where we will enter the commands to tweak the game.
Tweaking Speed
Type the following command in Console and pss enter.
You can use any other speed in place of 1000.
Runner.instance_.setSpeed(1000)
Immortality
-
After every command pss enter. All the commands are case-sensitive.
- We store the original game over function in a variable:
var
original
=
Runner
.
prototype
.
gameOver
- Then, we make the game over function empty:
Runner
.
prototype
.
gameOver
=
function
(){}
Stopping the game after using Immortality
When you want to stop the game, Revert back to the original game over function:
Runner . prototype . gameOver = original
Setting the current score
Let’s set the score to 12345. You can set any other score less than 99999.
The current score is reset on game over.
Runner . instance_ . distanceRan = 12345 / Runner . instance_ . distanceMeter . config . COEFFICIENT
Dino jumping too high?
You can control how high the dino jumps by using the below function. Adjust the value as necessary.
Runner . instance_ . tRex . setJumpVelocity ( 10 )
--- Bài cũ hơn ---
Bạn đang xem bài viết Hacking The Chrome Dino Game trên website Karefresh.com. Hy vọng những thông tin mà chúng tôi đã chia sẻ là hữu ích với bạn. Nếu nội dung hay, ý nghĩa bạn hãy chia sẻ với bạn bè của mình và luôn theo dõi, ủng hộ chúng tôi để cập nhật những thông tin mới nhất. Chúc bạn một ngày tốt lành!