xcoder Posted December 18, 2016 Posted December 18, 2016 (edited) I Made it with Visual Studio VB.NET Only You need is Java , nothing else! USB Rubber Ducky Toolkit Updated: 30/12/2016 Change All Error Message To Flat Message UI Style Show Where Error Line are Add Effect FlashWindow Add DragDrop Add ALT SPACE " send Alt+space to console window" Add REPEAT,REPLAY ,I Guess it`s Only REPLAY https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript Add CAPSLOCK,NUMLOCK Always Encode From Script.txt (All code will save it in "App.Path\Script.txt" and then Encode it) Always Relase Caps Lock when Execute Script run Fix CopyToUSB Minor changes and improvements Added: 28/12/2016 Validate Code _ Credit to HayDenM Execute Script _ Credit to HayDenM Exit Splash _ Boy7 fix: Search for installed java Syntax color// >>> Download <<< 8/1/2016>>> Source-code <<< 26/12/2016 Edited May 15, 2017 by xcoder Quote
xcoder Posted December 18, 2016 Author Posted December 18, 2016 if you want I can send full source code project to you or I can edit it anything as you want Quote
Jukz Posted December 25, 2016 Posted December 25, 2016 I'm getting an Unhandled Exception error when I try to Encode & Compile the script. Quote
kerravon Posted December 25, 2016 Posted December 25, 2016 On 18/12/2016 at 7:25 PM, xcoder said: if you want I can send full source code project to you or I can edit it anything as you want I also would be interested in looking at the source code. Quote
xcoder Posted December 25, 2016 Author Posted December 25, 2016 Sourcecode Added ;) [Enigma Virtual Box] used to add all extra files Quote
xcoder Posted December 25, 2016 Author Posted December 25, 2016 10 hours ago, Jukz said: I'm getting an Unhandled Exception error when I try to Encode & Compile the script. maybe your java is old or output directory is protected Quote
Jukz Posted December 26, 2016 Posted December 26, 2016 6 hours ago, xcoder said: maybe your java is old or output directory is protected Alright, I'll check once I get back home. Thanks for you work and for replying quickly. Merry Christmas! Quote
Tamasco Posted December 26, 2016 Posted December 26, 2016 (edited) This is the second project I see about Ducky Encoder! I love this community. Guess I wasn´t the only one that thought about building one I haven´t finish the multi language UI yet (just Spanish and English). https://github.com/Borja-Garduno/DuckEncoder Edited December 26, 2016 by Tamasco Quote
HaydenM Posted December 26, 2016 Posted December 26, 2016 Can I ask how you did the darker looking UI in .net? Quote
Tamasco Posted December 26, 2016 Posted December 26, 2016 23 minutes ago, HaydenM said: Can I ask how you did the darker looking UI in .net? I guess it might be a Win 10 theme? Quote
xcoder Posted December 26, 2016 Author Posted December 26, 2016 14 hours ago, Jukz said: Alright, I'll check once I get back home. Thanks for you work and for replying quickly. Merry Christmas! You are welcome Merry Christmas Quote
xcoder Posted December 26, 2016 Author Posted December 26, 2016 56 minutes ago, HaydenM said: Can I ask how you did the darker looking UI in .net? its Windows 10 without theme just dark color Quote
xcoder Posted December 26, 2016 Author Posted December 26, 2016 1 hour ago, Tamasco said: This is the second project I see about Ducky Encoder! I love this community. Guess I wasn´t the only one that thought about building one I haven´t finish the multi language UI yet (just Spanish and English). https://github.com/Borja-Garduno/DuckEncoder Good Work VB.NET I got error because didn't chose language let "us" Lang is default You Can Hide dos command if use this: Dim JavaProcInfo As New ProcessStartInfo("Java", "-jar " & Chr(34) & directorioTemporal + encoderPath & Chr(34) & " -i " & Chr(34) & FilePathInput & Chr(34) & " -o " & Chr(34) & sfd.FileName & Chr(34) & " -l " & languagePath ) With JavaProcInfo .UseShellExecute = False .CreateNoWindow = True End With With JavaProc .StartInfo = JavaProcInfo .Start() .WaitForExit() End With Quote
HaydenM Posted December 26, 2016 Posted December 26, 2016 1 hour ago, xcoder said: its Windows 10 without theme just dark color Ah ok. I'm looking for a way to spice up my .net look Quote
xcoder Posted December 26, 2016 Author Posted December 26, 2016 (edited) you can try MetroSuite.dll its look amazing metrosuite.zip Right-click on toolbar then click on "choose item" in context menu. A dialog with components pops up. in this dialog click "Browse" to select your assembly with the usercontrol you want to use. Edited December 26, 2016 by xcoder Quote
xcoder Posted December 28, 2016 Author Posted December 28, 2016 9 hours ago, HaydenM said: Did you copy and paste my code? lol Yes C# to VB.NET Validate Code _ Credit to HayDenMExecute Script _ Credit to HayDenM Quote
xcoder Posted December 28, 2016 Author Posted December 28, 2016 (edited) To Do: Change All Error Message To Flat Message UI Style Show Where Error Line are Add Effect FlashWindow Add DragDrop Add ALT SPACE " send Alt+space to console window" Add REPEAT,REPLAY Add CAPSLOCK,NUMLOCK Add SCROLLOCK,COMMAND = NOTHING Always Encode From Script.txt (All code will save it in "App.Path\Script.txt" and then Encode it) Relase Caps Lock Fix CopyToUSB all suggestions are welcome Edited December 29, 2016 by xcoder Quote
xcoder Posted December 29, 2016 Author Posted December 29, 2016 (edited) This is Last Update I'm working on another project so no more update if there is something need fix just leave CommentHappy New Year! Edited December 29, 2016 by xcoder 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.