command = 'lf hitag reader --21 -k %08X'
msg('Bruteforcing Paxton Passwords\n\nStart value: '..start_id..'\nStop value : '..end_id..'\nDelay between tests: '..timeout..' ms')
for hexvalue = start_id, end_id, -1 do
if core.kbd_enter_pressed() then -- abort if key is pressed
print("aborted by user")
break
end
You can close the topic. I found a solution