Created
May 15, 2019 17:15
-
-
Save zevtyardt/fee0fada9fbd97bf1d19d1261d50c5d3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# uncompyle6 version 3.3.2 | |
# Python bytecode 2.7 (62211) | |
# Decompiled from: Python 2.7.16 (default, Apr 25 2019, 21:47:43) | |
# [GCC 4.2.1 Compatible Android (5058415 based on r339409) Clang 8.0.2 (https://a | |
# Embedded file name: <script> | |
# Compiled at: 2018-02-25 13:25:47 | |
import os, sys, time | |
P = '\x1b[0m' | |
H = '\x1b[91m' | |
G = '\x1b[92m' | |
K = '\x1b[93m' | |
def Loads(): | |
for i in range(101): | |
time.sleep(0.3) | |
sys.stdout.write(G + '\r[+] ' + P + 'Loads Akun : %d%%' % i) | |
sys.stdout.flush() | |
def Report(): | |
for d in range(101): | |
time.sleep(0.2) | |
sys.stdout.write(G + '\r[*] ' + P + 'Mulai Processing ... [%d%%] ' % d) | |
sys.stdout.flush() | |
print '-' * 49 + H | |
os.system('figlet " R E P O R T"') | |
print P + '=' * 49 | |
B = raw_input(G + '[+]' + P + ' ID Target : ') | |
print '=' * 49 | |
if not B.startswith('1000'): | |
print '[!] Format ID Salah' | |
sys.exit() | |
print '=' * 49 | |
Loads() | |
time.sleep(3) | |
print '' | |
print '=' * 49 | |
a = 1 | |
while True: | |
print ('{}[-] {}Prosess Report Ke [{}] => {}{}').format(G, P, a, H, B) | |
print ('{} | {}[+]{} Success').format(Report(), K, G) | |
print '=' * 49 | |
a += 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment