fsfb scripts

An agma.io script, which includes fastsplit, secret bot packs, linesplit lock, and many other amazing features!

目前为 2023-02-05 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name fsfb scripts
  3. // @namespace http://tampermonkey.net/
  4. // @homepage https://gf.qytechs.cn/en/scripts/446564/
  5. // @version 1.3.06
  6. // @description An agma.io script, which includes fastsplit, secret bot packs, linesplit lock, and many other amazing features!
  7. // @author fishy & firebone
  8. // @match *://agma.io/*
  9. // @run-at document-start
  10. // @icon https://i.imgur.com/8AASK55.png
  11. // @require https://gf.qytechs.cn/scripts/459346-fsfb-facts/code/fsfb%20facts.js?version=1145073
  12. // @license GPL-3.0-or-later
  13. // @changelog change color of BR zone, change delays of one/double fastsplit,"/f facts command", prevent auto-low graphics
  14. // @connect translate.google.com
  15. // @connect gf.qytechs.cn
  16. // @grant unsafeWindow
  17. // @grant GM_setValue
  18. // @grant GM_getValue
  19. // @grant GM_xmlhttpRequest
  20. // ==/UserScript==
  21.  
  22.  
  23.  
  24. /* settings that you can't change in UI but might interfere with other scripts */
  25. let hideAds = true,
  26. improvedShop = true,
  27. extraBotPacks = true,
  28. rightClickCopyChat = true,
  29. rightClickCopyInfo = true,
  30. showRemainingAbilityTime = true,
  31. unlockFreeSkins = true,
  32. hoverShowSkinID = true,
  33. coinXPstats = true,
  34. saveStatsBoxPosition = true,
  35. showXPdecimals = true,
  36. whiteBorder4BlackCells = true,
  37. sortWearablesByOwned = true,
  38. linesplitClosestSide = false, // make the linesplit go to the closest side (adjusted) instead of closest bubble
  39. friendDeclineAll = true,
  40. rainbowMapBorder = false,
  41. rainbowBorderSpeed = 5,
  42. rainbowBrHazard = false,
  43. rainbowBrHazardSpeed = 5,
  44. extraChatCommands = true,
  45. chatPrefix = '/f ',
  46. bypassConfirmChatRules = true,
  47. publicSkinSearch = true,
  48. extraOneFastSplitDelay = false,
  49. notifyNewUpdates = true,
  50. preventAutoLowGraphics = true,
  51. fsfbDevsUserProfile = true;
  52.  
  53.  
  54.  
  55. // ~~~~~~~~~ Don't change anything below this unless you know what you are doing ~~~~~~~~~
  56. const version = typeof GM_info != 'undefined' && GM_info?.script?.version || '1.3.06';
  57.  
  58. let settings = {
  59. hotkeys: [
  60. {title: "Shoot 7 Ejected", id: "fsfb-key7Feed", key: 0, active: false}, // 0
  61. {title: "Linesplit Lock", id: "fsfb-linesplit", key: 0, active: false}, // 1
  62. {title: "Macro Split Bots", id: "fsfb-MacroSplitBots", key: 0, active: false}, // 2
  63. {title: "Hide UI", id: "fsfb-hideUI", key: 0, active: false}, // 3
  64. {title: "Toggle Cursor", id: "fsfb-togglecursor", key: 0, active: false}, // 4
  65. {title: "Check Profile", id: "fsfb-checkprofile", key: 0, active: false} // 5
  66. ],
  67. fastsplit_hotkeys: [
  68. {title: "Fast Onesplit", id: "fsfb-fsOne", keyName: "", keyCode: 0, active: false}, // 0
  69. {title: "1st Delay (ms)", id: "fsfb-firstdelay", val: 60, active: false}, // 1
  70. {title: "2nd Delay (ms)", id: "fsfb-secdelay", val: 60, active: false}, // 2
  71. {title: "Fast Doublesplit", id: "fsfb-fsTwo", keyName: "", keyCode: 0, active: false}, // 3
  72. {title: "1st Delay (ms)", id: "fsfb-dubfirstdelay", val: 60, active: false}, // 4
  73. {title: "2nd Delay (ms)", id: "fsfb-dubsecdelay", val: 60, active: false} // 5
  74. ],
  75. checkboxes: [
  76. {title: "Chat Copy/Cut/Paste", id: "fsfb-copycutpaste", active: false}, // 0
  77. {title: "Anti-AFK", id: "fsfb-antiAFK", active: false}, // 1
  78. {title: "Anti-Invis", id: "fsfb-anticloak", active: false}, // 2
  79. {title: "Linesplit Toggle", id: "fsfb-linetoggle", active: false}, // 3
  80. {title: "Change Page Title", id: "fsfb-changetitle", active: false}, // 4
  81. {title: "Hide Shouts", id: "fsfb-hideshouts", active: false}, // 5
  82. {title: "Hold To Spam Rec/Spd", id: "fsfb-recospeed", active: false}, // 6
  83. {title: "Show Portal Mass", id: "fsfb-portalmass", active: false}, // 7
  84. {title: "Pow Spawns Overlay", id: "fsfb-powsoverlay", active: false}, // 8
  85. {title: "Inventory One Row", id: "fsfb-pwsonerow", active: false}, // 9
  86. {title: "Quick Buy", id: "fsfb-qBuy", active: false} // 10
  87. ],
  88. slowFeed: [
  89. {title: "Toggle Feed", id: "fsfb-slowFeed", key: 0, active: false},
  90. {title: "Feed Delay (ms)", id: "fsfb-slowfeedtimer", val: 100, active: false}
  91. ],
  92. quickSettings: [
  93. {id: "fsfb-quick-hotkey1", id1: "fsfb-quick-select1", set: "cSkins", key: 0, active: false},
  94. {id: "fsfb-quick-hotkey2", id1: "fsfb-quick-select2", set: "cWearables", key: 0, active: false},
  95. {id: "fsfb-quick-hotkey3", id1: "fsfb-quick-select3", set: "cFood", key: 0, active: false},
  96. {id: "fsfb-quick-hotkey4", id1: "fsfb-quick-select4", set: "cBubbleCells", key: 0, active: false},
  97. {id: "fsfb-quick-hotkey5", id1: "fsfb-quick-select5", set: "cNames", key: 0, active: false}
  98. ],
  99. uiScaling: [
  100. // {title: "Chat Size", id: "fsfb-chatSize", level: 5},
  101. {title: "Inventory Size", id: "fsfb-invSize", level: 5},
  102. {title: "Statsbox Size", id: "fsfb-statsSize", level: 5}
  103. ],
  104. theme: [
  105. {title: "Food Color", id: "fsfb-check-foodcolor", id1: "fsfb-color-foodcolor", color: "#FFFFFF", active: false}, // 0
  106. {title: "Virus Color", id: "fsfb-check-viruscolor", id1: "fsfb-color-viruscolor", color: "#00ff00", active: false}, // 1
  107. {title: "Virus Stroke", id: "fsfb-check-virusstroke", id1: "fsfb-color-virusstroke", color: "#00ff00", active: false}, // 2
  108. {title: "Mothercell Color", id: "fsfb-check-msColor", id1: "fsfb-color-msColor", color: "#cd5564", active: false}, // 3
  109. {title: "Mothercell Stroke", id: "fsfb-check-msStroke", id1: "fsfb-color-msStroke", color: "#cd5564", active: false}, // 4
  110. {title: "Border Color", id: "fsfb-check-border", id1: "fsfb-color-border", color: "#CC3030", active: false}, // 5
  111. {title: "Battle Royale Zone", id: "fsfb-check-hazard", id1: "fsfb-color-hazard", color: "#cc3030", active: false} // 6
  112. ],
  113. theme_boxes: [
  114. {title: "Fancy Bubble Cells", id: "fsfb-bublecell", active: false}, // 0
  115. {title: "Show Player Mass", id: "fsfb-showmass", active: false}, // 1
  116. {title: "Only My Skin", id: "fsfb-myskins", active: false}, // 2
  117. {title: "Only Party Skins", id: "fsfb-partyskins", active: false}, // 3
  118. {title: "Only My Nick", id: "fsfb-mynick", active: false}, // 4
  119. {title: "Only Party Nicks", id: "fsfb-partynicks", active: false}, // 5
  120. {title: "Spiked Cells", id: "fsfb-spikedcells", active: false}, // 6
  121. {title: "Reverse Cell Order", id: "fsfb-revcell", active: false}, // 7
  122. {title: "Render Portals Top", id: "fsfb-portalstop", active: false} // 8
  123. ],
  124. chat_translate: [
  125. {title: "Translate Chat", id: "fsfb-tranchat", active: false}, // 0
  126. {title: "Translate Server", id: "fsfb-tranplyr", active: false}, // 1
  127. {title: "Show Original", id: "fsfb-tranorig", active: false}, // 2
  128. {title: "Translate From:", id: "fsfb-tran1", set: "auto"}, // 3
  129. {title: "Translate To:", id: "fsfb-tran2", set: "auto"} // 4
  130. ],
  131. export_import: [
  132. {title: "Game Settings", id: "fsfb-game-settings", active: false},
  133. {title: "Game Controls", id: "fsfb-game-controls", active: false},
  134. {title: "Custom Background", id: "fsfb-custom-bg", active: false},
  135. {title: "Script Settings", id: "fsfb-script-settings", active: false},
  136. {title: "Script Theme", id: "fsfb-theme-settings", active: false}
  137. ]
  138. }, misc_settings = {
  139. abil: {},
  140. bots: {},
  141. statsPos: null,
  142. statsSettings: {
  143. xp: {
  144. lvlcomp: true,
  145. rem: true,
  146. projhr: true,
  147. lasthr: true,
  148. lastmin: true,
  149. lastsec: true,
  150. mean: true,
  151. median: true,
  152. sd: true,
  153. sesh: true,
  154. seshlength: true,
  155. lifetime: true
  156. },
  157. coins: {
  158. rem: true,
  159. projhr: true,
  160. lasthr: true,
  161. lastmin: true,
  162. mean: true,
  163. median: true,
  164. sd: true,
  165. sesh: true,
  166. seshlength: true
  167. }
  168. }
  169. }
  170.  
  171. const keyCodeMappings = { 0: "", 8: "BACKSPACE", 9: "TAB", 12: "CLEAR", 13: "ENTER", 16: "SHIFT", 17: "CTRL", 18: "ALT", 19: "PAUSE", 20: "CAPSLOCK", 27: "ESC", 32: "SPACE", 33: "PAGEUP", 34: "PAGEDOWN", 35: "END", 36: "HOME", 37: "LEFT", 38: "UP", 39: "RIGHT", 40: "DOWN", 44: "PRTSCN", 45: "INS", 46: "DEL", 91: "WIN", 92: "WIN", 93: "CONTEXTMENU", 96: "NUM 0", 97: "NUM 1", 98: "NUM 2", 99: "NUM 3", 100: "NUM 4", 101: "NUM 5", 102: "NUM 6", 103: "NUM 7", 104: "NUM 8", 105: "NUM 9", 106: "NUM *", 107: "NUM +", 109: "NUM -", 110: "NUM .", 111: "NUM /", 112: "F1", 113: "F2", 114: "F3", 115: "F4", 116: "F5", 117: "F6", 118: "F7", 119: "F8", 120: "F9", 121: "F10", 122: "F11", 123: "F12", 124: "F13", 125: "F14", 126: "F15", 127: "F16", 128: "F17", 129: "F18", 130: "F19", 131: "F20", 132: "F21", 133: "F22", 134: "F23", 135: "F24", 144: "NUMLOCK", 145: "SCROLLLOCK", 186: ";", 187: "=", 188: ",", 189: "-", 190: ".", 191: "/", 192: "`", 219: "[", 220: "\\", 221: "]", 222: "'"};
  172.  
  173. const set = (name, obj) => typeof GM_setValue != "function" ? localStorage.setItem(name, JSON.stringify(obj)) : GM_setValue(name, obj),
  174. get = (name, default_obj) => typeof GM_getValue != "function" ? localStorage.getItem(name) != null ? JSON.parse(localStorage.getItem(name)) : set(name, default_obj) : GM_getValue(name, default_obj);
  175.  
  176. if(typeof unsafeWindow === 'undefined') unsafeWindow = window;
  177.  
  178. const saveSettings = () => set("fsfb-scripts", settings);
  179. const getSettings = () => {
  180. let settingsPrev = get("fsfb-scripts", settings);
  181. for(let i in settingsPrev) {
  182. for(let j in settingsPrev[i]) {
  183. for(let x in settings){
  184. for(let y in settings[x]){
  185. if(settingsPrev[i][j].id == settings[x][y].id) settings[x][y] = settingsPrev[i][j];
  186. }
  187. }
  188. }
  189. }
  190. }
  191. const getMiscSettings = () => {
  192. let prevSettings = get("fsfb-misc", misc_settings);
  193. misc_settings = {...misc_settings, ... prevSettings};
  194. }
  195. getSettings();
  196. getMiscSettings();
  197.  
  198. const getName = key => keyCodeMappings[key] ?? String.fromCharCode(key)
  199.  
  200. const levelSum = lvl => lvl * (lvl - 1) / 2,
  201. range = arr => Math.max(...arr) - Math.min(...arr),
  202. sigma = arr => arr.reduce((a, b) => a + b),
  203. mean = arr => sigma(arr) / arr.length,
  204. variance = arr => arr.reduce((a, b) => a + (b - mean(arr)) ** 2, 0) / arr.length,
  205. standardDeviation = arr => Math.sqrt(variance(arr)),
  206. ascending = arr => arr.sort((a, b) => a - b),
  207. getIQR = arr => quartile(arr, .75) - quartile(arr, .25),
  208. round = (num, places = 0) => Math.round(num * +("1e" + places)) / +("1e" + places);
  209. const median = arr => {
  210. const mid = ~~(arr.length / 2),
  211. asc = ascending(arr);
  212. return arr.length % 2 !== 0 ? asc[mid] : (asc[mid - 1] + asc[mid]) / 2;
  213. }
  214. const getProperty = (arr, property) => {
  215. let newArr = [];
  216. for (let i of arr) newArr.push(i[property]);
  217. return newArr;
  218. }
  219. const quartile = (arr, q) => {
  220. const sorted = ascending(arr),
  221. pos = (sorted.length - 1) * q,
  222. base = ~~pos,
  223. rest = pos - base;
  224. return sorted[base + 1] !== null ? sorted[base] + rest * (sorted[base + 1] - sorted[base]) : sorted[base]
  225. }
  226. const checkOutliers = (arr, returnOutliers) => {
  227. let nonOutliers = [], outliers = [];
  228. const IQR = getIQR(arr),
  229. Q1 = quartile(arr, .25),
  230. Q3 = quartile(arr, .75);
  231. for (let i of arr) i < Q1 - 1.5 * IQR || i > Q3 + 1.5 * IQR ? outliers.push(i) : nonOutliers.push(i);
  232. return returnOutliers ? outliers : nonOutliers;
  233. }
  234. const msToTime = ms => {
  235. const pad = num => num < 10 ? '0' + ~~num : ~~num;
  236. return `${pad(ms / 36e5)}:${pad(ms / 6e4 % 60)}:${pad(ms / 1e3 % 60)}`; // hrs:mins:secs
  237. }
  238. const changeTitle = title => {
  239. if(document.title != title) document.title = title;
  240. };
  241.  
  242. if(!settings.checkboxes[4].active && document.title == 'Agma.io - A free multiplayer MMO game') changeTitle('Agma.io');
  243.  
  244. if(unlockFreeSkins){
  245. ["", 56, 1657, 2281, 2282, 2297, 2331, 2529, 2626, 2683, 2816, 2832].forEach(id => localStorage.setItem('ytSkin' + id, '1'));
  246. localStorage.setItem('fbSkin', '1');
  247. }
  248.  
  249. const sanitize = str => {
  250. const map = {
  251. '&': '&amp;',
  252. '<': '&lt;',
  253. '>': '&gt;',
  254. '"': '&quot;',
  255. "'": '&#x27;',
  256. "/": '&#x2F;',
  257. };
  258. return str.replace(/[&<>"'/]/ig, match => map[match]);
  259. }
  260.  
  261. const escapeRegExp = str => str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
  262.  
  263. ['paste', 'copy', 'cut'].forEach(a => {
  264. unsafeWindow.addEventListener(a, e => {
  265. if(document.querySelector('#fsfb-copycutpaste')?.checked) e.stopImmediatePropagation();
  266. }, true)
  267. });
  268.  
  269.  
  270. let agmaHotkeys = JSON.parse(localStorage.getItem('hotkeys'));
  271.  
  272. Object.defineProperty(unsafeWindow, 'localStorage', {
  273. value: new Proxy(localStorage, {
  274. set: function (ls, prop, val) {
  275. if(prop == 'hotkeys') agmaHotkeys = JSON.parse(val);
  276. return !void(ls[prop] = val);
  277. },
  278. get: function(ls, prop) {
  279. return prop == 'setItem' || typeof ls[prop] == 'function' ? ls[prop].bind(ls) : ls[prop];
  280. }
  281. }),
  282. configurable: true,
  283. enumerable: true
  284. });
  285.  
  286. const hotkeysMap = {
  287. 360: "W360",
  288. Split: "Space",
  289. DoubleSplit: "D",
  290. TripleSplit: "T",
  291. MacroSplit: "Z",
  292. MacroFeed: "W360",
  293. FixedMouse: "C",
  294. Respawn: "M",
  295. MultiFeed: "V",
  296. Recombine: "E",
  297. Speed: "S",
  298. FreezeSelf: "F",
  299. Invisibility: "I",
  300. DropWall: "DW",
  301. ToggleCamera: "Q",
  302. FreezeCamera: "F",
  303. ToggleControlBots: "Q",
  304. SplitBots: "A",
  305. FeedBots: "X"
  306. }
  307. const getKey = id => agmaHotkeys && agmaHotkeys[hotkeysMap?.[id.replace(/^key/gm, '')]]?.c;
  308.  
  309. if(bypassConfirmChatRules) localStorage.setItem('crc', 'true');
  310.  
  311. const afterLoaded = () => {
  312. unsafeWindow.fsfbStartedLoading = true;
  313. const { $, swal, purchaseItem, hotkeySetDefaults } = unsafeWindow;
  314.  
  315. // attempt to prevent the script from being active on subpages of agma.io
  316. if($ == null || $('#friendResizer').length < 1 || $('#megaholder').length < 1 || $('#preroll').length < 1) return;
  317.  
  318. if(!agmaHotkeys) hotkeySetDefaults();
  319.  
  320. const _slideDown = $.prototype.slideDown;
  321. $.prototype.slideDown = function () {
  322. if(this.selector == '#curser' && this[0].textContent?.includes("Your FPS seems to be low")) return;
  323. return _slideDown.apply(this, arguments);
  324. }
  325.  
  326. let swalUserColor = '#FF00D8',
  327. swalRoleTitle = 'Fsfb Developer',
  328. swalRoleColor = '#FF78EA';
  329.  
  330. unsafeWindow.swal = function() {
  331. if (fsfbDevsUserProfile && typeof arguments[0] == 'object' && 'title' in arguments[0] && /<img src="((skins\/\d+(_lo)?\.png\?(u=\d+)?)|img\/userprofile\.png)" width="\d+" height="\d+" style="border-radius:50%;"><br><br><span style=".*?">(Fishyyyy|firebonee|kidmaletteo)<\/span>/gm.test(arguments[0].title)) {
  332. arguments[0].title = arguments[0].title
  333. .replace(/(?<=<span style=").*(?=">(Fishyyyy|firebonee|kidmaletteo))/gm, 'color: ' + swalUserColor)
  334. .replace(/(?<=(?:<span style="display:block; margin:-10px 0px 15px; font-size:12px; line-height:normal;"><br>)|(?:<br><span style="padding:2px 5px; font-size:10px; background:#999; color:#000; border-radius:10px;">Hidden<\/span><br><br>))(?=<span)/gm, `<span style="color: ${swalRoleColor};">&#9734;&#9734; ${swalRoleTitle} &#9734;&#9734;</span><br>`);
  335. }
  336. return swal.apply(this, arguments);
  337. }
  338.  
  339. $('.setting-tablink').css({'width' : '30%'});
  340. $('#settingTab2').after(`<button id="settingTab4" class="setting-tablink" onclick="openSettingPage(4);" style="width: 9%; font-size: calc(0.3vw + 7.5px);"><div class="fa fa-cogs fa-lg" style="font-size: 15px; color: lightgray;"></div></button>`);
  341. $('#settingPage3').after(`<div id="settingPage4" class="setting-tabcontent"><div class="row"><div class="col-md-10 col-md-offset-1 stng" id="fsfb-settings-main" style="padding:0"><div id="fsfb-settings-left"><section id="fsfb-sect-checkbox" class="padbot10 fsfb-sect-ch"></section><section id="fsfb-sect-theme" class="fsfb-sect-ch padbot10"></section><section id="fsfb-sect-translate" style="padding-top: 30px;" class="fsfb-sect-ch"></section></div><div id="fsfb-settings-right"><section id="fsfb-sect-hotkeys" class="padbot10"></section><section id="fsfb-sect-slowfeed" class="padbot10"></section><section id="fsfb-sect-fastsplit" class="padbot10"></section><section id="fsfb-sect-quickSettings" class="padbot10"></section><section id="fsfb-sect-uiScale" class="padbot10"></section><section id="fsfb-sect-imexport" class="fsfb-sect-ch padbot10"></section><section id="fsfb-sect-translate2"></section></div></div></div></div>`);
  342. $('.container').eq(0).css("max-width", "1250px");
  343. $('#fsfb-sect-checkbox').append(`<p class="hotkey-paragraph">Script Features</p>`);
  344.  
  345. // add checkbox HTML
  346. for(let i of settings.checkboxes){
  347. $('#fsfb-sect-checkbox').append(`<label><input id="${i.id}" type="checkbox"><p> ${i.title} </p></label>`);
  348. $( "#" + i.id).change(function() {
  349. changeSettings(this.id, $(this).is(':checked'));
  350. });
  351. }
  352.  
  353. // add import/export HTML
  354. $('#fsfb-sect-imexport').append(`<p class="hotkey-paragraph">Import/Export</p>`);
  355. for(let i of settings.export_import){
  356. $('#fsfb-sect-imexport').append(`<label><input id="${i.id}" type="checkbox"><p> ${i.title} </p></label>`);
  357. $( "#" + i.id).change(function() {
  358. changeSettings(this.id, $(this).is(':checked'));
  359. });
  360. }
  361. $('#fsfb-sect-imexport').append(`<div id="fsfb-ximport-cont"><div id="fsfb-export-btn" class="fsfb-eximport">Export</div><div id="fsfb-import-btn" class="fsfb-eximport">Import</div></div>`);
  362.  
  363. $('#fsfb-sect-theme').append(`<p class="hotkey-paragraph">Game Theme</p`);
  364. for(let i of settings.theme){
  365. $('#fsfb-sect-theme').append(`<label><input id="${i.id}" type="checkbox"><p> ${i.title}</p><div style="background-color: black;"><input id="${i.id1}"type="color"></div></label>`);
  366. $( "#" + i.id).change(function() {
  367. changeSettings(this.id, $(this).is(':checked'));
  368. });
  369. $( "#" + i.id1).change(function() {
  370. changeSettings(this.id, this.value);
  371. $(this).parent().css('background-color', this.value); // bcs the regular [input="color"] looks rly shit, change color of overlayed div instead
  372. });
  373. }
  374. for(let i of settings.theme_boxes){
  375. $('#fsfb-sect-theme').append(`<label><input id="${i.id}" type="checkbox"><p> ${i.title} </p></label>`);
  376. $( "#" + i.id).change(function(e) {
  377. changeSettings(this.id, $(this).is(':checked'), e);
  378. });
  379. }
  380.  
  381. $('#fsfb-sect-translate').append(`<p class="hotkey-paragraph">Chat Translate</p`);
  382.  
  383. for(let i of settings.chat_translate){
  384. if(!('set' in i)){ //checkboxes
  385. $('#fsfb-sect-translate').append(`<label><input id="${i.id}" type="checkbox"><p> ${i.title} </p></label>`);
  386. $( "#" + i.id).change(function(e) {
  387. changeSettings(this.id, $(this).is(':checked'), e);
  388. });
  389. } else {
  390. $('#fsfb-sect-translate2').append(`<p style="margin-top: 2px;">${i.title}</p><select id="${i.id}" class="fsfb-changelang"><option value="auto">Detect language</option><option value="af">Afrikaans</option><option value="sq">Albanian</option><option value="ar">Arabic</option><option value="hy">Armenian</option><option value="az">Aerbaijani</option><option value="eu">Basque</option><option value="be">Belarusian</option><option value="bn">Bengali</option><option value="bg">Bulgarian</option><option value="ca">Catalan</option><option value="zh-CN">Chinese (simpl)</option><option value="zh-TW">Chinese (trad)</option><option value="hr">Croatian</option><option value="cs">Czech</option><option value="da">Danish</option><option value="nl">Dutch</option><option value="en">English</option><option value="et">Estonian</option><option value="tl">Filipino</option><option value="fi">Finnish</option><option value="fr">French</option><option value="gl">Galician</option><option value="ka">Georgian</option><option value="de">German</option><option value="el">Greek</option><option value="ht">Haitian Creole</option><option value="iw">Hebrew</option><option value="hi">Hindi</option><option value="hu">Hungarian</option><option value="is">Icelandic</option><option value="id">Indonesian</option><option value="ga">Irish</option><option value="it">Italian</option><option value="ja">Japanese</option><option value="ko">Korean</option><option value="lv">Latvian</option><option value="lt">Lithuanian</option><option value="mk">Macedonian</option><option value="ms">Malay</option><option value="mt">Maltese</option><option value="no">Norwegian</option><option value="fa">Persian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="sr">Serbian</option><option value="sk">Slovak</option><option value="sl">Slovenian</option><option value="es">Spanish</option><option value="sw">Swahili</option><option value="sv">Swedish</option><option value="th">Thai</option><option value="tr">Turkish</option><option value="uk">Ukrainian</option><option value="ur">Urdu</option><option value="vi">Vietnamese</option><option value="cy">Welsh</option><option value="yi">Yiddish</option></select>`);
  391. }
  392. };
  393.  
  394. $('.fsfb-changelang').on("change", function(){
  395. for(let i = 0; i < settings.chat_translate.length; i++){
  396. if(settings.chat_translate[i].id == this.id) settings.chat_translate[i].set = this.value;
  397. }
  398. saveSettings();
  399. });
  400.  
  401. $('#fsfb-sect-hotkeys').append(`<p class="hotkey-paragraph">Script Hotkeys</p>`);
  402.  
  403. const checkHotkeyClicked = (e, thing) => {
  404. if (e.target.id == thing.id && !thing.active){
  405. $('#' + thing.id).addClass('selected');
  406. thing.active = true;
  407. keysChanging = true; // prevent features from triggering when setting hotkey
  408. } else {
  409. thing.active = false;
  410. $('#' + thing.id).removeClass('selected');
  411. }
  412. }
  413. const checkNewHotkey = (e, thing) => {
  414. if (!thing.active) return;
  415. thing.key = e.keyCode;
  416. $('#' + thing.id).text(getName(e.keyCode)).removeClass('selected');
  417. thing.active = false;
  418. saveSettings();
  419. e.preventDefault();
  420. }
  421. const checkFsHotkey = (e, thing) => {
  422. if (!thing.active) return;
  423. thing.key = e.keyCode;
  424. thing.keyName = e.key;
  425. $('#' + thing.id).text(getName(e.keyCode)).removeClass('selected');
  426. thing.active = false;
  427. saveSettings();
  428. e.preventDefault();
  429. }
  430.  
  431. const checkPowerupClicked = e => {
  432. if(!quickBuying || !e?.originalEvent?.isTrusted || $(e.target).attr('class') == 'purchase-btn confirmation' || $(e.target).attr('class') == 'megaphone-btn') return;
  433. let id = e.target.id;
  434. if (id == 'fsfb-quickbuy-img' || id == 'fsfb-quickbuy') return void(quickBuying = true);
  435. const map = {
  436. Wall: 33,
  437. AntiFreeze: 35,
  438. AntiRecombine: 34,
  439. Shield: 38,
  440. FrozenVirus: 36,
  441. Recombine: 1,
  442. Speed: 2,
  443. Growth: 6,
  444. SpawnVirus: 7,
  445. SpawnMothercell: 8,
  446. SpawnPortal: 9,
  447. SpawnGoldOre: 10,
  448. Freeze: 5,
  449. '360Shot': 30,
  450. minion_nuker: 39,
  451. megaphone_shout: 14
  452. }
  453. let pwID = map[id.replace(/^(inv|fsfb-)/gm, '')] ?? (() => {
  454. quickBuying = false;
  455. $('.inventory-box').removeClass('fsfb-shown').find('p').show();
  456. $('#fsfb-quickbuy').removeClass('activatedInv')
  457. unsafeWindow.curserMsg('Quick buy deactivated.', 'red');
  458. })();
  459. if (!quickBuying || !pwID) return;
  460. $('.confirm').attr('disabled', 'true'); // disable so user doesn't buy early - swal is slow to load text
  461. const waitUntil1 = (condition) => new Promise(resolve => {
  462. let interval = setInterval(() => {
  463. $('.confirm')[0].click();
  464. condition() && (clearInterval(interval), resolve());
  465. }, 25);
  466. setTimeout(() => { (clearInterval(interval), resolve()) }, 1e4);
  467. });
  468. setTimeout(() => {
  469. if(pwID == 14) return;
  470. $('.confirm')[0].addEventListener('click', async e => {
  471. if(!e.isTrusted) return;
  472. $('.sweet-alert, .sweet-overlay').addClass('fsfb-hidden');
  473. setTimeout(async() => {
  474. await waitUntil1(() => !$('.sweet-alert').hasClass('visible'));
  475. if($('.sweet-alert').hasClass('visible')) return;
  476. await sleep(100);
  477. $('.sweet-alert, .sweet-overlay').removeClass('fsfb-hidden');
  478. }, 1e3);
  479. })
  480. }, 500);
  481. setTimeout(() => $('.confirm').removeAttr('disabled'), 600);
  482.  
  483. if(pwID == 14) $('.megaphone-btn')[0].click();
  484. else $(`.purchase-btn.confirmation[item="${pwID}"]`)[0].click();
  485.  
  486. $('.inventory-box').removeClass('fsfb-shown').find('p').show();
  487. $('#fsfb-quickbuy').removeClass('activatedInv')
  488. quickBuying = false;
  489. }
  490.  
  491. const slowfeedhotkey = settings.slowFeed[0];
  492.  
  493. for(let i of settings.hotkeys){
  494. $('#fsfb-sect-hotkeys').append(`<br><p>${i.title}</p><div id="${i.id}" class="fsfb-hotkey"></div>`);
  495. $('#' + i.id).on('contextmenu', e => {
  496. $('#' + i.id).text('').removeClass('selected');
  497. i.active = false;
  498. i.key = 0;
  499. saveSettings();
  500. e.preventDefault();
  501. });
  502. }
  503.  
  504.  
  505. const typing = () => {
  506. const focused = document.querySelector(":focus"),
  507. tag = focused?.tagName;
  508. return focused === document.activeElement && (tag == 'TEXTAREA' || tag == 'INPUT') && (!document.hasFocus || document.hasFocus()) && !!(focused.type || focused.href || ~focused.tabIndex);
  509. };
  510.  
  511. const sleep = ms => new Promise(r => setTimeout(r, ms));
  512. const press = key => ['down', 'up'].forEach(i => unsafeWindow[`onkey${i}`]({ keyCode: key }));
  513.  
  514. let fsCheck;
  515. const fastSplit = async(a) => { // a = true, was fast onesplit; a = false, was fast doublesplit
  516. // if(!fsCheck) return void(fsCheck = !0);
  517. if([39, 37, 2, 4, 6].includes(currentServerId) || !a || extraOneFastSplitDelay) await sleep(settings.fastsplit_hotkeys[a ? 1 : 4].val);
  518. // else if(Date.now() - lastTimeFrzPressed < settings.fastsplit_hotkeys[3].val) await sleep(settings.fastsplit_hotkeys[3].val); // try to detect if frz was recently pressed - can't send the same input too quickly (need to add some delay)
  519. press(getKey("keyFreezeSelf"));
  520. await sleep(settings.fastsplit_hotkeys[a ? 2 : 5].val);
  521. press(getKey("keyFreezeSelf"));
  522. }
  523. // setTimeout(fastSplit, 60);
  524.  
  525. let cursorLockActivated = false, _onblur;
  526. const waitForBlur = () => {
  527. if(unsafeWindow.onblur != null){
  528. const oldBlur = unsafeWindow.onblur
  529. unsafeWindow.onblur = function(){
  530. spamRec = false;
  531. spamSpeed = false;
  532. splittingbots = false;
  533. keys = {};
  534. if(!settings.checkboxes[6].active){
  535. $("#linesplit-markers div").hide();
  536. linesplitting = false;
  537. }
  538. return oldBlur.apply(this, arguments);
  539. }
  540. _onblur = unsafeWindow.onblur
  541. } else {
  542. setTimeout(waitForBlur, 400);
  543. }
  544. };
  545. waitForBlur();
  546.  
  547. // hook for typing in chat w/ cursor lock
  548. // let lastTimeFrzPressed = Date.now();
  549. const waitForKeyup = () => {
  550. if(unsafeWindow.onkeyup != null){
  551. const _keydown = unsafeWindow.onkeyup;
  552. unsafeWindow.onkeyup = function(){
  553. // if(arguments[0]?.keyCode == getKey('keyFreezeSelf')) lastTimeFrzPressed = Date.now();
  554. if(arguments[0]?.target?.id != 'chtbox' || !cursorLockActivated || arguments[0]?.keyCode != getKey('keyFixedMouse')) return _keydown.apply(this, arguments);
  555. }
  556. } else {
  557. setTimeout(waitForKeyup, 400);
  558. }
  559. };
  560. waitForKeyup();
  561.  
  562. const waitForSetGraphics = () => {
  563. if(unsafeWindow.onkeyup != null){
  564. const _setGraphics = unsafeWindow.setGraphics;
  565. unsafeWindow.setGraphics = (a, b) => preventAutoLowGraphics && b ? $("#curser").hide() : _setGraphics(a, b);
  566. } else {
  567. setTimeout(waitForSetGraphics, 400);
  568. }
  569. };
  570. waitForSetGraphics();
  571.  
  572. const toggleCursorLock = () => {
  573. cursorLockActivated = !cursorLockActivated;
  574. if(cursorLockActivated){
  575. unsafeWindow.onblur = function(){
  576. ['keyMacroSplit', 'keyMacroFeed', 'keyMultiFeed'].forEach(id => unsafeWindow.onkeyup({keyCode: getKey(id)}));
  577. spamRec = false;
  578. spamSpeed = false;
  579. splittingbots = false;
  580. keys = {};
  581. if(!settings.checkboxes[6].active){
  582. $("#linesplit-markers div").hide();
  583. linesplitting = false;
  584. }
  585. }
  586. } else {
  587. unsafeWindow.onblur = _onblur;
  588. }
  589. unsafeWindow[`onkey${cursorLockActivated ? 'down' : 'up'}`]({ keyCode: getKey('keyFixedMouse') });
  590. }
  591. unsafeWindow.globalCursorLock = toggleCursorLock;
  592.  
  593. const toggleSetting = index => {
  594. let el = $('#' + settings.quickSettings[index].set);
  595. if($('#fsfb-settings-main')[0].contains(el[0])) el.prop('checked', !el.prop('checked')).trigger('change');
  596. else el.unbind().click();
  597. }
  598.  
  599. Object.defineProperty(KeyboardEvent.prototype, 'keyCode', {
  600. get: function() {
  601. switch (this.key.toLowerCase()) {
  602. case settings.fastsplit_hotkeys[0]?.keyName.toLowerCase(): return getKey("keySplit");
  603. case settings.fastsplit_hotkeys[3]?.keyName.toLowerCase(): return getKey("keyDoubleSplit");
  604. default: return this.which;
  605. }
  606. }
  607. });
  608.  
  609. let slowfeeding = !1, linesplitting = !1, hiddenUI = !1, splittingbots = !1, spamRec = !1, spamSpeed = !1;
  610. const pressed = e => {
  611. const key = e.which ? e.which : e.keyCode;
  612. if(document.activeElement.type === 'textarea') e.stopImmediatePropagation();
  613. if(typing() || keysChanging || e.key == undefined || e.keyCode == undefined) return;
  614. if(key == 27 && quickBuying){ // esc pressed
  615. quickBuying = false;
  616. $('#fsfb-quickbuy').removeClass('activatedInv');
  617. unsafeWindow.curserMsg('Quick buy deactivated.', 'red');
  618. $('.inventory-box').removeClass('fsfb-shown').find('p').show();
  619. e.preventDefault();
  620. e.stopImmediatePropagation();
  621. }
  622. if(key == settings.hotkeys[0].key){ // 7 feed
  623. let i = 1;
  624. let interval = setInterval(() => {
  625. press(getKey("keyMacroFeed"));
  626. if(++i > 7) clearInterval(interval);
  627. }, 85);
  628. e.preventDefault();
  629. }
  630. if(key == settings.hotkeys[1].key && !settings.checkboxes[6].active){ // linesplit lock
  631. linesplitting = true;
  632. linesplit();
  633. $("#linesplit-markers div").show();
  634. e.preventDefault();
  635. }
  636. if(key == settings.hotkeys[1].key && settings.checkboxes[6].active){ // linesplit lock
  637. linesplitting = !linesplitting;
  638. if(linesplitting){
  639. $("#linesplit-markers div").show();
  640. linesplit();
  641. } else {
  642. $("#linesplit-markers div").hide();
  643. $('#canvas').trigger($.Event('mousemove', {clientX: mosX, clientY: mosY})); // return mouse to where the cursor is
  644. }
  645. e.preventDefault();
  646. }
  647. if(key == settings.hotkeys[2].key){ // macro split bots
  648. splittingbots = true;
  649. const splittingBots = () => {
  650. if(!splittingbots) return;
  651. press(getKey("keySplitBots"));
  652. setTimeout(splittingBots, 50);
  653. }
  654. splittingBots();
  655. e.preventDefault();
  656. }
  657. if(key == settings.hotkeys[3].key){ // hide ui
  658. _replaceCSS('hideUI-css', (hiddenUI = !hiddenUI) ? '.hideUI{ display: none !important; }' : '');
  659. e.preventDefault();
  660. }
  661. if(key == settings.hotkeys[4].key){ // toggle cursor lock
  662. toggleCursorLock();
  663. e.preventDefault();
  664. }
  665. if(key == settings.hotkeys[5].key){ // check profile
  666. const swal = $('.sweet-alert'),
  667. swalText = swal.text();
  668. if((swalText.includes('Level: ') || swalText.includes('The selected player is not logged in or is playing in invisible mode.')) && swalText.includes('Not valid!')) $('button.confirm').click();
  669. if(mouseHoveringChat) $('#chtCanvas')[0].ondblclick({clientX: mosX, clientY: mosY, preventDefault: function(){}});
  670. else {
  671. let contextmenuShown = $('#contextMenu').css('display') == 'block';
  672. let evt = new MouseEvent("contextmenu", {
  673. bubbles: true,
  674. cancelable: true,
  675. view: unsafeWindow,
  676. clientX: mosX,
  677. clientY: mosY
  678. });
  679. document.body.dispatchEvent(evt);
  680. if($('#contextPlayerSkin').css('background-color') == 'rgb(51, 51, 51)') unsafeWindow.curserMsg('Unable to show profile; no player was clicked on.', 'red');
  681. if(!contextmenuShown) $('#contextMenu').hide();
  682. $('#contextUserProfile').addClass('hover');
  683. $('#contextMenu')[0].onclick({stopPropagation: function(){}});
  684. }
  685. e.preventDefault();
  686. }
  687. if(key == getKey("keyFixedMouse")){ // real cursor lock key is pressed
  688. cursorLockActivated = false;
  689. unsafeWindow.onblur = _onblur;
  690. }
  691. if(e.keyCode != 0 && e.key.toLowerCase() == settings.fastsplit_hotkeys[0]?.keyName.toLowerCase()){ // fast onesplit
  692. fastSplit(!0);
  693. e.preventDefault();
  694. }
  695. if(e.keyCode != 0 && e.key.toLowerCase() == settings.fastsplit_hotkeys[3]?.keyName.toLowerCase()){ // fast doublesplit
  696. fastSplit(!1);
  697. e.preventDefault();
  698. }
  699. if(key == settings.slowFeed[0].key){ // toggle feed
  700. slowfeeding = !slowfeeding;
  701. const feeding = () => {
  702. if(!slowfeeding) return;
  703. press(getKey("keyMacroFeed"));
  704. setTimeout(feeding, settings.slowFeed[1].val);
  705. }
  706. feeding();
  707. e.preventDefault();
  708. }
  709. if(key == settings.quickSettings[0].key){ // quick settings 1
  710. toggleSetting(0);
  711. e.preventDefault();
  712. }
  713. if(key == settings.quickSettings[1].key){ // quick settings 2
  714. toggleSetting(1);
  715. e.preventDefault();
  716. }
  717. if(key == settings.quickSettings[2].key){ // quick settings 3
  718. toggleSetting(2);
  719.  
  720. e.preventDefault();
  721. }
  722. if(key == settings.quickSettings[3].key){ // quick settings 4
  723. toggleSetting(3);
  724. e.preventDefault();
  725. }
  726. if(key == settings.quickSettings[4].key){ // quick settings 5
  727. toggleSetting(4);
  728. e.preventDefault();
  729. }
  730. if(!spamRec && settings.checkboxes[6].active && key == getKey("keyRecombine")){
  731. spamRec = true;
  732. const spammingRec = () => {
  733. if(!spamRec) return;
  734. press(getKey("keyRecombine"));
  735. setTimeout(spammingRec, 5);
  736. }
  737. spammingRec();
  738. e.preventDefault();
  739. }
  740. if(!spamSpeed && settings.checkboxes[6].active && key == getKey("keySpeed")){
  741. spamSpeed = true;
  742. const spammingSpeed = () => {
  743. if(!spamSpeed) return;
  744. press(getKey("keySpeed"));
  745. setTimeout(spammingSpeed, 10);
  746. }
  747. spammingSpeed();
  748. e.preventDefault();
  749. }
  750. }
  751.  
  752. const released = key => {
  753. if(typing() || keysChanging) return;
  754. if(key == settings.hotkeys[2].key) splittingbots = false; // macro split bots
  755. if(key == settings.hotkeys[1].key && !settings.checkboxes[3].active){ // linesplit lock
  756. linesplitting = false;
  757. $('#canvas').trigger($.Event('mousemove', {clientX: mosX, clientY: mosY})); // return mouse to where the cursor is
  758. $("#linesplit-markers div").hide();
  759. }
  760. if(spamRec && key == getKey("keyRecombine")) spamRec = false;
  761. if(spamSpeed && key == getKey("keySpeed")) spamSpeed = false;
  762. }
  763. let pwSpawnCheck = false, translateChanged = false;
  764. const changeSettings = (ID, a, e) => { // a = active, e = event (optional)
  765. for(let i of settings.uiScaling) if(i.id == ID) i.level = a;
  766. for(let i of settings.checkboxes) if(i.id == ID) i.active = a;
  767. for(let i of settings.export_import) if(i.id == ID) i.active = a;
  768. for(let i of settings.theme_boxes) if(i.id == ID) i.active = a;
  769. for(let i of settings.chat_translate){
  770. if(i.id == ID){
  771. if(ID == "fsfb-tranchat" && (typeof GM_xmlhttpRequest != 'function' || typeof GM_getValue != 'function' || typeof GM_setValue != 'function') && e?.originalEvent?.isTrusted){
  772. unsafeWindow.curserMsg('Fsfb script is unable to access the either the GM_xmlhttpRequest, GM_getValue, or GM_setValue function. Chat translate won\'t work without this. This is often caused by not using the tampermonkey extension (or not the latest version).', 'red', 1e4);
  773. $('#' + ID).prop('checked', false);
  774. return;
  775. }
  776. translateChanged = true, i.active = a;
  777. }
  778. }
  779. for(let i of settings.theme){
  780. if(i.id == ID) i.active = a;
  781. if(i.id1 == ID) i.color = a;
  782. }
  783. customCells = $("#fsfb-sect-theme>label>input, #fsfb-powsoverlay, #fsfb-anticloak").is(":checked");
  784. if(ID == "fsfb-hideshouts") $('#megaholder')[`${a ? 'add' : 'remove'}Class`]('hideMegaphone');
  785. if(ID == "fsfb-qBuy") $('#fsfb-quickbuy').css('display', a ? 'flex' : 'hide');
  786. if(ID == "fsfb-pwsonerow"){
  787. $('#fsfb-quickbuy').detach().appendTo(`#inventory${a ? 2 : 1}`);
  788. [1, 2].forEach((i) => $("#inventory" + i).addClass("fsfb-inventories").css("order", a ? i : -i));
  789. _replaceCSS("css-invsingleline", a ? `#inventory{ display: flex; position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%); } .fsfb-inventories { position: initial !important; transform: initial !important; }` : '');
  790. }
  791.  
  792. if(ID == "fsfb-bublecell" && $("#cBubbleCells").is(":checked") != a && e?.originalEvent?.isTrusted) $('#cBubbleCells').unbind().click();
  793. if(ID == "fsfb-showmass" && $("#cMass").is(":checked") != a && e?.originalEvent?.isTrusted) $('#cMass').unbind().click();
  794.  
  795. if((ID == "fsfb-myskins" || ID == "fsfb-partyskins") && !$("#cSkins").is(":checked") && a) $('#cSkins').unbind().click();
  796. if((ID == "fsfb-mynick" || ID == "fsfb-partynicks") && !$("#cNames").is(":checked") && a) $('#cNames').unbind().click();
  797. if(ID == "fsfb-myskins" && a) $('#fsfb-partyskins').prop('checked', false).trigger('change');
  798. if(ID == "fsfb-partyskins" && a) $('#fsfb-myskins').prop('checked', false).trigger('change');
  799. if(ID == "fsfb-mynick" && a) $('#fsfb-partynicks').prop('checked', false).trigger('change');
  800. if(ID == "fsfb-partynicks" && a) $('#fsfb-mynick').prop('checked', false).trigger('change');
  801.  
  802. if(ID == "fsfb-powsoverlay"){
  803. if(!a && pwSpawnCheck && e?.originalEvent?.isTrusted) unsafeWindow.curserMsg('To hide powerup spawns, you need to respawn or switch servers.', 'red');
  804. pwSpawnCheck = true;
  805. }
  806. if(ID == "fsfb-powsoverlay") svSwitch = true;
  807. let zoomLvl = "100%";
  808. let map = {
  809. 1: 50,
  810. 2: 70,
  811. 3: 80,
  812. 4: 90,
  813. 5: 100,
  814. 6: 110,
  815. 7: 125,
  816. 8: 150,
  817. 9: 200
  818. }
  819. if(ID == "fsfb-invSize") $('#inventory').css('zoom', (map[+a] ?? 100)+ '%');
  820. if(ID == "fsfb-statsSize") $('#stats-container').css('zoom', (map[+a] ?? 100) + '%');
  821. saveSettings();
  822. }
  823. // add slowfeed HTML
  824. $('#fsfb-sect-slowfeed').append(`<p class="hotkey-paragraph">Slow-Feed</p>`);
  825. $('#fsfb-sect-slowfeed').append(`<br><p>${slowfeedhotkey.title}</p><div id="${slowfeedhotkey.id}" class="fsfb-hotkey"></div>`);
  826. $('#fsfb-sect-slowfeed').append(`<br><p>${settings.slowFeed[1].title}</p><input id="${settings.slowFeed[1].id}" class="fsfb-hotkey" onkeypress="return onlyNumberKey(event)" maxlength="3"></input>`);
  827.  
  828. $('#' + slowfeedhotkey.id).on('contextmenu', e => {
  829. $('#' + slowfeedhotkey.id).text('').removeClass('selected');
  830. slowfeedhotkey.active = false;
  831. slowfeedhotkey.key = 0;
  832. saveSettings();
  833. e.preventDefault();
  834. });
  835.  
  836. document.getElementById(settings.slowFeed[1].id).addEventListener("keypress", function(e){
  837. setTimeout(() => { // goes too fast or smth
  838. settings.slowFeed[1].val = +$('#' + settings.slowFeed[1].id).val();
  839. saveSettings();
  840. }, 5);
  841. });
  842.  
  843.  
  844. // add fastsplit HTML
  845. $('#fsfb-sect-fastsplit').append(`<p class="hotkey-paragraph">Fast-Split</p>`); // bookmark
  846. // for(let i of settings.fastsplit_hotkeys){
  847. for(let j = 0; j < settings.fastsplit_hotkeys.length; j++){
  848. let i = settings.fastsplit_hotkeys[j];
  849. $('#fsfb-sect-fastsplit').append('val' in i ? `<br><p>${i.title}</p><input id="${i.id}" class="fsfb-hotkey" onkeypress="return onlyNumberKey(event)" maxlength="3"></input>` : `<br><p>${i.title}</p><div id="${i.id}" class="fsfb-hotkey"></div>`);
  850. if('val' in i){
  851. document.getElementById(i.id).addEventListener("keypress", function(e){
  852. setTimeout(() => { // goes too fast or smth
  853. settings.fastsplit_hotkeys[j].val = +$('#' + i.id).val();
  854. if($('#' + i.id).val() == "") settings.fastsplit_hotkeys[j].val = 0;
  855. saveSettings();
  856. }, 5);
  857. });
  858. } else {
  859. $('#' + i.id).on('contextmenu', e => {
  860. $('#' + i.id).text('').removeClass('selected');
  861. i.active = false;
  862. i.key = 0;
  863. i.keyName = '';
  864. saveSettings();
  865. e.preventDefault();
  866. });
  867. }
  868. }
  869.  
  870. // add quick settings HTML
  871. $('#fsfb-sect-quickSettings').append(`<p class="hotkey-paragraph">Quick Settings</p>`);
  872.  
  873. for(let i of settings.quickSettings){
  874. $('#fsfb-sect-quickSettings').append(`<select id="${i.id1}" class="fsfb-quickchange"><option value="cDark">Dark Theme</option><option value="cFancyGrid">Fancy Grid</option><option value="cSectionGrid">Section Grid</option><option value="cGrid">Gridlines</option><option value="cSkins">Skins</option><option value="cWearables">Wearables</option><option value="cNames">Show Names</option><option value="cMinionNames">Minion Names</option><option value="cLargeNames">Large Names</option><option value="cNameOutlines">Name Outline</option><option value="cMass">Show Mass</option><option value="cFood">Show Food</option><option value="cCellAnimations">Cell Anim</option><option value="cSkinAnimations">Skin Anim</option><option value="cMapBorder">Map Border</option><option value="cCustomBack">Custom BG</option><option value="aCustomBack">Sounds</option><option value="cZoom">Infinite Zoom</option><option value="cFixedZoom">Fixed Zoom</option><option value="cSlowMotion">Slow-Motion</option><option value="cMinionUi">Minion Panel</option><option value="cLeaderboard">Leaderboard</option><option value="cChat">Chat</option><option value="cMinimap">Minimap</option><option value="cFPS">FPS/Ping</option><option value="cColors">Cell Colors</option><option value="cCellBorders">Cell Borders</option><option value="cCellSpikes">Cell Spikes</option><option value="cClassicViruses">Classic Virus</option><option value="cPolygonShapes">Polygon Cells</option><option value="cLineShapes">Line Cells</option><option value="cBubbleCells">Bubble Cells</option><option value="cVisibilityStatus">Prof Visiblity</option><option value="cAllowPartyInvite">Party Inv</option><option value="cAllowPartyAnimations">Party Anim</option><option value="cIconDRank">Dono Icon</option><option value="cGoldCrownChat">Gold Icon</option><option value="fsfb-revcell">Rev Order</option><option value="fsfb-portalstop">Portals Top</option><option value="fsfb-hideshouts">Hide Shouts</option><option value="fsfb-tranchat">Chat Trans</option></select><div id="${i.id}" class="fsfb-hotkey"></div>`);
  875. $('#' + i.id).on('contextmenu', e => {
  876. $('#' + i.id).text('').removeClass('selected');
  877. i.active = false;
  878. i.key = 0;
  879. saveSettings();
  880. e.preventDefault();
  881. });
  882. };
  883.  
  884. $('.fsfb-quickchange').on("change", function(){
  885. settings.quickSettings[+this.id.replace('fsfb-quick-select', '') - 1].set = this.value;
  886. saveSettings();
  887. });
  888.  
  889. // add UI scaling
  890. $('#fsfb-sect-uiScale').append(`<p class="hotkey-paragraph">UI Scaling</p>`);
  891. for(let i of settings.uiScaling){
  892. $('#fsfb-sect-uiScale').append(`<div class="fsfb-slider"><p>${i.title}</p><input id="${i.id}" class="fsfb-slider" type="range" min="1" max="9" value="5"></input></div>`);
  893. $( "#" + i.id).change(function() {
  894. changeSettings(this.id, $(this).val());
  895. });
  896. };
  897.  
  898.  
  899. let quickBuying = false;
  900. ['megaphone_shout', 'minion_nuker'].forEach(elId => $('#invCloak').after(`<div class="inventory-box" id="fsfb-${elId}" style="background-image: url(../img/store/${elId}.png); display: none;"></div>`));
  901. $(settings.checkboxes[9] ? '#fsfb-megaphone_shout' : '#inv360Shot').after(`<div class="inventory-box" id="fsfb-quickbuy" style="display: none;"><img id="fsfb-quickbuy-img" height="80%" src="https://i.imgur.com/tAjoEyU.png"></div>`);
  902. $('#fsfb-quickbuy').on('click', function(){
  903. quickBuying = !quickBuying;
  904. if (quickBuying){
  905. $(this).addClass('activatedInv');
  906. unsafeWindow.curserMsg('Quick buy activated, click the powerup you would like to buy.', 'green');
  907. $('.inventory-box').addClass('fsfb-shown').find('p').hide();
  908. $('#invCloak').removeClass('fsfb-shown');
  909. $('#fsfb-quickbuy').removeClass('fsfb-shown');
  910. } else {
  911. $(this).removeClass('activatedInv');
  912. unsafeWindow.curserMsg('Quick buy deactivated.', 'red');
  913. $('.inventory-box').removeClass('fsfb-shown').find('p').show();
  914. }
  915. });
  916.  
  917. // add event listeners
  918. let mosX, mosY,
  919. keys = {},
  920. keysChanging = false,
  921. mouseHoveringChat = false;
  922.  
  923. $(document).on('click', e => {
  924. for(let i = 0; i < settings.hotkeys.length; i++) checkHotkeyClicked(e, settings.hotkeys[i]);
  925. for(let i = 0; i < settings.fastsplit_hotkeys.length; i++) settings.fastsplit_hotkeys[i].val == null && checkHotkeyClicked(e, settings.fastsplit_hotkeys[i]);
  926. for(let i = 0; i < settings.quickSettings.length; i++) checkHotkeyClicked(e, settings.quickSettings[i]);
  927. checkHotkeyClicked(e, settings.slowFeed[0]);
  928. checkPowerupClicked(e);
  929. })
  930. .on('mousemove', e => {
  931. if(e.originalEvent == null || !e.originalEvent.isTrusted) return;
  932. mouseHoveringChat = e.target.id == 'chtCanvas';
  933. ({clientX: mosX, clientY: mosY} = e);
  934. if (linesplitting) linesplit();
  935. })
  936.  
  937. .on("keydown", e => {
  938. // if(e.originalEvent == null || !e.originalEvent.isTrusted) return;
  939. if(keysChanging){
  940. for(let i = 0; i < settings.hotkeys.length; i++) checkNewHotkey(e, settings.hotkeys[i]);
  941. for(let i = 0; i < settings.fastsplit_hotkeys.length; i++) checkFsHotkey(e, settings.fastsplit_hotkeys[i]);
  942. for(let i = 0; i < settings.quickSettings.length; i++) checkNewHotkey(e, settings.quickSettings[i]);
  943. checkNewHotkey(e, settings.slowFeed[0]);
  944. }
  945. if (!(e.keyCode in keys)){
  946. keys[e.keyCode] = !0;
  947. pressed(e);
  948. }
  949. keysChanging = false;
  950. })
  951. .on("keyup", e => {
  952. if(e.originalEvent == null || !e.originalEvent.isTrusted) return;
  953. delete keys[e.keyCode];
  954. released(e.keyCode);
  955. if(cursorLockActivated && e.keyCode == getKey("keyFixedMouse")){
  956. e.stopImmediatePropagation();
  957. e.preventDefault();
  958. }
  959. });
  960.  
  961. let factsArr = facts_list.replace(/^\n|\n$/gm, '').split(/\n/gm);
  962. const randomFact = index => factsArr[index] ?? factsArr[~~(Math.random() * factsArr.length)]
  963. // unsafeWindow.test = randomFact;
  964.  
  965.  
  966. const hashCode = (str, shift) => {
  967. let hash = 0;
  968. for (let i = 0; i < str.length; i++) hash = (hash << shift) - hash + str.charCodeAt(i), hash |= 0;
  969. return str.length == 0 ? 0 : hash;
  970. };
  971.  
  972. const RNG = (min, max) => Math.random() * (max - min) + min;
  973.  
  974. // chat cmds
  975. if(extraChatCommands){
  976. const $chtbox = $('#chtbox');
  977. $chtbox.on('keydown', e => {
  978. if(e.keyCode != 13) return;
  979. let newMsg = '', params, command, firstMatch = $chtbox.val().match(new RegExp(`(?<=((^|(^\/party +)|(^\/pm +\\S+ ))${escapeRegExp(chatPrefix)}))\\S+(\\s+\\S+)*(?=($|\\s+))`, 'gmi'));
  980. if(firstMatch != null) {
  981. [command, ...params] = firstMatch[0].split(/\s+/g);
  982. } else return;
  983. const originalMsg = $chtbox.val().replace(new RegExp(`(?<=((^|(^\/party +)|(^\/pm +\\S+ ))))${escapeRegExp(chatPrefix)}${escapeRegExp(firstMatch[0])}(?=($|\\s+))`, 'gmi'), '');
  984. coinsInfo();
  985. xpInfo();
  986. switch(command.toLowerCase()){
  987. case 'help':
  988. $('#fsfb-extra-info')[0].click();
  989. setTimeout(() => $('.fsfb-modal-body').scrollTop(1850), 200);
  990. newMsg = '';
  991. break;
  992. case 'bots': case 'bot': case 'min': case 'mins': case 'minion': case 'minions': {
  993. let minInfo = misc_settings.bots?.[currentUser], minsAmt, minsTimeRem;
  994. $('#infoContent').children().each(function(){
  995. if($(this).text().includes('Minion Time:')) minsTimeRem = $(this).find('span').text();
  996. if($(this).text().includes('Minions:')) minsAmt = $(this).find('span').text()
  997. })
  998. if((minsChatAmt[currentUser] != null && minsChatAmt[currentUser]?.amt && !minsChatAmt[currentUser]?.started) && (minInfo == null || (minInfo && Date.now() > minInfo.currMs + minInfo.rem))){ /* || (minInfo && Date.now() > minInfo.currMs + minInfo.rem) */
  999. newMsg = `${originalMsg}Minion Pack Unstarted: ${minsChatAmt[currentUser].amt}`;
  1000. } else if(minsChatAmt[currentUser] != null && minsChatAmt[currentUser]?.started && minsChatAmt[currentUser]?.amt && minInfo == null ){
  1001. newMsg = `${originalMsg}Minion Pack Activated: ${minsChatAmt[currentUser].amt}`;
  1002. } else if(!(minsAmt == '0' && minsTimeRem == '00:00:00') && minsChatAmt[currentUser] != null && minsChatAmt[currentUser].amt && minInfo != null && (minInfo.active || minsChatAmt[currentUser].started) && minInfo.rem - (Date.now() - minInfo.currMs) > 0){
  1003. newMsg = `${originalMsg}Minion Pack Activated: ${minsChatAmt[currentUser].amt}, with ${msToTime(minInfo.rem - (Date.now() - minInfo.currMs))} remaining`;
  1004. } else if(!(minsAmt == '0' && minsTimeRem == '00:00:00') && minsAmt != null && minsTimeRem != null){
  1005. let timeArr = minsTimeRem.split(':'), msBotsTime = (3.6e6 * +timeArr[0]) + (6e4 * +timeArr[1]) + (1e3 * +timeArr[2]);
  1006. newMsg = `${originalMsg}Minion Pack Activated: ${minsAmt}, with ${msToTime(msBotsTime)} remaining`;
  1007. } else {
  1008. newMsg = `${originalMsg}Minion Pack Activated: none`;
  1009. }
  1010. break;
  1011. }
  1012. case 'pws': case 'pw': case 'powers': case 'power': case 'inv': case 'inventory': {
  1013. unsafeWindow.curserMsg(`It's recommended to use ${chatPrefix + command}1, ${chatPrefix + command}2, and ${chatPrefix + command}3 instead, so your chat messages aren't cut-off by the chat maxlength`, 'red', 8e3);
  1014. updatePwCount();
  1015. newMsg = `${originalMsg}Inv: `;
  1016. for (let i = 0; i < 6; i++) {
  1017. newMsg = `${originalMsg}Inv: `;
  1018. for (let pw in pws) {
  1019. const check = index => i < index ? ' ' : '';
  1020. if (pws[pw] != '') newMsg += `${pws[pw]}${check(1)}${(i > 2 ? pw.slice(0, 6 - i) : pw)},${check(2)}`;
  1021. }
  1022. newMsg = newMsg.replace(/,[^,]*$/g, '');
  1023. if (newMsg.length <= 100) i = 6;
  1024. }
  1025. if (newMsg == `${originalMsg}Inv: `) newMsg = `${originalMsg}Inv: no powers`;
  1026. break;
  1027. }
  1028. case 'totalpws': case 'totalpw': case 'totalpowers': case 'totalpower': case 'total': case 'totpw':
  1029. newMsg = `${originalMsg}Total Powerups: ${$('.inventory-box>p').toArray().map(x => +x.innerText).reduce((a, b) => a + b).toLocaleString('en-US')}`
  1030. break;
  1031. case 'xplevel': case 'levelxp': case 'lvlxp': case 'xpcompleted': case 'xp':
  1032. newMsg = `${originalMsg}XP Completed: ${currentPercent ? String(Math.round(currentPercent * currentLevel * 1e3, 1)).replace(/\B(?=(\d{3})+(?!\d))/g, ",") + "/" + (currentLevel * 1e3).toLocaleString('en-US') : "0/0"}`
  1033. break;
  1034. case 'level': case 'levels': case 'lvls': case 'lvl': case 'lvlcompleted': case 'lvlscompleted':
  1035. newMsg = `${originalMsg}Level ${currentLevel}, with ${round(currentPercent * 100, 3)}% completed`
  1036. break;
  1037. case 'coin': case 'coins':
  1038. newMsg = `${originalMsg}Coins: ${String(currentCoins).replace(/\B(?=(\d{3})+(?!\d))/g, ",")}`
  1039. break;
  1040. case 'hours': case 'hrs': case 'hour': case 'hr': case 'timeplayed':
  1041. newMsg = originalMsg + (isLogged() ? $('.timePlayed>span').text().replace(/\B(?=(\d{3})+(?!\d))/g, ",") : 'Time Played: 0, not logged in');
  1042. break;
  1043. case 'rank': case 'lvlrank':
  1044. newMsg = `${originalMsg}+ My Rank: ${isLogged() ? $('.ranking.text-left>span').text().match(/(?<=^Your rank: )\d+$/gm)?.[0].replace(/\B(?=(\d{3})+(?!\d))/g, ",") : '∞, not logged in'}`;
  1045. break;
  1046. case 'ping': case 'delay': case 'ms':
  1047. newMsg = `${originalMsg}My Ping: ${$('#ping').text().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}`
  1048. break;
  1049. case 'fps': case 'frames':
  1050. newMsg = `${originalMsg}My FPS: ${$('#fps').text().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}`
  1051. break;
  1052. case 'topmass': case 'highscore': case 'highmass': case 'highestmass':
  1053. newMsg = `${originalMsg}My Top Mass: ${$('#topMass').text()}`
  1054. break;
  1055. case 'cells': case 'cellcount': case 'cell':
  1056. newMsg = `${originalMsg}My Cell Count: ${$('#cellsAmount').text()}`
  1057. break;
  1058. case 'pw1': case 'pws1': case 'power1': case 'powers1': case 'inv1': case 'inventory1':
  1059. newMsg = getPowerMessage(1, originalMsg);
  1060. break;
  1061. case 'pw2': case 'pws2': case 'power2': case 'powers2': case 'inv2': case 'inventory2':
  1062. newMsg = getPowerMessage(2, originalMsg);
  1063. break;
  1064. case 'pw3': case 'pws3': case 'power3': case 'powers3': case 'inv3': case 'inventory3':
  1065. newMsg = getPowerMessage(3, originalMsg);
  1066. break;
  1067. case 'friends': case 'friend': case 'friendsonline': case 'friendonline':
  1068. newMsg = `${originalMsg}Friends Online: ${$('#friendsLoggedInAmt').text() + $('#friendsTotalAmt').text()}`;
  1069. break;
  1070. case 'request': case 'requests': case 'friendrequest': case 'friendrequests': case 'friendreq': case 'req':
  1071. newMsg = `${originalMsg}Friend Requests: ${$('#friendsRequestsAmt').text() === '' ? 'none' : $('#friendsRequestsAmt').text()}`;
  1072. break;
  1073. case 'gold': case 'goldmem': case 'goldmember': case 'golddays': case 'gm': {
  1074. const obj = accGoldMem[currentUser];
  1075. if(obj?.has == null){
  1076. newMsg = `${originalMsg}Days of Goldmember Remaining: none`;
  1077. break;
  1078. }
  1079. newMsg = `${originalMsg}Days Of Goldmember Remaining: ${obj.has || obj.days != null ? (obj.days + (obj.days == 1 ? ' Day' : ' Days')) : 'none'}`;
  1080. break;
  1081. }
  1082. case 'alive': case 'alivetime': case 'timealive':
  1083. newMsg = `${originalMsg}Time Alive: ${unsafeWindow.playerIsAlive() ? msToTime(Date.now() - timeAlive) : 'not alive'}`;
  1084. break;
  1085. case 'mass': case 'currentmass':
  1086. newMsg = `${originalMsg}Current Mass: ${unsafeWindow.playerIsAlive() ? currentMass.toLocaleString('en-US') : 'none, not alive'}`;
  1087. break;
  1088. case 'user': case 'username': case 'usr': case 'account': case 'acc':
  1089. newMsg = `${originalMsg}My Username: ${currentUser == "Please Login First" ? "logged out" : currentUser}`
  1090. break;
  1091. case 'custom': case 'customs': case 'customskins': case 'totalcustoms':
  1092. if($('#publicSkinsPage').children().length == 0){
  1093. unsafeWindow.curserMsg(`Please load your custom skins before using this command`, 'red', 6e3);
  1094. newMsg = '';
  1095. break;
  1096. }
  1097. newMsg = `${originalMsg}My Total Custom Skins: ${$('[id^="skinCustomImg"').length}, worth ${($('[id^="skinCustomImg"').length * 1e6).toLocaleString('en-US')}`
  1098. break;
  1099. case 'skins': case 'boughtskins': case 'ownedskins': case 'totalskins': {
  1100. if($('#skinsBuy [id^="skinContainer"]').length == 0){
  1101. unsafeWindow.curserMsg(`Please load your owned skins from the agma.io skin store`, 'red', 6e3);
  1102. newMsg = '';
  1103. break;
  1104. }
  1105. let ownedSkinsArr = [], edSkins = 0, totalValue = 0;
  1106. $('#skinsBuy [id^="skinUseBtn"]').each(function(){
  1107. ownedSkinsArr.push(+$(this)[0].id.match(/\d+$/gm)[0]);
  1108. })
  1109. for(let i of skinsArr){
  1110. if(ownedSkinsArr.includes(i.id)){
  1111. i.price > 2e6 ? ++edSkins : totalValue += i.price;
  1112. }
  1113. }
  1114. newMsg = `${originalMsg}My Total Bought Skins: ${$('#skinsBuy [id^="skinUseBtn"').length}, worth ${totalValue.toLocaleString('en-US')} coins (${edSkins} lim. ed.)`;
  1115. break;
  1116. }
  1117. case 'ownedwearables': case 'wearables': case 'wears': case 'totalwearables': case 'totalwears': {
  1118. if(!$('#fsfb-wearsloaded').length){
  1119. unsafeWindow.curserMsg(`Please load your wearables before using this command`, 'red', 6e3);
  1120. newMsg = '';
  1121. break;
  1122. }
  1123. let wearsPrice = [0], edSkins = 0;
  1124. $('[id^="wearableUseBtn"]').each(function(){
  1125. console.log($('[id^="wearableUseBtn"]').parents().eq(0).siblings('p').text() == '(Limited Edition)');
  1126. if ($(this).parents().eq(0).siblings('p').text() == '(Limited Edition)') edSkins++;
  1127. wearsPrice.push(+$(this).parents().eq(0).siblings('span.win-price').text().replace(/,/g, ''));
  1128. });
  1129. newMsg = `${originalMsg}My Total Wearables: ${$('[id^="wearableUseBtn"]').length}, worth ${sigma(wearsPrice).toLocaleString('en-US')} coins (${edSkins} lim. ed.)`;
  1130. break;
  1131. }
  1132. case 'cloak': case 'invis': case 'invisibility': {
  1133. let status, time;
  1134. $('#infoContent>p').each(function(){
  1135. if($(this).text().includes('Cloaked: ')) status = $(this).text().match(/(?<=Cloaked: ).+/gm);
  1136. if($(this).text().includes('Cloak Time: ')) time = $(this).text().match(/(?<=Cloak Time: ).+/gm);
  1137. })
  1138. newMsg = status == null || time == null ? `${originalMsg}Cloak: inactive` : `${originalMsg}Cloak ${status}, with ${time} remaining`;
  1139. break;
  1140. }
  1141. case 'addfriend': case 'add':
  1142. if(params?.length == 0){
  1143. unsafeWindow.curserMsg(`Please add a username after the command, such as: ${chatPrefix}${command} Fishyyy`, 'red', 6e3);
  1144. newMsg = '';
  1145. break;
  1146. }
  1147. unsafeWindow.friendAdd(params[0]);
  1148. break;
  1149. case 'partymembers': case 'partymember': case 'party':
  1150. newMsg = $('#partyContent').children().length - 1 > 0 ? `${originalMsg}In a party, with ${$('#partyContent').children().length - 1} members` : `${originalMsg}Party members: not in a party`;
  1151. break;
  1152. case 'players': case 'ply': case 'plyrs': case 'serverplayers': case 'totalplayers': case 'online': {
  1153. let players = 0, max = 0;
  1154. $('[id^="serverPlayers"]').toArray().map(a => a.innerText).forEach( e => {
  1155. let [plys, mx] = e.split('/');
  1156. players += +plys;
  1157. max += +mx;
  1158. })
  1159. newMsg = `${originalMsg}Server Players: ${$('[id^="serverRow"].active>[id^="serverPlayers"]').text()}, Total Players: ${players.toLocaleString('en-US') + '/' + max.toLocaleString('en-US')}`;
  1160. break;
  1161. }
  1162. case 'server':
  1163. newMsg = `${originalMsg}Currently playing in ${$('[id^="serverRow"].active>*').first().text()}`;
  1164. break;
  1165. case 'abil': case 'abils': case 'ability': case 'abilities': { // not finished
  1166. let arr = [], newStr = '';
  1167. $('.checkmark').each(function(){
  1168. if($(this).css('display') == 'block') arr.push($(this).siblings().eq(1).attr('item'));
  1169. })
  1170. if(misc_settings.abil?.[currentUser] != null || arr.length){
  1171. const abil = misc_settings.abil?.[currentUser],
  1172. map = {
  1173. 18: 'Freeze',
  1174. 22: 'Invis Cloak',
  1175. 20: '2x Spawn',
  1176. 23: '2x Exp'
  1177. }
  1178. if(currentUser == "Please Login First"){
  1179. newMsg = `${originalMsg}Active Abilities: none`;
  1180. break;
  1181. }
  1182. for(let i of arr) newStr += map[i] + (abil?.[i] != null && 8.64e7 - (Date.now() - abil[i]) > 0 ? (' with ' + msToTime(8.64e7 - (Date.now() - abil[i])) + ' left, ') : ', ');
  1183. newMsg = `${originalMsg}Active Abilities: ${newStr == '' ? 'none' : newStr}`;
  1184. newMsg = newMsg.replace(/,[^,]*$/g, '');
  1185. } else {
  1186. newMsg = `${originalMsg}Active Abilities: none`;
  1187. }
  1188. break;
  1189. }
  1190. case 'xpproj': case 'xpprojected': case 'projectedxp': case 'projxp': case 'levelprojected': case 'lvlproj': case 'lvlprojected': {
  1191. const projectedHr = lastHrXP.length > 0 ? sigma(getProperty(lastHrXP.slice(-5), "gained")) * 12 : 0;
  1192. newMsg = `${originalMsg}Next Hour Projected XP: ${xpStatsInPercentages ? round(convertToPerc(projectedHr, currentLevel) * 100, 2) + '%' : round(projectedHr).toLocaleString('en-US')}`;
  1193. break;
  1194. }
  1195. case 'projcoins': case 'projcoin': case 'projectedcoin': case 'projectedcoins': case 'coinsproj': case 'coinproj': case 'coinprojected': case 'coinsprojected': {
  1196. const projectedHr = lastHrCoins.length > 5 ? Math.round(sigma(getProperty(lastHrCoins.slice(-5), "gained")) * 12) : 0;
  1197. newMsg = `${originalMsg}Next Hour Projected Coins: ${projectedHr.toLocaleString('en-US')}`;
  1198. break;
  1199. }
  1200. case 'xpremaining': case 'xprem': case 'remainingxp': case 'remxp': {
  1201. const xpRemaining = currentLevel ? currentLevel * 1e3 - currentPercent * currentLevel * 1e3 : 0,
  1202. newMsg = `${originalMsg}XP Remanining: ${xpStatsInPercentages ? round(convertToPerc(xpRemaining, currentLevel) * 100, 2) + '%' : round(xpRemaining).toLocaleString('en-US')}`;
  1203. break;
  1204. }
  1205. case 'coinsremaining': case 'coinsrem': case 'remainingcoins': case 'remcoins': {
  1206. const coinsRemaining = currentCoins ? 25e4 - currentCoins % 25e4 : 0;
  1207. newMsg = `${originalMsg}Coins Remanining: ${coinsRemaining.toLocaleString('en-US')}`;
  1208. break;
  1209. }
  1210. case 'xplasthour': case 'lasthourxp': case 'hrxp': case 'xphr': case 'hourxp': case 'xphour': {
  1211. const lastHr = lastHrXP.length > 0 ? sigma(getProperty(lastHrXP, "gained")) : 0;
  1212. newMsg = `${originalMsg}XP Last Hour: ${xpStatsInPercentages ? round(convertToPerc(lastHr, currentLevel) * 100, 2) + '%' : round(lastHr).toLocaleString('en-US')}`;
  1213. break;
  1214. }
  1215. case 'coinslasthour': case 'lasthourcoins': case 'hrcoins': case 'coinshr': case 'hourcoins': case 'coinshour': {
  1216. const lastHr = lastHrCoins.length > 0 ? Math.round(sigma(getProperty(lastHrCoins, "gained"))) : 0
  1217. newMsg = `${originalMsg}Coins Last Hour: ${lastHr.toLocaleString('en-US')}`;
  1218. break;
  1219. }
  1220. case 'xplastmin': case 'xplastminute': case 'lastminxp': case 'lastminutexp': case 'minxp': case 'minutexp': case 'xpmin': {
  1221. const lastMin = lastMinXP.length > 0 ? sigma(getProperty(lastMinXP, "gained")) : 0;
  1222. newMsg = `${originalMsg}XP Last Minute: ${xpStatsInPercentages ? round(convertToPerc(lastMin, currentLevel) * 100, 2) + '%' : round(lastMin).toLocaleString('en-US')}`;
  1223. break;
  1224. }
  1225. case 'coinslastmin': case 'coinslastminute': case 'lastmincoins': case 'lastminutecoins': case 'coinsxp': case 'minutecoins': case 'coinsmin': {
  1226. const lastMin = lastMinCoins.length > 0 ? Math.round(sigma(getProperty(lastMinCoins, "gained"))) : 0;
  1227. newMsg = `${originalMsg}Coins Last Minute: ${lastMin.toLocaleString('en-US')}`;
  1228. break;
  1229. }
  1230. case 'xplast12s': case 'xplast12sec': case 'xplast12seconds': case 'last12secondsxp': case 'lastminutexp': case 'xp12s': case '12sxp': case 'xp12sec': {
  1231. const last12sec = lastMinXP.length > 0 ? lastMinXP[lastMinXP.length - 1].gained : 0;
  1232. newMsg = `${originalMsg}XP Last 12 Seconds: ${xpStatsInPercentages ? round(convertToPerc(last12sec, currentLevel) * 100, 2) + '%' : round(last12sec).toLocaleString('en-US')}`;
  1233. break;
  1234. }
  1235. case 'xpsession': case 'sessionxp': case 'xpsesh': case 'sesh': case 'seshxp': {
  1236. const sessionXP = currentXP && accounts[currentUser] ? currentXP - accounts[currentUser].xp : 0;
  1237. newMsg = `${originalMsg}Session XP: ${xpStatsInPercentages ? round(currentLevel && accounts[currentUser] ? ((round(currentPercent, 3) + currentLevel) - accounts[currentUser].lvl) * 100 : 0, 2) + '%' : round(sessionXP).toLocaleString('en-US')}, Session Length: ${msToTime(Date.now() - scriptStartXP)}`;
  1238. break;
  1239. }
  1240. case 'lifetimexp': case 'xplifetime':
  1241. newMsg = `${originalMsg}Lifetime XP: ${round(currentXP ?? 0).toLocaleString('en-US')}`;
  1242. break;
  1243. case 'coinssession': case 'sessioncoins': case 'coinssesh': case 'seshcoins': {
  1244. const sessionCoins = currentCoins && accounts[currentUser] ? Math.round(currentCoins - accounts[currentUser].coins): 0;
  1245. newMsg = `${originalMsg}Session Coins: ${sessionCoins.toLocaleString('en-US')}, Session Length: ${msToTime(Date.now() - scriptStartCoins)}`;
  1246. break;
  1247. }
  1248. case 'ratewaifu': case 'waifu': case 'waifurating': case 'waifurate': case 'howwaifu':
  1249. if(params?.length == 0){
  1250. if(currentUser == "Please Login First"){
  1251. newMsg = `${originalMsg}My Waifu Rating: 0 / 10`;
  1252. break;
  1253. }
  1254. newMsg = `${originalMsg}My Waifu Rating: ${Math.round(+String(Math.round(hashCode(currentUser, 5) * 102.2)).slice(-3, -1) / 10)} / 10`;
  1255. break;
  1256. }
  1257. newMsg = `${originalMsg}${params[0]}'s Waifu Rating: ${Math.round(+String(Math.round(hashCode(params[0], 5) * 102.2)).slice(-3, -1) / 10)} / 10`;
  1258. break;
  1259. case 'ratepro': case 'pro': case 'prorating': case 'prorate': case 'howpro':
  1260. if(params?.length == 0){
  1261. if(currentUser == "Please Login First"){
  1262. newMsg = `${originalMsg}I am 0% pro`;
  1263. break;
  1264. }
  1265. newMsg = `${originalMsg}I am ${Math.round(+String(Math.round(hashCode(currentUser, 5) * 194.3)).slice(-4, -1) / 10)}% pro`;
  1266. break;
  1267. }
  1268. newMsg = `${originalMsg}${params[0]} is ${Math.round(+String(Math.round(hashCode(params[0], 5) * 194.3)).slice(-4, -1) / 10)}% pro`;
  1269. break;
  1270. case 'ratedog': case 'dog': case 'dograting': case 'dograte': case 'howdog':
  1271. if(params?.length == 0){
  1272. if(currentUser == "Please Login First"){
  1273. newMsg = `${originalMsg}I am 0% dog`;
  1274. break;
  1275. }
  1276. newMsg = `${originalMsg}I am ${Math.round(+String(Math.round(hashCode(currentUser, 6) * 189.3)).slice(-4, -1) / 10)}% dog`;
  1277. break;
  1278. }
  1279. newMsg = `${originalMsg}${params[0]} is ${Math.round(+String(Math.round(hashCode(params[0], 6) * 189.3)).slice(-4, -1) / 10)}% dog`;
  1280. break;
  1281. case 'rateking': case 'king': case 'kingrating': case 'kingrate': case 'howking':
  1282. if(params?.length == 0){
  1283. if(currentUser == "Please Login First"){
  1284. newMsg = `${originalMsg}I am 0% king`;
  1285. break;
  1286. }
  1287. newMsg = `${originalMsg}I am ${Math.round(+String(Math.round(hashCode(currentUser, 5) * 389.3)).slice(-4, -1) / 10)}% king`;
  1288. break;
  1289. }
  1290. newMsg = `${originalMsg}${params[0]} is ${Math.round(+String(Math.round(hashCode(params[0], 5) * 389.3)).slice(-4, -1) / 10)}% king`;
  1291. break;
  1292. case 'dice': case 'die': case 'roll': case 'rolldice': {
  1293. const sides = params?.length == 0 || isNaN(+params[0]) ? 6 : +params[0];
  1294. newMsg = `${originalMsg}Rolled a dice with ${sides.toLocaleString('en-US')}, landed on ${Math.round(RNG(1, sides)).toLocaleString('en-US')}`;
  1295. break;
  1296. }
  1297. case 'rng': case 'random': case 'randomnumber': case 'number': case 'num': {
  1298. const min = params?.length < 1 || isNaN(+params[0]) ? 0 : +params[0];
  1299. const max = params?.length < 2 || isNaN(+params[1]) ? min + 10 : +params[1];
  1300. if(min > max){
  1301. unsafeWindow.curserMsg(`Please make sure your minimum (${min}) is less than your maximum (${max})`, 'red', 5e3);
  1302. newMsg = '';
  1303. break;
  1304. }
  1305. newMsg = `${originalMsg}Generated a random number between ${min.toLocaleString('en-US')} and ${max.toLocaleString('en-US')}, chose: ${Math.round(RNG(min, max)).toLocaleString('en-US')}`;
  1306. break;
  1307. }
  1308. case 'ratefriends': case 'friendsrating': case 'friendsrate': case 'howfriends':
  1309. if(params?.length == 0){
  1310. if(currentUser == "Please Login First"){
  1311. newMsg = `${originalMsg}I am 0% friends with a frog`;
  1312. break;
  1313. }
  1314. newMsg = `${originalMsg}I am ${Math.round(+String(Math.round(hashCode(currentUser, 4) * 283.7)).slice(-4, -1) / 10)}% friends with a frog`;
  1315. break;
  1316. }
  1317. if(params?.length == 1){
  1318. if(currentUser == "Please Login First"){
  1319. newMsg = `${originalMsg}I am 0% friends with a ${params[0]}`;
  1320. break;
  1321. }
  1322. newMsg = `${originalMsg}I am ${Math.round(+String(Math.round(hashCode(currentUser, 4) * 283.7) + Math.round((hashCode(params[0], 5) * 405.2))).slice(-4, -1) / 10)}% friends with a ${params[0]}`;
  1323. break;
  1324. } else {
  1325. newMsg = `${originalMsg}${params[0]} is ${Math.round(+String(Math.round(hashCode(params[0], 4) * 283.7) + Math.round((hashCode(params[0], 5) * 405.2))).slice(-4, -1) / 10)}% friends with ${params[1]}`;
  1326. break;
  1327. }
  1328. case 'rateenemies': case 'enemiesrating': case 'enemiesrate': case 'howenemies': case 'enemies':
  1329. if(params?.length == 0){
  1330. if(currentUser == "Please Login First"){
  1331. newMsg = `${originalMsg}I am 0% enemies with a frog`;
  1332. break;
  1333. }
  1334. newMsg = `${originalMsg}I am ${Math.round(+String(Math.round(hashCode(currentUser, 4) * 164.45)).slice(-5, -2) / 10)}% enemies with a frog`;
  1335. break;
  1336. }
  1337. if(params?.length == 1){
  1338. if(currentUser == "Please Login First"){
  1339. newMsg = `${originalMsg}I am 0% enemies with a ${params[0]}`;
  1340. break;
  1341. }
  1342. newMsg = `${originalMsg}I am ${Math.round(+String(Math.round(hashCode(currentUser, 4) * 164.45) + Math.round((hashCode(params[0], 5) * 405.2))).slice(-5, -2) / 10)}% enemies with a ${params[0]}`;
  1343. break;
  1344. } else {
  1345. newMsg = `${originalMsg}${params[0]} is ${Math.round(+String(Math.round(hashCode(params[0], 4) * 164.45) + Math.round((hashCode(params[0], 5) * 405.2))).slice(-5, -2) / 10)}% enemies with ${params[1]}`;
  1346. break;
  1347. }
  1348. case 'flip': case 'coinflip': case 'heads': case 'tails': case 'flipcoin': {
  1349. newMsg = `${originalMsg}Coin flipped! Landed on ${Math.round(RNG(0, 1)) ? 'heads' : 'tails'}`;
  1350. break;
  1351. }
  1352. case 'script': case 'version': case 'fsfb':
  1353. newMsg = `${originalMsg}Using fsfb script! Version ${version}`
  1354. break;
  1355. case 'time': case 'localtime': case 'localetime': case 'date':
  1356. newMsg = `${originalMsg}My Time: ${new Date().toLocaleString()}`
  1357. break;
  1358. case 'leaderboard': case 'leader': case 'lb':
  1359. newMsg = `${originalMsg}My leaderboard position: ${!unsafeWindow.playerIsAlive() || leaderboardPos ? leaderboardPos : 'none, not alive'}`
  1360. break;
  1361. case 'altcaps': case 'altcap': case 'altscaps': case 'altscap':
  1362. newMsg = originalMsg + firstMatch[0].replace(new RegExp(command + '\\s', 'gi'), '').toLowerCase().split('').map((v, i) => i % 2 == 0 ? v : v.toUpperCase()).join('');
  1363. break;
  1364. case 'sparkles':
  1365. newMsg = originalMsg + '✨' + firstMatch[0].replace(new RegExp(command + '\\s', 'gi'), '') + '✨';;
  1366. break;
  1367. case 'facts': case 'fact': case 'funfact':
  1368. newMsg = `${originalMsg}${randomFact()}`;
  1369. break;
  1370. default:
  1371. newMsg = $chtbox.val();
  1372. break;
  1373. }
  1374. // (unsafeWindow.kfjsdafl != null) ? $chtbox.val(newMsg) : $chtbox.val(''), console.log(newMsg);;
  1375. $chtbox.val(newMsg)
  1376. })
  1377. }
  1378.  
  1379. // check if player is alive
  1380. let playerAlive = false, timeAlive;
  1381. unsafeWindow.playerIsAlive = () => playerAlive && $('#advert').css('display') != 'none' ? false : playerAlive;
  1382. const playerIsAlive = unsafeWindow.playerIsAlive;
  1383. const _setNick = unsafeWindow.setNick
  1384. unsafeWindow.setNick = function(){
  1385. if(arguments[1] || !playerAlive) timeAlive = Date.now();// respawned
  1386. playerAlive = true;
  1387. setTimeout(() => { svSwitch = true }, 1000);
  1388. return _setNick.apply(this, arguments);
  1389. }
  1390. const _closeAdvert = unsafeWindow.closeAdvert
  1391. unsafeWindow.closeAdvert = function(){
  1392. playerAlive = false;
  1393. return _closeAdvert.apply(this, arguments);
  1394. }
  1395.  
  1396. const getPowerMessage = (line, firstMsg) => {
  1397. let obj = {}
  1398. [1, 2, 3].forEach(n => void(obj[`string${n}`] = `${firstMsg}Inv (${n}/?):`));
  1399. updatePwCount();
  1400. const newPws = {
  1401. Recombine: pws.rec,
  1402. Speed: pws.spd,
  1403. Growth: pws.grw,
  1404. Virus: pws.vrs,
  1405. Mothercell: pws.mtcl,
  1406. Portal: pws.prtl,
  1407. 'Gold Block': pws.gblk,
  1408. Freeze: pws.fz,
  1409. Push: pws.psh,
  1410. Wall: pws.wall,
  1411. 'Anti-Freeze': pws.afz,
  1412. 'Anti-Recombine': pws.arc,
  1413. Shield: pws.shld,
  1414. 'Frozen Virus': pws.fvs
  1415. }
  1416. for(let i in newPws){
  1417. let add = newPws[i] == '' ? '' : `${newPws[i]} ${i}, `;
  1418. if(obj.string1.length + add.length <= 100) obj.string1 += add;
  1419. else if(obj.string2.length + add.length <= 100) obj.string2 += add;
  1420. else obj.string3 += add;
  1421. }
  1422. if(obj.string1 == firstMsg + `Inv (1/?): ` && line == 1) return 'Inv (1/1): no powers';
  1423. if(obj['string' + line] == firstMsg + `Inv (${line}/?): `){
  1424. unsafeWindow.curserMsg(`This inventory line doesn't exist! Try a smaller number`, 'red', 6e3);
  1425. return '';
  1426. }
  1427. let totalLines = 1;
  1428. if(obj.string3 == firstMsg + 'Inv (3/?): ' && obj.string2 != firstMsg + 'Inv (2/?): ') totalLines = 2;
  1429. else if(obj.string3 != firstMsg + 'Inv (3/?): ' && obj.string2 != firstMsg + 'Inv (2/?): ') totalLines = 3;
  1430. return obj['string' + line].replace(/,[^,]*$/g, '').replace(/\?/g, totalLines);
  1431. }
  1432.  
  1433. let pws = {rec: '', spd: '', grw: '', vrs: '', mtcl: '', prtl: '', gblk: '', fz: '', psh: '', wall: '', afz: '', arc: '', shld: '', fvs: ''};
  1434. const updatePwCount = () => {
  1435. $('.inventory-box').each(function(){
  1436. const map = {
  1437. Wall : 'wall',
  1438. AntiFreeze: 'afz',
  1439. AntiRecombine: 'arc',
  1440. Shield: 'shld',
  1441. FrozenVirus: 'fvs',
  1442. Recombine: 'rec',
  1443. Speed: 'spd',
  1444. Growth: 'grw',
  1445. SpawnVirus: 'vrs',
  1446. SpawnMothercell: 'mtcl',
  1447. SpawnPortal: 'prtl',
  1448. SpawnGoldOre: 'gblk',
  1449. Freeze: 'fz',
  1450. '360Shot': 'psh'
  1451. }
  1452. if(map[$(this)[0]?.id.slice(3)] != null) pws[map[$(this)[0].id.slice(3)]] = $(this).css('display') != 'none' ? $(this).children().eq(0).text() || '1' : '';
  1453. })
  1454. }
  1455.  
  1456. $('#fsfb-export-btn').on('click', () => {
  1457. if(!$('#fsfb-sect-imexport>label>input').is(':checked')) return void(unsafeWindow.curserMsg('You need to select at least one setting to export!', 'red'));
  1458. if($('#fsfb-custom-bg').is(':checked')) unsafeWindow.curserMsg('Exporting settings with custom background included is likely to increase the file size', 'red', 4e3);
  1459. let script_settings = {},
  1460. script_themes = {};
  1461. for (let i in settings) { // put the settings & themes into different objects
  1462. if (i == "theme" || i == "theme_boxes") script_themes[i] = settings[i];
  1463. else if (i != "export_import") script_settings[i] = settings[i];
  1464. }
  1465. let bgImg = null;
  1466. const downloadFile = () => {
  1467. let obj = {
  1468. selected: {
  1469. game_settings: $('#fsfb-game-settings').is(':checked'),
  1470. game_controls: $('#fsfb-game-controls').is(':checked'),
  1471. game_background: $('#fsfb-custom-bg').is(':checked'),
  1472. script_settings: $('#fsfb-script-settings').is(':checked'),
  1473. script_theme: $('#fsfb-theme-settings').is(':checked')
  1474. },
  1475. game_settings: localStorage.settings,
  1476. game_controls: localStorage.hotkeys,
  1477. game_background: bgImg,
  1478. script_settings: script_settings,
  1479. script_theme: script_themes
  1480. }
  1481. // if the setting is turned off, then dont need to export it - set it to null
  1482. for(let i in obj){
  1483. if(i != 'selected' && !obj.selected[i]) obj[i] = null;
  1484. }
  1485. const a = document.createElement('a'),
  1486. file = new Blob([JSON.stringify(obj)], {type: "text/plain"});
  1487. a.href = URL.createObjectURL(file), a.download = "fsfb script settings", a.click(), URL.revokeObjectURL(a.href); // download a txt file of exported settings
  1488. }
  1489. if($('#fsfb-custom-bg').is(':checked')){
  1490. let db, req = unsafeWindow.indexedDB.open("AgmaDB", 1);
  1491. req.onsuccess = function (x) {
  1492. db = req.result;
  1493. db.onclose = (c) => { db = null; }
  1494. db.onversionchange = (c) => { db.close(), db = null; }
  1495. let _ = db.transaction("general", "readonly").objectStore("general").get("cbgDataURL");
  1496. _.onsuccess = () => {
  1497. bgImg = _.result;
  1498. downloadFile();
  1499. }
  1500. }, req.onupgradeneeded = function (c) {
  1501. let req = c.target.result;
  1502. if (!req.objectStoreNames.contains("general")) {
  1503. req.createObjectStore("general");
  1504. downloadFile();
  1505. } else downloadFile();
  1506. };
  1507. } else {
  1508. downloadFile();
  1509. }
  1510. });
  1511.  
  1512. $('#fsfb-import-btn').on('click', () => {
  1513. if(!$('#fsfb-sect-imexport>label>input').is(':checked')) return void(unsafeWindow.curserMsg('You need to select at least one setting to import!', 'red'));
  1514. if($('#fsfb-custom-bg').is(':checked')) unsafeWindow.curserMsg('Pasting in settings that include a background image is likely to cause initial lag', 'red', 0);
  1515. swal({
  1516. title: "Import Settings",
  1517. text: "Add your exported settings below and press OK to continue.",
  1518. type: "input",
  1519. showCancelButton: true,
  1520. closeOnConfirm: false,
  1521. animation: "slide-from-top",
  1522. inputPlaceholder: "Paste exported settings here"
  1523. },
  1524. function(inputVal){
  1525. if (inputVal == null) return false;
  1526. if (inputVal == "") {
  1527. swal.showInputError("Please don't leave the input empty!");
  1528. return false
  1529. }
  1530. try {
  1531. let val = JSON.parse(inputVal);
  1532. if(val.selected.script_settings && $('#fsfb-script-settings').is(':checked')){
  1533. for (let i in val.script_settings) {
  1534. for (let j in val.script_settings[i]) {
  1535. for(let x in settings){
  1536. for(let y in settings[x]){
  1537. if(val.script_settings[i][j].id == settings[x][y].id) settings[x][y] = val.script_settings[i][j];
  1538. }
  1539. }
  1540. }
  1541. }
  1542. }
  1543. if(val.selected.script_theme && $('#fsfb-theme-settings').is(':checked')){
  1544. for (let i in val.script_theme) {
  1545. for (let j in val.script_theme[i]) {
  1546. for(let x in settings){
  1547. for(let y in settings[x]){
  1548. if(val.script_theme[i][j].id == settings[x][y].id) settings[x][y] = val.script_theme[i][j];
  1549. }
  1550. }
  1551. }
  1552. }
  1553. }
  1554. if(val.selected.game_settings && $('#fsfb-game-settings').is(':checked')) localStorage.setItem('settings', val.game_settings);
  1555. if(val.selected.game_controls && $('#fsfb-game-controls').is(':checked')) localStorage.setItem('hotkeys', val.game_controls);
  1556. if(val.selected.game_background && $('#fsfb-custom-bg').is(':checked')){
  1557. let db, req = unsafeWindow.indexedDB.open("AgmaDB", 1);
  1558. req.onsuccess = function (x) {
  1559. db = req.result;
  1560. db.onclose = (c) => { db = null; }
  1561. db.onversionchange = (c) => { db.close(), db = null; }
  1562. let _ = db.transaction("general", "readwrite").objectStore("general").put(val.game_background, "cbgDataURL");
  1563. }, req.onupgradeneeded = function (c) {
  1564. let req = c.target.result;
  1565. if (!req.objectStoreNames.contains("general")) {
  1566. req.createObjectStore("general");
  1567. }
  1568. };
  1569. }
  1570. // if any agma controls were imported, need to refresh bc it's set using localstorage
  1571. if((val.selected.game_settings && $('#fsfb-game-settings').is(':checked')) || (val.selected.game_controls && $('#fsfb-game-controls').is(':checked')) || (val.selected.game_background && $('#fsfb-custom-bg').is(':checked'))){
  1572. swal({
  1573. title: "Please Refresh!",
  1574. text: "Refreshing the page is required for your imported agma settings to take effect",
  1575. type: "warning",
  1576. });
  1577. } else swal({ title: "Settings Successfully Imported!", type: "success" });
  1578. saveSettings();
  1579. updateScriptSettingsUI();
  1580. } catch (error){
  1581. swal({
  1582. title: "Something went wrong!",
  1583. text: "Please make sure you've entered in valid settings",
  1584. type: "error"
  1585. });
  1586. }
  1587. });
  1588.  
  1589. });
  1590.  
  1591. $('#fsfb-settings-right').append(`<div class="fa fa-2x fa-info-circle" id="fsfb-extra-info" data-toggle="modal" data-target=".fsfb-bug-modal"></div>`)
  1592.  
  1593. if(hideAds){
  1594. localStorage.ad_l_time = "9e99"; // smth like time since last ad
  1595. $('[id^="agma-io_"], [id^="adWrapper"], #preroll').addClass("fuckAds"); // move ads way off the screen
  1596. } else if(localStorage.ad_l_time == "9e99")localStorage.ad_l_time = Date.now();
  1597.  
  1598. let {innerWidth: width, innerHeight: height} = unsafeWindow;
  1599. $(unsafeWindow).on('resize', () => ({innerWidth: width, innerHeight: height} = unsafeWindow));
  1600.  
  1601. let pointMove;
  1602. const linesplit = () => {
  1603. if(!linesplitting) return;
  1604. let closest, points = [{n: "top", x: width / 2, y: 0, nx: width / 2, ny: -10e6}, {n: "bottom", x: width / 2, y: height, nx: width / 2, ny: 10e6}, {n: "left", x: 0, y: height / 2, nx: -10e6, ny: height / 2}, {n: "right", x: width, y: height / 2, nx: 10e6, ny: height / 2}];
  1605. if(linesplitClosestSide){
  1606. let closestSide = [mosY / height, (height - mosY) / height, mosX / width, (width - mosX) / width]; // top, bottom, left, right
  1607. closest = points[closestSide.indexOf(Math.min(...closestSide))];
  1608. } else {
  1609. let distance = p => Math.sqrt(Math.pow(mosX - p.x, 2) + Math.pow(mosY - p.y, 2)),
  1610. closestPoint = points.reduce((a, b) => distance(a) < distance(b) ? a : b);
  1611. for (let i = 0; i < points.length; i++) {
  1612. if (closestPoint.x == points[i].x && closestPoint.y == points[i].y) closest = points[i]
  1613. }
  1614. }
  1615. pointMove = {x: closest.nx, y: closest.ny};
  1616. $('#canvas').trigger($.Event('mousemove', { clientX: closest.nx, clientY: closest.ny }));
  1617. $("#linesplit-markers div").css('background-color', 'transparent');
  1618. $('#linesplit-' + closest.n).css('background-color', '#e25615');
  1619. }
  1620.  
  1621. let confBtns = document.getElementsByClassName('purchase-btn confirmation');
  1622. const btnsArr = Array.from(document.getElementsByClassName('purchase-btn confirmation'));
  1623.  
  1624. const changeHTML = (index, price, id, name) => {
  1625. setTimeout(() => {
  1626. const amtDropdown = document.getElementById('shopAmountDropdown')
  1627. document.getElementsByClassName('sweet-alert showSweetAlert')[0].childNodes[7].firstChild.textContent = 'If you click "Buy", you will purchase this item. It will cost ' + price.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ' in total.';
  1628. const dropdownChange = () => {
  1629. if (amtDropdown.value == "custom") return buyCstmAmt(price, id, name);
  1630. let priceSum = (amtDropdown.value * price).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
  1631. document.getElementsByClassName('sweet-alert showSweetAlert')[0].childNodes[7].firstChild.textContent = 'If you click "Buy", you will purchase this item. It will cost ' + priceSum + ' in total.';
  1632. };
  1633. amtDropdown.addEventListener('change', dropdownChange);
  1634. }, 30);
  1635. };
  1636. const buyCstmAmt = (price, id, name) => {
  1637. swal({
  1638. title: "Enter Purchase Amount",
  1639. text: "<span>How many <b>" + name + "</b> would you like to buy?</span>",
  1640. html: true,
  1641. type: "input",
  1642. showCancelButton: true,
  1643. closeOnConfirm: false,
  1644. inputPlaceholder: "Input amount here"
  1645. },
  1646. function(input){
  1647. let pwAmt = +input,
  1648. priceTotal = pwAmt * price;
  1649. if (input == null) return false;
  1650. if (input == "") {
  1651. swal.showInputError("Please don't leave the input empty!");
  1652. return false
  1653. }
  1654. if(!/^[0-9]+$/.test(input) || !(+input >>> 0 === parseFloat(+input))){
  1655. swal.showInputError("Please only enter positive integers!");
  1656. return false
  1657. }
  1658. swal({
  1659. title: 'Confirm',
  1660. text: '<p>If you click "Buy", you will purchase this item. It will cost ' + priceTotal.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ' in total.<br><small>You chose to purchase ' + pwAmt.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ' <b>' + name + '</b></small></p>',
  1661. html: true,
  1662. type: 'warning',
  1663. showCancelButton: true,
  1664. closeOnConfirm: false,
  1665. confirmButtonColor: '#4CAF50',
  1666. confirmButtonText: 'Yes, confirm purchase',
  1667. cancelButtonText: 'No, cancel purchase'
  1668. }, function(confirmed){
  1669. if(confirmed) buyPw(id, pwAmt);
  1670. })
  1671.  
  1672. });
  1673. };
  1674. // buy a certain amount of powers including > 255
  1675. const buyPw = (shopID, pwAmt) => {
  1676. if (pwAmt < 1) return;
  1677. if (pwAmt > 255) {
  1678. for (let i = 0; i < ~~(pwAmt / 255); i++) setTimeout(() => purchaseItem(shopID, 255), 500 * i + 250);
  1679. purchaseItem(shopID, pwAmt % 255);
  1680. } else purchaseItem(shopID, pwAmt);
  1681. };
  1682.  
  1683.  
  1684. if(improvedShop){
  1685. // add event listeners to dropdown buttons
  1686. for (let i = 0; i < confBtns.length; i++) {
  1687. confBtns[i].onclick = function () {
  1688. setTimeout(() => {
  1689. if (document.getElementById('shopAmountDropdown') != null) document.getElementById('shopAmountDropdown').innerHTML += '<option value="20">20</option> <option value="50">50</option> <option value="100">100</option> <option value="250">250</option> <option value="custom">Pick</option>';
  1690. }, 5);
  1691. }
  1692. }
  1693. // add event listeners to shop buttons
  1694. for (let i = 0; i < 16; i++) {
  1695. if (i != 10 && i != 11){
  1696. btnsArr[i].addEventListener('click', () => {
  1697. let index = i;
  1698. changeHTML(index, btnsArr[index].getAttribute('price'), btnsArr[index].getAttribute('item'), $('.purchase-btn.confirmation[item="' + btnsArr[index].getAttribute('item') + '"]').prev().find('h3').eq(0).text());
  1699. });
  1700. }
  1701. }
  1702. }
  1703.  
  1704.  
  1705. // add extra bot packs
  1706. if(extraBotPacks){
  1707.  
  1708. const newBots = [
  1709. {title: "100 Bots", time: "24 HOURS", price: "700,000", id: 9},
  1710. {title: "125 Bots", time: "48 HOURS", price: "900,000", id: 10},
  1711. {title: "300 Bots", time: "24 HOURS", price: "900,000", id: 7},
  1712. {title: "100 MASS Bots", time: "1 HOURS", price: "800,000", id: 8},
  1713. {title: "300 Bots", time: "72 HOURS", price: "2,000,000", id: 11},
  1714. {title: "100 MASS Bots", time: "24 HOURS", price: "2,600,000", id: 12},
  1715. {title: "500 MASS Bots", time: "2 HOURS", price: "30,000,000", id: 17},
  1716. {title: "500 MASS Bots", time: "12 HOURS", price: "40,000,000", id: 16}
  1717. ]
  1718.  
  1719. const minul = document.getElementsByClassName('tab-container-section minion scroll')[0].children[0].children[0]
  1720. $('.confirm-minion[item=7], .confirm-minion[item=8]').parent().hide();
  1721. document.getElementById('extraTab').childNodes[0].setAttribute('onclick', '');
  1722.  
  1723. function createEl(i) {
  1724. const botEl = document.createElement('li');
  1725. botEl.setAttribute('class', 'masterTooltip extra-min');
  1726. botEl.setAttribute('title', 'Spawns bots/minions which suicide into your playercell to make you big in no time! Minions follow your mouse and split upon your command! Minions start immediately after you buy them.');
  1727. minul.appendChild(botEl);
  1728. botEl.innerHTML = `
  1729. <div class="title_prch">
  1730. <img src="img/store/minions/minions_tab.png" width="70px" height="60px">
  1731. <div class="minionDescription">
  1732. <h4 style="font-size: 18px;">${i.title}</h4>
  1733. <h3 style="margin-top:10px;color:white;"> ${i.time}</h3>
  1734. </div> <span class="win-price">${i.price}</span>
  1735. </div>
  1736. <a href="#" price="${i.price}" item="${i.id}" class="purchase-btn2 confirm-minion extra-min">Buy</a>
  1737. `;
  1738. }
  1739. for(let i of newBots) createEl(i);
  1740.  
  1741. function warnBeforeMinion(linkURL, priceK,itemId) {
  1742. swal({
  1743. title: "Confirm",
  1744. text: 'If you click "Buy", you will purchase these minions. They cost ' + priceK,
  1745. type: "warning",
  1746. showCancelButton: true,
  1747. confirmButtonColor: "#4CAF50",
  1748. confirmButtonText: "Yes, confirm purchase",
  1749. cancelButtonText: "No, cancel purchase"
  1750. }, function() {
  1751. unsafeWindow.purchaseMinion(itemId);
  1752. });
  1753. }
  1754. }
  1755.  
  1756. // listen for when a min pack is bought
  1757. let minBoughtAmt = {};
  1758. if(extraChatCommands){
  1759. let lastClickedPrice, currentPrice, lastID;
  1760. const confirmClicked = () => {
  1761. setTimeout(() => {
  1762. if($('.sweet-alert h2').text() != "Success!" || lastClickedPrice != currentPrice) return;
  1763. const map = {
  1764. 1: '10 Bots 1 Hour',
  1765. 2: '40 Bots 1 Hour',
  1766. 3: '50 Bots 2 Hours',
  1767. 4: '80 Bots 1 Hour',
  1768. 5: '100 Bots 4 Hours',
  1769. 6: '125 Bots 8 Hours',
  1770. 7: '300 Bots 24 Hours',
  1771. 8: '100 MASS Bots 1 Hour',
  1772. 9: '100 Bots 24 Hours',
  1773. 10: '125 Bots 48 Hours',
  1774. 11: '300 Bots 72 Hours',
  1775. 12: '100 MASS Bots 24 Hours'
  1776. }
  1777. minBoughtAmt[currentUser] = {...minsChatAmt[currentUser], ... {chatAmt: map[lastID], started: false}};
  1778. }, 900);
  1779. };
  1780. $('.purchase-btn2.confirm-minion[item]').on('click', function () {
  1781. lastClickedPrice = this.getAttribute('price').replace(/,/g, '');
  1782. lastID = this.getAttribute('item');
  1783. $('.confirm').attr('disabled', 'true'); // disable so user doesn't buy early - swal is slow to load text
  1784. setTimeout(() => {
  1785. $('.confirm').removeAttr('disabled');
  1786. currentPrice = $('.sweet-alert.showSweetAlert.visible p').eq(0).text().replace(/\D+/g, '');
  1787. }, 750);
  1788. setTimeout(() => $('.confirm')[0].addEventListener('click', confirmClicked), 500);
  1789. })
  1790. }
  1791.  
  1792. // context menu: click on skin -> skin ID to clipboard, click on name -> name to clipboard
  1793. $('#contextPlayer').on('click', e => {
  1794. if(!rightClickCopyInfo) return;
  1795. if($('#contextPlayerSkin').width() + $('#contextPlayerSkin').offset().left + 5 > e.pageX){ // bcs #contextMenu event :dog:
  1796. // cell was clicked
  1797. if($('#contextPlayerSkin').css('background-image') != "none"){
  1798. let skinID = $('#contextPlayerSkin').css('background-image').match(/(?<=\/skins\/)[0-9]+/gm)[0]; // get the skin image, then match only the skin's ID
  1799. navigator.clipboard.writeText(skinID).then(function() {
  1800. unsafeWindow.curserMsg('Skin ID of ' + skinID + ' was copied to your clipboard.', 'green');
  1801. }, function() {
  1802. unsafeWindow.curserMsg('Something went wrong. Nothing was added to your clipboard.', 'red');
  1803. });
  1804. } else if($('#contextPlayerSkin').css('background-color') == 'rgb(51, 51, 51)') unsafeWindow.curserMsg('No player selected. Nothing was added to your clipboard.', 'red');
  1805. else unsafeWindow.curserMsg('No skin equipped. Nothing was added to your clipboard.', 'red');
  1806. } else { // name was clicked
  1807. if($('#contextPlayerSkin').css('background-color') == 'rgb(51, 51, 51)') unsafeWindow.curserMsg('No player selected. Nothing was added to your clipboard.', 'red');
  1808. else {
  1809. navigator.clipboard.writeText($('#contextPlayerName').text()).then(function() {
  1810. unsafeWindow.curserMsg('Nickname: "' + $('#contextPlayerName').text() + '" was copied to your clipboard', 'green');
  1811. }, function() {
  1812. unsafeWindow.curserMsg("Something went wrong. Nothing was added to your clipboard.", "red");
  1813. });
  1814. }
  1815. }
  1816. });
  1817.  
  1818.  
  1819. // little bar at the top of the screen that tells u stuff
  1820. let curserTimeout;
  1821. unsafeWindow.curserMsg = (msg, color, time) => {
  1822. if(color == "green") color = "rgb(0, 192, 0)";
  1823. if(color == "red") color = "rgb(255, 0, 0)";
  1824. if(color == "gray") color = "rgb(153, 153, 153)";
  1825. clearTimeout(curserTimeout);
  1826. $('#curser').text(msg).show().css('color', color)
  1827. if(time != 0) curserTimeout = setTimeout(() => $('#curser').fadeOut(400), time ?? 4e3);
  1828. }
  1829.  
  1830. let minTimeRemaining = 0;
  1831. const startMin = unsafeWindow.strMin;
  1832. unsafeWindow.strMin = function(){
  1833. minsStart();
  1834. return startMin.apply(this, arguments);
  1835. }
  1836. let minsChatAmt = {},
  1837. accGoldMem = {};
  1838. const minsStart = async() => {
  1839. let minAmt, minsStarted = false;
  1840. const waitUntil1 = (condition) => new Promise(resolve => {
  1841. let interval = setInterval(() => {
  1842. $('#infoContent').children().each(function(){
  1843. if($(this).text().includes('Minion Time:')) minsStarted = true;
  1844. })
  1845. condition() && (clearInterval(interval), resolve());
  1846. }, 100);
  1847. setTimeout(() => { (clearInterval(interval), resolve()); }, 1e4);
  1848. });
  1849. await waitUntil1(() => minsStarted == true);
  1850. if(!minsStarted) return;
  1851. $('#infoContent').children().each(function(){
  1852. if($(this).text().includes('Minion Time:')) minTimeRemaining = $(this).find('span').text();
  1853. if($(this).text().includes('Minions:')) minAmt = $(this).find('span').text();
  1854. })
  1855. let timeArr = minTimeRemaining.split(':'), msBotsTime = (3.6e6 * +timeArr[0]) + (6e4 * +timeArr[1]) + (1e3 * +timeArr[2]);
  1856. misc_settings.bots[currentUser] = {...misc_settings.bots[currentUser], ...{active: true, amt: minAmt, chatAmt: null, rem: msBotsTime, currMs: Date.now()}};
  1857. set("fsfb-misc", misc_settings);
  1858. }
  1859.  
  1860. // ability time remaining
  1861. if(showRemainingAbilityTime){
  1862. let lastClickedPrice, currentPrice, lastID;
  1863. const confirmClicked = () => {
  1864. setTimeout(() => {
  1865. if($('.sweet-alert h2').text() != "Success!" || lastClickedPrice != currentPrice) return;
  1866. misc_settings.abil[currentUser] = {...misc_settings.abil[currentUser], ...{[lastID] : Date.now()}};
  1867. set("fsfb-misc", misc_settings);
  1868. }, 900);
  1869. };
  1870. [18, 20, 22, 23].forEach(el => { // att1
  1871. let h5 = $(`.purchase-btn.confirmation[item="${el}"]`).parents().eq(0).find('div h5');
  1872. h5.clone().insertAfter(h5).addClass('fsfb-fake').hide();
  1873. $(`.purchase-btn[item="${el}"]`).on('click', function () {
  1874. lastClickedPrice = this.getAttribute('price');
  1875. lastID = this.getAttribute('item');
  1876. $('.confirm').attr('disabled', 'true'); // disable so user doesn't buy early - swal is slow to load text
  1877. setTimeout(() => {
  1878. $('.confirm').removeAttr('disabled');
  1879. currentPrice = $('.sweet-alert.showSweetAlert.visible p').eq(0).text().replace(/\D+/g, '');
  1880. }, 750);
  1881. setTimeout(() => $('.confirm')[0].addEventListener('click', confirmClicked), 500);
  1882. })
  1883. });
  1884. }
  1885.  
  1886. // sort wearables by owned
  1887. const waitUntil = condition => new Promise(resolve => {
  1888. let interval = setInterval(() => {
  1889. condition() && (clearInterval(interval), resolve());
  1890. }, 100);
  1891. setTimeout(() => { (clearInterval(interval), resolve()) }, 15e3);
  1892. });
  1893. if(sortWearablesByOwned){
  1894. $('#wearablesTab').on('click', async() => {
  1895. await waitUntil(() => $('#phpWearables li').length > 55);
  1896. if($('#phpWearables li').length <= 55) return;
  1897. $($('[id^="wearableUseBtn"]').get().reverse()).each(function(){
  1898. $($(this).parents().get(2)).insertBefore($("#phpWearables li:eq(0)"));
  1899. })
  1900. $('#phpWearables').append('<div id="fsfb-wearsloaded"></div>');
  1901. });
  1902. }
  1903. // https://stackoverflow.com/questions/2424191/how-do-i-make-an-element-draggable-in-jquery
  1904. $.fn.draggable = function(){
  1905. var $this = this,
  1906. ns = 'draggable_'+(Math.random()+'').replace('.',''),
  1907. mm = 'mousemove.'+ns,
  1908. mu = 'mouseup.'+ns,
  1909. $w = $(window),
  1910. isFixed = ($this.css('position') === 'fixed'),
  1911. adjX = 0, adjY = 0;
  1912.  
  1913. $this.mousedown(function(ev){
  1914. var pos = $this.offset();
  1915. if (isFixed) {
  1916. adjX = $w.scrollLeft(); adjY = $w.scrollTop();
  1917. }
  1918. var ox = (ev.pageX - pos.left), oy = (ev.pageY - pos.top);
  1919. $this.data(ns,{ x : ox, y: oy });
  1920. $w.on(mm, function(ev){
  1921. ev.preventDefault();
  1922. ev.stopPropagation();
  1923. if (isFixed) {
  1924. adjX = $w.scrollLeft(); adjY = $w.scrollTop();
  1925. }
  1926. var offset = $this.data(ns);
  1927. $this.css({left: ev.pageX - adjX - offset.x, top: ev.pageY - adjY - offset.y});
  1928. });
  1929. $w.on(mu, function(){
  1930. $w.off(mm + ' ' + mu).removeData(ns);
  1931. });
  1932. });
  1933. return this;
  1934. };
  1935.  
  1936.  
  1937. /* xp/coins statistics */
  1938.  
  1939. const updateTimeXP = 12e3; // xp bar updates every 12 seconds, don't change
  1940. let lastMinXP = [];
  1941. let lastHrXP = [];
  1942. let currentPercent, currentLevel, currentXP, currentCoins;
  1943.  
  1944. unsafeWindow.logStatsScriptXP = !1;
  1945. unsafeWindow.logStatsScriptCoins = !1;
  1946. let scriptStartCoins = Date.now();
  1947. let scriptStartXP = Date.now();
  1948. let accounts = {};
  1949. const guiDisplay = "none";
  1950. let coinsHTMLactive = false;
  1951.  
  1952. const updateTimeCoins = 6e3;
  1953. let lastMinCoins = [];
  1954. let lastHrCoins = [];
  1955.  
  1956. // add stats box html
  1957.  
  1958. const statsBody = document.createElement('div');
  1959. statsBody.setAttribute('id', 'stats-container');
  1960. statsBody.style.display = guiDisplay;
  1961. statsBody.innerHTML = `<div id="stats-main"><div id="stats-title"><title id="stats-extra-info">XP Stats - Updating Every 12s</title><div><div title="Toggle Percentages Shown" id="stats-perc-btn" class="fa fa-percent"></div><div title="Toggle Stats Shown" id="stats-change-shown" class="fa fa-eye-slash"></div><div title="Reset Stats" class="fa fa-refresh" id="stats-reset-btn"></div></div></div><div><table id="stats-table"><tbody><tr><td><label><input type="checkbox">Lvl Completed:</label></td><td>0/0</td></tr><tr><td><label><input type="checkbox">Remaining:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Projected (hr):</label></td><td>0</td></tr><tr><td><label><input type="checkbox">Last Hour:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Last Minute:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Last 12s:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Minute Mean:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Minute Median:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Minute Sd:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Latest Outliers:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Session XP:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Session Length:</label></td><td>100,000</td></tr><tr><td><label><input type="checkbox">Lifetime XP:</label></td><td>100,000</td></tr></tbody></table></div></div>`;
  1962. document.querySelector('body').append(statsBody)
  1963.  
  1964. $("#stats-container").draggable();
  1965. let statsboxPos = misc_settings?.statsPos ?? {top: $("#stats-container")[0].style.top, left: $("#stats-container")[0].style.left};
  1966. if(saveStatsBoxPosition && statsboxPos) $("#stats-container").css({'top' : statsboxPos.top, 'left' : statsboxPos.left});
  1967.  
  1968. const convertToPerc = (xpAmt, lvl = 0) => isNaN(xpAmt / (lvl * 1000)) ? 0 : xpAmt / (lvl * 1000);
  1969.  
  1970. $('#stats-reset-btn').on('click', () => {
  1971. if(coinsHTMLactive){
  1972. lastMinCoins = [];
  1973. lastHrCoins = [];
  1974. for(let i in accounts) accounts[i].coins = 0;
  1975. if(accounts[currentUser] !== null && currentUser !== 'Please Login First') accounts[currentUser].coins = currentCoins;
  1976. scriptStartCoins = Date.now();
  1977. } else {
  1978. lastMinXP = [];
  1979. lastHrXP = [];
  1980. for(let i in accounts) accounts[i].xp = 0;
  1981. if(accounts[currentUser] !== null && currentUser !== 'Please Login First') accounts[currentUser].xp = currentXP;
  1982. scriptStartXP = Date.now();
  1983. }
  1984. updateUI();
  1985. });
  1986. let xpStatsInPercentages = false;
  1987. $('#stats-perc-btn').on('click', () => {
  1988. xpStatsInPercentages = !xpStatsInPercentages;
  1989. updateUI();
  1990. });
  1991.  
  1992. let changingShownStats = false;
  1993. $('#stats-change-shown').on('click', () => {
  1994. changingShownStats = !changingShownStats;
  1995. if(changingShownStats){
  1996. $('#stats-table tr').show();
  1997. _replaceCSS('stats-input-css', '#stats-table input{ display: unset; }');
  1998. } else {
  1999. for(let i in misc_settings.statsSettings[coinsHTMLactive ? 'coins' : 'xp']){
  2000. misc_settings.statsSettings[coinsHTMLactive ? 'coins' : 'xp'][i] = $(`#stats-${i} input[type="checkbox"]`).is(':checked');
  2001. $('#stats-' + i)[$(`#stats-${i} input[type="checkbox"]`).is(':checked') ? 'show' : 'hide']();
  2002. }
  2003. set("fsfb-misc", misc_settings);
  2004. _replaceCSS('stats-input-css', '#stats-table input{ display: none; }');
  2005. }
  2006. });
  2007.  
  2008. class StatLog {
  2009. constructor(val, lvl, user, arr) {
  2010. // this.type = this.findWhich(arr); // mostly for debugging
  2011. this.id = this.getID(arr);
  2012. this.user = user;
  2013. this.amount = val;
  2014. this.gained = this.calcGain(val, arr, this.id);
  2015. this.lvl = lvl;
  2016. // this.timestamp = Date.now(); // mostly for debugging
  2017. }
  2018. findWhich(arr) {
  2019. return ((arr == lastMinXP || arr == lastHrXP ? "xp " : "coins " ) + (arr == lastHrXP || arr == lastHrCoins ? "hour" : "minute"));
  2020. }
  2021. calcGain(val, arr, id){
  2022. const prevObj = arr[arr.length - 1];
  2023. if(prevObj && arr == lastHrXP && id == 1) return round(sigma(getProperty(lastMinXP, "gained")), 3);
  2024. if(prevObj && arr == lastHrCoins && id == 1) return round(sigma(getProperty(lastMinCoins, "gained")), 3);
  2025. return prevObj && val - prevObj.amount >= 0 && prevObj.user == this.user && prevObj.amount != 0 ? round(val - prevObj.amount, 3) : 0;
  2026. }
  2027. getID(arr) {
  2028. return arr[arr.length - 1] ? arr[arr.length - 1].id + 1 : 1;
  2029. }
  2030.  
  2031. }
  2032.  
  2033. const xpInfo = () => {
  2034. currentPercent = $('.progress-bar[role=progressbar]')[0].style.width.slice(0, -1) / 100;
  2035. currentLevel = +$('#level.user-level')[0].textContent;
  2036. currentXP = (levelSum(currentLevel) + currentLevel * currentPercent) * 1e3;
  2037. }
  2038. const coinsInfo = () => {
  2039. currentCoins = +($('#coinsDash')[0].textContent.replace(/ /g, ''));
  2040. }
  2041.  
  2042. const updateUI = () => {
  2043. if(changingShownStats) return;
  2044. if(!coinsHTMLactive){
  2045. const xpHr = lastHrXP.length,
  2046. xpMin = lastMinXP.length,
  2047. lvlCompleted = currentPercent ? String(Math.round(currentPercent * currentLevel * 1e3, 1)).replace(/\B(?=(\d{3})+(?!\d))/g, ",") + "/" + (currentLevel * 1e3).toLocaleString('en-US') : "0/0",
  2048. xpRemaining = currentLevel ? currentLevel * 1e3 - currentPercent * currentLevel * 1e3 : 0,
  2049. projectedHr = xpHr > 0 ? sigma(getProperty(lastHrXP.slice(-5), "gained")) * 12 : 0,
  2050. lastHr = xpHr > 0 ? sigma(getProperty(lastHrXP, "gained")) : 0,
  2051. lastHrCompleted = xpHr > 0 ? xpHr : 0,
  2052. lastMin = xpMin > 0 ? sigma(getProperty(lastMinXP, "gained")) : 0,
  2053. lastMinCompleted = xpMin > 0 ? xpMin : 0,
  2054. lastMinTotal = 6e4 / updateTimeXP,
  2055. last12sec = xpMin > 0 ? lastMinXP[lastMinXP.length - 1].gained : 0,
  2056. xBar = xpHr > 0 ? mean(getProperty(lastHrXP, "gained")) : 0,
  2057. xTilde = xpHr > 0 ? median(getProperty(lastHrXP, "gained")) : 0,
  2058. standardDev = xpHr > 0 ? standardDeviation(getProperty(lastHrXP, "gained")) : 0,
  2059. outliers = xpHr > 0 ? checkOutliers(getProperty(lastHrXP, "gained")) : 0,
  2060. sessionXP = currentXP && accounts[currentUser] ? currentXP - accounts[currentUser].xp : 0,
  2061. sessionLength = msToTime(Date.now() - scriptStartXP),
  2062. lifetimeXP = currentXP ? Math.round(currentXP) : 0,
  2063. updateTime = updateTimeXP;
  2064. document.getElementById('stats-table').innerHTML = `<tbody><tr id="stats-lvlcomp"><td><label><input type="checkbox">Lvl Completed:</label></td><td>${lvlCompleted.toLocaleString('en-US')}</td></tr><tr id="stats-rem"><td><label><input type="checkbox">Remaining:</label></td><td>${xpStatsInPercentages ? round(convertToPerc(xpRemaining, currentLevel) * 100, 2) + '%' : round(xpRemaining).toLocaleString('en-US')}</td></tr><tr id="stats-projhr"><td><label><input type="checkbox">Projected (hr):</label></td><td>${xpStatsInPercentages ? round(convertToPerc(projectedHr, currentLevel) * 100, 2) + '%' : round(projectedHr).toLocaleString('en-US')}</td></tr><tr id="stats-lasthr"><td><label><input type="checkbox">Last Hour:</label></td><td>${xpStatsInPercentages ? round(convertToPerc(lastHr, currentLevel) * 100, 2) + '%' : round(lastHr).toLocaleString('en-US')}<span class="stats-completed">(${lastHrCompleted}/60)</span></td></tr><tr id="stats-lastmin"><td><label><input type="checkbox">Last Minute:</label></td><td>${xpStatsInPercentages ? round(convertToPerc(lastMin, currentLevel) * 100, 2) + '%' : round(lastMin).toLocaleString('en-US')}<span class="stats-completed">(${lastMinCompleted + "/" + lastMinTotal})</span></td></tr><tr id="stats-lastsec"><td><label><input type="checkbox">Last 12s:</label></td><td>${xpStatsInPercentages ? round(convertToPerc(last12sec, currentLevel) * 100, 2) + '%' : round(last12sec).toLocaleString('en-US')}</td></tr><tr id="stats-mean"><td><label><input type="checkbox">Minute Mean:</label></td><td>${xpStatsInPercentages ? round(convertToPerc(xBar, currentLevel) * 100, 2) + '%' : round(xBar).toLocaleString('en-US')}</td></tr><tr id="stats-median"><td><label><input type="checkbox">Minute Median:</label></td><td>${xpStatsInPercentages ? round(convertToPerc(xTilde, currentLevel) * 100, 2) + '%' : round(xTilde).toLocaleString('en-US')}</td></tr><tr id="stats-sd"><td><label><input type="checkbox">Minute Sd:</label></td><td>${xpStatsInPercentages ? round(convertToPerc(standardDev, currentLevel) * 100, 2) + '%' : round(standardDev).toLocaleString('en-US')}</td></tr><tr id="stats-sesh"><td><label><input type="checkbox">Session XP:</label></td><td>${xpStatsInPercentages ? round(currentLevel && accounts[currentUser] ? ((round(currentPercent, 3) + currentLevel) - accounts[currentUser].lvl) * 100 : 0, 2) + '%' : round(sessionXP).toLocaleString('en-US')}</td></tr><tr id="stats-seshlength"><td><label><input type="checkbox">Session Length:</label></td><td id="stats-sesh-length">${sessionLength}</td></tr><tr id="stats-lifetime"><td><label><input type="checkbox">Lifetime XP:</label></td><td>${lifetimeXP.toLocaleString('en-US')}</td></tr></tbody>`;
  2065. for(let i in misc_settings.statsSettings.xp){
  2066. $('#stats-' + i)[misc_settings.statsSettings.xp[i] ? 'show' : 'hide']();
  2067. $('#stats-' + i + ' input[type="checkbox"').prop("checked", misc_settings.statsSettings.xp[i]);
  2068. }
  2069. $('#stats-extra-info').text(`XP Stats - Updating Every ${updateTime / 1e3}s`).css('color', '#00bbff');
  2070. $('#stats-sesh-length').text(msToTime(Date.now() - scriptStartXP));
  2071. $('#stats-perc-btn').show();
  2072. } else {
  2073. const coinsHr = lastHrCoins.length,
  2074. coinsMin = lastMinCoins.length,
  2075. coinGoalCompleted = currentCoins ? currentCoins.toLocaleString('en-US') + "/" + Math.ceil(currentCoins / 25e4).toLocaleString('en-US') * 25e4 : 0,
  2076. coinsRemaining = currentCoins ? 25e4 - currentCoins % 25e4 : 0,
  2077. projectedHr = coinsHr > 5 ? Math.round(sigma(getProperty(lastHrCoins.slice(-5), "gained")) * 12) : 0,
  2078. lastHr = coinsHr > 0 ? Math.round(sigma(getProperty(lastHrCoins, "gained"))) : 0,
  2079. lastHrCompleted = coinsHr > 0 ? coinsHr : 0,
  2080. lastMin = coinsMin > 0 ? Math.round(sigma(getProperty(lastMinCoins, "gained"))) : 0,
  2081. lastMinCompleted = coinsMin > 0 ? coinsMin : 0,
  2082. lastMinTotal = 6e4 / updateTimeCoins,
  2083. last12sec = coinsMin > 0 ? getProperty(lastHrCoins.slice(-5), "amount")[0] : 0,
  2084. xBar = coinsHr > 0 ? Math.round(mean(getProperty(lastHrCoins, "gained"))) : 0,
  2085. xTilde = coinsHr > 0 ? Math.round(median(getProperty(lastHrCoins, "gained"))) : 0,
  2086. standardDev = coinsHr > 0 ? Math.round(standardDeviation(getProperty(lastHrCoins, "gained"))) : 0,
  2087. outliers = coinsHr > 0 ? checkOutliers(getProperty(lastHrCoins, "gained")) : 0,
  2088. sessionXP = currentCoins && accounts[currentUser] ? Math.round(currentCoins - accounts[currentUser].coins): 0,
  2089. sessionLength = msToTime(Date.now() - scriptStartCoins),
  2090. updateTime = updateTimeCoins;
  2091. document.getElementById('stats-table').innerHTML = `<tbody><tr id="stats-rem"><td><label><input type="checkbox">Remaining:</label></td><td>${coinsRemaining.toLocaleString('en-US')}</td></tr><tr id="stats-projhr"><td><label><input type="checkbox">Projected (hr):</label></td><td>${projectedHr.toLocaleString('en-US')}</td></tr><tr id="stats-lasthr"><td><label><input type="checkbox">Last Hour:</label></td><td>${lastHr.toLocaleString('en-US')}<span class="stats-completed">(${lastHrCompleted}/60)</span></td></tr><tr id="stats-lastmin"><td><label><input type="checkbox">Last Minute:</label></td><td>${lastMin.toLocaleString('en-US')}<span class="stats-completed">(${lastMinCompleted + "/" + lastMinTotal})</span></td></tr><tr id="stats-mean"><td><label><input type="checkbox">Minute Mean:</label></td><td>${xBar.toLocaleString('en-US')}</td></tr><tr id="stats-median"><td><label><input type="checkbox">Minute Median:</label></td><td>${xTilde.toLocaleString('en-US')}</td></tr><tr id="stats-sd"><td><label><input type="checkbox">Minute Sd:</label></td><td>${standardDev.toLocaleString('en-US')}</td></tr><tr id="stats-sesh"><td><label><input type="checkbox">Session Coins:</label></td><td>${sessionXP.toLocaleString('en-US')}</td></tr><tr id="stats-seshlength"><td><label><input type="checkbox">Session Length:</label></td><td id="stats-sesh-length">${sessionLength}</td></tr></tbody>`;
  2092. for(let i in misc_settings.statsSettings.coins){
  2093. $('#stats-' + i)[misc_settings.statsSettings.coins[i] ? 'show' : 'hide']();
  2094. $('#stats-' + i + ' input[type="checkbox"').prop("checked", misc_settings.statsSettings.coins[i]);
  2095. }
  2096. $('#stats-extra-info').text(`Coin Stats - Updating Every ${updateTime / 1e3}s`).css('color', '#ffc800');
  2097. $('#stats-sesh-length').text(msToTime(Date.now() - scriptStartCoins));
  2098. $('#stats-perc-btn').hide();
  2099. }
  2100. }
  2101.  
  2102. $('.progress-bar').eq(1).parent()[0].style.cursor = "pointer";
  2103.  
  2104. if(coinXPstats){
  2105. $('.progress-bar').eq(1).parent().on("click", () => {
  2106. const statsCont = $('#stats-container');
  2107. if(statsCont[0].style.display == "none") statsCont.fadeIn(400);
  2108. else if(!coinsHTMLactive) statsCont.fadeOut(400);
  2109. coinsHTMLactive = false;
  2110. updateUI();
  2111. }), [$(".dash-coin.dcTopBar").eq(0), $("#coinsTopLeft"), $(".progress-bar-coins").eq(1)].forEach(el => {
  2112. el.on('click', (e) => {
  2113. const statsCont = $('#stats-container');
  2114. if(statsCont[0].style.display == "none") statsCont.fadeIn(400);
  2115. else if(coinsHTMLactive) statsCont.fadeOut(400);
  2116. coinsHTMLactive = true;
  2117. updateUI();
  2118. e.stopImmediatePropagation();
  2119. });
  2120. });
  2121. }
  2122.  
  2123. // copy chat msgs
  2124. if(rightClickCopyChat){
  2125. $('#contextSpectate').after(`<li id="contextCopyChat" class="contextmenu-item enabled"><div class="fa fa-clipboard fa-2x context-icon"></div><p>Copy Chat Messages</p></li>`);
  2126. $('#contextCopyChat').on('click', () => {
  2127. let arr = chatmsgs, str = "";
  2128. if(arr != null){
  2129. // for(let i of arr.reverse()) str += ((new Date(i.time).toLocaleTimeString()) + " " + i.name + ': ' + i.message + "\n");
  2130. for(let i of arr.reverse()) str += `${new Date(i.time).toLocaleTimeString()} ${i.name}: ${i.message}\n`;
  2131. navigator.clipboard.writeText(str).then(function() {
  2132. unsafeWindow.curserMsg('Chat messages were successfully added to clipboard.', 'green');
  2133. }, function() {
  2134. unsafeWindow.curserMsg('Something went wrong. Nothing was added to your clipboard.', 'red');
  2135. });
  2136. }
  2137. $('#contextMenu').hide();
  2138. });
  2139. }
  2140.  
  2141.  
  2142.  
  2143. // add linesplit bubbles
  2144. $('body').append(`<div id="linesplit-markers"><div id="linesplit-top"></div><div id="linesplit-right"></div><div id="linesplit-bottom"></div><div id="linesplit-left"></div></div>`); // linesplit html
  2145. // add class to all elements that need to behidden
  2146. setTimeout(() => $('#stats-container, #inventory, #chat, #minionUi, #infection_remain_zombie, #party, #challengeInfoBox, #gamemodeBox, #infoBox, #brGameContainer, #infGameContainer, #curser, #leaderboard, #minimap, #btnFriends, .innerBoxDashboard2, #fpsBox, #settingsBtn, #megaholder, #keyboard-layout, div[style^="position: fixed; right: 20px; bottom: 230px; z-index: 998;"], #linesplit_overlay, #fushykng').addClass("hideUI"), 4e3);
  2147.  
  2148. const addFriendDecline = () => {
  2149. if(!friendDeclineAll || currentUser == 'Please Login First') return;
  2150. $('#friendAcceptAll').text('Reject All').addClass('fsfb-temp').clone().insertAfter($('#friendAcceptAll')).attr('style', 'right: 93px;').text('Accept All').removeClass('fsfb-temp');
  2151. $('.fsfb-temp').attr('id', 'friendRejectAll').removeAttr('onclick').removeClass('fsfb-temp');
  2152. $('#friendRejectAll').on('click', () => {
  2153. $('#requestList>.friend>.btn-friends.remove').each(function(){ $(this)[0].click() })
  2154. });
  2155. }
  2156.  
  2157. if(friendDeclineAll){ // $('#friendAcceptAll').length
  2158. $('#btnFriends').on('click', async() => {
  2159. await waitUntil(() => $('#friendAcceptAll').length > 0);
  2160. if($('#friendAcceptAll').length == 0) return;
  2161. await sleep(50);
  2162. addFriendDecline();
  2163. })
  2164. }
  2165.  
  2166. let pushFn = Array.prototype.push,
  2167. spliceFn = Array.prototype.splice,
  2168. prop = null,
  2169. customCells = !0,
  2170. specialCells = !0,
  2171. customDc = false,
  2172. cellProto,
  2173. avgFps = 0,
  2174. fpsArr = [],
  2175. svSwitch = false,
  2176. entArr = null,
  2177. chatmsgs;
  2178.  
  2179. let r1Portal = {
  2180. portal: null,
  2181. lastMass: 0,
  2182. lastMassChange: 0,
  2183. lastValue: 0,
  2184. room: 1
  2185. }, r2Portal = {
  2186. portal: null,
  2187. lastMass: 0,
  2188. lastMassChange: 0,
  2189. lastValue: 0,
  2190. room: 2
  2191. };
  2192.  
  2193. let svInfo = {
  2194. "default": {
  2195. ejPortalMass: 12,
  2196. r1Id: 1,
  2197. r2Id: 7,
  2198. r3Id: null,
  2199. r1StartMass: 500,
  2200. r2StartMass: 500,
  2201. entities: []
  2202. },
  2203. 1: { // POPSPLIT
  2204. entities: [
  2205. // A1
  2206. {type: 1, x: 2500, y: 2500, size: 45},
  2207. // r1
  2208. {type: 0, x: 3400, y: 15300, size: 195},
  2209. {type: 1, x: 2500, y: 15000, size: 45},
  2210. {type: 2, x: 3000, y: 14500, size: 35},
  2211. {type: 3, x: 2700, y: 14600, size: 29},
  2212. // r2
  2213. {type: 0, x: 12000, y: 15500, size: 195},
  2214. {type: 1, x: 11000, y: 15000, size: 29},
  2215. {type: 2, x: 12600, y: 14900, size: 35},
  2216. {type: 2, x: 12000, y: 15200, size: 35},
  2217. {type: 2, x: 11300, y: 14900, size: 35},
  2218. {type: 3, x: 12800, y: 14500, size: 29}
  2219. ]
  2220. },
  2221. 2: { // SLOWSPLIT
  2222. ejPortalMass: 20,
  2223. r1Id: 1,
  2224. r2Id: 14, // rightmost portal
  2225. r3Id: 6,
  2226. r1StartMass: 500,
  2227. r2StartMass: 500,
  2228. entities: [
  2229. // A1
  2230. {type: 1, x: 2500, y: 2500, size: 45},
  2231. // r1
  2232. {type: 0, x: 7400, y: 21300, size: 195},
  2233. {type: 1, x: 3500, y: 21000, size: 45},
  2234. {type: 2, x: 5000, y: 20500, size: 35},
  2235. {type: 3, x: 3700, y: 20600, size: 29},
  2236. // r2
  2237. {type: 0, x: 14000, y: 22000, size: 195},
  2238. {type: 1, x: 11000, y: 21000, size: 29},
  2239. {type: 2, x: 11300, y: 20900, size: 35},
  2240. {type: 2, x: 12000, y: 21200, size: 35},
  2241. {type: 2, x: 12600, y: 20900, size: 35},
  2242. {type: 3, x: 12800, y: 20500, size: 29},
  2243. // r2 (2nd?)
  2244. {type: 0, x: 22000, y: 21500, size: 195},
  2245. {type: 2, x: 21300, y: 21000, size: 45}
  2246. ]
  2247. },
  2248. 4: { // FASTSPLIT
  2249. ejPortalMass: 20,
  2250. r1Id: 1,
  2251. r2Id: 14, // rightmost portal
  2252. r3Id: 6,
  2253. r1StartMass: 500,
  2254. r2StartMass: 500,
  2255. entities: [
  2256. // A1
  2257. {type: 1, x: 2500, y: 2500, size: 45},
  2258. // r1
  2259. {type: 0, x: 7400, y: 21300, size: 195},
  2260. {type: 1, x: 3500, y: 21000, size: 45},
  2261. {type: 2, x: 5000, y: 20500, size: 35},
  2262. {type: 3, x: 3700, y: 20600, size: 29},
  2263. // r2
  2264. {type: 0, x: 14000, y: 22000, size: 195},
  2265. {type: 1, x: 11000, y: 21000, size: 29},
  2266. {type: 2, x: 11300, y: 20900, size: 35},
  2267. {type: 2, x: 12000, y: 21200, size: 35},
  2268. {type: 2, x: 12600, y: 20900, size: 35},
  2269. {type: 3, x: 12800, y: 20500, size: 29},
  2270. // r2 (2nd?)
  2271. {type: 0, x: 22000, y: 21500, size: 195},
  2272. {type: 2, x: 21300, y: 21000, size: 35}
  2273. ]
  2274. },
  2275. 5: { // SPLITRUN
  2276. entities: [
  2277. // A1
  2278. {type: 1, x: 2500, y: 2500, size: 45},
  2279. // r1
  2280. {type: 0, x: 3400, y: 15300, size: 195},
  2281. {type: 1, x: 2500, y: 15000, size: 45},
  2282. {type: 2, x: 3000, y: 14500, size: 35},
  2283. {type: 3, x: 2700, y: 14600, size: 29},
  2284. // r2
  2285. {type: 0, x: 12000, y: 15500, size: 195},
  2286. {type: 1, x: 11000, y: 15000, size: 29},
  2287. {type: 2, x: 12600, y: 14900, size: 35},
  2288. {type: 2, x: 11300, y: 14900, size: 35},
  2289. {type: 2, x: 12000, y: 15200, size: 35},
  2290. {type: 3, x: 12800, y: 14500, size: 29}
  2291. ]
  2292. },
  2293. 6: { // XINSTA
  2294. ejPortalMass: 12,
  2295. r1Id: 1,
  2296. r2Id: 6,
  2297. r1StartMass: 500,
  2298. r2StartMass: 500,
  2299. entities: [
  2300. // A1
  2301. {type: 1, x: 2500, y: 2500, size: 45},
  2302. // r1
  2303. {type: 0, x: 3400, y: 26300, size: 195},
  2304. {type: 1, x: 2500, y: 26000, size: 45},
  2305. {type: 2, x: 3000, y: 25500, size: 45},
  2306. {type: 3, x: 2700, y: 25600, size: 29},
  2307. // r2
  2308. {type: 0, x: 15000, y: 26500, size: 195},
  2309. {type: 1, x: 14000, y: 26000, size: 29},
  2310. {type: 2, x: 14300, y: 25900, size: 45},
  2311. {type: 2, x: 15000, y: 26200, size: 45},
  2312. {type: 2, x: 15600, y: 25900, size: 45},
  2313. {type: 3, x: 15800, y: 25500, size: 29}
  2314. ]
  2315. },
  2316. 7: { // XY
  2317. entities: [
  2318. // A1
  2319. {type: 1, x: 2500, y: 2500, size: 45},
  2320. // r1
  2321. {type: 0, x: 3400, y: 15300, size: 195},
  2322. {type: 1, x: 2500, y: 15000, size: 45},
  2323. {type: 2, x: 3000, y: 14500, size: 35},
  2324. {type: 3, x: 2700, y: 14600, size: 29},
  2325. // r2
  2326. {type: 0, x: 12000, y: 15500, size: 195},
  2327. {type: 1, x: 11000, y: 15000, size: 29},
  2328. {type: 2, x: 11300, y: 14900, size: 35},
  2329. {type: 2, x: 12000, y: 15200, size: 35},
  2330. {type: 2, x: 12600, y: 14900, size: 35},
  2331. {type: 3, x: 12800, y: 14500, size: 29}
  2332. ]
  2333. },
  2334. 8: { // INSTANT EU
  2335. entities: [
  2336. // A1
  2337. {type: 1, x: 2500, y: 2500, size: 45},
  2338. // r1
  2339. {type: 0, x: 3400, y: 15300, size: 195},
  2340. {type: 1, x: 2500, y: 15000, size: 45},
  2341. {type: 2, x: 3000, y: 14500, size: 35},
  2342. {type: 3, x: 2700, y: 14600, size: 29},
  2343. // r2
  2344. {type: 0, x: 12000, y: 15500, size: 195},
  2345. {type: 1, x: 11000, y: 15000, size: 29},
  2346. {type: 2, x: 11300, y: 14900, size: 35},
  2347. {type: 2, x: 12000, y: 15200, size: 35},
  2348. {type: 2, x: 12600, y: 14900, size: 35},
  2349. {type: 3, x: 12800, y: 14500, size: 29}
  2350. ]
  2351. },
  2352. 9: { // CR EU
  2353. entities: [
  2354. // A1
  2355. {type: 1, x: 2500, y: 2500, size: 45},
  2356. // r1
  2357. {type: 0, x: 3400, y: 27300, size: 195},
  2358. {type: 1, x: 2500, y: 27000, size: 45},
  2359. {type: 2, x: 3000, y: 26500, size: 35},
  2360. {type: 3, x: 2700, y: 26600, size: 29},
  2361. // r2
  2362. {type: 0, x: 12000, y: 27500, size: 195},
  2363. {type: 1, x: 11000, y: 27000, size: 29},
  2364. {type: 2, x: 11300, y: 26900, size: 35},
  2365. {type: 2, x: 12000, y: 27200, size: 35},
  2366. {type: 2, x: 12600, y: 26900, size: 35},
  2367. {type: 3, x: 12800, y: 26500, size: 29}
  2368. ]
  2369. },
  2370. 11: { // GIGANTIC 1
  2371. entities: [
  2372. {type: 1, x: 2500, y: 2500, size: 45},
  2373. {type: 3, x: 5000, y: 33000, size: 45},
  2374. {type: 1, x: 18000, y: 18000, size: 45},
  2375. {type: 3, x: 24000, y: 12000, size: 45}
  2376. ]
  2377. },
  2378. 12: { // GIANT NA
  2379. entities: [
  2380. {type: 1, x: 2500, y: 2500, size: 45},
  2381. {type: 3, x: 5000, y: 33000, size: 45},
  2382. {type: 1, x: 18000, y: 18000, size: 45},
  2383. {type: 3, x: 24000, y: 12000, size: 45}
  2384. ]
  2385. },
  2386. 13: { // SS EU
  2387. ejPortalMass: 13.5,
  2388. r1Id: 12, //Lower room
  2389. r2Id: 11,
  2390. r1StartMass: 500,
  2391. r2StartMass: 500,
  2392. entities: [
  2393. // r1
  2394. {type: 0, x: 1500, y: 27500, size: 195},
  2395. {type: 1, x: 14000, y: 32000, size: 45},
  2396. {type: 3, x: 13200, y: 33500, size: 45},
  2397. {type: 4, x: 12500, y: 32200, size: 142},
  2398. {type: 4, x: 14500, y: 32200, size: 142},
  2399. // r2
  2400. {type: 0, x: 16000, y: 33500, size: 195},
  2401. {type: 1, x: 500, y: 24000, size: 45},
  2402. {type: 3, x: 2500, y: 24000, size: 45},
  2403. {type: 4, x: 900, y: 22000, size: 142},
  2404. {type: 4, x: 500, y: 15000, size: 224},
  2405. // r3 (?)
  2406. {type: 4, x: 1200, y: 5500, size: 224},
  2407. {type: 4, x: 2000, y: 3000, size: 224},
  2408. {type: 4, x: 4000, y: 6000, size: 224},
  2409. {type: 4, x: 4500, y: 3000, size: 224},
  2410. // on map
  2411. {type: 4, x: 8000, y: 3500, size: 224},
  2412. {type: 4, x: 10000, y: 4500, size: 224},
  2413. {type: 4, x: 16000, y: 3000, size: 224},
  2414. {type: 4, x: 15400, y: 2400, size: 224},
  2415. {type: 4, x: 7500, y: 19000, size: 224},
  2416. {type: 4, x: 19200, y: 14000, size: 224},
  2417. {type: 4, x: 24400, y: 24000, size: 224},
  2418. {type: 4, x: 17500, y: 14000, size: 142},
  2419. {type: 4, x: 30000, y: 16000, size: 142}
  2420. ]
  2421. },
  2422. 14: { // SS NA
  2423. ejPortalMass: 13.5,
  2424. r1Id: 12, //Lower room
  2425. r2Id: 11,
  2426. r1StartMass: 500,
  2427. r2StartMass: 500,
  2428. entities: [
  2429. // r1
  2430. {type: 0, x: 1500, y: 27500, size: 195},
  2431. {type: 1, x: 14000, y: 32000, size: 45},
  2432. {type: 3, x: 13200, y: 33500, size: 45},
  2433. {type: 4, x: 12500, y: 32200, size: 142},
  2434. {type: 4, x: 14500, y: 32200, size: 142},
  2435. // r2
  2436. {type: 0, x: 16000, y: 33500, size: 195},
  2437. {type: 1, x: 500, y: 24000, size: 45},
  2438. {type: 3, x: 2500, y: 24000, size: 45},
  2439. {type: 4, x: 900, y: 22000, size: 142},
  2440. {type: 4, x: 500, y: 15000, size: 224},
  2441. // r3 (?)
  2442. {type: 4, x: 1200, y: 5500, size: 224},
  2443. {type: 4, x: 2000, y: 3000, size: 224},
  2444. {type: 4, x: 4000, y: 6000, size: 224},
  2445. {type: 4, x: 4500, y: 3000, size: 224},
  2446. // on map
  2447. {type: 4, x: 8000, y: 3500, size: 224},
  2448. {type: 4, x: 10000, y: 4500, size: 224},
  2449. {type: 4, x: 16000, y: 3000, size: 224},
  2450. {type: 4, x: 15400, y: 2400, size: 224},
  2451. {type: 4, x: 7500, y: 19000, size: 224},
  2452. {type: 4, x: 19200, y: 14000, size: 224},
  2453. {type: 4, x: 24400, y: 24000, size: 224},
  2454. {type: 4, x: 17500, y: 14000, size: 142},
  2455. {type: 4, x: 30000, y: 16000, size: 142}
  2456. ]
  2457. },
  2458. 17: { // CR AS
  2459. entities: [
  2460. // A1
  2461. {type: 1, x: 2500, y: 2500, size: 45},
  2462. // r1
  2463. {type: 0, x: 3400, y: 27300, size: 195},
  2464. {type: 1, x: 2500, y: 27000, size: 45},
  2465. {type: 2, x: 3000, y: 26500, size: 35},
  2466. {type: 3, x: 2700, y: 26600, size: 29},
  2467. // r2
  2468. {type: 0, x: 12000, y: 27500, size: 195},
  2469. {type: 1, x: 11000, y: 27000, size: 29},
  2470. {type: 2, x: 11300, y: 26900, size: 35},
  2471. {type: 2, x: 12000, y: 27200, size: 35},
  2472. {type: 2, x: 12600, y: 26900, size: 35},
  2473. {type: 3, x: 12800, y: 26500, size: 29}
  2474. ]
  2475. },
  2476. 18: { // GIGA 1
  2477. entities: [
  2478. {type: 1, x: 2500, y: 2500, size: 45},
  2479. {type: 3, x: 5000, y: 33000, size: 45},
  2480. {type: 1, x: 18000, y: 18000, size: 45},
  2481. {type: 3, x: 24000, y: 12000, size: 45}
  2482. ]
  2483. },
  2484. 19: { // GIGANTIC 2
  2485. entities: [
  2486. {type: 1, x: 2500, y: 2500, size: 45},
  2487. {type: 3, x: 5000, y: 33000, size: 45},
  2488. {type: 1, x: 18000, y: 18000, size: 45},
  2489. {type: 3, x: 24000, y: 12000, size: 45}
  2490. ]
  2491. },
  2492. 20: { // CR NA
  2493. entities: [
  2494. // A1
  2495. {type: 1, x: 2500, y: 2500, size: 45},
  2496. // r1
  2497. {type: 0, x: 3400, y: 27300, size: 195},
  2498. {type: 1, x: 2500, y: 27000, size: 45},
  2499. {type: 2, x: 3000, y: 26500, size: 35},
  2500. {type: 3, x: 2700, y: 26600, size: 29},
  2501. // r2
  2502. {type: 0, x: 12000, y: 27500, size: 195},
  2503. {type: 1, x: 11000, y: 27000, size: 29},
  2504. {type: 2, x: 11300, y: 26900, size: 35},
  2505. {type: 2, x: 12000, y: 27200, size: 35},
  2506. {type: 2, x: 12600, y: 26900, size: 35},
  2507. {type: 3, x: 12800, y: 26500, size: 29}
  2508. ]
  2509. },
  2510. 23: { // GIGANTIC 3
  2511. entities: [
  2512. {type: 1, x: 2500, y: 2500, size: 45},
  2513. {type: 3, x: 5000, y: 33000, size: 45},
  2514. {type: 1, x: 18000, y: 18000, size: 45},
  2515. {type: 3, x: 24000, y: 12000, size: 45}
  2516. ]
  2517. },
  2518. 24: { // GIGANTIC 4
  2519. entities: [
  2520. {type: 1, x: 2500, y: 2500, size: 45},
  2521. {type: 3, x: 5000, y: 33000, size: 45},
  2522. {type: 1, x: 18000, y: 18000, size: 45},
  2523. {type: 3, x: 24000, y: 12000, size: 45}
  2524. ]
  2525. },
  2526. 25: { // GIANT 2 NA
  2527. entities: [
  2528. {type: 1, x: 2500, y: 2500, size: 45},
  2529. {type: 3, x: 5000, y: 33000, size: 45},
  2530. {type: 1, x: 18000, y: 18000, size: 45},
  2531. {type: 3, x: 24000, y: 12000, size: 45}
  2532. ]
  2533. },
  2534. 26: { // GIGA 2
  2535. entities: [
  2536. {type: 1, x: 2500, y: 2500, size: 45},
  2537. {type: 3, x: 5000, y: 33000, size: 45},
  2538. {type: 1, x: 18000, y: 18000, size: 45},
  2539. {type: 3, x: 24000, y: 12000, size: 45}
  2540. ]
  2541. },
  2542. 38: { // Solo Agf
  2543. ejPortalMass: 12,
  2544. r1Id: 1,
  2545. r2Id: 6,
  2546. r1StartMass: 500,
  2547. r2StartMass: 400,
  2548. entities: [
  2549. // A1
  2550. {type: 1, x: 2500, y: 2500, size: 45},
  2551. // room 1
  2552. {type: 0, x: 3500, y: 11500, size: 195},
  2553. {type: 1, x: 2500, y: 11500, size: 45},
  2554. {type: 2, x: 3000, y: 11000, size: 35},
  2555. {type: 3, x: 2700, y: 11100, size: 29},
  2556. // room 2
  2557. {type: 0, x: 9000, y: 11800, size: 180},
  2558. {type: 1, x: 8200, y: 10500, size: 29},
  2559. {type: 2, x: 8300, y: 10900, size: 35},
  2560. {type: 2, x: 9000, y: 11200, size: 35},
  2561. {type: 2, x: 9600, y: 10900, size: 35},
  2562. {type: 3, x: 9800, y: 10500, size: 29}
  2563. ]
  2564. },
  2565. 39: { // MEGASPLIT AS
  2566. entities: [
  2567. ]
  2568. },
  2569. 42: { // GIANT 3 NA
  2570. entities: [
  2571. {type: 1, x: 2500, y: 2500, size: 45},
  2572. {type: 3, x: 5000, y: 33000, size: 45},
  2573. {type: 1, x: 18000, y: 18000, size: 45},
  2574. {type: 3, x: 24000, y: 12000, size: 45}
  2575. ]
  2576. },
  2577. 43: { // Instant AS
  2578. entities: [
  2579. // A1
  2580. {type: 1, x: 2500, y: 2500, size: 45},
  2581. // r1
  2582. {type: 0, x: 3400, y: 15300, size: 195},
  2583. {type: 1, x: 2500, y: 15000, size: 45},
  2584. {type: 2, x: 3000, y: 14500, size: 35},
  2585. {type: 3, x: 2700, y: 14600, size: 29},
  2586. // r2
  2587. {type: 0, x: 12000, y: 15500, size: 195},
  2588. {type: 1, x: 11000, y: 15000, size: 29},
  2589. {type: 2, x: 11300, y: 14900, size: 35},
  2590. {type: 2, x: 12000, y: 15200, size: 35},
  2591. {type: 2, x: 12600, y: 14900, size: 35},
  2592. {type: 3, x: 12800, y: 14500, size: 29}
  2593. ]
  2594. }
  2595. };
  2596. let noPortalSvIdList = [11, 19, 23, 24, 37, 36, 31, 29, 40, 41, 16, 15, 21, 35, 12, 25, 42, 28, 32, 22, 18, 26, 30, 39];
  2597. let currentServerId = 0;
  2598.  
  2599. try{
  2600. for(let i of JSON.parse(localStorage.gameservers)){
  2601. if(i.isCurrent) currentServerId = i.id;
  2602. }
  2603. } catch {};
  2604.  
  2605. setTimeout(() => {
  2606. svSwitch = true;
  2607. }, 250);
  2608.  
  2609. let ss = unsafeWindow.setserver;
  2610. unsafeWindow.setserver = (sv, sn) => {
  2611. playerAlive = false;
  2612. currentServerId = parseInt($(".server-tabmenu").find(".active")[0]?.id.slice(9));
  2613. r1Portal.portal = null;
  2614. r2Portal.portal = null;
  2615. svSwitch = true;
  2616. ss(sv, sn);
  2617. }
  2618.  
  2619. function getServerValue(value) {
  2620. return (svInfo[currentServerId] && svInfo[currentServerId][value]) ? svInfo[currentServerId][value] : svInfo.default[value]
  2621. }
  2622.  
  2623. function createCell(posX, posY, type, nSize){
  2624. if(!cellProto) return null;
  2625.  
  2626. let color,
  2627. colorDimmed = "#FFFFFF",
  2628. size = 0,
  2629. imageId = 0,
  2630. spikes = null;
  2631.  
  2632. switch(type){
  2633. case 0:
  2634. color = "#622373";
  2635. colorDimmed = "#4e1c5c";
  2636. size = nSize ? nSize : 200;
  2637. imageId = 1;
  2638. break;
  2639. case 1:
  2640. color = "#ff0000";
  2641. colorDimmed = "#cc0001";
  2642. size = nSize ? nSize : 32;
  2643. spikes = {x: posX, y: posY, s: size, p: size};
  2644. imageId = 2;
  2645. break;
  2646. case 2:
  2647. color = "#76ff54";
  2648. colorDimmed = "#66b319";
  2649. size = nSize ? nSize : 35;
  2650. imageId = 3;
  2651. break;
  2652. case 3:
  2653. color = "#ffd000";
  2654. colorDimmed = "#ccb300";
  2655. size = nSize ? nSize : 32;
  2656. spikes = {x: posX, y: posY, s: size, p: size};
  2657. imageId = 4;
  2658. break;
  2659. case 4:
  2660. color = "#00a2e8";
  2661. colorDimmed = "#0081b9";
  2662. size = nSize ? nSize : 150;
  2663. imageId = 5;
  2664. break;
  2665. default:
  2666. color = "#FFFFFF";
  2667. size = 500;
  2668. };
  2669.  
  2670. let cell = new cellProto.constructor();
  2671. cell[prop[41]] = imageId;
  2672. cell[prop[19]] = null;
  2673. cell[prop[50]] = 0;
  2674. cell[prop[40]] = spikes ? 1 : 0;
  2675. cell[prop[26]] = null;
  2676. cell[prop[52]] = false;
  2677. cell[prop[53]] = false;
  2678. cell[prop[39]] = [];
  2679. cell[prop[57]] = 0;
  2680. cell[prop[45]] = false;
  2681. cell[prop[37]] = true;
  2682. cell[prop[24]] = null;
  2683. cell[prop[44]] = false;
  2684. cell[prop[56]] = false;
  2685. cell[prop[47]] = false;
  2686. cell[prop[25]] = null;
  2687. cell[prop[35]] = Date.now();
  2688. cell[prop[51]] = 0;
  2689. cell[prop[42]] = null;
  2690. cell.clanCache = null;
  2691. cell.clanPart = null;
  2692. cell.color = color;
  2693. cell[prop[46]] = 9;
  2694. cell[prop[38]] = spikes;
  2695. cell[prop[33]] = 1;
  2696. cell[prop[36]] = 0;
  2697. cell[prop[31]] = posX;
  2698. cell[prop[32]] = posY;
  2699. cell[prop[3]] = 0;
  2700. cell.id = 1e9;
  2701. cell[prop[21]] = null;
  2702. cell[prop[20]] = null;
  2703. cell.massCache = null;
  2704. cell[prop[11]] = size;
  2705. cell.nSize = size;
  2706. cell.name = null;
  2707. cell.namePart = null;
  2708. cell.nameSize = 0;
  2709. cell.oid = 0;
  2710. cell.ox = posX;
  2711. cell.oy = posY;
  2712. cell[prop[58]] = 0;
  2713. cell.rotation = 0;
  2714. cell.shape = 0;
  2715. cell.size = size;
  2716. cell.skinId = 0;
  2717. cell.strokeSize = size + 4;
  2718. cell.textDrawn = null;
  2719. cell.transform = null;
  2720. cell[prop[18]] = true;
  2721. cell[prop[2]] = colorDimmed ? colorDimmed : dimmColor(color);
  2722. cell[prop[17]] = null;
  2723. cell.x = posX;
  2724. cell[prop[23]] = null;
  2725. cell.y = posY;
  2726. cell[prop[22]] = null;
  2727. cell[prop[54]] = false;
  2728. cell[prop[34]] = Date.now();
  2729. cell[prop[55]] = true;
  2730. return cell;
  2731. }
  2732.  
  2733. function customize(c){
  2734. cellProto = c.__proto__;
  2735. // this should stay independent unless sora changes the structure of cell class
  2736. let methods = [];
  2737. let a = c;
  2738. while (a = Reflect.getPrototypeOf(a)) {
  2739. let keys = Reflect.ownKeys(a)
  2740. keys.forEach((k) => methods.push(k));
  2741. }
  2742. let dc_fn_name = methods[7];
  2743. let dc = c.__proto__[dc_fn_name];
  2744. c.__proto__.oldDrawCell = dc;
  2745. c.__proto__[dc_fn_name] = function(){
  2746. let cell = this,
  2747. cellType = cell[prop[46]];
  2748. if(cell.color == "#000000" && (cellType == 0 || cellType == 3)){
  2749. cell.color = "#000101";
  2750. }
  2751. if(cellType == 0){
  2752. if(cell.color == "#622373"){
  2753. cell.color = "#622374"; // give purple cells a slightly diff color to make them detectable in .stroke fn
  2754. }
  2755. if(settings.theme_boxes[1].active){
  2756. if(cell.oOwnCell === undefined) cell.oOwnCell = cell[prop[45]];
  2757. cell[prop[45]] = true;
  2758. }
  2759. if(settings.theme_boxes[6].active){
  2760. if(cell.oSpiked === undefined) cell.oSpiked = cell[prop[56]];
  2761. cell[prop[56]] = settings.theme_boxes[6].active;
  2762. } else {
  2763. if(cell.oSpiked != undefined) cell[prop[56]] = cell.oSpiked;
  2764. }
  2765. if(settings.theme_boxes[2].active){
  2766. if(cell.oHasImage === undefined) cell.oHasImage = cell[prop[18]];
  2767. cell[prop[18]] = (cell.oOwnCell === undefined ? cell[prop[45]] : cell.oOwnCell) ? cell[prop[18]] : false;
  2768. } else {
  2769. if(cell.oHasImage != undefined && !settings.theme_boxes[3].active) cell[prop[18]] = cell.oHasImage;
  2770. }
  2771. if(settings.theme_boxes[4].active){
  2772. if(cell.oName === undefined) cell.oName = cell.name;
  2773. cell.name = (cell.oOwnCell === undefined ? cell[prop[45]] : cell.oOwnCell) ? cell.name : "";
  2774. } else {
  2775. if(cell.oName != undefined && !settings.theme_boxes[3].active) cell.name = cell.oName;
  2776. }
  2777. if(settings.theme_boxes[3].active){
  2778. if(cell.oHasImage === undefined) cell.oHasImage = cell[prop[18]];
  2779. cell[prop[18]] = cell[prop[53]] ? cell[prop[18]] : false;
  2780. } else {
  2781. if(cell.oHasImage != undefined && !settings.theme_boxes[2].active) cell[prop[18]] = cell.oHasImage;
  2782. }
  2783. if(settings.theme_boxes[5].active){
  2784. if(cell.oName === undefined) cell.oName = cell.name;
  2785. cell.name = cell[prop[53]] ? cell.name : "";
  2786. } else {
  2787. if(cell.oName != undefined && !settings.theme_boxes[4].active) cell.name = cell.oName;
  2788. }
  2789. }
  2790. if(cellType == 1){
  2791. if(cell.color == "#00ff00") cell.color = "#00ff01";
  2792. if(settings.theme[0].active){
  2793. if(!cell.oColor) cell.oColor = cell.color;
  2794. cell.color = settings.theme[0].color;
  2795. } else {
  2796. if(cell.oColor) cell.color = cell.oColor;
  2797. }
  2798. }
  2799. return dc.apply(this, arguments);
  2800. }
  2801. customDc = true;
  2802. }
  2803.  
  2804. function dimmColor(color) {
  2805. var r = (Math.floor(parseInt(color.substr(1, 2), 16) * 0.5)).toString(16),
  2806. g = (Math.floor(parseInt(color.substr(3, 2), 16) * 0.5)).toString(16),
  2807. b = (Math.floor(parseInt(color.substr(5, 2), 16) * 0.5)).toString(16);
  2808. if (r.length == 1) r = "0" + r;
  2809. if (g.length == 1) g = "0" + g;
  2810. if (b.length == 1) b = "0" + b;
  2811. return "#" + r + g + b
  2812. }
  2813.  
  2814. const _sort = Array.prototype.sort;
  2815. Array.prototype.sort = function(oldFunc) {
  2816. const originalArray = this,
  2817. newFunc = function(a, b) {
  2818. if(typeof a?.id != "number" || typeof b?.id != "number") return oldFunc.apply(this, arguments);
  2819. if(settings.theme_boxes[8].active){
  2820. const aVal = a[Object.keys(a)[46]], bVal = b[Object.keys(b)[46]];
  2821. return (oldFunc.apply(this, arguments) * (settings.theme_boxes[7].active ? -1 : 1) > 0 || aVal == 4) && bVal != 4 ? 1 : aVal == 4 && bVal == 4 ? 0 : -1
  2822. } else if(settings.theme_boxes[7].active){
  2823. return oldFunc.apply(this, arguments) * -1;
  2824. } else {
  2825. return oldFunc.apply(this, arguments);
  2826. }
  2827. }
  2828. return oldFunc == null ? _sort.apply(this, arguments) : _sort.call(this, newFunc);
  2829. }
  2830.  
  2831. var UA = navigator.userAgent;
  2832. var googleDomain = "translate.google.com";
  2833. var dictURL = "https://" + googleDomain + "/translate_a/single?client=t";
  2834.  
  2835. function init_google_value_tk() {
  2836. var url = "https://" + googleDomain + "/translate_a/element.js";
  2837. GM_xmlhttpRequest({
  2838. method: "GET",
  2839. url: url,
  2840. onreadystatechange: function(resp) {
  2841. if (resp.readyState == 4) {
  2842. clearTimeout(setTimeout(function() {
  2843. this.abort();
  2844. }, 2000));
  2845. if (resp.status == 200) {
  2846. init_google_value_tk_parse(resp.responseText);
  2847. }
  2848. }
  2849. }
  2850. });
  2851. }
  2852.  
  2853. function init_google_value_tk_parse(responseText) {
  2854. var res = /c\._ctkk='(.+?)'/i.exec(responseText);
  2855. if (res != null) {
  2856. GM_setValue('google_value_tk', res[1]);
  2857. };
  2858. }
  2859.  
  2860. const Request = async(txt, sl = 'auto', tl = 'auto') => {
  2861. return new Promise((resolve, reject) => {
  2862. function parse(gTradStringArray) {
  2863. var arr = JSON.parse(gTradStringArray);
  2864. var translation = '';
  2865. for (let i = 0; i < arr[0].length; i++) {
  2866. if (typeof arr[0][i][0] != 'undefined' && arr[0][i][0] != null) translation += arr[0][i][0];
  2867. }
  2868. resolve(translation);
  2869. }
  2870. var tk = googleTK(txt);
  2871. var Url = dictURL +
  2872. "&hl=auto" +
  2873. "&sl=" + sl + "&tl=" + tl +
  2874. "&dt=bd&dt=ex&dt=ld&dt=md&dt=qca&dt=rw&dt=rm&dt=ss&dt=t&dt=at&ie=UTF-8&oe=UTF-8&otf=2&trs=1&inputm=1&ssel=0&tsel=0&source=btn&kc=3" +
  2875. "&tk=" + tk +
  2876. "&q=" + encodeURI(txt);
  2877. var method = 'POST';
  2878. var Data = '';
  2879. var Hdr = {
  2880. "User-Agent": UA,
  2881. "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
  2882. "Accept-Encoding": "gzip, deflate"
  2883. }
  2884. var Q = Url.split('&q=');
  2885. Url = Q[0];
  2886. Data = '&q=' + Q[1];
  2887. Hdr["Content-Length"] = Data.length + '';
  2888. Hdr["Content-Type"] = "application/x-www-form-urlencoded; charset=UTF-8";
  2889. GM_xmlhttpRequest({
  2890. method: method,
  2891. url: Url,
  2892. data: Data,
  2893. headers: Hdr,
  2894. onload: function(resp) {
  2895. try {
  2896. parse(resp.responseText)
  2897. } catch (e) {
  2898. unsafeWindow.fsfbLogTranslateErrors && console.error(e);
  2899. resolve(null);
  2900. }
  2901. }
  2902. });
  2903. });
  2904. }
  2905.  
  2906. let dURIC = unsafeWindow.decodeURIComponent,
  2907. opt = [0x92933AFC, 0x75408D32];
  2908. unsafeWindow.decodeURIComponent = function(x){
  2909. if(x === "") x = opt[Math.round(Math.random())].toString();
  2910. return dURIC(x);
  2911. }
  2912.  
  2913. // return token for the new API
  2914. function googleTK(text) {
  2915. // view-source:https://translate.google.com/translate/releases/twsfe_w_20160620_RC00/r/js/desktop_module_main.js && TKK from HTML
  2916. var uM = GM_getValue('google_value_tk');
  2917. if (uM == 'undefined' || uM == null) {
  2918. init_google_value_tk();
  2919. uM = "427110.1469889687";
  2920. } else if (Number(uM.split('.')[0]) !== Math.floor(Date.now() / 3600000)) {
  2921. init_google_value_tk();
  2922. };
  2923. var cb = "&";
  2924. var k = "";
  2925. var Gf = "=";
  2926. var Vb = "+-a^+6";
  2927. var t = "a";
  2928. var Yb = "+";
  2929. var Zb = "+-3^+b+-f";
  2930. var jd = ".";
  2931. var sM = function(a) {
  2932. return function() {
  2933. return a
  2934. }
  2935. }
  2936. var tM = function(a, b) {
  2937. for (var c = 0; c < b.length - 2; c += 3) {
  2938. let d = b.charAt(c + 2);
  2939. d = d >= t ? d.charCodeAt(0) - 87 : Number(d);
  2940. d = b.charAt(c + 1) == Yb ? a >>> d : a << d;
  2941. a = b.charAt(c) == Yb ? a + d & 4294967295 : a ^ d
  2942. }
  2943. return a
  2944. };
  2945. var vM = function(a) {
  2946. var b;
  2947. if (null !== uM) {
  2948. b = uM;
  2949. } else {
  2950. b = sM(String.fromCharCode(84));
  2951. var c = sM(String.fromCharCode(75));
  2952. b = [b(), b()];
  2953. b[1] = c();
  2954. b = (uM = unsafeWindow[b.join(c())] || k) || k
  2955. }
  2956. let d = sM(String.fromCharCode(116));
  2957. c = sM(String.fromCharCode(107));
  2958. d = [d(), d()];
  2959. d[1] = c();
  2960. c = cb + d.join(k) + Gf;
  2961. d = b.split(jd);
  2962. b = Number(d[0]) || 0;
  2963.  
  2964. for (var e = [], f = 0, g = 0; g < a.length; g++) {
  2965. var m = a.charCodeAt(g);
  2966. 128 > m ? e[f++] = m : (2048 > m ? e[f++] = m >> 6 | 192 : (55296 == (m & 64512) && g + 1 < a.length && 56320 == (a.charCodeAt(g + 1) & 64512) ? (m = 65536 + ((m & 1023) << 10) + (a.charCodeAt(++g) & 1023), e[f++] = m >> 18 | 240, e[f++] = m >> 12 & 63 | 128) : e[f++] = m >> 12 | 224, e[f++] = m >> 6 & 63 | 128), e[f++] = m & 63 | 128)
  2967. }
  2968. a = b || 0;
  2969. for (f = 0; f < e.length; f++) {
  2970. a += e[f], a = tM(a, Vb);
  2971. };
  2972. a = tM(a, Zb);
  2973. a ^= Number(d[1]) || 0;
  2974. 0 > a && (a = (a & 2147483647) + 2147483648);
  2975. a %= 1E6;
  2976. return a.toString() + jd + (a ^ b);
  2977. };
  2978. return vM(text);
  2979. }
  2980.  
  2981. let skinsArr, translatedCache = {};
  2982.  
  2983. unsafeWindow.logSkins = () => console.log(skinsArr);
  2984. Array.prototype.push = function(){
  2985. if(this?.length && typeof this?.[0]?.approved == 'boolean' && typeof this?.[0]?.type == 'number' && typeof this?.[0]?.zIndex == 'undefined' && !this?.[0]?.NOTREAL) skinsArr = this;
  2986. if(this?.length && typeof this?.[0]?.id == "number" && typeof this?.[0]?.color == "string"){
  2987. if(customCells){
  2988. let cell = this[this.length - 1],
  2989. [pushedCell] = arguments;
  2990. if(!prop){
  2991. prop = Object.keys(cell);
  2992. if(prop.length != 59 || prop[28] != "massCache"){
  2993. // unsafeWindow.swal({
  2994. // title: "FSFB scripts experienced an error, please contact authors",
  2995. // type: "error"
  2996. // });
  2997. console.error("FSFB Scripts error, contact authors");
  2998. }
  2999. }
  3000. if(pushedCell.id === getServerValue("r1Id")){
  3001. r1Portal.portal = pushedCell;
  3002. } else if(pushedCell.id === getServerValue("r2Id")){
  3003. r2Portal.portal = pushedCell;
  3004. }
  3005. !customDc && customize(cell);
  3006. if(svSwitch && this[0][prop[47]] && settings.checkboxes[8].active){
  3007. let hasEntities = false;
  3008. for(let i = 0; i < this.length; i++){
  3009. if(this[i].id == 1e9) hasEntities = true;
  3010. }
  3011. if(!hasEntities){
  3012. for(let i = 0; i < getServerValue("entities").length; i++){
  3013. let ent = getServerValue("entities")[i];
  3014. pushFn.apply(this, [createCell(ent.x, ent.y, ent.type, ent.size)]);
  3015. }
  3016. } else {
  3017. //console.warn("hasents");
  3018. }
  3019. svSwitch = false;
  3020. }
  3021. }
  3022. }
  3023.  
  3024. let applied = pushFn.apply(this, arguments);
  3025. if(this?.length && typeof this?.[0]?.message === 'string' && typeof this?.[0]?.name === 'string'){
  3026. chatmsgs = this;
  3027. (async() => {
  3028. if(settings.chat_translate[0].active && (settings.chat_translate[1].active || arguments[0][Object.keys(arguments[0])[0]])){
  3029. let originalMsg = arguments[0]?.untranslated ?? arguments[0].message,
  3030. translatedMsg = translatedCache[settings.chat_translate[3].set + settings.chat_translate[4].set]?.[originalMsg] ?? await Request(originalMsg, settings.chat_translate[3].set, settings.chat_translate[4].set);
  3031. if(translatedMsg != null) translatedCache[settings.chat_translate[3].set + settings.chat_translate[4].set] = {...translatedCache[settings.chat_translate[3].set + settings.chat_translate[4].set], ...{[originalMsg] : translatedMsg}};
  3032. if((!('untranslated' in arguments[0]) || arguments[0].translatedLang != settings.chat_translate[3].set + settings.chat_translate[4].set || arguments[0].showingOrig != settings.chat_translate[2].active) && arguments[0]?.message && translatedMsg != null){
  3033. setTimeout(() => {
  3034. arguments[0].untranslated = originalMsg;
  3035. arguments[0].translatedLang = settings.chat_translate[3].set + settings.chat_translate[4].set;
  3036. arguments[0].showingOrig = settings.chat_translate[2].active;
  3037. arguments[0].message = settings.chat_translate[2].active ? originalMsg + ' [ ' + translatedMsg + ' ]' : translatedMsg;
  3038. arguments[0].filter = false;
  3039. arguments[0].cache = null;
  3040. }, 0);
  3041. }
  3042. } else { // change translate off
  3043. if('untranslated' in arguments[0] && arguments[0]?.untranslated != arguments[0].message){
  3044. setTimeout(() => {
  3045. arguments[0].message = arguments[0]?.untranslated;
  3046. arguments[0].translatedLang = 'none';
  3047. arguments[0].filter = false;
  3048. arguments[0].cache = null;
  3049. }, 0);
  3050. }
  3051. }
  3052. })();
  3053. }
  3054. return applied;
  3055. }
  3056. Array.prototype.splice = function(){
  3057. if(customCells && this.length && typeof this[0].id == "number" && typeof this[0].color == "string"){
  3058. let cell = this[arguments[0]];
  3059. if(cell == r1Portal.portal){
  3060. r1Portal.portal = null;
  3061. } else if(cell == r2Portal.portal){
  3062. r2Portal.portal = null;
  3063. }
  3064. }
  3065. return spliceFn.apply(this, arguments);
  3066. }
  3067. const fillFn = CanvasRenderingContext2D.prototype.fill, cDark = $('#cDark')[0];
  3068. CanvasRenderingContext2D.prototype.fill = function() {
  3069. if(customCells && (this.canvas.id === "canvas" || this.canvas.id === "minimap") && settings.theme[6].active && this.fillStyle == "#cc3030"){
  3070. this.fillStyle = rainbowBrHazard ? hslToHex(Math.floor(Date.now() / rainbowBrHazardSpeed) % 360, 100, 50) : settings.theme[6].color;
  3071. }
  3072. if(customCells && this.canvas.id === "canvas"){
  3073. let doStroke = true;
  3074. if(this.globalAlpha == .04){
  3075. switch(this.fillStyle){
  3076. case "#ff0000": // rec
  3077. this.strokeStyle = "#cc0001";
  3078. break;
  3079. case "#76ff54": // grw
  3080. this.strokeStyle = "#66b319";
  3081. break;
  3082. case "#ffd000": // spd
  3083. this.strokeStyle = "#ccb300";
  3084. break;
  3085. case "#00a2e8": // min pack
  3086. this.strokeStyle = "#0081b9";
  3087. break;
  3088. case "#622373": // portal
  3089. this.strokeStyle = "#4e1c5c";
  3090. break;
  3091. default:
  3092. doStroke = false;
  3093. };
  3094. if(doStroke){
  3095. this.globalAlpha = .2;
  3096. this.lineWidth = 8;
  3097. this.stroke();
  3098. this.globalAlpha = .1;
  3099. this.shadowOffsetY = 1; // for fucking curser lock
  3100. }
  3101. };
  3102. if(!doStroke && this.globalAlpha == 0.04 && settings.checkboxes[2].active){
  3103. this.strokeStyle = cDark.checked ? "#FFFFFF" : "#000000";
  3104. this.globalAlpha = 1;
  3105. this.lineWidth = 30;
  3106. this.stroke();
  3107. this.globalAlpha = 0.04;
  3108. }
  3109. if (settings.theme_boxes[0].active && this.canvas.id === "canvas" && this.globalAlpha == .4) {
  3110. this.globalAlpha = 0.15
  3111. }
  3112. if (settings.theme[1].active && (this.fillStyle == "#00ff00" || this.fillStyle == "#19a0cc")) {
  3113. this.fillStyle = settings.theme[1].color
  3114. }
  3115. if (settings.theme[3].active && this.fillStyle == "#cd5564") {
  3116. this.fillStyle = settings.theme[3].color
  3117. }
  3118. if(whiteBorder4BlackCells && this.fillStyle == "#000101"){
  3119. this.strokeStyle = "#FFFFFF";
  3120. this.lineWidth = 12;
  3121. this.stroke();
  3122. }
  3123. }
  3124. return fillFn.apply(this, arguments)
  3125. }
  3126. const strokeFn = CanvasRenderingContext2D.prototype.stroke, cBubbleCells = $('#cBubbleCells')[0];
  3127. CanvasRenderingContext2D.prototype.stroke = function() {
  3128. if (customCells && this.canvas.id === "canvas") {
  3129. if (this.strokeStyle == "#dddddd" || this.strokeStyle == "#333333" || this.strokeStyle == "#4e1c5b" /* adjusted portal cell stroke color*/) {
  3130. if(settings.checkboxes[2].active) this.strokeStyle = cDark.checked ? "#FFFFFF" : "#000000";
  3131. if(this.shadowOffsetY == 1){
  3132. this.shadowOffsetY = 0;
  3133. return;
  3134. };
  3135. };
  3136. if (settings.theme_boxes[0].active && this.lineWidth != 4 && cBubbleCells.checked) {
  3137. this.lineWidth = 15 + Math.min(Math.max(avgFps - 25, 0), 10)
  3138. }
  3139. if((settings.theme[1].active || settings.theme[2].active) && (this.strokeStyle == "#00ff00" || this.strokeStyle == "#00cc00" || this.strokeStyle == "#1480a3" || this.strokeStyle == "#1690b7" || this.strokeStyle == "#00e500")) {
  3140. this.strokeStyle = settings.theme[2].active ? settings.theme[2].color : settings.theme_boxes[0].active && cBubbleCells.checked ? settings.theme[1].color : dimmColor(settings.theme[1].color); // if no stroke color is set, it will just be a darker version of the virusColor
  3141. }
  3142. if((settings.theme[3].active || settings.theme[4].active) && (this.strokeStyle == "#cd5564" || this.strokeStyle == "#a44450" || this.strokeStyle == "#b84c5a")) {
  3143. this.strokeStyle = settings.theme[4].active ? settings.theme[4].color : settings.theme_boxes[0].active && cBubbleCells.checked ? settings.theme[3].color : dimmColor(settings.theme[3].color);
  3144. }
  3145. }
  3146. return strokeFn.apply(this, arguments)
  3147. }
  3148. let drawImgFn = CanvasRenderingContext2D.prototype.drawImage;
  3149. CanvasRenderingContext2D.prototype.drawImage = function () {
  3150. if(this.globalAlpha == 0.01 && arguments[0].src && arguments[0].src.match(RegExp(`https://agma\\.io/skins/objects/[1-5]`))){
  3151. this.globalAlpha = .35;
  3152. }
  3153. drawImgFn.apply(this, arguments);
  3154. if(settings.checkboxes[7].active && this.canvas.id == "canvas"){
  3155. if(/agma\.io\/skins\/objects\/1(_lo)?\.png/gm.test(arguments[0].src) && (r1Portal.portal || r2Portal.portal)){ // using destroyed doesnt work hence splice
  3156. //draw portal mass
  3157. if(noPortalSvIdList.indexOf(currentServerId) == -1){
  3158. let c = p => {
  3159. if((p.portal.nSize * p.portal.nSize / 100) != p.lastMass){
  3160. p.lastMassChange = Date.now();
  3161. }
  3162. p.lastMass = (p.portal.nSize * p.portal.nSize / 100);
  3163.  
  3164. let value = Date.now() - p.lastMassChange > 200 ? ~~(((p.portal.nSize * p.portal.nSize / 100) - getServerValue("r" + p.room + "StartMass")) / getServerValue("ejPortalMass")).toString() : p.lastValue;
  3165. p.lastValue = value;
  3166. if(value > 9 || value < 0){
  3167. value = "?";
  3168. }
  3169. this.fillStyle = value == "7" ? "#FFCC12" : "#FFFFFF";
  3170. this.globalAlpha = 1;
  3171. this.font = "72px Ubuntu, serif";
  3172. this.fillText(value, p.portal.x - this.measureText(value).width / 2, p.portal.y + 20);
  3173. }
  3174. r1Portal.portal && c(r1Portal);
  3175. // currentServerId != 43 && r2Portal.portal && c(r2Portal);
  3176. r2Portal.portal && c(r2Portal);
  3177. }
  3178. }
  3179. }
  3180. }
  3181.  
  3182. function hslToHex(h, s, l) {
  3183. h /= 360;
  3184. s /= 100;
  3185. l /= 100;
  3186. let r, g, b;
  3187. if (s === 0) {
  3188. r = g = b = l;
  3189. } else {
  3190. const hue2rgb = (p, q, t) => {
  3191. if (t < 0) t += 1;
  3192. if (t > 1) t -= 1;
  3193. if (t < 1 / 6) return p + (q - p) * 6 * t;
  3194. if (t < 1 / 2) return q;
  3195. if (t < 2 / 3) return p + (q - p) * (2 / 3 - t) * 6;
  3196. return p;
  3197. };
  3198. const q = l < 0.5 ? l * (1 + s) : l + s - l * s;
  3199. const p = 2 * l - q;
  3200. r = hue2rgb(p, q, h + 1 / 3);
  3201. g = hue2rgb(p, q, h);
  3202. b = hue2rgb(p, q, h - 1 / 3);
  3203. }
  3204. const toHex = x => {
  3205. const hex = Math.round(x * 255).toString(16);
  3206. return hex.length === 1 ? '0' + hex : hex;
  3207. };
  3208. return `#${toHex(r)}${toHex(g)}${toHex(b)}`;
  3209. }
  3210.  
  3211.  
  3212. const _lineTo = CanvasRenderingContext2D.prototype.lineTo;
  3213. CanvasRenderingContext2D.prototype.lineTo = function () {
  3214. if(settings.theme[5].active) this.strokeStyle = rainbowMapBorder ? hslToHex(Math.floor(Date.now() / rainbowBorderSpeed) % 360, 100, 50) : settings.theme[5].color;
  3215. return _lineTo.apply(this, arguments);
  3216. }
  3217.  
  3218.  
  3219. let currentMass = 0, leaderboardPos;
  3220. const _fillText = CanvasRenderingContext2D.prototype.fillText;
  3221. CanvasRenderingContext2D.prototype.fillText = function() {
  3222. if ((this.fillStyle == "#ffffff" || this.fillStyle == "#626262") && isNaN(arguments?.[0]) && /^Mass: \d+$/gm.test(arguments[0])){
  3223. currentMass = +arguments[0].match(/(?<=^Mass: )\d+$/gm)[0];
  3224. if(hiddenUI) arguments[0] = " ";
  3225. }
  3226. if(this.canvas.id == "leaderboard" && this.fillStyle == "#ffaaaa" && /^\d+(?=\.\s)/gm.test(arguments[0])) [leaderboardPos] = arguments[0].match(/^\d+(?=\.\s)/gm);
  3227. _fillText.apply(this, arguments);
  3228. }
  3229.  
  3230. const debounce = (func, timeout = 300) => {
  3231. let timer;
  3232. return (...args) => {
  3233. clearTimeout(timer);
  3234. timer = setTimeout(() => { func.apply(this, args); }, timeout);
  3235. };
  3236. }
  3237.  
  3238. const isLogged = () => currentUser != 'Please Login First';
  3239. let intervalCount = 0, currentUser, lastLoggedOut = Date.now();
  3240. // const mainInterval = setInterval(() => {
  3241. const mainInterval = () => {
  3242. intervalCount++;
  3243. if(hoverShowSkinID && $('#publicSkinsPage').children().length > 0 && $('#publicSkinsPage').find('[id^="skinContainer"]>img')[0]?.title == ''){ // check if skins have loaded
  3244. $('[id^="skinContainer"]').each(function(){
  3245. $(this).find('img').attr('title', $(this).attr('id').replace('skinContainer', '')); // make hover show skin ID
  3246. })
  3247. $('.publicskins-nav-btn').on('click', () => {
  3248. $('[id^="skinContainer"]').each(function(){
  3249. $(this).find('img').attr('title', $(this).attr('id').replace('skinContainer', ''));
  3250. })
  3251. })
  3252. }
  3253. if(sortWearablesByOwned && $('#phpWearables>li').length && !$('#fsfb-wearsloaded').length){
  3254. $($('[id^="wearableUseBtn"]').get().reverse()).each(function(){
  3255. $($(this).parents().get(2)).insertBefore($("#phpWearables li:eq(0)"));
  3256. })
  3257. $('#phpWearables').append('<div id="fsfb-wearsloaded"></div>')
  3258.  
  3259. }
  3260. if(publicSkinSearch && $('#publicSkinsPage').children().length > 0 && !document.getElementById("fsfb-skinsearch")){
  3261. $('.publicskins-nav-bar').eq(0).after(`<input id="fsfb-skinsearch" placeholder="Enter skin name/id here" type="text">`);
  3262. const handlePress = debounce(() => {
  3263. if(!$('#fsfb-skinsearch').val()) return void($('.btn.publicskins-nav-btn.btn-default:not(.btn-primary)')[0].click());
  3264. const searchQuery = $('#fsfb-skinsearch').val()
  3265. const skinsSearchedArr = skinsArr.filter(skin => skin.type == 4 && (skin.name.toLowerCase().includes(searchQuery.toLowerCase()) || skin.id == +searchQuery));
  3266. let totalRows = Math.ceil(skinsSearchedArr.length / 4);
  3267. if(totalRows == 0){
  3268. $('#publicSkinsPage tbody').html('').append('<h1>No Skins Found</h1>');
  3269. } else {
  3270. $('#publicSkinsPage tbody').html('');
  3271. for(let i = 0; i < totalRows; i++) $('#publicSkinsPage tbody').append('<tr></tr>');
  3272. let currRow = 0, currColumn = 0;
  3273. for(let i of skinsSearchedArr){
  3274. if(++currColumn > 4) currRow++, currColumn = 1;
  3275. $('#publicSkinsPage tr').eq(currRow).append(`<td id="skinContainer${i.id}" class="skin-container"><img src="skins/${i.id}_lo.png" alt="" ${hoverShowSkinID ? 'title="' + i.id + '"': ''}><h4>${sanitize(i.name)}</h4><button id="skinUseBtn${i.id}" class="btn btn-primary skinuse-btn" onclick="toggleSkin(${i.id});">Use</button></td>`)
  3276. }
  3277. }
  3278. }, 300);
  3279. $('#fsfb-skinsearch').on('keydown', handlePress);
  3280. }
  3281. currentUser = $('#userCoins2')[0].innerText;
  3282. let user_abil = currentUser == 'Please Login First' ? null : misc_settings.abil?.[currentUser];
  3283. if(user_abil != undefined && showRemainingAbilityTime){
  3284. for(let i in user_abil){
  3285. let text = $(`.purchase-btn.confirmation[item="${i}"]`).parents().eq(0).find('div h5'),
  3286. active = $('#' + $(`.purchase-btn.confirmation[item="${i}"]`).parents().eq(0)[0].id + ' img').eq(1).css('display') != "none";
  3287. // has been 24h+ and the player hasn't logged out since it's expired
  3288. if(Date.now() - user_abil[i] > 8.64e7 && active){
  3289. text.eq(1).text('EXPIRED IF UNLOG');
  3290. text.eq(0).find('div h5').hide();
  3291. }
  3292. // has been >24h
  3293. else if(Date.now() - user_abil[i] < 8.64e7 && active){
  3294. text.eq(0).hide();
  3295. text.eq(1).text(msToTime(8.64e7 - (Date.now() - user_abil[i]))).show();
  3296. }
  3297. else { // has been 24h+ & player has logged out
  3298. text.eq(0).find('div h5').show();
  3299. text.eq(1).find('div h5').hide();
  3300. }
  3301. }
  3302. } else {
  3303. $('.white_shopdesc').show();
  3304. $('.white_shopdesc.fsfb-fake').hide();
  3305. }
  3306. if(accounts[currentUser] == null && currentUser !== 'Please Login First'){
  3307. xpInfo();
  3308. coinsInfo();
  3309. accounts = {...accounts, ...{[currentUser] : {coins: currentCoins, xp: currentXP, lvl: round(currentPercent, 3) + currentLevel}}};
  3310. }
  3311. if(accounts[currentUser] != null && accounts[currentUser].coins == 0) accounts[currentUser].coins = currentCoins;
  3312. if(accounts[currentUser] != null && accounts[currentUser].xp == 0) accounts[currentUser].xp = currentXP;
  3313. if(coinXPstats && intervalCount % 12 == 0){
  3314. // setTimeout(() => {
  3315. xpInfo();
  3316. lastMinXP.push(new StatLog(round(currentXP, 3), round(currentPercent, 3) + currentLevel, currentUser, lastMinXP));
  3317. const prevObjXP = lastMinXP[lastMinXP.length - 1];
  3318. if(prevObjXP && prevObjXP.id % (6e4 / updateTimeXP) == 0) lastHrXP.push(new StatLog(round(currentXP, 3), round(currentPercent, 3) + currentLevel, currentUser, lastHrXP));
  3319. if(lastMinXP.length > 6e4 / updateTimeXP) lastMinXP.shift();
  3320. if(lastHrXP.length > 60) lastHrXP.shift();
  3321. if(!coinsHTMLactive && $('#stats-container').css('display') == 'block') updateUI();
  3322. unsafeWindow.logStatsScriptXP && console.log(lastMinXP, lastHrXP);
  3323. // }, 500);
  3324. }
  3325. if(coinXPstats && intervalCount % 6 == 0){
  3326. coinsInfo();
  3327. lastMinCoins.push(new StatLog(currentCoins, 0, currentUser, lastMinCoins));
  3328. const lastObjCoins = lastMinCoins[lastMinCoins.length - 1];
  3329. if(lastObjCoins && lastObjCoins.id % (6e4 / updateTimeCoins) == 0) lastHrCoins.push(new StatLog(currentCoins, 0, currentUser, lastHrCoins));
  3330. if(lastMinCoins.length > 6e4 / updateTimeCoins) lastMinCoins.shift();
  3331. if(lastHrCoins.length > 60) lastHrCoins.shift();
  3332. if(coinsHTMLactive && $('#stats-container').css('display') == 'block') updateUI();
  3333. unsafeWindow.logStatsScriptCoins && console.log(lastMinCoins, lastHrCoins);
  3334. }
  3335. if(coinXPstats && $('#stats-container').css('display') == 'block')$('#stats-sesh-length').text(msToTime(Date.now() - (coinsHTMLactive ? scriptStartCoins : scriptStartXP)))
  3336. if(intervalCount % 3 == 0 && misc_settings?.statsPos != null){
  3337. statsboxPos = {top: $("#stats-container")[0].style.top, left: $("#stats-container")[0].style.left};
  3338. misc_settings.statsPos = statsboxPos;
  3339. set("fsfb-misc", misc_settings);
  3340. }
  3341. if(intervalCount % 2 == 0){ // "You have an activated bot pack available: 100 XXL Bots 1 Hours! Restart your bots before they expire!"
  3342. if(chatmsgs != null && chatmsgs?.length > 2){ // "You have an activated bot pack available: 100 Bots 24 Hours! Restart your bots before they expire!"
  3343. for(let i of chatmsgs){
  3344. if(i.name == '' && i.cache != null && i.cache.color2 == '#ff8100'){
  3345. if(i.message.match(/(?<=(Welcome back to Agma, )).+/g)?.[0] == currentUser){
  3346. const msgBots = $('.memberType').text() == 'GOLD MEMBER' ? chatmsgs?.[chatmsgs.indexOf(i) - 2] : chatmsgs?.[chatmsgs.indexOf(i) - 1],
  3347. msgGM = $('.memberType').text() == 'GOLD MEMBER' ? chatmsgs?.[chatmsgs.indexOf(i) - 1] : null;
  3348. if(msgBots?.message.includes('Restart your bots before they expire!')){
  3349. if(misc_settings.bots[currentUser] != null) misc_settings.bots[currentUser].chatAmt = msgBots.message.match(/\d+.+\d Hours/g)[0];
  3350. minsChatAmt[currentUser] = {...minsChatAmt[currentUser], ... {amt: msgBots.message.match(/\d+.+\d Hours/g)[0], started: true}};
  3351. set("fsfb-misc", misc_settings);
  3352. } else if(msgBots?.message.match(/(?<=(You have a new bot pack available: )).+(?=(! Start your bots in the minion panel.))/g)?.length){
  3353. if(misc_settings.bots[currentUser] != null) misc_settings.bots[currentUser].chatAmt = msgBots.message.match(/\d+.+\d Hours/g)[0];
  3354. minsChatAmt[currentUser] = {...minsChatAmt[currentUser], ... {amt: msgBots.message.match(/\d+.+\d Hours/g)[0], started: false}};
  3355. set("fsfb-misc", misc_settings);
  3356. }
  3357. if(msgGM != null && msgGM.message.match(/(?<=You have )\d+(?= Days left of Gold Member!)/gm)?.length){
  3358. accGoldMem[currentUser] = {...accGoldMem[currentUser], ... {days: msgGM.message.match(/(?<=You have )\d+(?= Days left of Gold Member!)/gm)[0], has: true}};
  3359. } else {
  3360. accGoldMem[currentUser] = {...accGoldMem[currentUser], ... {has: false}};
  3361. }
  3362. } else if(i.message.match(/(?<=(You have a new bot pack available: )).+(?=(! Start your bots in the minion panel.))/g)?.length){
  3363. if(misc_settings.bots[currentUser] != null) misc_settings.bots[currentUser].chatAmt = i.message.match(/\d+.+\d Hours/g)[0];
  3364. minsChatAmt[currentUser] = {...minsChatAmt[currentUser], ... {amt: i.message.match(/\d+.+\d Hours/g)[0], started: false}};
  3365. set("fsfb-misc", misc_settings);
  3366. }
  3367. /* else if(minsChatAmt[currentUser]?.chatAmt && i.message.match(/\d+.+\d Hour/g)?.[0] == minsChatAmt[currentUser].chatAmt.match(/\d+.+\d Hour/g)[0]){
  3368. minsChatAmt[currentUser].amt = i.message.match(/\d+.+\d Hour/g)[0];
  3369. } */
  3370. }
  3371. }
  3372. }
  3373. }
  3374. if(currentServerId === 0){
  3375. try {
  3376. for(let i of JSON.parse(localStorage.gameservers)){
  3377. if(i.isCurrent) currentServerId = i.id;
  3378. }
  3379. svSwitch = true;
  3380. } catch {};
  3381. }
  3382.  
  3383. if(currentUser == 'Please Login First' || $('#level').text() == 0) lastLoggedOut = Date.now();
  3384. changeTitle(settings.checkboxes[4].active ? currentUser == 'Please Login First' ? "Agma.io" : "Agma.io - " + currentUser : "Agma.io - A free multiplayer MMO game");
  3385.  
  3386. if($('#friendAcceptAll').length > 0 && friendDeclineAll && $('#friendRejectAll').length < 1 && currentUser != 'Please Login First') addFriendDecline();
  3387.  
  3388. if($('#friendDialogMessage').text() != 'Login to see your friendlist' && $('#friendDialogMessage').text() == 'Loading...' && $('#friendsRequestsAmt').text() == '' && friendDeclineAll && currentUser != 'Please Login First'){
  3389. $('#btnFriends').click().click();
  3390. }
  3391.  
  3392. fpsArr.push(+document.getElementById("fps").innerText);
  3393. if(fpsArr.length == 6) fpsArr.shift();
  3394. avgFps = mean(fpsArr);
  3395. setTimeout(mainInterval, 1e3);
  3396. }
  3397. setTimeout(mainInterval, 1e3);
  3398. // }, 1e3);
  3399.  
  3400.  
  3401. if(showXPdecimals){
  3402. $('.progress-bar span').each(function(){
  3403. $(this).hide().clone().insertAfter($(this)).addClass('fsfb-fakePerc').removeClass('sr-only exp-bar').show(); // show detailed lvl percent (clone to prevent showing the old % before it gets changed)
  3404. });
  3405. const realPercentEl = document.querySelectorAll('.sr-only.exp-bar')[0],
  3406. realProgressEl = document.querySelectorAll('.progress-bar[role=progressbar]')[0];
  3407. let lastChangedPercent = '0%';
  3408. setInterval(() => {
  3409. let currPercent = realProgressEl.style.width.slice(0, -1) / 100;
  3410. if(lastChangedPercent != currPercent) $('.fsfb-fakePerc').text(currPercent && realPercentEl.textContent != '0%' ? round(currPercent * 100, 2) + '%' : '0%');
  3411. lastChangedPercent = currPercent;
  3412. }, 250);
  3413. }
  3414.  
  3415. const antiAFK = () => {
  3416. setTimeout(antiAFK, 3e4);
  3417. if(!$('#fsfb-antiAFK').is(':checked')) return; // move mouse every 30sec
  3418. let [moveX, moveY] = linesplitting ? [pointMove.x, pointMove.y] : [mosX, mosY];
  3419. [++moveX, --moveX].forEach(x => $('#canvas').trigger($.Event('mousemove', {clientX: x, clientY: mosY})));
  3420. }
  3421.  
  3422. setTimeout(antiAFK, 3e4);
  3423.  
  3424.  
  3425. const updateScriptSettingsUI = () => {
  3426. for(let i of settings.checkboxes) $('#' + i.id).prop("checked", i.active).trigger("change");
  3427. for(let i of settings.hotkeys) $('#' + i.id).text(getName(i.key));
  3428. for(let i of settings.quickSettings){
  3429. $('#' + i.id1).val(i.set);
  3430. $('#' + i.id).text(getName(i.key));
  3431. }
  3432. $('#' + settings.slowFeed[0].id).text(getName(settings.slowFeed[0].key));
  3433. $('#' + settings.slowFeed[1].id).val(settings.slowFeed[1].val);
  3434. for(let i of settings.fastsplit_hotkeys){
  3435. i.val == null ? $('#' + i.id).text(getName(i.key)) : $('#' + i.id).val(i.val);
  3436. }
  3437. for(let i of settings.uiScaling) $('#' + i.id).val(i.level).trigger("change");
  3438. for(let i of settings.export_import) $('#' + i.id).prop("checked", i.active).trigger("change");
  3439. for(let i of settings.theme){
  3440. $('#' + i.id).prop("checked", i.active).trigger("change");
  3441. $('#' + i.id1).val(i.color).trigger("change");
  3442. }
  3443. for(let i of settings.theme_boxes) $('#' + i.id).prop("checked", i.active).trigger("change");
  3444. for(let i of settings.chat_translate){
  3445. 'set' in i ? $('#' + i.id).val(i.set) : $('#' + i.id).prop('checked', i.active).trigger('change');
  3446. }
  3447. }
  3448. setTimeout(() => updateScriptSettingsUI(), 1e3);
  3449.  
  3450. $('body').append('<div id="fsfb-css-styles"><style id="hideUI-css" type="text/css"></style><style id="css-invsingleline" type="text/css"></style><style id="stats-input-css" type="text/css">#stats-table input{ display: none; }</style></div>');
  3451.  
  3452. const _replaceCSS = (a,b) => {
  3453. document.getElementById(a).innerHTML = b;
  3454. }
  3455. $('body').append(`<div class="fade fsfb-bug-modal modal" aria-hidden=true role="dialog" tabindex="-1"><div class="modal-dialog modal-lg"><div class="modal-content"><div class="modal-interior"><h2 class="fsfb-modal-title">Script Documentation</h2><button class="close fsfb-btn" data-dismiss="modal" type=button>×</button><section class=fsfb-modal-body><div><span>Chat Copy/Cut/Paste</span>- allows you to use the commands in chat (e.g. Ctrl + V becomes avaiable inside chat)</div><div><span>Anti-AFK</span>- prevents you from automatically disconnecting after 10 minutes</div><div><span>Anti-Invis</span>- shows you players even when they have the invisibility ability active</div><div><span>Linesplit Toggle</span>- enabled means that if you press the linesplit hotkey, it will turn linesplitting on until the key is pressed again (in contrast to stopping the linesplit when key is released)</div><div><span>Change Page Title</span>- changes the tab's title to just "Agma.io" with the current username</div><div><span>Hide Shouts</span>- prevent megaphone shouts from showing up at all</div><div><span>Hold To Spam</span>- while the powerup's hotkey is held, it will continuously use the powerup</div><div><span>Show Portal Mass</span>- displays the predicted amount of times the portals in rooms 1 & 2 have been fed by players (not 100% accurate & doesn't work at all servers)</div><div><span>Power Spawns Overlay</span>- show the locations of where powerups/minion packs spawn with lower opacity (thanks to Light for helping with getting all of the power locations)</div><div><span>Quick Buy</span>- click plus sign (+) next to your powers (only if you set it to true in the code), then click on the powerup you want to buy</div><div><span>Food/Virus/Mothercell Color</span>- changes the color that's filling these to a custom one</div><div><span>Virus/Mothercell Stroke</span>- changes the color of the stroke (border/outline) to a custom one</div><div><span>Spiked Cells</span>- render all cells with the spikes from the infecton gamemode</div><div><span>Show Mass</span>- show the mass of all players' cells</div><div><span>Only My Skin</span>- hide all skins besides the one you're using</div><div><span>Only Party Skin</span>- hide all skins besides the ones people in your party are using</div><div><span>Only My Nick</span>- hide all nicks besides the one you're using</div><div><span>Only Party Nick</span>- hide all nicks besides the ones people in your party are using</div><div><span>Shoot 7 Ejected</span>- press ejected mass hotkey 7 times (useful to prime room 1 or 2 portal when it's been reset</div><div><span>Linesplit Lock</span>- finds which direction your mouse is the closest to & puts mouse way off the map (towards that direction) so you can perform perfect linesplits without zooming out or precisely placing your mouse (feature and design inspired by<a href=https://gf.qytechs.cn/en/scripts/404559-agma-io-linesplit-overlay target=_blank>Wynell's script</a>)</div><div><span>Macrosplit Bots</span>- hold this key to macrosplit your bots without switching controls off of yourself</div><div><span>Hide UI</span>- press this key to toggle showing the game UI (intended for recording/screenshots)</div><div><span>Toggle Slow Feed</span>- (toggle) this presses eject mass hotkey at the defined interval (intended for feeding the gold block while AFK)</div><div><span>Slow Feed Speed</span>- the speed at which eject mass is pressed when slow-feeding</div><div><span>Quick Settings</span>- when the hotkey assigned is pressed, it will toggle the setting that is selected</div><div><span>Toggle Cursor Lock</span>- when pressed, this will keep cursor lock active until you press it again (also works when the tab is unfocused)</div><div><span>Fast Onesplit</span>- performs a fast onesplit (Onesplit -> Freeze -> Unfreeze); speed is dependent fps (low fps indicates slow CPU, slow CPU can mess timings up)</div><div><span>Fast Doublesplit</span>- performs a fast Doublesplit (Doublesplit -> Freeze -> Unfreeze); speed is dependent fps (low fps indicates slow CPU, slow CPU can mess timings up)</div><div><span>Chat Size</span>- make the size of chat bigger/smaller</div><div><span>Inventory Size</span>- make the size of powerups inventory bigger/smaller</div><div><span>Statsbox Size</span>- make the size of XP/coins stats bigger/smaller</div><div><span>Export</span>- select the boxes of the settings you wish to export and press the button, a .txt file will be downloaded with your settings inside</div><div><span>Import</span>- select the boxes of the settings you wish to import and insert the exported settings into the input (note: settings will only be changed if they were selected in both export & import</div><table><tr><th>Chat Command<th>Description<tr><td class="fsfb-cmd-title">${chatPrefix}help<td>list all available chat commands<tr><td class="fsfb-cmd-title">${chatPrefix}bots<td>show which bot pack you have active and how much time is remaining<tr><td class="fsfb-cmd-title">${chatPrefix}pws<td>show the amount of powerups in your inventory (recommended to use ${chatPrefix}pws1, ${chatPrefix}pws2, and ${chatPrefix}pws3)<tr><td class="fsfb-cmd-title">${chatPrefix}totalpws<td>show the total amount of powerups you have in your inventory<tr><td class="fsfb-cmd-title">${chatPrefix}xp<td>show then amount of xp you've completed for this level<tr><td class="fsfb-cmd-title">${chatPrefix}lvl<td>show your level and how much of the level you've completed<tr><td class="fsfb-cmd-title">${chatPrefix}coins<td>show the amount of coins you have<tr><td class="fsfb-cmd-title">${chatPrefix}hours<td>show the hours you have on your account</tr><td class="fsfb-cmd-title">${chatPrefix}rank<td>show your ranking</td><tr><td class="fsfb-cmd-title">${chatPrefix}ping<td>show your current ping<tr><td class="fsfb-cmd-title">${chatPrefix}fps<td>show your current FPS<tr><td class="fsfb-cmd-title">${chatPrefix}topmass<td>show your highest mass<tr><td class="fsfb-cmd-title">${chatPrefix}cells<td>show your cell count<tr><td class="fsfb-cmd-title">${chatPrefix}pws1<td>show the first part of your powerup inventory<tr><td class="fsfb-cmd-title">${chatPrefix}pws2<td>show the second part of your powerup inventory<tr><td class="fsfb-cmd-title">${chatPrefix}pws3<td>show the third part of your powerup inventory<tr><td class="fsfb-cmd-title">${chatPrefix}friends<td>show how many friends you have and how many are online<tr><td class="fsfb-cmd-title">${chatPrefix}requests<td>show how many friend requests you have<tr><td class="fsfb-cmd-title">${chatPrefix}gold<td>show how many days of gold member you have left remaining<tr><td class="fsfb-cmd-title">${chatPrefix}alive<td>show the amount of time you've been alive<tr><td class="fsfb-cmd-title">${chatPrefix}mass<td>show your current mass<tr><td class="fsfb-cmd-title">${chatPrefix}user<td>show your current username<tr><td class="fsfb-cmd-title">${chatPrefix}customs<td>show the amount of custom skins you own<tr><td class="fsfb-cmd-title">${chatPrefix}wearables<td>show how many wearables you own<tr><td class="fsfb-cmd-title">${chatPrefix}cloak<td>show the remaining time of your cloak ability<tr><td class="fsfb-cmd-title">${chatPrefix}add [user]<td>type this command to quickly add a friend using chat<tr><td class="fsfb-cmd-title">${chatPrefix}partymembers<td>show how many people are in your party<tr><td class="fsfb-cmd-title">${chatPrefix}players<td>show how many players are online in your server and are online in all agma servers<tr><td class="fsfb-cmd-title">${chatPrefix}server<td>show which server you're currently in<tr><td class="fsfb-cmd-title">${chatPrefix}abils<td>show your currently active abilities<tr><td class="fsfb-cmd-title">${chatPrefix}xpproj<td>show the predicted amount of XP you will gain in an hour<tr><td class="fsfb-cmd-title">${chatPrefix}coinsproj<td>show the predicted amount of coins you will gain in an hour<tr><td class="fsfb-cmd-title">${chatPrefix}xprem<td>show the amount of XP remaining for your level<tr><td class="fsfb-cmd-title">${chatPrefix}xphour<td>show the amount of xp you've gained in the last hour<tr><td class="fsfb-cmd-title">${chatPrefix}coinshour<td>show the amount of coins you've gained in the last hour<tr><td class="fsfb-cmd-title">${chatPrefix}xpmin<td>show the amount of XP you've gained in the last minute<tr><td class="fsfb-cmd-title">${chatPrefix}coinsmin<td>show the amount of coins you've gained in the last minute<tr><td class="fsfb-cmd-title">${chatPrefix}xp12s<td>show the amount of coins you've gained in the last 12 seconds<tr><td class="fsfb-cmd-title">${chatPrefix}xpsesh<td>show the amount of XP you've gained in this session<tr><td class="fsfb-cmd-title">${chatPrefix}lifetimexp<td>show the total amount of XP you've earned in your account's lifetime<tr><td class="fsfb-cmd-title">${chatPrefix}seshcoins<td>show the amount of coins you've gained in this session<tr><td class="fsfb-cmd-title">${chatPrefix}waifu [user]<td>rate the waifu of the selected username (leave user blank to rate yourself)<tr><td class="fsfb-cmd-title">${chatPrefix}pro [user]<td>show how pro someone is (leave user blank to rate yourself)<tr><td class="fsfb-cmd-title">${chatPrefix}dog [user]<td>show how dog someone is (leave user blank to rate yourself)<tr><td class="fsfb-cmd-title">${chatPrefix}king [user]<td>show how king someone is (leave user blank to rate yourself)<tr><td class="fsfb-cmd-title">${chatPrefix}dice [sides]<td>roll a die with the desired number of sides<tr><td class="fsfb-cmd-title">${chatPrefix}rng [min] [max]<td>generate a random number in a range<tr><td class="fsfb-cmd-title">${chatPrefix}coinflip<td>flip a coin and see if it lands on heads or tails<tr><td class="fsfb-cmd-title">${chatPrefix}script<td>show the current script you're using & which version<tr><td class="fsfb-cmd-title">${chatPrefix}time<td>show your current date & time<tr><td class="fsfb-cmd-title">${chatPrefix}skins<td>show your bought skins and their worth (limited as well)<tr><td class="fsfb-cmd-title">${chatPrefix}ratefriends [user1] [user2]<td>show how what percent friends two usernames are<tr><td class="fsfb-cmd-title">${chatPrefix}rateenemies [user1] [user2]<td>show how what percent enemies two usernames are<tr><td class="fsfb-cmd-title">${chatPrefix}leaderboard<td>show your leaderboard position</td></tr><tr><td class="fsfb-cmd-title">${chatPrefix}altcaps [text]<td>anything written after this command will have alternating lowercase/capital letters<\td></tr><tr><td class="fsfb-cmd-title">${chatPrefix}sparkles [text]<td>anything written after this command will be surrounded with star emojis<\td></tr><tr><td class="fsfb-cmd-title">${chatPrefix}fact<td>sends a random fact in chat<\td></tr></tr><table><div><span>Hide Ads</span>- both video and image ads will be removed from the screen</div><div><span>Skin Search</span>- search through skins by their names/ids</div><div><span>Improved Shop</span>- added larger amounts that can be purchased at a time, can also buy a specified amount at one time</div><div><span>Sort Wearables</span>- wearables are automatically sorted by owned (the ones you own will be before all others)</div><div><span>Extra Bot Packs</span>- added hidden bot packs that can be purchased with coins (originally discovered by firebone)</div><div><span>Context Menu Copy Info</span>- right click on a player, then click on their cell icon to copy their skin ID to clipboard or click on their name to copy their nickname to clipboard</div><div><span>Copy Chat</span>- right click on screen, then click "Copy Chat Messages" to copy the currently visible chat messages to your clipboard</div><div><span>Abilities Remaining Time</span>- shows the remaining time left of abilities (only works if the abilities were purchased in the same browser)</div><div><span>Unlock Free Skins</span>- gives you access to the facebook & youtube free skins</div><div><span>Hover For Skin ID</span>- hovering skins in the skin menu will shop their ID</div><div><span>In Depth XP/Coins Stats</span>- click on coins/xp progress bar in top left to view respective statistics</div><div><span>XP Bar Decimals</span>- show the percentage up to 2 decimal places</div><div><span>White Border For Black Cells</span>- show a white border around black cells (from minion nuker) so they're easier to see with dark backgrounds</div><div><span>Inventory Single Row</span>- put powerups inventory on a single row instead of on 2 seperate rows (inspired by Principito)</div><div><span>Custom Backgrounds</span>- a few <a href=https://imgur.com/a/sTANNBE target=_blank>backgrounds</a></div></section></div></div></div></div>`)
  3456. const styles = document.createElement('style');
  3457. styles.innerHTML = `.fsfb-update-swal .cancel{ background-color: #29b962 !important; } .fsfb-update-swal button:hover{ opacity: 75%; } a.fsfb-curser-anchor{ color: #8CEFFF; } a.fsfb-curser-anchor:hover{ opacity: 70%; } select.fsfb-changelang{ background: #a8a8a833; border-radius: 3px; border: none; height: 20px; color: #ffffffad; margin: 2px 0 0 0; } select.fsfb-changelang:focus-visible{ outline: none; } select.fsfb-changelang option{ background: #222; } #fsfb-wearsloaded{ display: none; width: 0; height: 0; } #fsfb-skinsearch{ border: 1px solid #2e6da4; background-color: #222328; font-size: 17px; border-radius: 4px; width: 100%; padding: 4px 4px 4px 8px; margin: 4px 0; color: white; } #stats-table td{ font-size: 17px; } #stats-table label{ padding-right: 10px; margin: 0 6px 0 2px; } #stats-table input{ transform: scale(1.8); margin: 5px 8px 5px 5px; } #friendRejectAll{ color: #ff4000 !important; } div.fsfb-slider{ display: flex; align-items: center; } input[type="range"].fsfb-slider{ width: 58px; display: inline; position: absolute; right: 5px; } #fsfb-minion_nuker img{ margin-top: 2px; } .fsfb-shown{ display: block !important; } .fsfb-hidden{ display: none !important; } #fsfb-quickbuy{ justify-content: center; align-items: center; } #fsfb-quickbuy-img{ height: 80%; } .fsfb-bug-modal>div>div{ -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%); background: linear-gradient(to bottom,#3b414e 0,#302f33 100%); border: 3px solid #232630; } .close.fsfb-btn{ position: absolute; right: 10px; top: 3px; font-size: 60px; } .fsfb-modal-body>div{ color: ffffffb0; margin: 10px 20px; } .fsfb-modal-body>table{ width: 90%; margin: 10px 20px; } .fsfb-cmd-title{ color: white; white-space: nowrap; padding-right: 12px !important; } .fsfb-modal-body>table th{ color: white; } .fsfb-modal-body>table td{ padding: 4px 0; } .fsfb-modal-body>div>span{ color: white; } .fsfb-modal-body{ margin: 10px 10px; font-size: 20px; max-height: 600px; overflow-y: auto; } .fsfb-modal-title{ text-align: center; color: white; } .fsfb-hotkey{ background-color: #df901c; color: #fff; cursor: pointer; text-align: center; min-width: 40px; max-width: 60px; height: 18px; line-height: 18px; vertical-align: middle; border-radius: 9px; right: 5px; position: absolute; display: inline-block; padding: 0 5px; overflow: hidden; opacity: 1; } .fsfb-modal-body::-webkit-scrollbar-thumb { background-color: #57595b; border: 1px solid black; border-radius: 12px; } .fsfb-modal-body::-webkit-scrollbar { border: 1px solid black; background-color: #2523239e; width: 15px; border-radius: 12px; } .fsfb-modal-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.75); box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.75); border-radius: 12px; } .fsfb-hotkey:hover { background-color: #f1a02d; } .fsfb-hotkey.selected{ background-color: #ff4; color: #444; } #fsfb-settings-main p{ margin: 0; display: inline-block; margin-left: 4px; } #fsfb-settings-main{ display: -ms-grid; display: grid; -ms-grid-columns: 50% 50%; grid-template-columns: 50% 50%; } #settingPage4::-webkit-scrollbar-thumb { background-color: #ff9800c2; border-radius: 12px; border: 1px #000000c2 solid; } #settingPage4::-webkit-scrollbar { border: 1px solid #00000085; background-color: #2523239e; width: 9px; border-radius: 12px; } #settingPage4{ display: none; max-height: 660px; overflow-x: hidden; } .padbot10{ padding-bottom: 10px; } #fsfb-slowfeedtimer, #fsfb-dubsecdelay, #fsfb-dubfirstdelay, #fsfb-secdelay, #fsfb-firstdelay{ border: none; width: 40px; } select.fsfb-quickchange{ background: none; border: none; height: 20px; } select.fsfb-quickchange:focus-visible{ outline: none; } select.fsfb-quickchange option{ background: #222; } .fsfb-sect-ch label{ display: flex; align-items: center; } .fsfb-sect-ch label input{ margin: 0 2px 0 0; } #fsfb-sect-theme label div{ height: 16px; width: 15px;} #fsfb-sect-theme label input[type="color"]{ width: 14px; height: 14px; opacity: 0; border: none; background-color: white; margin: 0; cursor: pointer; } #fsfb-sect-theme label p{ min-width: 120px; margin-left: 5px; } #fsfb-sect-theme label div{ border-radius: 4px; border: 1px solid #ffffff29; } #fsfb-ximport-cont{ display: flex; justify-content: space-around; margin-top: 7px; } .fsfb-eximport{ background-color: #df901c; color: white; padding: 5px 17px; border-radius: 25px; cursor: pointer; } .hideMegaphone{ display: none !important; } .fsfb-fake{ padding: 0 0 0 43px; color: #cbff4e !important; } #fsfb-extra-info{ margin: 10% 0 0 90%; cursor: pointer; } #linesplit-markers div { background-color: transparent; height: 15px; aspect-ratio: 1; position: fixed; z-index: 999; border: 2px solid rgb(255 255 255 / 80%); border-radius: 50%; display: none; } #linesplit-top { top: -7.5px; transform: translateX(-50%); left: 50%; } #stats-container{ background: rgba(0,0,0,.5); top: 200px; position: absolute; border: 1px white solid; border-radius: 12px; color:white; left:30px; } #stats-main{ padding: 10px; } #stats-extra-info{ color: #00bbff; font-size: 15px; margin-bottom: 2px; display: block; } #stats-info div{ display:flex; } #stats-info div p{ margin: 0; } .stats-completed{ margin: 9px 5px 0; font-size: 12px; bottom: 0; color: rgb(255, 255, 255, .8); } #stats-title{ display: flex; align-items: center; justify-content: space-between; } #stats-title>div{ font-size: 15px; margin-left: 8px; cursor: pointer; } #stats-title>div>div{ padding: 0 5px; } #linesplit-right { right: -7.5px; transform: translateY(-50%); top: 50%; } #linesplit-bottom { bottom: -7.5px; transform: translateX(-50%); left: 50%; } #linesplit-left { left: -7.5px; transform: translateY(-50%); top: 50%; } .fuckAds{ transform: translateX(9999%) !important; } `
  3458.  
  3459. document.querySelector('body').append(styles);
  3460.  
  3461. const scripts = document.createElement('script');
  3462. scripts.innerHTML = `const onlyNumberKey = (e, key) => (key = e.which || e.keyCode, 48 <= key && key <= 57);`;
  3463.  
  3464. let script_id = 446564 // main script
  3465. let version_timestamp = 1675620075308;
  3466. if (typeof GM_getValue == 'function' && +GM_getValue("lastUpdateCheck", "0") + 864e5 <= Date.now() && typeof GM_xmlhttpRequest == 'function' && notifyNewUpdates) {
  3467. try {
  3468. GM_xmlhttpRequest({
  3469. method: "GET",
  3470. url: `https://gf.qytechs.cn/en/scripts/${script_id}/code?${Date.now()}`,
  3471. headers: {
  3472. 'Cache-Control': 'no-cache'
  3473. },
  3474. onload: function(xhrResponse) {
  3475. GM_setValue("lastUpdateCheck", String(Date.now()));
  3476. const rt = xhrResponse.responseText.replace(/&nbsp;?/gm, " ").replace(/&#x000A;/g, "\n").replace(/<li>/gm, "\n").replace(/<[^>]*>/gm, "");
  3477. if (+(rt?.match(/version_timestamp\s*=\s*([0-9]+)/)?.[1] ?? 0) > version_timestamp) {
  3478. let changelog = rt.match(/(?<=@changelog\s+)(?:\S).+$/gm)?.[0] ?? 'unable to find',
  3479. version = rt.match(/(?<=@version\s+)(?:\S).+$/gm)?.[0] ?? 'unable to find';
  3480. swal({
  3481. title: `<span style="color: #8CEFFF;">fsfb update!</span>`,
  3482. text: `<span style="color: #BBF6FF;">It appears there's a new update available for fsfb script. (version: ${version})</br>Changelog: ${changelog}</span>`,
  3483. type: "info",
  3484. confirmButtonColor: "#2cb7f7",
  3485. confirmButtonText: 'Install fsfb Update',
  3486. html: true,
  3487. focusCancel: true,
  3488. cancelButtonColor: "#29b962",
  3489. cancelButtonText: 'Install Auto-Updating fsfb',
  3490. showCancelButton: true,
  3491. customClass: 'fsfb-update-swal'
  3492. }, function(val) {
  3493. if(val){ // install new update
  3494. unsafeWindow.open(`https://gf.qytechs.cn/scripts/${script_id}/`);
  3495. } else { // install auto-updating
  3496. alert('Sorry auto-updating fsfb is being fixed & is not available now');
  3497. // unsafeWindow.open(`https://gf.qytechs.cn/scripts/455326`);
  3498. }
  3499. });
  3500. }
  3501. }
  3502. });
  3503. } catch (err) {
  3504. console.error("An error occurred while checking for updates:\n" + err);
  3505. }
  3506. }
  3507.  
  3508. document.querySelector('body').append(scripts);
  3509. unsafeWindow.fsfbScriptsLoaded = true;
  3510. // $('#gameSettingsTab a')[0].click();
  3511. // $('#settingTab4')[0].click();
  3512. };
  3513.  
  3514.  
  3515. if(unsafeWindow.fsfbScriptsLoaded || unsafeWindow.fsfbEvListenerAdded) alert('It appears fsfb scripts is already loaded. It\'s recommended to only use one instance of fsfb at a time.');
  3516. (document.readyState === "complete" || document.readyState === "interactive" ? setTimeout(afterLoaded, 0) : (document.addEventListener("DOMContentLoaded", afterLoaded), unsafeWindow.fsfbEvListenerAdded = true));

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址