diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 2671fab..8ee3475 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -3,7 +3,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Amm0ni4 -// @version 91.4.3 +// @version 91.4.4 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index c8d7383..fb3e54f 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -3,7 +3,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Amm0ni4 -// @version 91.4.3 +// @version 91.4.4 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -2133,9 +2133,9 @@ } } catch (e) { console.error(e); - let reportError = confirm(`${e.message}\n${e.stack}\n\nwould you like to report this error?`); + let reportError = confirm(`${e.message}\n\nwould you like to report this error?`); if (reportError) { - navigator.clipboard.writeText(e.message + '\n' + e.stack); + navigator.clipboard.writeText(e.message); window.location.replace('https://discord.gg/keybypass'); } else { @@ -2155,11 +2155,11 @@ let server = initData[9]; server = (Number(urid.toString().substr(-5)) % 3) + '.' + server; - let websocket = new WebSocket(`wss://${server}/c?uid=${urid}&cat=${sessionData[0].task_id}&key=${p.KEY}`); + let websocket = new WebSocket(`wss://${server}/c?uid=${urid}&cat=54&key=${p.KEY}`); fetch(sessionData[0].action_pixel_url) websocket.onopen = async function (event) { - await fetch(`https://${server}/st?uid=${urid}&cat=${sessionData[0].task_id}`, { method: 'POST', }) - await fetch(`https://${syncer}/td?ac=1&urid=${urid}&&cat=${sessionData[0].task_id}&tid=${p.TID}`) + await fetch(`https://${server}/st?uid=${urid}&cat=54`, { method: 'POST', }) + await fetch(`https://${syncer}/td?ac=1&urid=${urid}&&cat=54&tid=${p.TID}`) }; websocket.onmessage = function (event) { if (event.data.startsWith('r:')) { diff --git a/extra_bypasses/loot-link_bypasser.user.js b/extra_bypasses/loot-link_bypasser.user.js index 2dead0e..65971ba 100644 --- a/extra_bypasses/loot-link_bypasser.user.js +++ b/extra_bypasses/loot-link_bypasser.user.js @@ -38,9 +38,9 @@ } } catch (e) { console.error(e); - let reportError = confirm(`${e.message}\n${e.stack}\n\nwould you like to report this error?`); + let reportError = confirm(`${e.message}\n\nwould you like to report this error?`); if (reportError) { - navigator.clipboard.writeText(e.message + '\n' + e.stack); + navigator.clipboard.writeText(e.message); window.location.replace('https://discord.gg/keybypass'); } else { @@ -60,11 +60,11 @@ let server = initData[9]; server = (Number(urid.toString().substr(-5)) % 3) + '.' + server; - let websocket = new WebSocket(`wss://${server}/c?uid=${urid}&cat=${sessionData[0].task_id}&key=${p.KEY}`); + let websocket = new WebSocket(`wss://${server}/c?uid=${urid}&cat=54&key=${p.KEY}`); fetch(sessionData[0].action_pixel_url) websocket.onopen = async function (event) { - await fetch(`https://${server}/st?uid=${urid}&cat=${sessionData[0].task_id}`, { method: 'POST', }) - await fetch(`https://${syncer}/td?ac=1&urid=${urid}&&cat=${sessionData[0].task_id}&tid=${p.TID}`) + await fetch(`https://${server}/st?uid=${urid}&cat=54`, { method: 'POST', }) + await fetch(`https://${syncer}/td?ac=1&urid=${urid}&&cat=54&tid=${p.TID}`) }; websocket.onmessage = function (event) { if (event.data.startsWith('r:')) {