Jump to content

c0rruptedb1t

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by c0rruptedb1t

  1. My friend bet me that I couldn't shut down his computer with my rubber ducky, so I decided to prove him wrong. I started writing my code to shutdown his laptop (he has a dual booting linux and windows setup), it works well in linux but in windows it opens start and types e in the search bar instead of going across to shutdown. I have tried "RIGHTARROW" and "RIGHT" and it is using US keyboard.

     

    Code:

    REM Linux Shutdown (needs root user to be logged in)
    DELAY 550
    ALT F2
    DELAY 600
    STRING poweroff
    ENTER
    DELAY 500
    REM Windows Shutdown
    GUI
    DELAY 250
    RIGHT
    RIGHT
    ENTER

     

×
×
  • Create New...