Jump to content

Raindancer

Active Members
  • Posts

    228
  • Joined

  • Last visited

About Raindancer

  • Birthday 05/12/1982

Profile Information

  • Location
    Bassersdorf, Switzerland
  • WWW
    http://nobrain.ch

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Raindancer's Achievements

Polymath

Polymath (5/7)

0

Reputation

  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. 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...
  5. 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
  6. Look at the Sleep() Function. I think it does what you want.
  7. WinWaitActive("Mozilla Firefox") ; Refresh code Send("{F5}")
  8. 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...
  9. Do $recv = TCPRecv($socket, 512 ) If $recv <> "" Then GUICtrlSetData($edit, GUICtrlRead($edit) & $recv & @CRLF) EndIf Until @error
  10. We have to find a way to make AutoIt unable to be a hidden trojan...
  11. Its just a german instruction how he may get rid of the trojan he thinks he has. Edit: Did the translation now
  12. 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.
×
×
  • Create New...