This function is essential to send commands, why it is empty that I think the commands in Duckyscript would not be sent actually.
aardwolf/utils/ducky/init.py
async def key_sender(scancode, is_pressed, as_char = False):
#print(scancode)
#print(is_pressed)
return
This function is essential to send commands, why it is empty that I think the commands in Duckyscript would not be sent actually.
aardwolf/utils/ducky/init.py