Jump to content

Sl45h3R

Active Members
  • Posts

    92
  • Joined

  • Last visited

Everything posted by Sl45h3R

  1. OMG NICE! Can't wait for you to release it!, I suppose the source of the Android app with be released so we can port it? :D
  2. lol Paul, don't you think it's a bit suspicious when you plug a giant screen into someone's computer?
  3. Arduino's library's aren't exe files, as it runs cross platform. Im not sure, maybe reply to the email and ask Paul.
  4. Ok, if we get the ducky to download a script that would keylog the computer, what does the ducky still have to do with it? At present, it doesn't have any onboard flash that we can write to, so then the script has to do everything. Its a good idea, and I can think of a few projects that this would come in very handy.
  5. Um, loop loops around as long as the teensy receives power, which in a case where you leave it in the computer for 30 minutes, this code would almost run 1000 times, it doesn't stop at two. You only need to have it running once, as the code runs AFTER the device is enumerated ie. after the keyboard and mouse will work.
  6. If you change it, im pretty sure you have to recompile the library?
  7. Yeah, sorry that didn't come out properly. Ill try again: It looks good and promising, but some of the things you could improve on are...
  8. You can use telnet client on any windows version, except it's disabled by default on Vista & 7 :( Oh, and of course, the user has to be logged in ;)
  9. Your lucky you havn't been warned for this, as this is spamming, if you need more space, just edit you first post. The descriptions are just a waste of space as far as I can tell, just use comments.
  10. Yeah, i know about the concatenation problem, but I can't really do much about it at the moment, as im not THAT good at C.
  11. Ok, well they are, so just post everything in the wiki from now on and only post questions etc. in the forum :)
  12. Here are some code snippets i've written. LINK Comments, suggestions etc. welcome
  13. Why rewrite the vbs file every time? Put the echo >> commands in setup() and then just call it every time in the loop.
  14. You've already posted these in the wiki, you don't need to then go and fill up the forum with them.
  15. Well TAB + ENTER on my facebook account is working. Just make sure you add a second (or so) delay between the two.
  16. Shouldn't you be able to just hit enter to submit the form?
  17. CommandAtRunPrompt("C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f"); uac(); When UAC is disabled, cmd will run as admin. At least on my pc.
  18. I already posted my FTP code which can download files, and if you change "get payload.exe" to "put file.txt" it can upload them aswell. With you code, you can save space on the teensy if you delete o 192.168.0.8 and use ftp 192.168.0.8 My FTP code -- edit -- On second thought, this looks very similar to my code.
  19. Paul is working on several hardware additions which you can find here
  20. Yeah, what's the point of this exactly? You could just as easily mount the files with Daemon tools or Alchohol 120%. It has good potential, but it's in it's very early stages ;)
  21. The UAC prompt will appear, but you can easily get rid of it by just making it press LEFT + ENTER or Alt+C (Alt+Y for Win7).
  22. Can't you just do string a = "Hello, "; string b = "world!"; string hw = a+b; ?
  23. Yes, these work fine using Arduino IDE + Teensyduino, along with IronGeek's CommandAtRunBar function. Although, the hibernate function will only work if hibernate is not disabled on the users computer.
  24. Sorry, didn't realize you were using C, please ignore this :)
×
×
  • Create New...