T-Rex Chrome Dino Game Hack tự động nhảy - hack bất tử game khủng long chrome

Doãn Huynh

Administrator
Jul 1, 2025
135
1
Mình share 2 bản hack.
Bản thứ nhất là hack tự động nhảy khi gặp cây và tự cúi xuống khi gặp khủng long bay.
Bản thứ hai thì khủng long cứ chạy, đâm trúng cây không chết.
Cách dùng:
Tại tab đang hiện game khủng long, nhấn F12 => Chọn tab Console => Dán mã hack vào => Nhấn Enter => đóng tab DevTools => Bắt Đầu.

  1. Hack tự động nhảy:
    Code:
    function keyDown(e){Podium={};var n=document.createEvent("KeyboardEvent");Object.defineProperty(n,"keyCode",{get:function(){return this.keyCodeVal}}),n.initKeyboardEvent?n.initKeyboardEvent("keydown",!0,!0,document.defaultView,e,e,"","",!1,""):n.initKeyEvent("keydown",!0,!0,document.defaultView,!1,!1,!1,!1,e,0),n.keyCodeVal=e,document.body.dispatchEvent(n)}function keyUp(e){Podium={};var n=document.createEvent("KeyboardEvent");Object.defineProperty(n,"keyCode",{get:function(){return this.keyCodeVal}}),n.initKeyboardEvent?n.initKeyboardEvent("keyup",!0,!0,document.defaultView,e,e,"","",!1,""):n.initKeyEvent("keyup",!0,!0,document.defaultView,!1,!1,!1,!1,e,0),n.keyCodeVal=e,document.body.dispatchEvent(n)}setInterval(function(){Runner.instance_.horizon.obstacles.length>0&&(Runner.instance_.horizon.obstacles[0].xPos<25*Runner.instance_.currentSpeed-Runner.instance_.horizon.obstacles[0].width/2&&Runner.instance_.horizon.obstacles[0].yPos>75&&(keyUp(40),keyDown(38)),Runner.instance_.horizon.obstacles[0].xPos<30*Runner.instance_.currentSpeed-Runner.instance_.horizon.obstacles[0].width/2&&Runner.instance_.horizon.obstacles[0].yPos<=75&&keyDown(40))},5);
  2. Hack bất tử:
    Code:
    var original = Runner.prototype.gameOverRunner.prototype.gameOver = function (){}
    Runner.instance_.setSpeed(0)
Ở bản hack bất tử, bạn có thể tuỳ chỉnh tốc độ chạy của Dino ở dòng "setSpeed (0)". Thay tốc độ muốn chạy vào (0).
 
Forgot your password?
or Log in using
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.