Thread: Skype Message Sender | By ISAI/Laurence

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Skype Message Sender | By ISAI/Laurence 
    Bossman

    ISAI's Avatar
    Join Date
    Sep 2012
    Posts
    1,916
    Thanks given
    655
    Thanks received
    1,366
    Rep Power
    5000
    So I got a request to make a program to send a message to everybody on someone's contact list.
    Here it is: https://www.dropbox.com/s/1b5irn5451...e%20Sender.exe
    Here is a screenshot:



    To allow Skype to use the program, follow these steps:
    Go to "Privacy Settings" and click on the advanced box:


    Now run the program and then click on the "Manage other programs' access to Skype".
    It should come up with a list of programs, or just my one.
    Click on the program:

    Then click the change button. Once it has opened the next window select the option that says "Allow this program to use Skype" and click Ok. On the next screen, click Ok and then on the last one click Save.

    And your done! You can now use my program with Skype to send a message to everyone of your contacts.

    I know this is basic to do, but it will still help some people!
    Thanks,
    ISAI
    Reply With Quote  
     

  2. Thankful user:


  3. #2  


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    9,688
    Thanks given
    1,752
    Thanks received
    3,103
    Rep Power
    5000
    Source code is required.
    All the best,
    Wiki




    coming soon
    Reply With Quote  
     

  4. #3  
    Bossman

    ISAI's Avatar
    Join Date
    Sep 2012
    Posts
    1,916
    Thanks given
    655
    Thanks received
    1,366
    Rep Power
    5000
    Quote Originally Posted by RS Wiki View Post
    Source code is required.
    Please direct me to the rule that says that, thanks.
    Also, if your worried about Viruses:
    Reply With Quote  
     

  5. #4  
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    33
    Posts
    4,371
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    Quote Originally Posted by RS Wiki View Post
    Source code is required.
    Pretty much all it is


    Code:
    elif message.startswith('!global '):
                            if senderHandle == 'narcissisticgreed':
                                debug.action('!global command executed.')
                                message = message.replace('!global ', '', 1)
                                for friend in API.Friends:
                                    if friend.OnlineStatus != 'INVISIBLE':
                                        try:
                                            API.CreateChatWith(friend.Handle).SendMessage(
                                               self.nick + '[GLOBAL MESSAGE]\n' + self.nick + message)
                                        except:
                                            pass
                                    else:
                                        pass
                            else:
                                debug.error('!you need to be andrew to do this')

    I use a Python implementation of COM but i'm sure hes just using the COM API so there is no big difference.
    What am I watching now?

    Reply With Quote  
     

  6. #5  
    Bossman

    ISAI's Avatar
    Join Date
    Sep 2012
    Posts
    1,916
    Thanks given
    655
    Thanks received
    1,366
    Rep Power
    5000
    Quote Originally Posted by Andy View Post
    I use a Python implementation of COM but i'm sure hes just using the COM API so there is no big difference.
    Yup. I did say this was simple.
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    May 2011
    Posts
    1,773
    Thanks given
    854
    Thanks received
    853
    Rep Power
    0
    Quote Originally Posted by ISAI View Post
    Please direct me to the rule that says that, thanks.
    Also, if your worried about Viruses:
    In 2014 anti-virus scan means nothing i hope you are aware of that. Not saying your shit is inficted btw
    Reply With Quote  
     

  8. #7  
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    33
    Posts
    4,371
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    Quote Originally Posted by Poesy700 View Post
    In 2014 anti-virus scan means nothing i hope you are aware of that. Not saying your shit is inficted btw
    Not sure if serious
    What am I watching now?

    Reply With Quote  
     

  9. Thankful user:


  10. #8  
    Bossman

    ISAI's Avatar
    Join Date
    Sep 2012
    Posts
    1,916
    Thanks given
    655
    Thanks received
    1,366
    Rep Power
    5000
    Quote Originally Posted by Poesy700 View Post
    In 2014 anti-virus scan means nothing i hope you are aware of that. Not saying your shit is inficted btw
    Yeah, but still, it provides some proof of some type that it's actually a legitimate program. Hopefully Rune-Servians will one day learn to respect the noobs

    Quote Originally Posted by Andy View Post
    Not sure if serious
    There are viruses that can edit and infect your registry which are UN-detectable.
    Last edited by Joker; 05-11-2014 at 02:01 AM.
    Reply With Quote  
     

  11. #9  
    Banned

    Join Date
    May 2011
    Posts
    1,773
    Thanks given
    854
    Thanks received
    853
    Rep Power
    0
    Quote Originally Posted by Andy View Post
    Not sure if serious
    I am serious. What are you on about ? People can use crypters to make it undetectable for anti virus software.
    Reply With Quote  
     

  12. #10  
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    33
    Posts
    4,371
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    Quote Originally Posted by ISAI View Post
    There are viruses that can edit and infect your registry which are UN-detectable.
    Any registry edit is detectable


    Quote Originally Posted by Poesy700 View Post
    I am serious. What are you on about ? People can use crypters to make it undetectable for anti virus software.
    Kaspersky and malware-bytes are built specifically to detect that. Do you honestly think AV makers don't know skiddies tricks of the trade?
    What am I watching now?

    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Text message sender
    By Rabrg in forum Application Development
    Replies: 11
    Last Post: 02-14-2013, 01:19 AM
  2. Replies: 24
    Last Post: 08-12-2009, 01:06 AM
  3. [508]Returning Messages by a file.
    By wizzyt21 in forum Tutorials
    Replies: 9
    Last Post: 10-11-2008, 12:46 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •