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 /
d3-ease /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
back.js
660
B
-rw-r--r--
bounce.js
521
B
-rw-r--r--
circle.js
261
B
-rw-r--r--
cubic.js
210
B
-rw-r--r--
elastic.js
1.26
KB
-rw-r--r--
exp.js
233
B
-rw-r--r--
index.js
1.28
KB
-rw-r--r--
linear.js
31
B
-rw-r--r--
math.js
152
B
-rw-r--r--
poly.js
596
B
-rw-r--r--
quad.js
192
B
-rw-r--r--
sin.js
253
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exp.js
import {tpmt} from "./math.js"; export function expIn(t) { return tpmt(1 - +t); } export function expOut(t) { return 1 - tpmt(t); } export function expInOut(t) { return ((t *= 2) <= 1 ? tpmt(1 - t) : 2 - tpmt(t - 1)) / 2; }
Close