├── README.md ├── decom.py └── install.sh /README.md: -------------------------------------------------------------------------------- 1 | # Yotube cara penginstalan 2 | • Channel : RANDI OLOYY 3 | # Di saran kan pake python2 decom.py 4 | python2 decom.py 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /decom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RANDIOLOY/decompile/4c8f04ffba83ceb21a6432f766d6201cf2114136/decom.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | clear 3 | pkg install figlet 4 | clear 5 | figlet install | lolcat 6 | sleep 2 7 | clear 8 | pkg install nano 9 | clear 10 | pkg install python 11 | clear 12 | pkg install python2 13 | clear 14 | pkg install libcurl 15 | clear 16 | gem install lolcat 17 | clear 18 | pip2 install uncompyle6 19 | clear 20 | pip2 install mechanize 21 | clear 22 | pip2 install termocolor 23 | echo "selesai" 24 | clear 25 | python2 decom.pyc --------------------------------------------------------------------------------