├── README.md
└── create.py
/README.md:
--------------------------------------------------------------------------------
1 | # script-deface-creator
2 | Script deface creator by Ubaii ID
3 |
--------------------------------------------------------------------------------
/create.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/python
2 | #######################
3 | # http://fb.com/ubaii.id.9 #
4 | #######################
5 | mess = """======================================================
6 | Deface Script Creator
7 | Ubaii ID.
8 | ======================================================"""
9 |
10 | print mess
11 | print "Created by Ubaii ID"
12 | title = raw_input("Judul title: ")
13 | heading = raw_input("Hacked by: ")
14 | imagelink = raw_input("link gambar (tengah): ")
15 | bgimage = raw_input("link gambar (background): ")
16 | message = raw_input("Pesan. gunakan kode
untuk text selanjutnya! : ")
17 | textcolor = raw_input("Warna text (contoh=green): ")
18 | youtubeid = raw_input("youtube kode (MUSIK): ")
19 |
20 |
21 | #Open the index
22 | fo = open("script.html","w")
23 |
24 | messagescript1 = """