Jump to content

Raindancer

Active Members
  • Posts

    228
  • Joined

  • Last visited

Everything posted by Raindancer

  1. A COM Object is a Function of a foreign Application or Library. (Function isn't really correct, it's more a collection of functions and methods, and so on...) With the AutoIt Beta you can use COM Objects with it. But don't ask me which one to use... don't know it either... maybe someone else?
  2. Yes, then you might have to use a COM Object, or something. AutoIt I think isn't able to play two sounds at once...
  3. Do you have some code on which we could help you troubleshoot?
  4. What have you got that far?
  5. Exactly... I always what the one which needs help, to figure it out by himself. at least a bit. so the one learns how to consult the help file. posts code, and then we can develop... English is no programming language And sorry, no MSN here at work allowed...
  6. I'd like to help you. There are some function which you can look up in the Help: The While-Loop The Send() Function And The Sleep() Function Try it... write some code. post it here, and together we will reach your goal EDIT: If you want to click a GUI-Button (like an OK-Button) then lookup the ControlClick() Function
  7. Great!
  8. Fast Mailserver :-P
  9. Look at the Sleep() Function. I think it does what you want.
  10. WinWaitActive("Mozilla Firefox") ; Refresh code Send("{F5}")
  11. Your attachment is not visible cause it is an EXE. Attache the Source code. The .au3-File, and anyone will be able to compile it self to an EXE, if needed :-) Cool Script dude...
  12. Do $recv = TCPRecv($socket, 512 ) If $recv <> "" Then GUICtrlSetData($edit, GUICtrlRead($edit) & $recv & @CRLF) EndIf Until @error
  13. We have to find a way to make AutoIt unable to be a hidden trojan...
  14. Its just a german instruction how he may get rid of the trojan he thinks he has. Edit: Did the translation now
  15. Hol dir mal den ProcessExplorer von Sysinternals. Mit dem siehst du alle laufenden processe. schiesse alles ab was dir verdächtig vorkommt. Checke die Starteinträge (auch RunServices). Regedit hat einen Bug bei überlangen Schlüsselnamen. diese Schlüssel zeigt er nicht an. deshalb am besten mit msconfig32 die starteinträge checken. Dann wenn du sicher bist das kein verdächtiges Programm mehr läuft und die STarteinträge i.O. sind, dann mal neustarten. Die Dateien können von einem laufenden process jederzeit wieder erstellt werden. d.h. wenn der Trojaner aktiv ist kannst du nichts gegen ihn unternehmen. Wenn alles nichts nützt von Knoppix (www.knopper.net) Live-CD booten. Deine HD mounten, die Dateien dann entfernen. Hoffe das hilft. IN ENGLISH: Get yourself ProcessExplorer of Sysinternals. It shows you hidden processes too. kill all suspicios tasks. Check the Autorun entries inside the registry and autostart. Regedit has a bug so that key with too long names aren't displayed (the trojan coders know that). Use msconfig32 instead. It shows you those entries too. After killing the tasks, cleaning the startup reastart you machine. if that didn't help. get yourself Knoppix (www.knopper.net) and boot of this Live CD mount your HD and remove the data from there. Hope it helps.
  16. Also du musst zuerst mal alle Starteinträge von Windows kontrollieren, ob dort die Datei irgendwie ausgeführt wird. Es gab da mal einen Forumsuser "infernothebest" der schien einen Trojaner in AutoIt programmieren zu wollen. Als wird das mal geckecht haben wars aus mit unserer Hilfe. Naja, er ist ein wirklich übler Coder. Wer weiss... vieleicht hatte er nun erfolg Sorry, also in english: There was a user "infernothebest" once which seemed to try to write a trojan in AutoIt. We didn't help him anymore as soon as we found out about his intention. He was a bad coder, so we thought that he'll never reach his goal. But maybe he was successfull at last.
  17. Try this: Msgbox(0,"Cursul valutar","La "&@MDAY&" "&$luni[@MON-1]&" "&@YEAR&@LF&"1 USD = "&$USD&" lei"&@LF&"1 EURO = "&$EUR&" lei"&@LF&"Fata de "&$arr2[1]&" "&$luni[$arr2[2]-1]&" "&$arr2[3]&@LF&"USD a "&_Iif($USD>$arr[2],"crescut","scazut")&" cu "&Abs($USD-$arr[2])&" lei "&@LF&"EURO a "&_Iif($EUR>$arr[3],"crescut","scazut")&" cu "&Abs($EUR-$arr[3])&" lei") You forgot an &
  18. Get yourself Scite4AutoIt. you'll love it... much easier to code
  19. In you first Post you've written #inlcude instead of #include... Maybe just that Edit: Habe es beim ersten mal eben mit eigenem COde probiert und dachte jetzt machste mal copy&paste
  20. I would preffere to have an German Forum... Already thinking about to set up one on my Homepage... Sorry... We were talking about that he isn't able to include an other Script with #include. While here at my side it isn't a problem. it works. Now I've asked him to try the same thing with the Beta. Maybe we've found a Bug in the Release version of AutoIt. Waiting for his answer...
  21. Habe nie was von einem Bug im #include gelesen. Jedoch ganz ausschliessen kann ich es nicht (verwende vorallem die Beta). Hast du die Beta auch installiert? Falls ja, funktioniert es damit?
  22. Also bei mir funktioniert dein Code...
  23. Ich bin schweizer, weshalb ich mit allen möglichen DIalekten eigentlich absolut keine mühe habe, (ausser demjenigen aus dem Wallis). Wenn man nun herausfinden kann wie man an den Statuscode vom IE herankommt dann wäre dein Problem gelöst. Jetzt kann ich dir dabei aber leider nicht weiterhelfen. Im Developersforum hat es einen Thread zur IE.au3 UDF und dort kannst du vieleicht DaleHolm fragen wie du an den Statuscode herankommst
  24. Hmm... Then you might find out what COM directive tells you that Code... Hmm... sprichst du deutsch?
  25. And by using the _IEBodyReadHTML() Function, and then check the Code?
×
×
  • Create New...