You must log in or register to comment.
Last bits are: "Would you like to see files on"
"1. Secret moon base"
"2. Captured alien space craft"
"3. ELE asteroid headed for earth"
Also: what's up with the fake browsers? How difficult us it to setup a local webserver, setup a hosts entry and use a real browser to open the webpage? Or open a static webpage via file:// protocol. I find it more effort to "program" a fake browser with complete interface....
target = input("Enter target to hack:") print(f'--Hacking {target}--') print('initiating ~~anal penetration~~ backdoor entry') for progress in range(0,100,20): print(f'Hacking {target}: {progress}%') print(f'{target} hacked successfully')
from random import uniform from time import sleep target = input("Enter target to hack:") print(f'--Hacking {target}--') print('initiating ~~anal penetration~~ backdoor entry') for progress in range(0,100,20): print(f'Hacking {target}: {progress}%') sleep(uniform(1,3)) print(f'{target} hacked successfully')
You called progress instead of print function at the end.
print('initiating ~~anal penetration~~ backdoor entry')
Are we hacking or shooting a gay porn? I'm fine either way, I just need to know which basement I get in.