hazcoper Posted June 18, 2014 Posted June 18, 2014 Hey, i was wondering, is there any way to simulate the left click of the mouse for the usb rubber ducky. I know there is the right (shift f10), but is there one for the left?? That way i could do a payload that likes all photos on instragram via android, it would be cool. Quote
The Coder Posted June 24, 2014 Posted June 24, 2014 Have you tried ENTER ? Over the past 2 days ive noticed that button shortcuts are different per brand and provider of phones Quote
NamekianUnix Posted May 19, 2015 Posted May 19, 2015 Though this post has been dead for a year, I have needs of reviving it. I'm trying to make a super simple script that allows you to left click at ducky speeds. I think I know how to make this payload, but my biggest issue is trying to find the syntax for the left click button on the mouse. I've searched for a few hours now both on google and this forum with no luck. Does anyone know how to simulate a left click of a mouse or have some simple syntax for it? I plan on using on Windows 8.1. But I assume my payload design should work on most any windows OS without an issue. Here's an Idea of what I planned the payload to looks like. REM ###################### REM # Mass left click spam # REM # Author: NamekianUnix # REM ###################### DELAY 3000 STRING *Insert Left Click Syntax Here* REPEAT 1000 Quote
Sildaekar Posted May 19, 2015 Posted May 19, 2015 (edited) The Ducky does not have the ability to simulate mouse events, only keyboard events. If you absolutely need to simulate a mouse you could get a Teensy (I would recommend the 3.1) and it can do mouse and keyboard. EDIT: You could just try "TAB"ing to the object then pressing space, this should work the same as a single left click. Edited May 19, 2015 by Sildaekar Quote
NamekianUnix Posted May 19, 2015 Posted May 19, 2015 Thank you for your quick response! The Ducky does not have the ability to simulate mouse events, only keyboard events. "If it quacks like a keyboard"... 0_0 It's all coming together now! If you absolutely need to simulate a mouse you could get a Teensy (I would recommend the 3.1) and it can do mouse and keyboard. Thank you very much, I'll definitely look into that. *EDIT* And I like what I see: https://www.pjrc.com/teensy/ You could just try "TAB"ing to the object then pressing space, this should work the same as a single left click. I will try that also. Once again, thank you for your quick response! Quote
Sildaekar Posted May 19, 2015 Posted May 19, 2015 No problem, best of luck in your travels. If you have any further questions feel free to ask. Quote
Oli Posted May 19, 2015 Posted May 19, 2015 Teensy LC is pretty awesome for the price too. Pretty much identical to Teensy 3.1 in terms of mouse and keyboard functionality. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.