-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutor.py
19 lines (19 loc) · 1.25 KB
/
tutor.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Keren Kan print semua :V makanya harus cerdas ;V
print('===========================================')
print('+ #ToolsFB# +')
print('===========================================')
print('+ BY : Ghost@AnonH2A +')
print('+ Thank : All Team Cyber +')
print('+ Spesial Thank : Semua Kawan-Kawan Saya +')
print('===========================================')
print('++++++++++++++>How To Install<+++++++++++++')
print('=++++++++++++++++>Linux<++++++++++++++++++=')
web= 'https://github.com/GhostAnonH2A/ToolsFB.git'
print('# apt-get install python2') ; print('# apt-get install git') ; print('# pip2 install mechanize requests') ; print('# git clone '+web) ; print('# cd ToolsFB') ; print('# python Fb.py') ;
print('=+++++++++++++++++++++++++++++++++++++++++=') ;
print('+=========================================+') ;
print('+================>Termux<=================+') ;
print('$ pkg install git') ; print('$ pkg install python2') ; print('$ pip2 install mechanize requests') ; print('$ git clone '+web) ; print('$ cd ToolsFB') ; print('$ python2 Fb.py') ;
print('+++++++++++++++++++++++++++++++++++++++++++')
print('= #Thanks Ya# =')
print('===========================================')