Jump to content

The Code doesnt run...


yaav
 Share

Recommended Posts

I compile successfully but i cant run the following code:

$oSkype = ObjCreate("Skype4COM.Skype")
$oUsers = ObjCreate("Skype4COM.UserCollection")


    $oSkype.Client.Attach()


For $i = 0 to $oUsers.Count
    $oSkype.SendMessage $oUsers.Item (i), "blablabla"
Next

someone can help me out please ?

Link to comment
Share on other sites

Apart from the fact that this can be considered abuse of AutoIt, you're using the wrong syntax.

I request that no-one helps him with this little problem. Want to know why? Read the Are my EXEs really infected? thread, take a step back and ask yourself "Why would someone write something potentially dangerous and ruin AutoIts reputation?"

Please don't help this guy.

Posted Image

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...