Search results

  1. M

    Call key press function

    :keyPress // 0@ - key, 1@ - time // Example: 0AB1: call @keyPress 2 key 0@ time 1@ if 0AA2: 2@ = load_library "User32.dll" then     if 0AA4: 2@ = get_proc_address "keybd_event" library 2@     then         0AA5: call 2@ num_params 4 pop 0 0 0 0 0@         wait 1@         0AA5: call 2@...
Top