• nieceandtows@programming.dev
    link
    fedilink
    arrow-up
    25
    arrow-down
    2
    ·
    edit-2
    1 year 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
      link
      fedilink
      arrow-up
      10
      ·
      edit-2
      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')
      
    • Fonzie!@ttrpg.network
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago
      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.