Skip to content

Instantly share code, notes, and snippets.

View TackleToWin's full-sized avatar

TackleToWin TackleToWin

  • Portugal
View GitHub Profile
(function () {
// Change this to your GitHub username so you don't have to modify so many things.
var fork = "Yemasthui";
// Define our function responsible for extending the bot.
function extend() {
// If the bot hasn't been loaded properly, try again in 1 second(s).
if (!window.bot) {
return setTimeout(extend, 1 * 1000);