Skip to content

Commit

Permalink
Update ndbiaw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoboi13 authored Feb 25, 2024
1 parent 019e85d commit 3614791
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions ndbiaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,6 @@
import os
import sys
os.system('cls' if os.name == 'nt' else 'clear')
print(''' __ __ ______ ______ ______''')
print('''/\ \ _ \ \ /\ __ \ /\ == \ /\ == \'''')
print('''\ \ \/ ".\ \ \ \ __ \ \ \ __< \ \ _-/''')
print(''' \ \__/".~\_\ \ \_\ \_\ \ \_\ \_\ \ \_\'''')
print(''' \/_/ \/_/ \/_/\/_/ \/_/ /_/ \/_/''')
print("")
print('''/\ \/\ \ /\ "-.\ \ /\ \ /\ \ /\ "-./ \ /\ \ /\__ _\ /\ ___\ /\ __-.''')
print('''\ \ \_\ \ \ \ \-. \ \ \ \____ \ \ \ \ \ \-./\ \ \ \ \ \/_/\ \/ \ \ __\ \ \ \/\ \'''')
print(''' \ \_____\ \ \_\\"\_\ \ \_____\ \ \_\ \ \_\ \ \_\ \ \_\ \ \_\ \ \_____\ \ \____-''''')
print('''' \/_____/ \/_/ \/_/ \/_____/ \/_/ \/_/ \/_/ \/_/ \/_/ \/_____/ \/____/''''')
print("")
print(''' ______ ______ __ __ ______ ______ ______ ______ ______ ______''')
print('''/\ ___\ /\ ___\ /\ "-.\ \ /\ ___\ /\ == \ /\ __ \ /\__ _\ /\ __ \ /\ == \'''')
print('''\ \ \__ \ \ \ __\ \ \ \-. \ \ \ __\ \ \ __< \ \ __ \ \/_/\ \/ \ \ \/\ \ \ \ __<''')
print(''''\ \_____\ \ \_____\ \ \_\\"\_\ \ \_____\ \ \_\ \_\ \ \_\ \_\ \ \_\ \ \_____\ \ \_\ \_\'''')
print('''' \/_____/ \/_____/ \/_/ \/_/ \/_____/ \/_/ /_/ \/_/\/_/ \/_/ \/_____/ \/_/ /_/''''')
print("")
referrer = os.environ['WARP_VARIABLE_ID']
def genString(stringLength):
try:
Expand Down Expand Up @@ -70,7 +53,7 @@ def run():
if result == 200:
g = g + 1
os.system('cls' if os.name == 'nt' else 'clear')
animation = ["[-][■□□□□□□□□□] 10%","[\][■■□□□□□□□□] 20%", "[|][■■■□□□□□□□] 30%", "[/][■■■■□□□□□□] 40%", "[-][■■■■■□□□□□] 50%", "[\][■■■■■■□□□□] 60%", "[|][■■■■■■■□□□] 70%", "[/][■■■■■■■■□□] 80%", "[-][■■■■■■■■■□] 90%", "[✓][■■■■■■■■■■] 100%"]
animation = ["[-][■□□□□□□□□□] 10%","[\][■■□□□□□□□□] 20%", "[|][■■■□□□□□□□] 30%", "[/][■■■■□□□□□□] 40%", "[-][■■■■■□□□□□] 50%", "[\][■■■■■■□□□□] 60%", "[|][■■■■■■■□□□] 70%", "[/][■■■■■■■■□□] 80%", "[-][■■■■■■■■■□] 90%", "[\][■■■■■■■■■■] 99%", "[✓][■■■■■■■■■■] 100%"]
for i in range(len(animation)):
time.sleep(0.5)
sys.stdout.write("\r Adding traffic:" + animation[i % len(animation)])
Expand All @@ -81,7 +64,7 @@ def run():
print(f" {g} GB has been added to your account.")
print("")
print(f" Total: {g} Success {b} Failed")
time.sleep(15)
time.sleep(30)
print( " [✓]Starting the process again", end="\r")
else:
b = b + 1
Expand Down

0 comments on commit 3614791

Please sign in to comment.