Jump to content
UBot Underground

Ctrl+Shift+Delete Shortcut/ Key Event Not Working


Recommended Posts

Hey hey hey :-)

 

i try to open Firefox browser (with a shell batch and not with the "in external browser" funktion

and then make the keyboard event "CTRL+SHIFT+DELETE" to delete all cookies

 

the script opens Firefox but the keyboard event/shortcut is not affecting the browser...

(single key events are working - like a character or so - only the shortcut is not working)

 

Did soneone had similar issues?!

plugin command("Advanced Shell.dll", "shell batch", "start /B  \"\" \"C:\\Program Files\\Mozilla Firefox\\firefox.exe\"", "Yes")
wait(3)
plugin command("WindowsCommands.dll", "set active window", "Mozilla Firefox", "MozillaWindowClass")
wait(3)
plugin command("WindowsCommands.dll", "click mouse", "Mozilla Firefox", "MozillaWindowClass", 919, 170, "Left Click")
wait(2)
plugin command("WindowsCommands.dll", "keyboard event", "Control", "Key Down")
plugin command("WindowsCommands.dll", "keyboard event", "Shift", "Key Down")
plugin command("WindowsCommands.dll", "keyboard event", "Delete", "Key Press")
plugin command("WindowsCommands.dll", "keyboard event", "Control", "Key Up")
plugin command("WindowsCommands.dll", "keyboard event", "Shift", "Key Up")
wait(2)
plugin command("WindowsCommands.dll", "keyboard event", "Enter", "Key Press")
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...