Advertisement
Guest User

Untitled

a guest
May 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. window.onload = function() {
  2. // var b = document.getElementById("gamemode").getElementsByTagName("option");
  3. // if (b.length > 0)
  4. // for (var Z = 0; Z < b.length; Z++) "gamemode_teams" == b[Z].getAttribute("data-itr") && (b[Z].disabled = !0);
  5. // if (!document.contains(document.getElementById("minionsBlock"))) {
  6. // var l = document.createElement("div");
  7. // l.id = "minionsBlock", l.style.cssText = "position: absolute;top: 10px;left: 10px;padding: 8px 12px;font-family: Tahoma;color: rgb(255, 255, 255);z-index: 9999;border-radius: 5px;min-width: 200px;background-color: rgba(0, 0, 0, 0.6);", l.innerHTML = '<div id="minions" style="font-size: 19px;margin-bottom: 5px;border-bottom: 1px solid rgba(204, 204, 204, 0.25);margin: 0 -12px 5px -12px;padding: 0 12px 5px 12px;">Bots: <span>waiting</span></div> <div id="bots_infos" style="margin-bottom:10px;"></div> <div id="hint"><b>A</b> - split bots <br><b>D</b> - bot feed <br><b>S</b> - user feed<br><b>F</b> - stop move <br></div>', document.body.appendChild(l)
  8. // }
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement