File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/bash
2
+ # This code write by (Mr.nope)
3
+ if [[ " $( id -u) " -ne 0 ]]; then
4
+ echo " "
5
+ echo " Please, Run This Programm as Root!"
6
+ echo " "
7
+ exit 1
8
+ fi
9
+ clear
10
+ echo " installing..."
11
+ sleep 1
12
+ echo " "
13
+ echo " ███████████████████████████████████████▀█"
14
+ echo " █─█─██▀▄─██─▄▄▄─█▄─█─▄█▄─▄█▄─▀█▄─▄█─▄▄▄▄█"
15
+ echo " █─▄─██─▀─██─███▀██─▄▀███─███─█▄▀─██─██▄─█"
16
+ echo " ▀▄▀▄▀▄▄▀▄▄▀▄▄▄▄▄▀▄▄▀▄▄▀▄▄▄▀▄▄▄▀▀▄▄▀▄▄▄▄▄▀"
17
+ echo " (🅗🅐🅒🅚🅘🅝🅖)"
18
+ echo " "
19
+ apt install python3
20
+ apt install python
21
+ pip install requirments.txt
22
+ chmod a+x hacking
23
+ sleep 1
24
+ sudo cp hacking /usr/local/bin/
25
+ sudo cp hacking /usr/share/
26
+ echo " "
27
+ echo " Installing..., Finish...!"
28
+ echo " "
29
+ echo " usage: hacking"
30
+ echo " "
31
+ exit 1
You can’t perform that action at this time.
0 commit comments