858
Behind The Scenes (kerala.party)
you are viewing a single comment's thread
view the rest of the comments
[-] nieceandtows@programming.dev 26 points 11 months ago* (last edited 11 months ago)
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')
[-] Bogus5553@lemm.ee 11 points 11 months ago* (last edited 11 months ago)
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')
load more comments (6 replies)
this post was submitted on 02 Oct 2023
858 points (97.5% liked)

Programmer Humor

32054 readers
1468 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS