yukondokne Posted January 24, 2012 Share Posted January 24, 2012 (edited) i just recived my Rubber Ducky last night, but i did not get to even play with it till today. though the SD card was stiff, it functioned. i went to the payload site to test out the ducky. i picked the one that just downloads an image, then sets it as the background GUI r DELAY 500 STRING http://img46.imageshack.us/img46/2199/45760922.png? DELAY 500 ENTER DELAY 500 REM Opens up window and goes to a image created CTRL S STRING %userprofile%\Desktop\QUACKED.png DELAY 500 ENTER REM saving the picture to the user Desktop, pic name QUACKED... DELAY 500 GUI d REM shows desktop DELAY 500 GUI r DELAY 500 STRING %userprofile%\Desktop\QUACKED.png DELAY 500 ENTER REM opens the png file DELAY 500 MENU STRING k DELAY 500 ENTER DELAY 500 ALT F4 DELAY 500 REM sets the background, and closes. GUI d but then i code it with the java and run it, it cuts out the first % when trying to save the image. thus making it error, and not completing the action. i tried testing each cmd manually, and they all work. something is keeping it from typing that first % symbol.any clues? Edited February 17, 2013 by midnitesnake Quote Link to comment Share on other sites More sharing options...
yukondokne Posted January 25, 2012 Author Share Posted January 25, 2012 turns out if you update the encoder to the newest one, and add a delay in between line 7 and 8, and 4 and 5 (i added 500 delay jut for debugging) it worked out fine. sorry for the dumb post. i was just reaching out for what ever resources i could Quote Link to comment Share on other sites More sharing options...
skimpniff Posted February 7, 2012 Share Posted February 7, 2012 turns out if you update the encoder to the newest one, and add a delay in between line 7 and 8, and 4 and 5 (i added 500 delay jut for debugging) it worked out fine. sorry for the dumb post. i was just reaching out for what ever resources i could I am getting a similar problem. I am not sure if it is because i am testing in a VM, but when I test the wallpaper script it appears that the string is being typed to0 quickly. on some occasions mspaint is typed incorrectly, leaving some of the letters out, on other occasions the userprofile string is not getting some of the characters entered. obviously this means the commands are not getting executed as unrecognized text is being entered. can this be solved by changing the delays or is it simply the VM is not responding quick enough to keep up with the ducky? Any ideas? I don't want to try testing more complicated scripts until i can work the little bugs out first. Quote Link to comment Share on other sites More sharing options...
skimpniff Posted February 7, 2012 Share Posted February 7, 2012 I am getting a similar problem. I am not sure if it is because i am testing in a VM, but when I test the wallpaper script it appears that the string is being typed to0 quickly. on some occasions mspaint is typed incorrectly, leaving some of the letters out, on other occasions the userprofile string is not getting some of the characters entered. obviously this means the commands are not getting executed as unrecognized text is being entered. can this be solved by changing the delays or is it simply the VM is not responding quick enough to keep up with the ducky? Any ideas? I don't want to try testing more complicated scripts until i can work the little bugs out first. I have found the answer further in the forum, my apologies for not looking further before asking.For reference see the post on page 2 titled "slowing down key strokes" Quote Link to comment Share on other sites More sharing options...
yukondokne Posted February 7, 2012 Author Share Posted February 7, 2012 I have found the answer further in the forum, my apologies for not looking further before asking.For reference see the post on page 2 titled "slowing down key strokes" was it the "global_delay" or something to that nature? Quote Link to comment Share on other sites More sharing options...
skimpniff Posted February 19, 2012 Share Posted February 19, 2012 was it the "global_delay" or something to that nature? Check the forum post labeled "slowing down the keystrokes" (or something to that effect). 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.