Skip to content

Instantly share code, notes, and snippets.

View ayunami2000's full-sized avatar
👌
No u

ayunami2000

👌
No u
View GitHub Profile
@ayunami2000
ayunami2000 / alert.js
Created August 14, 2020 00:14
just an alert
alert("test");
@ayunami2000
ayunami2000 / chrome-dino-hax.md
Last active January 22, 2024 21:21
Chrome Dino Game "Cheat Codes"

Chrome Dino Game "Cheat Codes"

Assist Mode

Console

Runner.isBumped=0;Runner.prototype.gameOver=function(){if(Runner.isBumped==0){Runner.isBumped=1;window.setTimeout(function(){this.setSpeed(-this.currentSpeed);Runner.isBumped=0;},250);this.setSpeed(-this.currentSpeed);}};

Bookmark

javascript:(function()%7BRunner.isBumped%3D0%3BRunner.prototype.gameOver%3Dfunction()%7Bif(Runner.isBumped%3D%3D0)%7BRunner.isBumped%3D1%3Bwindow.setTimeout(function()%7Bthis.setSpeed(-this.currentSpeed)%3BRunner.isBumped%3D0%3B%7D%2C250)%3Bthis.setSpeed(-this.currentSpeed)%3B%7D%7D%3Breturn%20false%3B%7D)()%3B