cursors.io hack (August 2018)

cursorsio hack - drawing, texting, player ids, & more

目前為 2018-08-02 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name cursors.io hack (August 2018)
  3. // @namespace q1k
  4. // @version 1.0.6
  5. // @description cursorsio hack - drawing, texting, player ids, & more
  6. // @author q1k
  7. // @match http://cursors.io/
  8. // @grant none
  9. // @run-at document-idle
  10. // ==/UserScript==
  11.  
  12.  
  13. /*
  14. ___ _ _ _ __ ___ ___ _ __ ___ _ ___
  15. / __| | | | `__/ __|/ _ \| `__/ __| | |/ _ \
  16. | (__| |_| | | \__ \ (_) | | \__ \_| | (_) |
  17. \___|\__,_|_| |___/\___/|_| |___(_)_|\___/
  18.  
  19. for a more updated version, go here:
  20. https://greasyfork.org/scripts/369975
  21.  
  22. */
  23. /* How to use:
  24. 1. Go to cursors.io, open console (ctrl + shift + j or F12)
  25. and paste this entire script into the console, then hit enter
  26. -if installing as userscript, make sure to block "cursors.io/client_out.js"
  27. 2. To type: type message and hit enter (shift+enter for new row)
  28. -all ascii characters are available
  29. 3. To move your cursor only when clicking: press numpad . OR delete
  30. -Pathfinder will be active in this mode. (CTRL+click to ignore pathfinder)
  31. -try not to use a too low value of the delay, or you may get disconnected on some levels
  32. --make sure 'no cursor lock' is marked so pathfinder works correctly
  33. To move your cursor normally: press numpad . again
  34. 4. To draw a circle: press numpad 0 OR insert
  35. To stop drawing a circle: press numpad 0 again
  36. 5. To draw arrows, use the arrow keys
  37. 6. To draw different images press numpad 1 - numpad 9 keys
  38. 7. To make drawings bigger/smaller use numpad + and -
  39. 8. Reset drawing size with numpad *
  40. 9. To show/hide cursors ids: press F8
  41. 10. Change ids position with: F9
  42. 11. To show this help: press F1
  43. */
  44.  
  45. var A = window;
  46. var E = document;
  47. var posX, posY;
  48. var lastX, lastY;
  49. var serverPosX, serverPosY;
  50. var initialLoad = true;
  51. var clicksCount = 3;
  52. var auraEnabled = false;
  53. var auraTime = 0;
  54. var auraRadius = 10;
  55. var movementEnabled = true;
  56. var imgSizeShow = false;
  57. var showcursorsid = false;
  58. var hideExtraInfo = false;
  59.  
  60. var fontnarrow = false;
  61. var fontSize = 2;
  62. var kerning = 3;
  63. var alphabet = {
  64. 33:[[0,1,1.5,1],[2,1,2.5,1]],//!
  65. 34:[[0,0.5,1,0.5],[0,1.25,1,1.25]],//"
  66. 35:[[0.5,-0.25,0.5,2.3],[1.5,-0.25,1.5,2.3],[-0.25,0.5,2.3,0.5],[-0.25,1.5,2.3,1.5]],//#
  67. 36:[[0,0,0,2],[1,0,1,2],[2,0,2,2],[0,0,1,0],[1,2,2,2],[-0.5,1,0,1],[2,1,2.5,1]],//$
  68. 37:[[1,0,0,0],[0,0,0,1],[0,1,2,1],[2,1,2,2],[2,2,1,2],[1,2,1,0],[2,0,0,2]],//% v1
  69. //37:[[0,0,0,0.75],[0,0.75,0.75,0.75],[0.75,0.75,0.75,0],[0.75,0,0,0],[2,0,0,2],[1.25,1.25,1.25,2],[1.25,2,2,2],[2,2,2,1.25],[2,1.25,1.25,1.25]],//% v2
  70. //37:[[1,0.5,0.5,0],[0.5,0,0,0.5],[0,0.5,0.5,1],[0.5,1,1,0.5],[2,0,0,2],[2,1.5,1.5,1],[1.5,1,1,1.5],[1,1.5,1.5,2],[1.5,2,2,1.5]],//% v3
  71. 38:[[0.5,1,0,1],[0,1,0,0],[0,0,2,0],[2,0,2,0.5],[2,0.5,1,1.5],[1,0,1,0.5],[1,0.5,2,1.5]],//&
  72. 39:[[0,0.5,1,0.5]], // '
  73. 40:[[0,2,0.5,1],[0.5,1,1.5,1],[1.5,1,2,2]],//(
  74. 41:[[0,0,0.5,1],[0.5,1,1.5,1],[1.5,1,2,0]],//)
  75. 42:[[0.5,0,1.5,2],[1.5,0,0.5,2],[0,1,2,1]],//*
  76. 43:[[0,1,2,1],[1,0,1,2]],//+
  77. 44:[[2,0,3,0]],//,
  78. 45:[[0.6,0.3,0.6,1.7]],//-
  79. 46:[[1.5,0,2,0]],//.
  80. 47:[[2,0.4,0,1.6]],// /
  81. 48:[[2,0,0,0],[0,0,0,2],[0,2,2,2],[2,2,2,0],[2,0,0,2]],//0
  82. 49:[[0,1,2,1],[1,0,0,1],[2,0,2,2]],//1
  83. 50:[[0,0,0,2],[0,2,1,2],[1,2,1,0],[1,0,2,0],[2,0,2,2]],//2
  84. 51:[[0,0,0,2],[0,2,2,2],[2,2,2,0],[1,0,1,2]],
  85. 52:[[0,0,1,0],[1,0,1,2],[0,2,2,2]],
  86. 53:[[0,2,0,0],[0,0,1,0],[1,0,1,2],[1,2,2,2],[2,2,2,0]],
  87. 54:[[0,2,0,0],[0,0,2,0],[2,0,2,2],[2,2,1,2],[1,2,1,0]],
  88. 55:[[0,0,0,2],[0,2,2,0]],
  89. 56:[[0,0,0,2],[0,2,2,2],[2,2,2,0],[2,0,0,0],[1,0,1,2]],
  90. 57:[[0,0,1,0],[1,0,1,2],[0,2,2,2],[0,0,0,2],[2,0,2,2]],//9
  91. 58:[[0,1,0.5,1],[1.5,1,2,1]],//:
  92. 59:[[0,1,0.5,1],[2,1,3,1]],//;
  93. 60:[[0,2,1,0],[1,0,2,2]],//<
  94. 61:[[0.5,0,0.5,2],[1.5,0,1.5,2]],//=
  95. 62:[[0,0,1,2],[1,2,2,0]],//>
  96. 63:[[1,0,0,0],[0,0,0,2],[0,2,1,2],[1,2,1,1],[1,1,1.5,1],[2,1,2.5,1] ],//?
  97. 64:[[2.5,2,2.5,0],[2.5,0,-0.5,0],[-0.5,0,-0.5,2],[-0.5,2,1.5,2],[1.5,2,1.5,1],[1.5,1,0.5,1],[0.5,1,0.5,2]],//@
  98. 91:[[0,1.5,0,0.5],[0,0.5,2,0.5],[2,0.5,2,1.5]],// [
  99. 92:[[0,0.4,2,1.6]],// backslash
  100. 93:[[0,0.5,0,1.5],[0,1.5,2,1.5],[2,1.5,2,0.5]],// ]
  101. 94:[[1.5,0,0,1],[0,1,1.5,2]],//^
  102. 95:[[2,0,2,2] ],//_
  103. 96:[[0,0.5,1,0.5]], // ` display same as 39
  104. 97:[[2,0,0,0],[0,2,0,0],[0,2,2,2],[1,0,1,2]],//a
  105. 98:[[2,0,0,0],[0,0,0,1],[1,0,1,1],[2,0,2,1],[0,1,0.5,2],[0.5,2,1,1],[1,1,1.5,2],[1.5,2,2,1]],//b
  106. 99:[[2,2,2,0],[2,0,0,0],[0,0,0,2]],//c
  107. 100:[[2,0,0,0],[0,0,0,1],[0,1,1,2],[1,2,2,1],[2,1,2,0]],
  108. 101:[[2,2,2,0],[2,0,0,0],[0,0,0,2],[1,0,1,2]],
  109. 102:[[2,0,0,0],[0,0,0,2],[1,0,1,2]],
  110. 103:[[1,1,1,2],[1,2,2,2],[2,2,2,0],[2,0,0,0],[0,0,0,2]],
  111. 104:[[0,0,2,0],[0,2,2,2],[1,0,1,2]],
  112. 105:[[0,0,0,2],[0,1,2,1],[2,0,2,2]],
  113. //106:[[0,0,0,2],[0,1,2,1],[2,0,2,1]], //j v1
  114. 106:[[1.5,0,2,0],[2,0,2,1.5],[0,1.5,2,1.5],[0,0.85,0,2.25]], //j v2
  115. 107:[[0,0,2,0],[1,0,0,2],[1,0,2,2]],
  116. 108:[[0,0,2,0],[2,0,2,2]],
  117. 109:[[0,0,2,0],[0,0,2,1],[2,1,0,2],[0,2,2,2]],
  118. 110:[[0,0,2,0],[0,0,2,2],[0,2,2,2]],
  119. 111:[[2,0,0,0],[0,0,0,2],[0,2,2,2],[2,2,2,0]],
  120. 112:[[2,0,0,0],[0,0,0,2],[0,2,1,2],[1,2,1,0]],
  121. 113:[[2,0,0,0],[0,0,0,2],[0,2,2,2],[2,2,2,0],[1,1,2,2]],
  122. 114:[[2,0,0,0],[0,0,0,2],[0,2,1,2],[1,2,1,0],[1,1,2,2]],
  123. 115:[[0,0,0,2],[1,0,1,2],[2,0,2,2],[0,0,1,0],[1,2,2,2]],
  124. 116:[[0,0,0,2],[0,1,2,1]],
  125. 117:[[0,0,2,0],[0,2,2,2],[2,0,2,2]],
  126. 118:[[0,0,2,1],[0,2,2,1]],
  127. 119:[[0,0,2,0],[0,2,2,2],[2,0,1,1],[2,2,1,1]],
  128. 120:[[0,0,2,2],[2,0,0,2]],
  129. 121:[[0,0,1,1],[0,2,1,1],[2,1,1,1]],
  130. 122:[[0,0,0,2],[0,2,2,0],[2,0,2,2]],//z
  131. 123:[[0,1.5,0,0.5],[0,0.5,0.5,0.5],[0.5,0.5,1,0],[1,0,1.5,0.5],[1.5,0.5,2,0.5],[2,0.5,2,1.5]],// {
  132. 124:[[0,1,2,1]],// |
  133. 125:[[0,0.5,0,1.5],[0,1.5,0.5,1.5],[0.5,1.5,1,2],[1,2,1.5,1.5],[1.5,1.5,2,1.5],[2,1.5,2,0.5]],// }
  134. 126:[[0.5,0,0,0.75],[0,0.75,0.5,1.5],[0.5,1.5,0,2.25]],// ~
  135. };
  136.  
  137. var imageScale = 1.0;
  138. var imgData = [
  139. /* arrow left */
  140. [[0,0,0,9],[0,0,-3,3],[0,0,3,3]],
  141.  
  142. /* arrow up */
  143. [[0,0,9,0],[0,0,3,-3],[0,0,3,3]],
  144.  
  145. /* arrow right */
  146. [[0,0,0,-9],[0,0,-3,-3],[0,0,3,-3]],
  147.  
  148. /* arrow down */
  149. [[0,0,-9,0],[0,0,-3,-3],[0,0,-3,3]],
  150.  
  151. /*star 5*/
  152. [[8,0,8,24],[8,24,24,4],[24,4,0,12],[0,12,24,20],[24,20,8,0]],
  153.  
  154. /* reversed star */
  155. [[0,4,24,12],[24,12,0,20],[0,20,16,0],[16,0,16,24],[16,24,0,4]],
  156.  
  157. /*tictactoe*/
  158. [[72,24,0,24],[0,48,72,48],[24,0,24,72],[48,0,48,72],[0,0,0,72],[0,72,72,72],[72,72,72,0],[72,0,0,0]],
  159.  
  160. /*triforce*/
  161. [[20,0,0,10],[0,10,20,20],[20,20,20,0],[10,5,10,15],[10,15,20,10],[20,10,10,5],[2,9,2,11],[3,9,3,11],[4,8,4,12],[5,8,5,12],[6,7,6,13],[7,7,7,13],[8,6,8,14],[9,6,9,14],[12,4,12,6],[12,14,12,16],[13,4,13,6],[13,14,13,16],[14,3,14,7],[14,13,14,17],[15,3,15,7],[15,13,15,17],[16,2,16,8],[16,12,16,18],[17,2,17,8],[17,12,17,18],[18,1,18,9],[18,11,18,19],[19,1,19,9],[19,11,19,19]],
  162.  
  163. /*pentashot*/
  164. [[50,16,66,17],[66,17,65,32],[51,26,72,36],[65,32,65,33],[72,36,64,52],[49,35,69,58],[69,58,54,71],[54,71,35,48],[49,65,33,70],[33,70,25,49],[16,46,16,63],[16,63,30,63],[50,16,51,19],[51,19,51,26],[51,26,49,35],[49,35,46,40],[46,40,43,43],[43,43,38,47],[38,47,32,49],[32,49,27,49],[27,49,24,49],[24,49,21,48],[21,48,16,46],[16,46,13,44],[13,44,10,41],[10,41,8,38],[8,38,5,32],[5,32,4,24],[4,24,5,18],[5,18,8,11],[8,11,12,7],[12,7,16,4],[16,4,21,2],[21,2,25,1],[25,1,31,1],[31,1,35,2],[35,2,40,4],[40,4,45,8],[45,8,48,13],[48,13,50,16]],
  165.  
  166. /*heart*/
  167. [[9,5,4,0],[4,0,2,0],[2,0,1,1],[4,10,9,5],[1,1,1,3],[1,3,3,5],[3,5,1,7],[1,7,1,9],[1,9,2,10],[2,10,4,10]],
  168.  
  169. /*penrose*/
  170. [[33,34,42,40],[36,36,27,42],[33,38,33,26],[27,22,48,36],[48,36,27,50],[27,50,27,22],[42,40,42,52],[48,36,48,56],[48,56,39,50],[42,48,33,54],[33,54,54,68],[54,68,46,72],[48,28,39,22],[42,20,33,26],[42,24,42,12],[42,12,27,22],[48,28,48,0],[48,0,54,4],[54,4,54,68],[27,42,18,36],[21,38,21,26],[21,34,12,40],[27,50,12,40],[21,26,0,40],[0,40,0,32],[0,32,48,0],[0,40,46,72]],
  171.  
  172. /*boxception*/
  173. [[60,0,0,0],[0,0,0,60],[0,60,60,60],[60,60,60,0],[60,0,0,3],[0,3,3,60],[3,60,60,57],[60,57,57,0],[57,0,0,6],[0,6,6,60],[6,60,60,54],[60,54,54,0],[54,0,0,9],[0,9,9,60],[9,60,60,51],[60,51,51,0],[51,0,0,12],[0,12,12,60],[12,60,60,48],[60,48,48,0],[48,0,0,15],[0,15,15,60],[15,60,60,45],[60,45,45,0],[45,0,0,18],[0,18,18,60],[18,60,60,42],[60,42,42,0],[42,0,0,21],[0,21,21,60],[21,60,60,39],[60,39,39,0],[39,0,0,24],[0,24,24,60],[24,60,60,36],[60,36,36,0],[36,0,0,27],[0,27,27,60],[27,60,60,33],[60,33,33,0],[33,0,0,30],[0,30,30,60],[30,60,60,30],[60,30,30,0],[30,0,0,33],[0,33,33,60],[33,60,60,27],[60,27,27,0],[27,0,0,36],[0,36,36,60],[36,60,60,24],[60,24,24,0],[24,0,0,39],[0,39,39,60],[39,60,60,21],[60,21,21,0],[21,0,0,42],[0,42,42,60],[42,60,60,18],[60,18,18,0],[18,0,0,45],[0,45,48,60],[48,60,60,15],[60,15,15,0],[15,0,0,48],[0,48,51,60],[51,60,60,12],[60,12,12,0],[12,0,0,51],[0,51,54,60],[54,60,60,9],[60,9,9,0],[9,0,0,54],[0,54,57,60],[57,60,60,6],[60,6,6,0],[6,0,0,57],[0,57,60,60],[60,60,60,3],[60,3,3,0],[3,0,0,60],[60,6,3,0]],
  174.  
  175. /*cursor*/
  176. [[0,0,7,7],[7,7,7,3],[7,3,9.5,0],[9.5,0,0,0]],
  177.  
  178. /*dickbutt*/
  179. [[105,27,81,12],[81,12,45,5],[45,5,39,2],[39,2,29,8],[29,8,30,15],[30,15,35,19],[35,19,43,15],[43,15,45,5],[45,5,40,12],[40,12,34,13],[34,13,29,8],[22,38,33,32],[33,32,39,35],[39,35,37,47],[37,47,29,50],[29,50,24,46],[24,46,22,38],[22,38,28,43],[28,43,35,40],[35,40,39,35],[33,24,46,17],[46,17,49,20],[49,20,46,28],[41,52,60,8],[29,8,14,14],[14,14,6,23],[6,23,3,37],[3,37,5,47],[5,47,15,55],[15,55,48,63],[48,63,71,74],[71,74,63,81],[63,81,58,91],[58,91,59,99],[59,99,29,103],[29,103,27,109],[27,109,31,115],[31,115,47,117],[47,117,60,114],[60,114,55,123],[55,123,57,127],[57,127,63,127],[63,127,65,120],[63,127,66,132],[66,132,73,132],[73,132,78,121],[78,121,69,116],[69,116,66,105],[66,105,67,96],[67,96,59,99],[67,96,70,89],[70,89,68,83],[70,89,77,84],[78,121,86,122],[86,122,103,114],[103,114,110,104],[110,104,111,97],[111,97,138,103],[138,103,132,85],[132,85,125,81],[125,81,127,94],[127,94,113,91],[113,91,120,79],[120,79,122,64],[122,64,152,62],[152,62,144,46],[144,46,138,44],[138,44,141,57],[141,57,122,58],[122,58,119,43],[119,43,105,27],[61,50,91,59],[91,59,96,57],[96,57,102,58],[102,58,102,62],[102,62,95,61],[95,61,102,65],[102,65,101,68],[101,68,94,66],[94,66,94,75],[94,75,91,75],[91,75,88,64],[88,64,60,56],[73,82,74,80],[79,97,82,95],[92,96,94,94],[96,100,98,98],[100,105,101,104]],
  180.  
  181.  
  182. ];
  183.  
  184. function sa(f) {
  185. return f << 1;
  186. }
  187.  
  188. function ta(f) {
  189. return f << 1;
  190. }
  191.  
  192. function U() {
  193. return E.pointerLockElement === y || E.mozPointerLockElement === y || E.webkitPointerLockElement === y;
  194. }
  195.  
  196. function ba() {
  197. a.fillStyle = "#000000";
  198. a.font = "35px NovaSquare";
  199. a.fillText("Please do not embed our website, thank you.", 400 - a.measureText("Please do not embed our website, thank you.").width / 2, 300);
  200. a.font = "16px NovaSquare";
  201. a.fillText("Play http://cursors.io/", 400 - a.measureText("Play http://cursors.io/").width /
  202. 2, 330);
  203. top.location = "http://cursors.io";
  204. throw "Please do not embed our website, thank you.";
  205. }
  206.  
  207. function ua(f) {
  208. V(f);
  209. }
  210.  
  211. function W(f, b) {
  212. J = f;
  213. K = b;
  214. posX = k = v = f;
  215. posY = q = w = b;
  216. B = v << 1;
  217. C = w << 1;
  218. }
  219.  
  220. function unfocus() {
  221. elm.forEach(function(i){ i.blur() });
  222. }
  223.  
  224. window.changedelay = function(d) {
  225. d = Math.floor(parseInt(d));
  226. var dd = document.getElementById('delay');
  227. if (d >= 0) {dd.value = delay = d;}
  228. else dd.value = delay = 0;
  229. }
  230.  
  231. window.changefontsize = function(d) {
  232. d = parseFloat(d);
  233. var dd = document.getElementById('fontsize');
  234. if (d >0) {dd.value = fontSize = d;}
  235. else dd.value = fontSize = 2;
  236. }
  237.  
  238. window.changefontwidth = function(d) {
  239. if (d.checked) { textwidth=2/3; fontnarrow=true; d.blur(); }
  240. else { textwidth=1; fontnarrow=false; d.blur(); }
  241. }
  242.  
  243. window.cmessage = "by q1k";
  244. window.changecmessage = function(d) {
  245. var dd = document.getElementById('cmessage');
  246. cmessage = d;
  247. }
  248.  
  249. window.changeImgSize = function(d) {
  250. d = Math.floor(parseInt(d));
  251. var tmp = d/100;
  252. var dd = document.getElementById('imgsize');
  253. if (d > 0) {
  254. dd.value = d;
  255. imageScale = tmp;
  256. imgSizeDisplay();
  257. }
  258. else {
  259. dd.value = 10;
  260. imageScale = 0.1;
  261. imgSizeDisplay();
  262. }
  263. }
  264.  
  265. window.disablemovement = function(d) {
  266. if (d.checked) { movementEnabled = false; d.blur() }
  267. else { movementEnabled = true; d.blur() }
  268. }
  269.  
  270. window.changeextrainfo = function(d) {
  271. if (d.checked) { hideExtraInfo = true; d.blur(); }
  272. else { hideExtraInfo = false; d.blur(); }
  273. }
  274.  
  275. window.toggler = function() {
  276. var dd = document.getElementById('toggle');
  277. dd.classList.toggle('open');
  278. if (dd.classList.contains('open')) dd.innerHTML = "hide advanced options <span></span>";
  279. else dd.innerHTML = "show advanced options <span></span>";
  280. }
  281.  
  282. var elm=[];
  283. function Ma() {
  284. var el1 = document.querySelectorAll("a[href='https://m28.studio/']");
  285. var par = el1[0].parentElement;
  286. var add = "<label id='help' title='Press F1 for help' onclick='showHelp=!showHelp'><span></span></label>"
  287. +"<div id='options-cont'><label id='toggle' onclick='toggler()'>show advanced options <span></span></label><div id='options'>"
  288. +"<div><label title='Pathfinder delay for each move (in miliseconds)'>delay: <input id='delay' type='number' step='5' min='0' value='"+delay+"' onchange='changedelay(this.value)'></label>"
  289. +"<input id='pathfinder' type='checkbox' title='Pathfinder/Movement (numpad . OR delete)' onclick='disablemovement(this)'><span class='info pf'></span></div>"
  290. +"<div><label title='Size of font (default = 2)'>font size: <input id='fontsize' type='number' step='any' value='"+fontSize+"' onchange='changefontsize(this.value)'></label>"
  291. +"<input id='fontwidth' type='checkbox' title='Narrow text (F10)' onclick='changefontwidth(this)'><span class='info font'></span></div>"
  292. +"<div><label title='Custom message on pressing Page Up'>message: <input id='cmessage' type='text' value='"+cmessage+"' onchange='changecmessage(this.value)'></label><span class='info msg'></span></div>"
  293. +"<div><label title='Image size in %'>image size: <input id='imgsize' type='number' step='10' min='0' value='"+imgSizePrcnt+"' onchange='changeImgSize(this.value)'></label><span class='info img'></span></div>"
  294. +"<div><label title='On-screen extra information (F11)'>always hide extra labels: <input id='extrainfo' type='checkbox' onclick='changeextrainfo(this)'></label><span class='info einfo'></span></div>"
  295. +"</div></div>";
  296.  
  297. par.appendChild(document.createElement('div')).setAttribute('id','h-options');
  298. document.getElementById('h-options').innerHTML = add;
  299. elm = Array.from(document.querySelectorAll("input"));
  300. }
  301.  
  302. var css = "<style>#options,#options>div{margin-top:.5em;position:relative}#help,#toggle{cursor:pointer}#options,#options>div,#toggle span{position:relative}#help span,#toggle span::after{background-size:100% 100%;width:100%}#options>div span.info::before,#toggle span::after{content:'';background-repeat:no-repeat}a[href*=m28],a[href*=m28]~br,div[style*='height: 90px']{display:none}*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}#h-options{float:right;margin-bottom:1em}#help{float:right;width:1.75em;height:1.75em}#help span{display:block;background-color:#bfeaf8;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik01MDAsOTkwQzIyOS44LDk5MCwxMCw3NzAuMiwxMCw1MDBDMTAsMjI5LjgsMjI5LjgsMTAsNTAwLDEwYzI3MC4yLDAsNDkwLDIxOS44LDQ5MCw0OTBDOTkwLDc3MC4yLDc3MC4yLDk5MCw1MDAsOTkweiBNNTAwLDYwLjRDMjU3LjYsNjAuNCw2MC40LDI1Ny42LDYwLjQsNTAwYzAsMjQyLjQsMTk3LjIsNDM5LjYsNDM5LjYsNDM5LjZjMjQyLjQsMCw0MzkuNi0xOTcuMSw0MzkuNi00MzkuNkM5MzkuNiwyNTcuNiw3NDIuNCw2MC40LDUwMCw2MC40eiIvPjxwYXRoIGQ9Ik00NTAuMyw2NTIuNHYtMzIuM2MwLTEzLjYsMS0yNS44LDMtMzYuNWMyLTEwLjcsNS0yMC45LDkuMy0zMC41YzQuMy05LjYsOS45LTE5LDE3LTI4YzcuMS05LjEsMTYtMTguNywyNi43LTI4LjlsMzguMi0zNi41YzEwLjctOS42LDE5LjktMjAuNCwyNy42LTMyLjNjNy43LTExLjksMTEuNS0yNi4zLDExLjUtNDMuM2MwLTIyLjEtNy00MC42LTIwLjgtNTUuNmMtMTMuOS0xNS0zMy42LTIyLjUtNTkuMS0yMi41Yy0xMywwLTI0LjcsMi40LTM1LjIsNy4yYy0xMC40LDQuOC0xOS41LDExLjMtMjcuMSwxOS41Yy03LjcsOC4yLTEzLjUsMTcuNy0xNy40LDI4LjRjLTMuOSwxMC44LTYuMiwyMS44LTYuOCwzMy4xTDMxMi45LDM4NWMzLjMtMjcuMiwxMC42LTUxLjQsMjEuNi03Mi42YzExLTIxLjIsMjUuMy0zOS4yLDQyLjgtNTMuOWMxNy42LTE0LjcsMzcuNy0yNS45LDYwLjMtMzMuNWMyMi42LTcuNyw0Ny0xMS40LDczLTExLjRjMjQuMywwLDQ3LjQsMy42LDY5LjIsMTAuNmMyMS44LDcuMSw0MSwxNy42LDU3LjcsMzEuNGMxNi43LDEzLjgsMjkuOCwzMSwzOS40LDUxLjRjOS42LDIwLjMsMTQuNCw0My45LDE0LjQsNzAuNGMwLDE4LjEtMiwzMy45LTUuOSw0Ny41Yy0zLjksMTMuNi05LjYsMjYtMTcsMzcuNGMtNy4zLDExLjMtMTYuMiwyMi4yLTI2LjcsMzIuNmMtMTAuNCwxMC40LTIyLjIsMjEuNC0zNS4yLDMyLjZjLTExLjMsOS42LTIwLjUsMTguMi0yNy42LDI1LjVjLTcuMSw3LjMtMTIuNywxNC43LTE3LDIyLjFjLTQuMyw3LjMtNy4yLDE1LjItOC45LDIzLjdjLTEuNyw4LjUtMi42LDE4LjktMi42LDMxLjR2MjIuMUg0NTAuM3ogTTQzMy4zLDc3MC4zYzAtMTgsNi42LTMzLjYsMjAtNDYuNmMxMy4yLTEzLDI5LjMtMTkuNSw0Ny45LTE5LjVjMTguMSwwLDM0LDYuMiw0Ny41LDE4LjdjMTMuNiwxMi40LDIwLjQsMjcuNywyMC40LDQ1LjhjMCwxOC4xLTYuNywzMy43LTIwLDQ2LjdjLTEzLjMsMTMtMjkuMywxOS41LTQ4LDE5LjVjLTkuMSwwLTE3LjctMS44LTI1LjktNS4xYy04LjEtMy40LTE1LjQtNy45LTIxLjUtMTMuNmMtNi4yLTUuNi0xMS4yLTEyLjQtMTQuOS0yMC4zQzQzNS4xLDc4Ny44LDQzMy4zLDc3OS4zLDQzMy4zLDc3MC4zeiIvPjwvZz48L3N2Zz4=);border-radius:100%;height:100%}#options,#options::after{border:1px solid #AAA;background-color:#FCFCFC}#options-cont{float:right;text-align:right;margin-right:1.5em}#options{visibility:hidden;opacity:0;transition:all 250ms;text-align:right;display:flex;flex-direction:column;width:auto}#options>div,#toggle,#toggle span{display:inline-block}#options::after{content:'';border-width:1px 0 0 1px;border-radius:0 0 100%;width:8px;height:8px;position:absolute;right:.75em;top:-5px;transform:rotate(45deg)}#options>div{padding-right:1.75em}#options>:first-child{margin-top:0}#options label input:not([type=checkbox]){width:10em}#options #delay,#options #fontsize{width:8.5em}#options #fontwidth,#options #pathfinder{padding:0;margin:0 .1em 0 .4em;width:1em}#toggle.open~#options::after{opacity:1}#toggle.open~#options{visibility:visible;padding:.5em;opacity:1}#toggle{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button;height:1.25em;line-height:1.25em;padding:.25em .5em}#toggle span{margin-left:.25em;height:0;width:1.125em}#toggle span::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAzMSI+PHBvbHlnb24gZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjEuNSIgcG9pbnRzPSIxIDEsMTYgMzAsMzAgMSwxNiAxMCwxIDEiLz48L3N2Zz4=);position:absolute;height:1em;bottom:0;right:0;margin-bottom:-.25em}#toggle.open span::after{transform:rotate(180deg)}#options>div span.info{display:inline-block;position:absolute;width:1.25em;right:0;top:0}#options>div span.info::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYwIiB3aWR0aD0iMTYwIiB2ZXJzaW9uPSIxLjAiPjxnIGZpbGw9IiM0YjRiNGIiPjxwYXRoIGQ9Im04MCAxNWMtMzUuODggMC02NSAyOS4xMi02NSA2NXMyOS4xMiA2NSA2NSA2NSA2NS0yOS4xMiA2NS02NS0yOS4xMi02NS02NS02NXptMCAxMGMzMC4zNiAwIDU1IDI0LjY0IDU1IDU1cy0yNC42NCA1NS01NSA1NS01NS0yNC42NC01NS01NSAyNC42NC01NSA1NS01NXoiLz48cGF0aCBkPSJtNTcuMzczIDE4LjIzMWE5LjM4MzQgOS4xMTUzIDAgMSAxIC0xOC43NjcgMCA5LjM4MzQgOS4xMTUzIDAgMSAxIDE4Ljc2NyAweiIgdHJhbnNmb3JtPSJtYXRyaXgoMS4xOTg5IDAgMCAxLjIzNDIgMjEuMjE0IDI4Ljc1KSIvPjxwYXRoIGQ9Im05MC42NjUgMTEwLjk2Yy0wLjA2OSAyLjczIDEuMjExIDMuNSA0LjMyNyAzLjgybDUuMDA4IDAuMXY1LjEyaC0zOS4wNzN2LTUuMTJsNS41MDMtMC4xYzMuMjkxLTAuMSA0LjA4Mi0xLjM4IDQuMzI3LTMuODJ2LTMwLjgxM2MwLjAzNS00Ljg3OS02LjI5Ni00LjExMy0xMC43NTctMy45Njh2LTUuMDc0bDMwLjY2NS0xLjEwNSIvPjwvZz48L3N2Zz4=);background-size:contain;background-position:center right;width:100%;padding-top:80%;position:absolute;top:0;right:0;cursor:help}span.info::after{pointer-events:none;text-align:center;white-space:pre;font-size:85%;font-family:Arial,sans-serif;background-color:#FCFCFC;border:1px solid #AAA;box-shadow:0 0 10px 1px #AAA;padding:.35em;position:absolute;bottom:0;left:50%;transform:translateX(calc(-50% + .125em));z-index:2;display:none}span.info:hover::after{display:block}span.info.pf::after{content:'Enter your prefered delay for the pathfinder.\\A But beware of using too small values,\\A the server may kick you on some levels\\A if you pass a large distance too quickly.\\A\\A Use CTRL+click to ignore pathfinder.\\A Toggle with numpad dot OR delete'}span.info.font::after{content:'Enter font size for writing.\\A\\A Mark the checkbox for narrow text\\A Hotkey: F10'}span.info.msg::after{content:'Enter your own message to spam.\\A\\A Hotkey: Page Up'}span.info.img::after{content:'Enter image size (%).\\A\\A Draw images with numpad 1 to 9\\A\\A Increase img size: numpad +\\A Descrease img size: numpad -\\A Reset img size: numpad *'}span.info.einfo::after{content:'Hide the top corners indicators\\A of movement/pathfinder and aura\\A\\A Hotkey: F11'}</style>";
  303.  
  304. function va(f) {
  305. if (D) return L = !1, V(f), !1;
  306. U() ? X || (X = !0, W(k, q)) : (X = !1, D || M.checked || y.requestPointerLock && y.requestPointerLock());
  307. if (L) L = !1, Q();
  308. else if (V(f), (f.ctrlKey || f.shiftKey) && !H.checked) Y = !0, R = k, S = q;
  309. else if (100 < t - ca && v == k && w == q) {
  310. ca = t;
  311. I.push([v << 1, w << 1, t]);
  312. wa(v, w, clicksCount);
  313. var b = [v, w];
  314. N.push(b);
  315. setTimeout(function() {
  316. N.remove(b);
  317. }, 1E3);
  318. }
  319. return !1;
  320. }
  321.  
  322. function xa(f) {
  323. Y = !1;
  324. }
  325.  
  326. function ya() {
  327. A.localStorage && M && (A.localStorage.setItem("noCursorLock", M.checked ? "1" : "0"), A.localStorage.setItem("noDrawings", H.checked ? "1" : "0"));
  328. }
  329.  
  330. function V(f) {
  331. if (U()) {
  332. var b = f.webkitMovementX || f.mozMovementX || f.movementX || 0;
  333. f = f.webkitMovementY || f.mozMovementY || f.movementY || 0;
  334. 300 > Math.abs(b) + Math.abs(f) && (B += b, C += f, v = B >> 1, w = C >> 1);
  335. } else f.offsetX ? (B = f.offsetX, C = f.offsetY) : f.layerX && (B = f.layerX, C = f.layerY), v = B >> 1, w = C >> 1;
  336. lastX = posX;
  337. lastY = posY;
  338. posX = k;
  339. posY = q;
  340. if (Z(), !U() || v == k && w == q || (f = b = 0, v > k && (b = 1),
  341. w > q && (f = 1), v = k, w = q, B = (v << 1) + b, C = (w << 1) + f), Y && (R != k || S != q) && 50 < t - da) {
  342. b = R;
  343. f = S;
  344. var a = k,
  345. d = q;
  346. if (!D && null != u && u.readyState == WebSocket.OPEN) {
  347. var g = new ArrayBuffer(9),
  348. e = new DataView(g);
  349. e.setUint8(0, 3);
  350. e.setUint16(1, b, !0);
  351. e.setUint16(3, f, !0);
  352. e.setUint16(5, a, !0);
  353. e.setUint16(7, d, !0);
  354. u.Send(g);
  355. }
  356. R = k;
  357. S = q;
  358. da = t;
  359. }
  360. }
  361.  
  362. function Z() {
  363. ea(k, q) && Q();
  364. if (z(k, q)) {
  365. var a;
  366. a: {
  367. a = k;
  368. var b = q,
  369. c = [],
  370. d = new Uint8Array(12E4);
  371. c.push([a, b]);
  372. d[a + 400 * b] = 1;
  373. do {
  374. var g = c.shift(),
  375. e = g[0],
  376. g = g[1];
  377. if (!(0 > e || 0 > g || 400 <= e || 300 <= g)) {
  378. if (!z(e, g)) {
  379. a = {
  380. x: e,
  381. y: g
  382. };
  383. break a;
  384. }
  385. d[e - 1 + 400 * g] || (c.push([e - 1, g]), d[e - 1 + 400 * g] = 1);
  386. d[e + 1 + 400 * g] || (c.push([e + 1, g]), d[e + 1 + 400 * g] = 1);
  387. d[e + 400 * (g - 1)] || (c.push([e, g - 1]), d[e + 400 * (g - 1)] = 1);
  388. d[e + 400 * (g + 1)] || (c.push([e, g + 1]), d[e + 400 * (g + 1)] = 1);
  389. }
  390. } while (0 < c.length);
  391. a = {
  392. x: a,
  393. y: b
  394. };
  395. }
  396. k = a.x;
  397. q = a.y;
  398. }
  399. if (k != v || q != w) a = fa(k, q, v, w), k = a.x, q = a.y;
  400. ea(k, q) && Q();
  401. }
  402.  
  403. var countlevels=-2;
  404. function next() {
  405. console.log("Next map");
  406. initialLoad = true;
  407. T.set(za);
  408. r = [];
  409. I = [];
  410. O = [];
  411. countlevels+=1;
  412. }
  413.  
  414. function ga(f) {
  415. a.imageSmoothingEnabled = f;
  416. a.mozImageSmoothingEnabled = f;
  417. a.oImageSmoothingEnabled = f;
  418. a.webkitImageSmoothingEnabled = f;
  419. }
  420.  
  421. function Aa() {
  422. next();
  423. console.log("Connected!");
  424. }
  425.  
  426. function Ba(a) {
  427. next();
  428. console.log("Socket closed: " + a.reason);
  429. }
  430.  
  431. function Ca(a) {
  432. console.log("Socket error");
  433. }
  434.  
  435. function Da(a, b) {
  436. for (var c = "", d = 0, g = 0; 0 != (g = a.getUint8(b)); ++b) d <<= 8, d |= g, g & 128 || (c += String.fromCharCode(d), d = 0);
  437. 0 != d && (c += String.fromCharCode(d));
  438. return [c, b + 1];
  439. }
  440.  
  441. function Ea(a, b) {
  442. setTimeout(function() {
  443. var c = a.getUint16(b, !0),
  444. d = 0;
  445. a: for (; d < c; d++) {
  446. for (var g = a.getUint16(b + 2 + 4 * d, !0), e = a.getUint16(b + 4 + 4 * d, !0), n = 0; n < N.length; n++) {
  447. var l = N[n];
  448. if (l[0] == g && l[1] == e) {
  449. N.splice(n, 1);
  450. continue a;
  451. }
  452. }
  453. I.push([g << 1, e << 1, t]);
  454. }
  455. }, 100);
  456. return b + 2 + 4 * a.getUint16(b, !0);
  457. }
  458.  
  459. function Fa(a, b) {
  460. !H.checked && setTimeout(function() {
  461. for (var c = a.getUint16(b, !0), d = 0; d < c; d++) {
  462. var g = a.getUint16(b + 2 + 8 * d, !0),
  463. e = a.getUint16(b + 4 + 8 * d, !0),
  464. n = a.getUint16(b + 6 + 8 * d, !0),
  465. l = a.getUint16(b + 8 + 8 * d, !0);
  466. O.push([g << 1, e << 1, n << 1, l << 1, t]);
  467. }
  468. }, 50);
  469. return b + 2 + 8 * a.getUint16(b, !0);
  470. }
  471.  
  472. function Ga(a) {
  473. buttonIndex = 0;
  474. initialLoad = false;
  475. a = a.data;
  476. var b = new DataView(a);
  477. switch (b.getUint8(0)) {
  478. case 0:
  479. ha = b.getUint32(1, !0);
  480. break;
  481. case 1:
  482. var c;
  483. ia = c = b.getUint16(1, !0);
  484. ja = 100 <= c;
  485. var d = [],
  486. g;
  487. for (g in F) F.hasOwnProperty(g) && d.push(g);
  488.  
  489. for (var e =
  490. 0; e < c; e++) {
  491. g = b.getUint32(3 + 8 * e, !0);
  492. var n = b.getUint16(7 + 8 * e, !0),
  493. l = b.getUint16(9 + 8 * e, !0);
  494. if (g != ha) {
  495. if (null != F[g]) {
  496. for (var p = 0; p < d.length; p++)
  497. if (d[p] == g) {
  498. d.splice(p, 1);
  499. break;
  500. }
  501. g = F[g];
  502. g.oldX = g.getX();
  503. g.oldY = g.getY();
  504. g.newX = n;
  505. g.newY = l;
  506. g.time = t;
  507. } else F[g] = new ka(n, l);
  508. } else {
  509. serverPosX = n;
  510. serverPosY = l;
  511. }
  512. }
  513. for (e = 0; e < d.length; e++) delete F[d[e]];
  514. c = Ea(b, 3 + 8 * c);
  515. g = b.getUint16(c, !0);
  516. c += 2;
  517. for (d = 0; d < g; d++) {
  518. a: for (n = b.getUint32(c, !0), e = 0; e < r.length; e++)
  519. if (r[e].id == n) {
  520. var k = r[e];
  521. if (1 == k.type)
  522. for (var n = k.x | 0, l = k.y | 0, p = k.width | 0, k = k.height | 0, m = l; m < l + k; ++m)
  523. for (var h =
  524. n; h < n + p; ++h) --T[h + 400 * m];
  525. r.splice(e, 1);
  526. break a;
  527. }c += 4;
  528. }
  529. g = b.getUint16(c, !0);
  530. c += 2;
  531. for (d = 0; d < g; d++) {
  532. a: {
  533. e = b.getUint32(c, !0);
  534. for (n = 0; n < r.length; n++)
  535. if (r[n].id == e) {
  536. e = r[n];
  537. break a;
  538. }
  539. e = {
  540. id: e
  541. };
  542. r.push(e);
  543. }
  544. c += 4;c = la(b, c, e);
  545. }
  546. c = Fa(b, c);
  547. if (a.byteLength < c + 4) break;
  548. aa = b.getUint32(c, !0);
  549. break;
  550. case 4:
  551. next();
  552. W(b.getUint16(1, !0), b.getUint16(3, !0));
  553. g = b.getUint16(5, !0);
  554. c = 7;
  555. for (d = 0; d < g; d++) e = {}, e.id = b.getUint32(c, !0), c += 4, c = la(b, c, e), r.push(e);
  556. a.byteLength >= c + 4 ? G = Math.max(G, b.getUint32(c, !0)) : a.byteLength >= c + 2 && (G = Math.max(G, b.getUint16(c, !0)));
  557. Z();
  558. break;
  559. case 5:
  560. W(b.getUint16(1, !0), b.getUint16(3, !0)), 9 <= b.byteLength ? G = Math.max(G, b.getUint32(5, !0)) : 7 <= b.byteLength && (G = Math.max(G, b.getUint16(5, !0))), Z();
  561. }
  562. }
  563.  
  564. function Q() {
  565. if (!(D || L || null == u || u.readyState != WebSocket.OPEN || k == J && q == K) && movementEnabled) {
  566. var a = new ArrayBuffer(9);
  567. b = new DataView(a);
  568. b.setUint8(0, 1);
  569. b.setUint16(1, k, !0);
  570. b.setUint16(3, q, !0);
  571. b.setUint32(5, G, !0);
  572. u.send(a);
  573. J = k;
  574. K = q;
  575. }
  576.  
  577. }
  578.  
  579. function Au() {
  580. Throttler.sendOut();
  581. if (auraEnabled) drawAura(J, K);
  582. }
  583.  
  584. function wa(a, b, numClicks) {
  585. if (!D && null != u && u.readyState == WebSocket.OPEN) {
  586. var c = new ArrayBuffer(9),
  587. d = new DataView(c);
  588. d.setUint8(0, 2);
  589. d.setUint16(1, a, !0);
  590. d.setUint16(3, b, !0);
  591. d.setUint32(5, G, !0);
  592. for (var i = 0; i < numClicks; i++) { u.Send(c); }
  593. }
  594. }
  595.  
  596. function la(f, b, c) {
  597. function d() {
  598. c.x = f.getUint16(b, !0);
  599. b += 2;
  600. c.y = f.getUint16(b, !0);
  601. b += 2;
  602. c.width = f.getUint16(b, !0);
  603. b += 2;
  604. c.height = f.getUint16(b, !0);
  605. b += 2;
  606. }
  607. function g() {
  608. for (var a = f.getUint32(b, !0).toString(16); 6 > a.length;) a = "0" + a;
  609. b += 4;
  610. c.color = "#" + a;
  611. }
  612. var e = f.getUint8(b);
  613. b += 1;
  614. c.type = e;
  615. switch (e) {
  616. case 255:
  617. break;
  618. case 0:
  619. c.x = f.getUint16(b, !0);
  620. b += 2;
  621. c.y = f.getUint16(b, !0);
  622. b += 2;
  623. c.size = f.getUint8(b);
  624. b += 1;
  625. c.isCentered = !!f.getUint8(b);
  626. b += 1;
  627. e = Da(f, b);
  628. c.text = e[0];
  629. b = e[1];
  630. break;
  631. case 1:
  632. d();
  633. var n = !c.color;
  634. g();
  635. var e = c.x | 0,
  636. l = c.y | 0,
  637. p = c.width | 0,
  638. k = c.height | 0;
  639. if (n)
  640. for (n = l; n < l + k; ++n)
  641. for (var m = e; m < e + p; ++m) ++T[m + 400 * n];
  642. break;
  643. case 2:
  644. d();
  645. c.isBad = !!f.getUint8(b);
  646. b += 1;
  647. break;
  648. case 3:
  649. d();
  650. c.count = f.getUint16(b, !0);
  651. b += 2;
  652. g();
  653. break;
  654. case 4:
  655. d();
  656. c.count ? c.count > f.getUint16(b, !0) && (c.lastClickAt = t) : c.lastClickAt = 0;
  657. c.count = f.getUint16(b, !0);
  658. b += 2;
  659. g();
  660. break;
  661. case 5:
  662. c.x = f.getUint16(b, !0);
  663. b += 2;
  664. c.y = f.getUint16(b, !0);
  665. b += 2;
  666. c.queue = [ [0, c.x, c.y]];
  667. c.potentialQueue = [];
  668. c.explored = new Uint8Array(12E4);
  669. c.img = a.createImageData(400, 300);
  670. e = E.createElement("canvas");
  671. e.width = 400;
  672. e.height = 300;
  673. c.canvas = e;
  674. c.ctx = c.canvas.getContext("2d");
  675. break;
  676. default:
  677. throw Error("Unknown object type " + e);
  678. }
  679. return b;
  680. }
  681.  
  682. function ea(a, b) {
  683. if (-1 != J && -1 != K) {
  684. var c = fa(J, K, a, b);
  685. if (c.x != a || c.y != b) return !0;
  686. }
  687. for (c = 0; c < r.length; c++) {
  688. var d = r[c];
  689. if (2 == d.type && !(k < d.x || q < d.y || k >= d.x + d.width || q >= d.y + d.height)) return !0;
  690. }
  691. return !1;
  692. }
  693.  
  694. //var cursorsonline=0;
  695. window.showHelp = false;
  696. function ma() {
  697. a.clearRect(0, 0, a.canvas.width, a.canvas.height);
  698. a.save();
  699. if (null != u && u.readyState != WebSocket.OPEN || L) {
  700. var f;
  701. if (null == u) f = "Click to begin";
  702. else switch (u.readyState) {
  703. case WebSocket.CONNECTING:
  704. f = "Connecting";
  705. break;
  706. case WebSocket.CLOSING:
  707. case WebSocket.CLOSED:
  708. f = "Lost connection to server";
  709. break;
  710. default:
  711. f = "Click to begin";
  712. }
  713. a.font = 60 + "px NovaSquare";
  714. a.fillText(f, 400 - a.measureText(f).width / 2, 300);
  715. a.font = 20 + "px NovaSquare";
  716. f = "-> script remastered by q1k <-";
  717. a.fillText(f, 400 - a.measureText(f).width / 2, 345);
  718. na();
  719. oa(!1);
  720. } else {
  721. a.fillStyle = "#000000";
  722. a.save();
  723. a.globalAlpha = 1;
  724. var typeZeroCount = 0;
  725. var typeOneCount = 0;
  726. var typeTwoCount = 0;
  727. var typeThreeCount = 0;
  728. var typeFourCount = 0;
  729. for (f = 0; f < r.length; f++) {
  730. var b = r[f];
  731. if (0 == b.type) {
  732. a.font = b.size + "px NovaSquare";
  733. var c = b.x << 1,
  734. d = b.y << 1;
  735. b.isCentered && (c -= a.measureText(b.text).width / 2);
  736. a.fillStyle = "#000000";
  737. a.fillText(b.text, c, d);
  738. typeZeroCount++;
  739. } else if (1 == b.type) {
  740. a.fillStyle = b.color, a.fillRect(b.x << 1, b.y << 1, b.width << 1, b.height << 1);
  741. a.strokeStyle = "#000000", a.globalAlpha = .2, a.lineWidth = 2;
  742. a.strokeRect((b.x << 1) + 1, (b.y << 1) + 1, (b.width << 1) - 2, (b.height << 1) - 2);
  743. a.globalAlpha = 1;
  744. typeOneCount++;
  745. } else if (2 == b.type) {
  746. a.fillStyle = b.isBad ? "#FF0000" : "#00FF00", a.globalAlpha = .2;
  747. a.fillRect(b.x << 1, b.y << 1, b.width << 1, b.height << 1);
  748. a.globalAlpha = 1;
  749. typeTwoCount++;
  750. } else if (3 == b.type) {
  751. var c = b.x << 1,
  752. d = b.y << 1,
  753. g = b.width << 1,
  754. e = b.height << 1;
  755. a.fillStyle = b.color;
  756. a.globalAlpha = .2;
  757. a.fillRect(c, d, g, e);
  758. a.globalAlpha = .5;
  759. a.fillStyle = "#000000";
  760. if (40 > b.width || 40 > b.height) {
  761. a.font = 30 + "px NovaSquare", a.fillText(b.count, c + g / 2 - a.measureText(b.count).width / 2, d + e / 2 + 10);
  762. } else {
  763. a.font = 60 + "px NovaSquare", a.fillText(b.count, c + g / 2 - a.measureText(b.count).width / 2, d + e / 2 + 20);
  764. };
  765. a.globalAlpha = 1;
  766. typeThreeCount++;
  767. } else if (4 == b.type) {
  768. c = b.x << 1;
  769. d = b.y << 1;
  770. g = b.width << 1;
  771. e = b.height << 1;
  772. a.fillStyle = b.color;
  773. a.strokeStyle = b.color;
  774. a.globalAlpha = 1;
  775. a.fillRect(c, d, g, e);
  776. a.globalAlpha = .2;
  777. a.fillStyle = "#000000";
  778. a.fillRect(c, d, g, e);
  779. a.globalAlpha = 1;
  780. a.fillStyle = b.color;
  781. var n = 150 > t - b.lastClickAt, l = n ? 8 : 12;
  782. a.fillRect(c + l, d + l, g - 2 * l, e - 2 * l);
  783. a.strokeStyle = "#000000";
  784. a.globalAlpha = .1;
  785. a.beginPath();
  786. a.moveTo(c, d);
  787. a.lineTo(c + l, d + l);
  788. a.moveTo(c + g, d);
  789. a.lineTo(c + g - l, d + l);
  790. a.moveTo(c, d + e);
  791. a.lineTo(c + l, d + e - l);
  792. a.moveTo(c + g, d + e);
  793. a.lineTo(c + g - l, d + e - l);
  794. a.moveTo(c, d);
  795. a.rect(c, d, g, e);
  796. a.rect(c + l, d + l, g - 2 * l, e - 2 * l);
  797. a.stroke();
  798. a.fillStyle = "#000000";
  799. a.globalAlpha = .5;
  800. if (50 > b.width || 50 > b.height) {
  801. a.font = 35 + "px NovaSquare", a.fillText(b.count, c + g / 2 - a.measureText(b.count).width / 2, d + e / 2 + 13);
  802. } else {
  803. a.font = 45 + "px NovaSquare", a.fillText(b.count, c + g / 2 - a.measureText(b.count).width / 2, d + e / 2 + 16);
  804. }
  805. n && (a.fillStyle = "#000000", a.globalAlpha = .15, a.fillRect(c + l, d + l, g - 2 * l, e - 2 * l));
  806. a.globalAlpha = 1;
  807. typeFourCount++;
  808. } else 5 == b.type && (ga(!1), a.drawImage(b.canvas, 0, 0, 400, 300, 0, 0, 800, 600, ga(!0)));
  809. }
  810. if (r.length == 8 && typeZeroCount == 4 && typeOneCount == 3 && typeTwoCount == 1 && typeThreeCount == 0 && typeFourCount == 0) {
  811. a.globalAlpha = 1;
  812. f = "(Or just play cursors.io)", a.font = 15 + "px NovaSquare", a.fillStyle = "#000000";
  813. a.fillText(f, 400 - a.measureText(f).width / 2, 408);
  814. }
  815. a.restore();
  816. if (!D) {
  817. a.font = 12 + "px NovaSquare", a.strokeStyle = "#000000", a.fillStyle = "#FFFFFF", a.lineWidth = 2.5;
  818. f = ja ? "Area too full, not all cursors are shown" : 30 < ia ? "Area too full, drawing is disabled" : "Use shift+click to draw";
  819. a.globalAlpha = .5, a.strokeText(f, 10, 590), a.globalAlpha = 1;
  820. a.fillText(f, 10, 590);
  821. if (aa != 0) {
  822. //f = (cursorsonline+1) + "/" +
  823. f = aa + " players online", b = a.measureText(f).width, a.globalAlpha = .5, a.strokeText(f, 790 - b, 590), a.globalAlpha = 1;
  824. a.fillText(f, 790 - b, 590);
  825. };
  826. if (!movementEnabled && !hideExtraInfo) {
  827. f = "movement disabled / pathfinder enabled";
  828. a.globalAlpha = .5, a.strokeText(f, 10, 15), a.globalAlpha = 1;
  829. a.fillText(f, 10, 15);
  830. f = "press numpad . OR delete to toggle";
  831. a.globalAlpha = .5, a.strokeText(f, 10, 30), a.globalAlpha = 1;
  832. a.fillText(f, 10, 30);
  833. }
  834. if (auraEnabled && !hideExtraInfo) {
  835. f = "aura enabled", b = a.measureText(f).width, a.globalAlpha = .5, a.strokeText(f, 790 - b, 15), a.globalAlpha = 1;
  836. a.fillText(f, 790 - b, 15);
  837. f = "press numpad 0 OR insert to disable", b = a.measureText(f).width, a.globalAlpha = .5, a.strokeText(f, 790 - b, 30), a.globalAlpha = 1;
  838. a.fillText(f, 790 - b, 30);
  839. }
  840. if (imgSizeShow) {
  841. f = "image size: " + imgSizePrcnt + "%"; a.globalAlpha = .5, a.strokeText(f, 10, 560), a.globalAlpha = 1;
  842. a.fillText(f, 10, 560);
  843. //f = "image size: " + imgSizePrcnt + "%", b = a.measureText(f).width, a.globalAlpha = .5, a.strokeText(f, 790 - b, 560), a.globalAlpha = 1;
  844. //a.fillText(f, 790 - b, 560);
  845. }
  846. if (countlevels>0) {
  847. f = "level: "+countlevels, b = a.measureText(f).width, a.globalAlpha = .5, a.strokeText(f, 790 - b, 560), a.globalAlpha = 1;
  848. a.fillText(f, 790 - b, 560);
  849. }
  850. }
  851. na();
  852. if (!H.checked) {
  853. a.save();
  854. a.strokeStyle = "#000000";
  855. a.lineWidth = 1;
  856. t = +new Date;
  857. a.beginPath();
  858. for (f = 0; f < O.length; f++) {
  859. b = O[f];
  860. c = 10 - (t - b[4]) / 1E3;
  861. if (c <= 0) {
  862. O.splice(f, 1),
  863. --f;
  864. } else {
  865. 1 < c && (c = 1), a.globalAlpha = .3 * c;
  866. a.moveTo(b[0] - .5, b[1] - .5);
  867. a.lineTo(b[2] - .5, b[3] - .5);
  868. }
  869. }
  870. a.stroke();
  871. a.restore();
  872. }
  873. a.save();
  874. //for (var p in F) F.hasOwnProperty(p) && a.drawImage(P, scale(sa(F[p].getX()) - 6), scale(ta(F[p].getY()) - 6), scale(P.width), scale(P.height));
  875. //cursorsonline=0;
  876. for (var p in F) {
  877. F.hasOwnProperty(p) && a.drawImage(P, sa(F[p].getX()) - 6, ta(F[p].getY()) - 6);
  878. //cursorsonline+=1;
  879. // show ids?
  880. if (showcursorsid) {
  881. if(cursorIDPos==2){
  882. cp=a.measureText(p).width;
  883. a.globalAlpha = .5; a.strokeText( p, sa(F[p].getX()) - cp + cursorIDX, ta(F[p].getY()) + cursorIDY );
  884. a.globalAlpha= 1; a.fillText( p, sa(F[p].getX()) - cp + cursorIDX, ta(F[p].getY()) + cursorIDY );
  885. }
  886. else{
  887. a.globalAlpha = .5; a.strokeText( p, sa(F[p].getX()) + cursorIDX, ta(F[p].getY()) + cursorIDY );
  888. a.globalAlpha= 1; a.fillText( p, sa(F[p].getX()) + cursorIDX, ta(F[p].getY()) + cursorIDY );
  889. }
  890. }
  891. }
  892. if (showcursorsid) {
  893. if(cursorIDPos==2){
  894. cp=a.measureText(ha).width;
  895. a.globalAlpha = .5; a.strokeText( ha, sa(k) - cp + cursorIDX, ta(q) + cursorIDY ) ;
  896. a.globalAlpha= 1; a.fillText( ha, sa(k) - cp + cursorIDX, ta(q) + cursorIDY ) ;
  897. }
  898. else{
  899. a.globalAlpha = .5; a.strokeText( ha, sa(k) + cursorIDX, ta(q) + cursorIDY ) ;
  900. a.globalAlpha= 1; a.fillText( ha, sa(k) + cursorIDX, ta(q) + cursorIDY ) ;
  901. }
  902. }
  903.  
  904. a.restore();
  905. oa(!0);
  906. if (!D) {
  907. a.font = 15 + "px NovaSquare", a.strokeStyle = "#000000", a.fillStyle = "#FFFFFF", a.lineWidth = 2.5;
  908. if (message.length>0){
  909. b = a.measureText(message).width/2;
  910. a.globalAlpha = .5, a.strokeText(message, 400 - b, 580), a.globalAlpha = 1;
  911. a.fillText(message, 400 - b, 580);
  912. }
  913. for (var i=0; i < messages.length; i++){
  914. b = a.measureText(messages[i]).width/2;
  915. a.globalAlpha = .5, a.strokeText(messages[i], 400 - b, 580 - messages.length*15 + i*15 ), a.globalAlpha = 1;
  916. a.fillText(messages[i], 400 - b, 580 - messages.length*15 + i*15);
  917. }
  918. if (showHelp) {
  919. var oo = a.measureText("->").width;
  920. a.font = 12 + "px NovaSquare";
  921. f = "How to use (press F1 to hide):", a.globalAlpha = .5, a.strokeText(f, 10, 45), a.globalAlpha = 1, a.fillText(f, 10, 45);
  922. f = "-> To type: type message and hit enter (shift+enter for new row)", a.globalAlpha = .5, a.strokeText(f, 10, 60), a.globalAlpha = 1, a.fillText(f, 10, 60);
  923. f = "-> To enable or disable movement: press numpad . OR delete", a.globalAlpha = .5, a.strokeText(f, 10, 75), a.globalAlpha = 1, a.fillText(f, 10, 75);
  924. f = "pathfiner will be active in this mode", a.globalAlpha = .5, a.strokeText(f, 10+oo, 90), a.globalAlpha = 1, a.fillText(f, 10+oo, 90);
  925. f = "-> To start/stop drawing circle: press numpad 0 OR insert", a.globalAlpha = .5, a.strokeText(f, 10, 105), a.globalAlpha = 1, a.fillText(f, 10, 105);
  926. f = "-> To draw arrows, use the arrow keys", a.globalAlpha = .5, a.strokeText(f, 10, 120), a.globalAlpha = 1, a.fillText(f, 10, 120);
  927. f = "-> To draw images: press numpad 1 - numpad 9", a.globalAlpha = .5, a.strokeText(f, 10, 135), a.globalAlpha = 1, a.fillText(f, 10, 135);
  928. f = "-> To make images bigger/smaller use numpad + and -", a.globalAlpha = .5, a.strokeText(f, 10, 150), a.globalAlpha = 1, a.fillText(f, 10, 150);
  929. f = "-> To reset image size press numpad *", a.globalAlpha = .5, a.strokeText(f, 10, 165), a.globalAlpha = 1, a.fillText(f, 10, 165);
  930. f = "-> To show/hide cursors ids: press F8", a.globalAlpha = .5, a.strokeText(f, 10, 180), a.globalAlpha = 1, a.fillText(f, 10, 180);
  931. f = "-> Change ids position: press F9", a.globalAlpha = .5, a.strokeText(f, 10, 195), a.globalAlpha = 1, a.fillText(f, 10, 195);
  932. }
  933. }
  934. }
  935. a.restore();
  936. A.requestAnimationFrame(ma)
  937. }
  938.  
  939. function scale(z) {
  940. return Math.round(z/600*a.canvas.height);
  941. }
  942.  
  943. function na() {
  944. a.save();
  945. a.strokeStyle = "#000000";
  946. t = +new Date;
  947. for (var f = 0; f < I.length; f++) {
  948. var b = I[f],
  949. c = (t - b[2]) / 1E3,
  950. d = 1 - 2 * c;
  951. 0 >= d ? (I.splice(f, 1), --f) : (c *= 50, a.beginPath(), a.globalAlpha = .3 * d, a.arc(b[0], b[1], c, 0, 2 * Math.PI, !1), a.stroke());
  952. }
  953. a.restore()
  954. }
  955.  
  956. function oa(f) {
  957. if (D) a.save(), a.globalAlpha = 1, a.drawImage(P, B - 5, C - 5, P.width, P.height);
  958. else {
  959. var b = 0,
  960. c = 0;
  961. if (v != k || w != q) {
  962. a.save();
  963. if (f) {
  964. a.globalAlpha = .2, a.fillStyle = "#FF0000", a.beginPath();
  965. a.arc(B + 2, C + 8, 20, 0, 2 * Math.PI, !1);
  966. a.fill();
  967. }
  968. a.globalAlpha = .5;
  969. a.drawImage(P, B - 5, C - 5, P.width, P.height);
  970. a.restore();
  971. } else {
  972. b = B & 1, c = C & 1;
  973. }
  974. a.save();
  975. if (f) {
  976. a.globalAlpha = .2, a.fillStyle = "#FFFF00", a.beginPath();
  977. a.arc((k << 1) + b + 2, (q << 1) + c + 8, 20, 0, 2 * Math.PI, !1);
  978. a.fill();
  979. }
  980. a.globalAlpha = 1;
  981. a.drawImage(Ia, (k << 1) + b - 5, (q << 1) + c - 5, Ia.width, Ia.height);
  982. if (!movementEnabled) {
  983. a.strokeStyle = "#DD4444", a.lineWidth = 1;
  984. a.beginPath();
  985. a.arc(serverPosX << 1, serverPosY << 1, 4, 0, 2*Math.PI);
  986. a.stroke();
  987. }
  988. }
  989. a.restore();
  990. }
  991.  
  992. function ka(a, b) {
  993. this.oldX = this.newX = a;
  994. this.oldY = this.newY = b;
  995. this.time = t
  996. }
  997.  
  998. function pa(a) {
  999. return a * a * (3 - 2 * a)
  1000. }
  1001.  
  1002. function fa(a, b, c, d) {
  1003. a |= 0;
  1004. b |= 0;
  1005. c |= 0;
  1006. d |= 0;
  1007. if (z(a, b)) return {
  1008. x: a,
  1009. y: b
  1010. };
  1011. if (a == c && b == d) return {
  1012. x: c,
  1013. y: d
  1014. };
  1015. var g = a,
  1016. e = b;
  1017. c = c - a | 0;
  1018. d = d - b | 0;
  1019. var n =
  1020. 0,
  1021. l = 0,
  1022. p = 0,
  1023. k = 0;
  1024. 0 > c ? n = -1 : 0 < c && (n = 1);
  1025. 0 > d ? l = -1 : 0 < d && (l = 1);
  1026. 0 > c ? p = -1 : 0 < c && (p = 1);
  1027. var m = Math.abs(c) | 0,
  1028. h = Math.abs(d) | 0;
  1029. m <= h && (m = Math.abs(d) | 0, h = Math.abs(c) | 0, 0 > d ? k = -1 : 0 < d && (k = 1), p = 0);
  1030. c = m >> 1;
  1031. for (d = 0; d <= m && !z(a, b); d++) g = a, e = b, c += h, c >= m ? (c -= m, a += n, b += l) : (a += p, b += k);
  1032. return {
  1033. x: g,
  1034. y: e
  1035. }
  1036. }
  1037.  
  1038. function z(a, b) {
  1039. return 0 > a || 400 <= a || 0 > b || 300 <= b ? !0 : T[a + 400 * b]
  1040. }
  1041.  
  1042. function Ja() {
  1043. for (var a = 0; a < r.length; a++) {
  1044. var b = r[a];
  1045. 5 == b.type && Ka(b)
  1046. }
  1047. }
  1048.  
  1049. function Ka(a) {
  1050. function b(a, b, c) {
  1051. e.push([c, a, b]);
  1052. l[a + 400 * b] = !0;
  1053. g(a, b)
  1054. }
  1055.  
  1056. function c(a, b, c) {
  1057. p.push([c,
  1058. a, b
  1059. ]);
  1060. l[a + 400 * b] = !0
  1061. }
  1062.  
  1063. function d(a, b) {
  1064. return 255 != k[4 * (a + 400 * b) + 3] && !l[a + 400 * b]
  1065. }
  1066.  
  1067. function g(a, b) {
  1068. var c = 4 * (a + 400 * b);
  1069. k[c + 0] = 255;
  1070. k[c + 1] = 153;
  1071. k[c + 2] = 153;
  1072. k[c + 3] = 255
  1073. }
  1074. for (var e = a.queue, k = a.img.data, l = a.explored, p = a.potentialQueue, r = e.length, m = 0; m < p.length; m++) z(p[m][1], p[m][2]) || (g(p[m][1], p[m][2]), e.push(p[m]), p.splice(m, 1), --m);
  1075. for (m = 0; m < r; ++m) z(e[m][1], e[m][2]) && (p.push(e[m]), e.splice(m, 1), --m, --r);
  1076. for (r = 0; 50 > r && 0 != e.length; ++r) {
  1077. for (var h = Number.POSITIVE_INFINITY, q = [e[0]], m = 1; m < e.length; ++m) {
  1078. var x = e[m][0];
  1079. .01 > Math.abs(x - h) ? q.push(e[m]) : x < h && (h = x, q = [e[m]])
  1080. }
  1081. for (m = 0; m < q.length; ++m) {
  1082. var x = q[m][0],
  1083. h = q[m][1],
  1084. s = q[m][2],
  1085. qa = e.indexOf(q[m]); - 1 != qa && e.splice(qa, 1);
  1086. 0 < h && d(h - 1, s) && (z(h - 1, s) ? c(h - 1, s, x + 1) : b(h - 1, s, x + 1));
  1087. 0 < s && d(h, s - 1) && (z(h, s - 1) ? c(h, s - 1, x + 1) : b(h, s - 1, x + 1));
  1088. 400 > h + 1 && d(h + 1, s) && (z(h + 1, s) ? c(h + 1, s, x + 1) : b(h + 1, s, x + 1));
  1089. 300 > s + 1 && d(h, s + 1) && (z(h, s + 1) ? c(h, s + 1, x + 1) : b(h, s + 1, x + 1));
  1090. 0 < h && 0 < s && d(h - 1, s - 1) && (z(h - 1, s - 1) ? c(h - 1, s - 1, x + Math.SQRT2) : b(h - 1, s - 1, x + Math.SQRT2));
  1091. 0 < h && 300 > s + 1 && d(h - 1, s + 1) && (z(h - 1, s + 1) ? c(h - 1, s + 1, x + Math.SQRT2) :
  1092. b(h - 1, s + 1, x + Math.SQRT2));
  1093. 400 > h + 1 && 0 < s && d(h + 1, s - 1) && (z(h + 1, s - 1) ? c(h + 1, s - 1, x + Math.SQRT2) : b(h + 1, s - 1, x + Math.SQRT2));
  1094. 400 > h + 1 && 300 > s + 1 && d(h + 1, s + 1) && (z(h + 1, s + 1) ? c(h + 1, s + 1, x + Math.SQRT2) : b(h + 1, s + 1, x + Math.SQRT2))
  1095. }
  1096. }
  1097. a.ctx.putImageData(a.img, 0, 0)
  1098. }
  1099. var y, a, ia = 0,
  1100. Rat = A.devicePixelRatio;
  1101. cp = 0,
  1102. v = 0,
  1103. w = 0,
  1104. B = 0,
  1105. C = 0,
  1106. k = 0,
  1107. q = 0,
  1108. J = -1,
  1109. K = -1,
  1110. M = null,
  1111. H = null,
  1112. P = new Image;
  1113. P.src = "img/cursor.png";
  1114. var Ia = P,
  1115. D = -1 != A.location.search.indexOf("editor"),
  1116. I = [],
  1117. O = [],
  1118. t = 0,
  1119. ca = 0,
  1120. u = null,
  1121. ha = -1,
  1122. F = {},
  1123. aa = 0,
  1124. ja = !1,
  1125. Y = !1,
  1126. R = 0,
  1127. S = 0,
  1128. da = 0,
  1129. X = !1,
  1130. L = !D && !0,
  1131. T = new Uint8Array(12E4),
  1132. r = [],
  1133. N = [];
  1134. Array.prototype.remove =
  1135. function(a) {
  1136. a = this.indexOf(a);
  1137. return -1 != a ? (this.splice(a, 1), !0) : !1
  1138. };
  1139. var G = 0;
  1140. ka.prototype = {
  1141. oldX: 0,
  1142. oldY: 0,
  1143. newX: 0,
  1144. newY: 0,
  1145. time: 0,
  1146. getX: function() {
  1147. var a = this.newX - this.oldX,
  1148. b = (t - this.time) / 100,
  1149. b = pa(0 >= b ? 0 : 1 <= b ? 1 : b);
  1150. return this.oldX + b * a
  1151. },
  1152. getY: function() {
  1153. var a = this.newY - this.oldY,
  1154. b = (t - this.time) / 100,
  1155. b = pa(0 >= b ? 0 : 1 <= b ? 1 : b);
  1156. return this.oldY + b * a
  1157. }
  1158. };
  1159.  
  1160. var za = new Uint8Array(12E4);
  1161. Array.prototype.remove = function(a) {
  1162. a = this.indexOf(a);
  1163. return -1 != a ? (this.splice(a, 1), !0) : !1
  1164. };
  1165.  
  1166. var imgSizeShowDur;
  1167. var imgSizePrcnt=100;
  1168. function imgSizeDisplay() {
  1169. clearTimeout(imgSizeShowDur);
  1170. imgSizePrcnt = Math.round(imageScale*100);
  1171. imgSizeInput(imgSizePrcnt);
  1172. imgSizeShow = true;
  1173. imgSizeShowDur = setTimeout(function(){ imgSizeShow = false; }, 3000);
  1174. }
  1175.  
  1176. function imgSizeInput(d) {
  1177. var dd = document.getElementById('imgsize');
  1178. dd.value=d;
  1179. }
  1180.  
  1181. function imgSizeUp() {
  1182. imageScale += 0.1;
  1183. imgSizeDisplay();
  1184. }
  1185.  
  1186. function imgSizeDown() {
  1187. if(imageScale > 0.19) imageScale -= 0.1;
  1188. imgSizeDisplay();
  1189. }
  1190.  
  1191. function imgSizeReset() {
  1192. imageScale = 1.0;
  1193. imgSizeDisplay();
  1194. }
  1195.  
  1196. function pathfinderbox() {
  1197. dd = document.getElementById('pathfinder');
  1198. movementEnabled = !movementEnabled;
  1199. if (movementEnabled) dd.checked = false;
  1200. else dd.checked = true;
  1201. }
  1202.  
  1203. function fontwidth() {
  1204. dd = document.getElementById('fontwidth');
  1205. fontnarrow = !fontnarrow;
  1206. if (fontnarrow) { textwidth=2/3; dd.checked = true; }
  1207. else { textwidth=1; dd.checked = false; }
  1208. }
  1209.  
  1210. function hideExtraInfoLbls() {
  1211. dd = document.getElementById('extrainfo');
  1212. hideExtraInfo=!hideExtraInfo;
  1213. if (hideExtraInfo) dd.checked = true;
  1214. else dd.checked = false;
  1215. }
  1216.  
  1217. var taploop, tapchk=false;
  1218. function tap() {// send a click every 3 seconds
  1219. if (tapchk) { clearInterval(taploop); tapchk=false; }
  1220. else { taploop = setInterval(function(){ wa(k,q,1); }, 3000); tapchk=true; }
  1221. }
  1222.  
  1223. var message = new String();
  1224. var messages = new Array();
  1225.  
  1226. function drawM(m,d,x,y){
  1227. setTimeout(function(){
  1228. drawWord(m, x, y );
  1229. }, d);
  1230. }
  1231.  
  1232. function handleKeypress(e) {
  1233. if (e.target.tagName.toUpperCase() == 'INPUT') return;
  1234. if ((e.which >= 32 && e.which <= 64) ||
  1235. (e.which >= 65 && e.which <= 90) ||
  1236. (e.which >= 91 && e.which <= 126) ) {
  1237. e.preventDefault();
  1238. message = message.concat(String.fromCharCode(e.which));
  1239. return;
  1240. }
  1241. switch(e.which) {
  1242. case 13:
  1243. e.preventDefault();
  1244. if (e.shiftKey) { //add new row
  1245. messages.push(message);
  1246. message = "";
  1247. }
  1248. else { //print all rows
  1249. messages.push(message);
  1250. for(var i=0; i < messages.length; i++){
  1251. if (i>0) var del = messages[i-1].length*i*50;
  1252. else var del=0;
  1253. drawM(messages[i],del,k,q+i*kerning*fontSize);//not ideal printing, but better than printing as columns
  1254. }
  1255. message = "";
  1256. messages = [];
  1257. }
  1258.  
  1259. break;
  1260. default:
  1261. return;
  1262. }
  1263. }
  1264.  
  1265. function handleKeydown(e) {
  1266. if (e.target.tagName.toUpperCase() == 'INPUT') return;
  1267. if (e.keyCode == 8 || e.keyCode == 9 || (e.keyCode >=33 && e.keyCode <= 40)
  1268. || (e.keyCode >= 96 && e.keyCode <= 122)
  1269. //|| e.keyCode == 12 || e.keyCode == 45 || (e.keyCode >= 33 && e.keyCode <= 36)
  1270. ) {
  1271. e.preventDefault();
  1272. }
  1273. if (e.keyCode == 8) {
  1274. if (message.length > 0) {
  1275. message = message.substring(0, message.length - 1);
  1276. }
  1277. else if (messages.length > 0) {
  1278. message = messages.pop();
  1279. }
  1280. }
  1281. switch(e.keyCode) {
  1282. case 37: // left arrow
  1283. drawImage(0, posX, posY); // draw arrow pointing left
  1284. break;
  1285. case 38: // up arrow
  1286. drawImage(1, posX, posY); // draw arrow pointing up
  1287. break;
  1288. case 39: // right arrow
  1289. drawImage(2, posX, posY); // draw arrow right
  1290. break;
  1291. case 40: // down arrow
  1292. drawImage(3, posX, posY); // draw arrow down
  1293. break;
  1294. case 106: //numpad *
  1295. imgSizeReset(); // reset drawings size
  1296. break;
  1297. case 107: //numpad +
  1298. imgSizeUp(); // make drawings bigger
  1299. break;
  1300. case 109: //numpad -
  1301. imgSizeDown(); // make drawings smaller
  1302. break;
  1303. case 33: // Page Up
  1304. drawWord(cmessage, posX, posY); //print message
  1305. break;
  1306. case 46: case 110: // numpad .
  1307. pathfinderbox(); // disable/enable movement by click
  1308. break;
  1309. case 45: case 96: // numpad 0
  1310. auraEnabled = !auraEnabled; // start/stop drawing circle
  1311. break;
  1312. case 97: //case 35: // numpad 1
  1313. drawImage(4, posX, posY); // star
  1314. break;
  1315. case 98: //case 40: // numpad 2
  1316. drawImage(5, posX, posY); // reversed star
  1317. break;
  1318. case 99: //case 34: // numpad 3
  1319. drawImage(6, posX, posY); // tictactoe
  1320. break;
  1321. case 100: //case 37: // numpad 4
  1322. drawImage(7, posX, posY); // triforce
  1323. break;
  1324. case 101: //case 12: // numpad 5
  1325. drawImage(8, posX, posY); // cannon - pentashot
  1326. break;
  1327. case 102: //case 39: // numpad 6
  1328. drawImage(9, posX,posY); // heart
  1329. break;
  1330. case 103: //case 36: // numpad 7
  1331. imageScale/=1.25;
  1332. drawImage(10, posX, posY); // penrose
  1333. imageScale*=1.25;
  1334. break;
  1335. case 104: //case 38: // numpad 8
  1336. //imageScale/=2.5;
  1337. drawImage(11, posX, posY); // boxception
  1338. //imageScale*=2.5;
  1339. break;
  1340. case 105: // numpad 9
  1341. drawImage(12, posX, posY); // cursor
  1342. break;
  1343. case 111: // numpad /
  1344. imageScale/=2.5;
  1345. drawImage(13, posX, posY); // dickboob
  1346. imageScale*=2.5;
  1347. break;
  1348. case 112: // F1
  1349. showHelp = !showHelp; // show/hide help
  1350. break;
  1351. case 115: // F4
  1352. //tap();
  1353. break;
  1354. case 119: // F8
  1355. showcursorsid = !showcursorsid; // show/hide cursors ids
  1356. break;
  1357. case 120: // F9
  1358. cursorIDPos+=1;
  1359. changeCursorIDpos(cursorIDPos);
  1360. break;
  1361. case 121: // F10
  1362. fontwidth();
  1363. break;
  1364. case 122: // F11
  1365. hideExtraInfoLbls();
  1366. break;
  1367. default:
  1368. return;
  1369. }
  1370. }
  1371.  
  1372. var cursorIDPos=1;
  1373. var cursorIDX=-2;
  1374. var cursorIDY=24;
  1375.  
  1376. function changeCursorIDpos(c) {
  1377. switch(c){
  1378. case 1: cursorIDX=-2; cursorIDY=24; break;
  1379. case 2: cursorIDX=-3; cursorIDY=14; break;
  1380. case 3: cursorIDX=-2; cursorIDY=-3; break;
  1381. case 4: cursorIDX=10; cursorIDY=14; break;
  1382. default: cursorIDX=-2; cursorIDY=24; cursorIDPos=1;
  1383. }
  1384. }
  1385.  
  1386. function drawAura(x, y) {
  1387. var dt = 360/(1000/40)/2;
  1388. if (u != null && u.readyState == WebSocket.OPEN) {
  1389. var g = new ArrayBuffer(9),
  1390. e = new DataView(g);
  1391. e.setUint8(0, 3);
  1392. e.setUint16(1, x+Math.sin(degToRad(auraTime+dt))*auraRadius, !0);
  1393. e.setUint16(3, y+Math.cos(degToRad(auraTime+dt))*auraRadius, !0);
  1394. e.setUint16(5, x+Math.sin(degToRad(auraTime))*auraRadius, !0);
  1395. e.setUint16(7, y+Math.cos(degToRad(auraTime))*auraRadius, !0);
  1396. u.Send(g)
  1397. }
  1398.  
  1399. auraTime += dt;
  1400. }
  1401.  
  1402. function drawImage(ind, x, y) {
  1403. if (!imgData[ind]) return;
  1404. for (var i = 0; i < imgData[ind].length; i++) {
  1405. var g = new ArrayBuffer(9),
  1406. e = new DataView(g);
  1407. e.setUint8(0, 3);
  1408. e.setUint16(1, x+imgData[ind][i][1]*imageScale, !0);
  1409. e.setUint16(3, y+imgData[ind][i][0]*imageScale, !0);
  1410. e.setUint16(5, x+imgData[ind][i][3]*imageScale, !0);
  1411. e.setUint16(7, y+imgData[ind][i][2]*imageScale, !0);
  1412. u.Send(g);
  1413. }
  1414. }
  1415.  
  1416. function degToRad(deg) {
  1417. return deg * (Math.PI / 180);
  1418. }
  1419.  
  1420. function radToDeg(rad) {
  1421. return rad * (180 / Math.PI);
  1422. }
  1423.  
  1424. var textwidth = 1; // 1 = full width, 2/3 = narrow text
  1425. function drawLetter(a, x, y) {
  1426. var letter;
  1427. var capital = 1;
  1428. var shift = 0;
  1429. if (alphabet.hasOwnProperty(a)) {
  1430. letter = alphabet[a];
  1431. } else if (a + 32 >= 97 && a + 32 <= 122) {
  1432. capital = 1.5;
  1433. shift = -2;
  1434. letter = alphabet[a + 32];
  1435. } else return;
  1436. for (var i = 0; i < letter.length; i++) {
  1437. var g = new ArrayBuffer(9),
  1438. e = new DataView(g);
  1439. e.setUint8(0, 3);
  1440. e.setUint16(1, x+letter[i][1]*fontSize*textwidth, !0);
  1441. e.setUint16(3, y+letter[i][0]*fontSize*capital + shift, !0);
  1442. e.setUint16(5, x+letter[i][3]*fontSize*textwidth, !0);
  1443. e.setUint16(7, y+letter[i][2]*fontSize*capital + shift, !0);
  1444. u.Send(g);
  1445. }
  1446. }
  1447.  
  1448. function drawWord(s, x, y) {
  1449. if (s == null) return;
  1450. setTimeout(function () {
  1451. if (!z(Math.round(x+fontSize*kerning*textwidth), Math.round(y))) {
  1452. drawLetter(s.charCodeAt(0), x, y);
  1453. if (s.length > 0) drawWord(s.substring(1, s.length), x+fontSize*kerning*textwidth, y);
  1454. }
  1455. }, 1);
  1456. }
  1457. WebSocket.prototype.Send = function(frm) {
  1458. if (u != null && u.readyState == WebSocket.OPEN) {
  1459. if (Throttler.check(frm)) this.send(frm);
  1460. }
  1461. };
  1462.  
  1463. var Throttler = {
  1464. rate: 3,
  1465. per: 150,
  1466. storage: [],
  1467. allowed: 3,
  1468. lastFrameAt: 0,
  1469. sendOut: function() {
  1470. if (this.storage.length != 0) {
  1471. u.Send(this.storage.shift());
  1472. }
  1473. },
  1474. check: function(frm) {
  1475. var now = Date.now();
  1476. var allowance = this.allowed;
  1477. var timeDiff = now - this.lastFrameAt;
  1478. this.lastFrameAt = now;
  1479. allowance += timeDiff*(this.rate/this.per);
  1480. if (allowance > this.rate) allowance = this.rate;
  1481. this.allowed = allowance;
  1482. if (this.allowed < 1) {
  1483. if (this.storage.length < 300) {
  1484. var dv = new DataView(frm);
  1485. if (dv.getUint8(0) == 3) this.storage.push(frm);
  1486. }
  1487. return false;
  1488. }
  1489. this.allowed -= 1;
  1490. return true;
  1491. }
  1492. };
  1493.  
  1494. var ff = navigator.userAgent.indexOf("Chrome") == -1;
  1495.  
  1496. function dos(head) {
  1497. var gridX = 400,
  1498. gridY = 300;
  1499. var grid = [];
  1500. visit = [];
  1501. for (var i = 0; i < gridY; i++) {
  1502. grid[i] = [];
  1503. visit[i] = [];
  1504. for (var j = 0; j < gridX; j++) grid[i][j] = 0, visit[i][j] = 0;
  1505. }
  1506. r.forEach(function(d) {
  1507. if ((d.type == 1) || (d.type == 2 && d.isBad))
  1508. for (var j = 0; j < d.height; j++)
  1509. for (var i = 0; i < d.width; i++) grid[d.y + j][d.x + i] = 3
  1510. });
  1511. var bfs = [head],
  1512. bfs2 = [];
  1513. while (bfs.length) {
  1514. bfs.forEach(function(dat) {
  1515. var x = dat[0],
  1516. y = dat[1];
  1517. if (x == null || y == null) return;
  1518. if (grid[y][x] == 3) return;
  1519. grid[y][x] = 3;
  1520. for (var X = x + 1; X < gridX && !(grid[y][X] & 1); X++) {
  1521. grid[y][X] |= 1;
  1522. if (!visit[y][X]) {
  1523. visit[y][X] = [x, y], bfs2.push([X, y]);
  1524. }
  1525. }
  1526. for (var X = x - 1; X >= 0 && !(grid[y][X] & 1); X--) {
  1527. grid[y][X] |= 1;
  1528. if (!visit[y][X]) {
  1529. visit[y][X] = [x, y], bfs2.push([X, y]);
  1530. }
  1531. }
  1532. for (var Y = y + 1; Y < gridY && !(grid[Y][x] & 2); Y++) {
  1533. grid[Y][x] |= 2;
  1534. if (!visit[Y][x]) {
  1535. visit[Y][x] = [x, y], bfs2.push([x, Y]);
  1536. }
  1537. }
  1538. for (var Y = y - 1; Y >= 0 && !(grid[Y][x] & 2); Y--) {
  1539. grid[Y][x] |= 2;
  1540. if (!visit[Y][x]) {
  1541. visit[Y][x] = [x, y], bfs2.push([x, Y]);
  1542. }
  1543. }
  1544. });
  1545. bfs = bfs2;
  1546. bfs2 = [];
  1547. }
  1548. }
  1549.  
  1550. window.head=[];
  1551. window.delay=30;
  1552. function fm(mov, i=0) {
  1553. if (!D && null != u && u.readyState == WebSocket.OPEN) {
  1554. if (i >= mov.length) {
  1555. var buf = new ArrayBuffer(9),
  1556. q = new DataView(buf);
  1557. q.setUint8(0, 2, 1);
  1558. q.setUint16(1, mov[i-1][0], 1);
  1559. q.setUint16(3, mov[i-1][1], 1);
  1560. q.setInt32(5, -1, 1);
  1561. WebSocket.prototype.send.call(u, buf);
  1562. WebSocket.prototype.send.call(u, buf);
  1563. return;
  1564. }
  1565. var buf = new ArrayBuffer(9),
  1566. q = new DataView(buf);
  1567. q.setUint8(0, 1, 1);
  1568. q.setUint16(1, mov[i][0], 1);
  1569. q.setUint16(3, mov[i][1], 1);
  1570. q.setInt32(5, -1, 1);
  1571. WebSocket.prototype.send.call(u, buf);
  1572. W(mov[i][0], mov[i][1]);
  1573. if(delay == 0) {
  1574. fm(mov,i+1);
  1575. } else {
  1576. setTimeout(function() {
  1577. fm(mov, i + 1)
  1578. }, delay);
  1579. }
  1580. }
  1581. }
  1582.  
  1583. function pf(e) {
  1584. auraEnabled = false;
  1585. unfocus();
  1586. var xy = [(e.offsetX - (ff ? canvas.offsetLeft : 0)) / 2 | 0, (e.offsetY - (ff ? canvas.offsetTop : 0)) / 2 | 0];
  1587. var mov = [];
  1588. if (r && !(xy[0] == head[0] && xy[1] == head[1]) && !e.ctrlKey && !movementEnabled) {
  1589. head = [serverPosX,serverPosY];
  1590. dos(head);
  1591. var xy2 = xy.slice(0);
  1592. while (visit[xy2[1]][xy2[0]]) {
  1593. mov.push(xy2);
  1594. xy2 = visit[xy2[1]][xy2[0]]
  1595. }
  1596. mov = mov.reverse();
  1597. if (mov.length == 0) {
  1598. return;
  1599. }
  1600. else fm(mov);
  1601. } else if (!movementEnabled) {mov.push(xy); fm(mov);}
  1602. else {}
  1603. }
  1604.  
  1605. function connect() {
  1606. if (m28n.findServerPreference) {
  1607. if (!u) m28n.findServerPreference("cursors", function(e,a){
  1608. if (e||0 == a.length) {
  1609. setTimeout(self.connect, 1E3);
  1610. } else {
  1611. var ipv4 = a[0].ipv4;
  1612. var ipv6 = a[0].ipv6;
  1613. var port = a[0].port;
  1614. port = 2828;
  1615. u = new WebSocket("ws://" + (ipv4 || "[" + ipv6 + "]") + ":" + port);
  1616. setHandlers();
  1617. }
  1618. });
  1619. } else {
  1620. if (!u) u = new WebSocket("ws://s1.cursors.io:8294/");
  1621. setHandlers();
  1622. }
  1623. function setHandlers() {
  1624. u.binaryType = "arraybuffer";
  1625. u.onopen = Aa, u.onmessage = Ga, u.onclose = Ba, u.onerror = Ca;
  1626. }
  1627. }
  1628.  
  1629. var messageDisplay;
  1630. function doit() {
  1631. //document.body.innerHTML += '<div id="messageDisplay"></div>';
  1632. //messageDisplay = document.getElementById("messageDisplay");
  1633. var el0 = document.getElementById('h-options');
  1634. if (el0 != null) { el0.remove(); }
  1635.  
  1636. document.body.innerHTML += css;
  1637.  
  1638. y = E.getElementById("canvas");
  1639. a = y.getContext("2d");
  1640.  
  1641. try {
  1642. A.top.location.origin != A.location.origin && ba()
  1643. } catch (f) {
  1644. ba()
  1645. }
  1646. y.width = 800 * Rat;
  1647. y.height = 600 * Rat;
  1648. a.scale(Rat, Rat);
  1649. y.onmousemove = ua;
  1650. y.onmousedown = va;
  1651. y.onmouseup = xa;
  1652. y.onclick = pf;
  1653. M = E.getElementById("noCursorLock");
  1654. H = E.getElementById("noDrawings");
  1655. null != localStorage && (Ma(), M.checked = "1" == A.localStorage.getItem("noCursorLock") ? !0 : !1, H.checked = "1" == A.localStorage.getItem("noDrawings") ? !0 : !1);
  1656. A.onbeforeunload = ya;
  1657. y.requestPointerLock = y.requestPointerLock || y.mozRequestPointerLock || y.webkitRequestPointerLock;
  1658. y.style.cursor = "none";
  1659. D || connect();
  1660. setInterval(Q, 40);
  1661. //setInterval(Ja, 40);
  1662. setInterval(Au, 50);
  1663. A.requestAnimationFrame(ma);
  1664.  
  1665. document.onkeypress = handleKeypress;
  1666. document.onkeydown = handleKeydown;
  1667. }
  1668. doit();
  1669.  
  1670.  
  1671. /*
  1672. ___ _ _ _ __ ___ ___ _ __ ___ _ ___
  1673. / __| | | | `__/ __|/ _ \| `__/ __| | |/ _ \
  1674. | (__| |_| | | \__ \ (_) | | \__ \_| | (_) |
  1675. \___|\__,_|_| |___/\___/|_| |___(_)_|\___/
  1676.  
  1677. for a more updated version, go here:
  1678. https://greasyfork.org/en/scripts/369975
  1679.  
  1680. How to use:
  1681. -> Go to cursors.io, open console (ctrl + shift + j or F12)
  1682. and paste this entire script into the console, then hit enter
  1683. -if installing as userscript, make sure to block "cursors.io/client_out.js"
  1684. -> To type: type message and hit enter; shift+enter for new row;
  1685. -all ascii characters are available
  1686. -> To move your cursor only when clicking: press numpad . OR delete
  1687. -Pathfinder will be active in this mode (CTRL+click to ignore pathfinder)
  1688. -try not to use a too low value of the delay, or you may get disconnected on some levels
  1689. --make sure 'no cursor lock' is marked so pathfinder works correctly
  1690. -> To move your cursor normally: press numpad . again
  1691. -> To draw a circle: press numpad 0 OR insert
  1692. -> To stop drawing a circle: press numpad 0 again
  1693. -> To draw arrows, use the arrow keys
  1694. -> To draw different images: press numpad 1 - numpad 9 keys
  1695. -> To make drawings bigger/smaller use numpad + and -
  1696. -> Reset drawing size with numpad *
  1697. -> To show/hide cursors ids: press F8
  1698. -> Change ids position with: F9
  1699. -> To show this help: press F1
  1700. */
  1701.