How to make a skype spammer [Easy] Tuto | Beginners -VB-

PuddsMods

New Member
Messages
1
Reaction score
2
Points
3
Make sure you Have the skype class on VB


Hey Guys its PuddsMods Today im going to show you how to code a skype Spammer coding a skype spammer is really simple to do. What you need: Visual Basics, Windows Form application , Drag 2 Buttons 2 Labels 2 TextBoxes, now put Textbox1 on top textbox2 on Bottom, then put Label1 at Textbox1 name it User: Label put beside Textbox2 name it Msg:
after you do that drag the 2 buttons at the bottom then Name button1 Start and then name button2 Stop, one more thing you need a timer, After you get all that Double click on the Form1 then type the following (Dim skype as new skype.SKYPE4COMlib.Skype) now go back to designer and double click on Button1 then type (Timer1.Start) After that go back to designer Double click on Button2 then Type (Timer1.stop) then go back to designer then double click the timer1 Then type (skype.sendmessage(Textbox1.Text, Textbox2.Text) )
-----------------------------------------------------------------------------------------------------
Thats how you make a skype spammer enjoy :grinning: {Sorry if theirs any back grammer, im only 12}
 

Syndicate

Modder
Messages
671
Reaction score
551
Points
908
cool little tutorial, but would look alot more appealing if you cleaned it up a little, maybe add a few screenshots?? Just makes your thread looks tidier
 
Top