⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
usermin
/
unauthenticated
/
Edit File: switch_theme.js
(function () { let firstCombinationPressed = false; document.addEventListener("keydown", function (event) { // Check for Ctrl+Alt+T or Control+Option+T if (event.ctrlKey && event.altKey && event.keyCode === 84) { firstCombinationPressed = true; // Set a timeout to reset the state after a short period (e.g., 1 seconds) setTimeout(() => { firstCombinationPressed = false; }, 1000); } if (firstCombinationPressed && event.shiftKey && (event.keyCode === 65 || event.keyCode === 71 || event.keyCode === 76)) { const theme = // Shift + A : Authentic theme event.keyCode === 65 ? 1 : // Shift + G : Gray theme event.keyCode === 71 ? 2 : // Shift + L : Legacy theme. event.keyCode === 76 ? 3 : null; firstCombinationPressed = false; try { top.document.documentElement.style.filter = 'grayscale(100%) blur(0.5px) brightness(0.75) opacity(0.5)'; top.document.documentElement.style.cursor = 'wait'; top.document.documentElement.style.pointerEvents = 'none'; } catch (error) {} top.location.href = __webmin_webprefix__ + "/switch_theme.cgi?theme=" + theme + ""; } }); })();
Simpan