Advertisement
NewBestPastebins

Maybe update

Jun 22nd, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. //alert('🛠STARTING SCRIPT⚙️')
  2. var button = document.createElement("button");
  3. button.innerHTML = "Welcome to the ultimate chrome dinosaur script! Click here for info!";
  4. button.style = "top:520px;left:15%;position:absolute;z-index:99999;font-size:40px;border:none;background-color:white;-webkit-text-stroke: 1px #F8F8F8;text-shadow: 0px 1px 4px #23430C;text-decoration:underline;cursor:pointer;";
  5. document.body.appendChild(button);
  6. button.onclick = function(){
  7. alert("Hi! Welcome to the ultimate chrome dinosaur hack! Hope you enjoy. To use this script, simply click the buttons, that apeared in the side of your screen. The auto run part is not mine, and only has minor changes from my side, so you can steal this script on your own risk. Enjoy the script ;D");};
  8. var button = document.createElement("Button");
  9. button.innerHTML = "🏎️!Auto play!🏎️: OFF ";
  10. button.style = "top:5px;left:5px;position:absolute;z-index:99999;border:5px solid black;border-radius:16px;font-size:50px;cursor:pointer;background-color:red;";
  11. document.body.appendChild(button);
  12. button.onclick = function(){
  13. var button = document.createElement("Button");
  14. button.innerHTML = "🏎️!Auto play!🏎️: ON ";
  15. button.style = "top:5px;left:5px;position:absolute;z-index:99999;border:5px solid black;border-radius:16px;font-size:50px;cursor:pointer;width:37%;background-color:green;";
  16. document.body.appendChild(button);
  17. function keyDown(e) {
  18. Podium = {};
  19. var n = document.createEvent("KeyboardEvent");
  20. Object.defineProperty(n, "keyCode", {
  21. get: function () {
  22. return this.keyCodeVal;
  23. },
  24. }),
  25. 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),
  26. (n.keyCodeVal = e),
  27. document.body.dispatchEvent(n);
  28. }
  29. function keyUp(e) {
  30. Podium = {};
  31. var n = document.createEvent("KeyboardEvent");
  32. Object.defineProperty(n, "keyCode", {
  33. get: function () {
  34. return this.keyCodeVal;
  35. },
  36. }),
  37. 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),
  38. (n.keyCodeVal = e),
  39. document.body.dispatchEvent(n);
  40. }
  41. setInterval(function () {
  42. Runner.instance_.horizon.obstacles.length > 0 &&
  43. (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)),
  44. 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));
  45. }, 5);
  46. alert('Auto play started (Reload website to turn off)')};
  47. var button = document.createElement("Button");
  48. button.innerHTML = "👻Invincible👻 ";
  49. button.style = "top:5px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  50. document.body.appendChild(button);
  51. button.onclick = function(){Runner.instance_.gameOver = function(){};};
  52. var button = document.createElement("Button");
  53. button.innerHTML = "🚗💨Set Runner Speed To 100🚗💨";
  54. button.style = "top:60px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  55. document.body.appendChild(button);
  56. button.onclick = function(){
  57. Runner.instance_.setSpeed(100);};
  58. var button = document.createElement("Button");
  59. button.innerHTML = "🚗💨Set Runner Speed To 1,000🚗💨";
  60. button.style = "top:120px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  61. document.body.appendChild(button);
  62. button.onclick = function(){
  63. Runner.instance_.setSpeed(1000);};
  64. var button = document.createElement("Button");
  65. button.innerHTML = "🚗💨Set Runner Speed To 10,000🚗💨";
  66. button.style = "top:180px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  67. document.body.appendChild(button);
  68. button.onclick = function(){
  69. Runner.instance_.setSpeed(10000);};
  70. var button = document.createElement("Button");
  71. button.innerHTML = "🚗💨Set Runner Speed To 100,000🚗💨";
  72. button.style = "top:240px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  73. document.body.appendChild(button);
  74. button.onclick = function(){
  75. Runner.instance_.setSpeed(100000);};
  76. var button = document.createElement("Button");
  77. button.innerHTML = "💯Set Score To 10,000💯";
  78. button.style = "top:300px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  79. document.body.appendChild(button);
  80. button.onclick = function(){
  81. Runner.instance_.distanceRan = 10000 / Runner.instance_.distanceMeter.config.COEFFICIENT};
  82. var button = document.createElement("Button");
  83. button.innerHTML = "💯Set Score To 50,000💯";
  84. button.style = "top:360px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  85. document.body.appendChild(button);
  86. button.onclick = function(){
  87. Runner.instance_.distanceRan = 50000 / Runner.instance_.distanceMeter.config.COEFFICIENT};
  88. var button = document.createElement("Button");
  89. button.innerHTML = "💯Set Score To 100,000💯";
  90. button.style = "top:420px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  91. document.body.appendChild(button);
  92. button.onclick = function(){
  93. Runner.instance_.distanceRan = 100000 / Runner.instance_.distanceMeter.config.COEFFICIENT};
  94. var button = document.createElement("Button");
  95. button.innerHTML = "💯Set Score To 250,000💯";
  96. button.style = "top:480px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  97. document.body.appendChild(button);
  98. button.onclick = function(){
  99. Runner.instance_.distanceRan = 250000 / Runner.instance_.distanceMeter.config.COEFFICIENT};
  100. var button = document.createElement("Button");
  101. button.innerHTML = "💯Set Score To 500,000💯";
  102. button.style = "top:540px;left:5px;position:absolute;z-index:99999;padding:15px;margin-top:100px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  103. document.body.appendChild(button);
  104. button.onclick = function(){
  105. Runner.instance_.distanceRan = 500000 / Runner.instance_.distanceMeter.config.COEFFICIENT};
  106. var button = document.createElement("Button");
  107. button.innerHTML = "🤩MAX SCORE🚀 (💯Make sure to be right infront of a 🌵cactus🌵 before clicking💯)";
  108. button.style = "top:5px;right:5px;position:absolute;z-index:99999;padding:15px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  109. document.body.appendChild(button);
  110. button.onclick = function(){
  111. Runner.instance_.setSpeed(1);
  112. Runner.instance_.distanceRan = 999998 / Runner.instance_.distanceMeter.config.COEFFICIENT};
  113. var button = document.createElement("Button");
  114. button.innerHTML = "???";
  115. button.style = "top:100px;left:850px;position:absolute;z-index:99999;padding:15px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  116. document.body.appendChild(button);
  117. button.onclick = function(){
  118. Runner.instance_.setSpeed(1);
  119. Runner.instance_.distanceRan = 696969696969696969696969696969696969696969696969696969696969 / Runner.instance_.distanceMeter.config.COEFFICIENT};
  120. var button = document.createElement("Button");
  121. button.innerHTML = "!?!";
  122. button.style = "top:100px;left:790px;position:absolute;z-index:99999;padding:15px;border:5px solid black;border-radius:16px;font-size:15px;cursor:pointer;";
  123. document.body.appendChild(button);
  124. button.onclick = function(){Runner.instance_.setSpeed(696969696969696969696969696969669696969696669);};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement