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 2b4a5af commit 750409b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ndbiaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,9 @@ def run():
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)])
print("")
print(f"\n Added traffic to inputed ID")
print("")
print(f" {g} GB has been added to your account.")
print("")
print(f" Total: {g} Success | {b} Failed")
sys.stdout.write(animation[i % len(animation)])
time.sleep(20)
print( " [✓]Starting the process again", end="\r")
else:
b = b + 1
print("An error occurred while connecting to CloudFlare's servers")
print(f"[#] Total: {g} Success | {b} Failed")
print("Retrying...")

0 comments on commit 750409b

Please sign in to comment.