• mayo_cider [he/him]
    ·
    1 year ago

    There should be a few sleep() there to make it more realistic

    • dudinax@programming.dev
      ·
      edit-2
      1 year ago

      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"

  • varnia@lemm.ee
    ·
    1 year ago

    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....

  • nieceandtows@programming.dev
    ·
    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
      ·
      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
      ·
      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.