This file contains hidden or 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
apikey = "trnsl.1.1.20191018T093555Z.b6bd9f9ec98d78a9.134f73cb647d78dc17a4723deb47325790d768f0" | |
// Get apikey from https://tech.yandex.com/translate/ | |
setInterval(() => { | |
try { | |
totranslate = document.getElementsByClassName('FormattedText notranslate TermText lang-pl'); | |
totranslate[0].innerText = translate(totranslate[0].innerText); | |
totranslate[1].innerText = translate(totranslate[1].innerText); | |
totranslate[2].innerText = translate(totranslate[2].innerText); | |
totranslate[3].innerText = translate(totranslate[3].innerText); | |
} catch (e) { |
This file contains hidden or 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
// ==UserScript== | |
// @name Cyjan's Hack for eduinf.waw.pl | |
// @namespace https://eduinf.waw.pl/* | |
// @version 0.1 | |
// @description Pozdrawiam nauczycieli | |
// @author You | |
// @match https://eduinf.waw.pl/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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
// ==UserScript== | |
// @name moomoo auto aim / aimbot and auto heal, working after patch | |
// @namespace - | |
// @version 1.2 | |
// @description aims at nearest player and heals when you're hurt (Toggle key: I) | |
// @author H4ck3rsTeam | |
// @match *://moomoo.io/* | |
// @grant none | |
// ==/UserScript== |
NewerOlder