PuckPuncher870 Posted February 4, 2016 Share Posted February 4, 2016 Hey All, I've been playing with my USB Ducky, and trying to get it to work with my Mac, but the GUI command is not correctly using the "Command" button on my keyboard. Any thoughts would be helpful. REM test DELAY 1000 COMMAND SPACE DELAY 100 COMMAND SPACE DELAY 100 COMMAND SPACE Thanks, PP870 Quote Link to comment Share on other sites More sharing options...
Rainman_34 Posted February 5, 2016 Share Posted February 5, 2016 How are you encoding the inject.bin file? I know when I used the duckencoder.jar file it would give me an error for any lines with COMMAND SPACE. If you use the encoder online provided I had not issues with that. Also F4 brings up your applications window with a search bar at the top which will do the same thing. Quote Link to comment Share on other sites More sharing options...
HammerHead_0718 Posted February 5, 2016 Share Posted February 5, 2016 Hey All, I've been playing with my USB Ducky, and trying to get it to work with my Mac, but the GUI command is not correctly using the "Command" button on my keyboard. Any thoughts would be helpful. REM test DELAY 1000 COMMAND SPACE DELAY 100 COMMAND SPACE DELAY 100 COMMAND SPACE Thanks, PP870 Substitute COMMAND with GUI that should do the job Quote Link to comment Share on other sites More sharing options...
HammerHead_0718 Posted February 5, 2016 Share Posted February 5, 2016 (edited) Substitute COMMAND with GUI that should do the job Also be sure to add DEFAULTDELAY or DEFAULT_DELAY at the beginning of the script for Mac and Linux os' DEFAULTDELAY 750 Edited February 5, 2016 by HammerHead_0718 Quote Link to comment Share on other sites More sharing options...
PuckPuncher870 Posted February 5, 2016 Author Share Posted February 5, 2016 Thanks for all of the tips. Sorry for the confusion, but i posted the wrong code snippet. I tried both "GUI SPACE" and "COMMAND SPACE". The former compiled, but made the "not aloud" keyboard sound, whereas the latter disnt not compile. I tried the online toolkit, but it had some sort of error. I havent tried the F4 command yet though. Once again, i appreciate all the help! Quote Link to comment Share on other sites More sharing options...
HammerHead_0718 Posted February 5, 2016 Share Posted February 5, 2016 Did you try the DEFAULTDELAY command with the GUI SPACE. Quote Link to comment Share on other sites More sharing options...
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.