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

Programmer Humor

32410 readers
500 users here now

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

Rules:

founded 5 years ago
MODERATORS