This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
window.addEventListener("load", function (){ | |
let name = "iii"; // Имя | |
const TARGET_BOX = document.querySelector("#target"); // Блок, где будет логотип | |
let targetDot, k = 0; // Нужные переменные | |
name = name.split(""); // Разбиение строки на массив | |
name.forEach(el => { | |
if(el === "i")TARGET_BOX.innerHTML += `<div class="literal">${el}</div>`; // Вывод div с классом |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
block: int = random.randint(0,9999) | |
cash: int = random.randint(0,9999) | |
timer: int = 0 | |
while 1 > 0: | |
while cash != block: | |
cash = random.randint(0,9999) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
program MineVision; | |
uses crt; // Подключение библиотеки для спец. команд | |
var hash, blockchain, timer, wallet: integer; // П Р М Н Ы | |
totalTimer: BigInteger; // Е Е Е Н Е | |
begin // Начало | |
timer := 0; /// Счётчик попыток, именуемый таймером, потому что я учу немецкий язык -_- |