try to take over the world!
Від
Цей скрипт не слід встановлювати безпосередньо. Це - бібліотека для інших скриптів для включення в мета директиву // @require https://updategf.qytechs.cn/scripts/415891/867868/T%20REX%20HACKS.js
// ==UserScript==
// @name T REX HACKS
// @namespace http://tampermonkey.net/
// @version 1.0
// @description try to take over the world!
// @author You
// @match https://elgoog.im/t-rex/
// @grant idk
// ==/UserScript==
(function() {
'use strict';
// Your code here...
console.clear()
var year = (new Date()).getFullYear();
var month = (new Date()).getMonth();
var day = (new Date()).getDate();
var hours = (new Date()).getHours();
var minutes = (new Date()).getMinutes();
var seconds = (new Date()).getSeconds();
var milliseconds = (new Date()).getMilliseconds();
var now = new Date();
var x = "Total Width: " + screen.width;
var y = "Total Height: " + screen.height;
console.log(`%c
▄▄▄▄ ▓██ ██▓ ███▄ ▄███▓ ██▓ ██ ▄█▀ ▄▄▄█████▓ ██░ ██ ▄▄▄ ▄▄▄█████▓ ▄████ █ ██ ▓██ ██▓
▓█████▄ ▒██ ██▒ ▓██▒▀█▀ ██▒ ▓██▒ ██▄█▒ ▓ ██▒ ▓▒ ▓██░ ██▒ ▒████▄ ▓ ██▒ ▓▒ ██▒ ▀█▒ ██ ▓██▒ ▒██ ██▒
▒██▒ ▄██ ▒██ ██░ ▓██ ▓██░ ▒██▒ ▓███▄░ ▒ ▓██░ ▒░ ▒██▀▀██░ ▒██ ▀█▄ ▒ ▓██░ ▒░ ▒██░▄▄▄░ ▓██ ▒██░ ▒██ ██░
▒██░█▀ ░ ▐██▓░ ▒██ ▒██ ░██░ ▓██ █▄ ░ ▓██▓ ░ ░▓█ ░██ ░██▄▄▄▄██ ░ ▓██▓ ░ ░▓█ ██▓ ▓▓█ ░██░ ░ ▐██▓░
░▓█ ▀█▓ ░ ██▒▓░ ▒██▒ ░██▒ ░██░ ▒██▒ █▄ ▒██▒ ░ ░▓█▒░██▓ ▓█ ▓██▒ ▒██▒ ░ ░▒▓███▀▒ ▒▒█████▓ ░ ██▒▓░
░▒▓███▀▒ ██▒▒▒ ░ ▒░ ░ ░ ░▓ ▒ ▒▒ ▓▒ ▒ ░░ ▒ ░░▒░▒ ▒▒ ▓▒█░ ▒ ░░ ░▒ ▒ ░▒▓▒ ▒ ▒ ██▒▒▒
▒░▒ ░ ▓██ ░▒░ ░ ░ ░ ▒ ░ ░ ░▒ ▒░ ░ ▒ ░▒░ ░ ▒ ▒▒ ░ ░ ░ ░ ░░▒░ ░ ░ ▓██ ░▒░
░ ░ ▒ ▒ ░░ ░ ░ ▒ ░ ░ ░░ ░ ░ ░ ░░ ░ ░ ▒ ░ ░ ░ ░ ░░░ ░ ░ ▒ ▒ ░░
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░ ░ ░ ░ ░ `, 'color: red; font-size: 10px;');
console.log(`%c
▄████ ▄████
██▒ ▀█▒ ██▒ ▀█▒
▒██░▄▄▄░▒██░▄▄▄░
░▓█ ██▓░▓█ ██▓
░▒▓███▀▒░▒▓███▀▒
░▒ ▒ ░▒ ▒
░ ░ ░ ░
░ ░ ░ ░ ░ ░
░ ░
`, 'color: red; font-size: 10px;');
console.groupEnd();
window.name = "trex hacks"
alert("press f12 or ctrl + maiusc + i and open CONSOLE")
var ded = prompt("speed","how much?")
if (ded > 1000) {
ded = 1000
console.log("speed set to " + ded)
} if (ded < 1000) {
setTimeout(myFunction, 10000);
function myFunction() {
alert('Hello');
console.log("speed set to " + ded);
Runner.instance_.gameOver = function(){};
Runner.instance_.setSpeed(ded);
alert(ded, "bob")
}
}})