Jump to content

Msn Spammer


testingtest
 Share

Recommended Posts

I was looking at example scripts and came across this post

Msn Spammer

I only made one of my own since I was bored it's not tested but should work

Opt("WinTitleMatchMode", 2) 
Global $Text 
$Text = InputBox("Msn Spammer" , "Msn Spammer" , "Enter the text you want to spam" , "" , 200 , 50)

;cleaning opened msn windows
Do 
If WinExists("- Conversation") Then WinKill("- Conversation")
Until Not WinExists("- Conversation")
;cleaning opened msn windows end
_Spam()

Func _Spam()
If WinExists("- Conversation") Then
        ClipPut($Text)
        WinActivate("- Conversation")
        Send(ClipGet() & "{ENTER}")
        WinKill("- Conversation")
        Else
        Do
            Sleep(100)
        Until WinExists("- Conversation")
        _Spam()
    EndIf
EndFuncoÝ÷ Ú«zƧ¢Ø^®Þ";¬µÈZ¶*iºÛh©Ö­|×ڲ׫jëh×6Opt("WinTitleMatchMode", 2) 
Global $Text 
$Text = InputBox("Msn Spammer" , "Msn Spammer" , "Enter the text you want to spam" , "" , 200 , 50)
ClipPut($Text)
;cleaning opened msn windows
Do 
If WinExists("- Conversation") Then WinKill("- Conversation")
Until Not WinExists("- Conversation")
;cleaning opened msn windows end

_Spam()
Func _Spam()
If WinExists("- Conversation") Then
        WinActivate("- Conversation")
        Send(ClipGet() & "{ENTER}")
        WinKill("- Conversation")
        Else
        Do
            Sleep(100)
        Until WinExists("- Conversation")
        _Spam()
    EndIf
EndFunc
Edited by testingtest
Link to comment
Share on other sites

nice one mate just what i need'ed cant thank you enough :)

I did not make it for people to actually use it you would be stupid to use it on your own msn the purpose was for others to see how this could be done proper.

edited: although I should of known people would use it <_< but whatever thats your problem if you make your friends mad I just use it to spam smarterchild

Edited by testingtest
Link to comment
Share on other sites

  • Developers

I did not make it for people to actually use it you would be stupid to use it on your own msn the purpose was for others to see how this could be done proper.

That makes a lot of sense ...

So let me sum it up:

.... you make a simple script and don't test it but just post it into a new thread to share it with the world, but you actually are telling us now its not to be used ....

right <_< maybe refrain from posting it the next time ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

That makes a lot of sense ...

So let me sum it up:

.... you make a simple script and don't test it but just post it into a new thread to share it with the world, but you actually are telling us now its not to be used ....

right <_< maybe refrain from posting it the next time ?

I could see it being used but theres really no point of spamming your friends but I can't not stop the world from being stupid if some idiots want to use it I could care less if it makes their friends mad.

I only posted it because I am bored out of my mine and since I seen someone else was making a msn spammer I decided to make one as well I seen no point of making autoit window shells like others in this forum.

Link to comment
Share on other sites

I did not make it for people to actually use it you would be stupid to use it on your own msn the purpose was for others to see how this could be done proper.

edited: although I should of known people would use it <_< but whatever thats your problem if you make your friends mad I just use it to spam smarterchild

1. you cant spam smarterchild

2. i would be stupid to use it on my own msn, well on one account maybe as its full of noobs

3. i wanted to see how it was made, as im new to programing and iv seen a good

booter made in autoit called MSN Annoyance by someone called (house on fire)

oh, and ur booter/spammer doesnt work, doesnt send anything to anyone :)

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...