VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is a simple MSN flooder. Floods the screen with messages. Thanks to Ritik who put up with me t

by Samuel (3 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 30th September 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This is a simple MSN flooder. Floods the screen with messages. Thanks to Ritik who put up with me testing it on him.

Rate This is a simple MSN flooder. Floods the screen with messages. Thanks to Ritik who put up with me t



Form1.WindowState = 1
For x = 1 To Text2.Text
SendKeys Text1.Text & "{enter}"
Next x
End Sub

Private Sub Command2_Click()
Form1.WindowState = 1
For x = 1 To Text2.Text
SendKeys Text1.Text & "{enter}"
SendKeys " " & Text1.Text & "{enter}"
SendKeys "  " & Text1.Text & "{enter}"
SendKeys "   " & Text1.Text & "{enter}"
SendKeys "    " & Text1.Text & "{enter}"
SendKeys "     " & Text1.Text & "{enter}"
SendKeys "      " & Text1.Text & "{enter}"
SendKeys "      " & Text1.Text & "{enter}"
SendKeys "      " & Text1.Text & "{enter}"
SendKeys "     " & Text1.Text & "{enter}"
SendKeys "    " & Text1.Text & "{enter}"
SendKeys "   " & Text1.Text & "{enter}"
SendKeys "  " & Text1.Text & "{enter}"
SendKeys " " & Text1.Text & "{enter}"
SendKeys Text1.Text & "{enter}"
SendKeys Text1.Text & "{enter}"
Next x
End Sub

Private Sub Command3_Click()
Form1.WindowState = 1
For x = 1 To Text2.Text
SendKeys Text1.Text & Text1.Text & Text1.Text & Text1.Text & Text1.Text & Text1.Text & "{enter}"
Next x
End Sub

Private Sub Command4_Click()
Form1.WindowState = 1
For x = 1 To Text2.Text
SendKeys Text1.Text & "{enter}"
SendKeys "    " & Text1.Text & "{enter}"
SendKeys "        " & Text1.Text & "{enter}"
SendKeys "            " & Text1.Text & "{enter}"
SendKeys "        " & Text1.Text & "{enter}"
SendKeys "    " & Text1.Text & "{enter}"
SendKeys Text1.Text & "{enter}"
Next x
End Sub

Private Sub Command5_Click()
Form1.WindowState = 1
For x = 1 To Text2.Text
SendKeys Text1.Text & "{enter}"
SendKeys " " & Text1.Text & "{enter}"
SendKeys "   " & Text1.Text & "{enter}"
SendKeys "     " & Text1.Text & "{enter}"
SendKeys "       " & Text1.Text & "{enter}"
SendKeys "         " & Text1.Text & "{enter}"
SendKeys "           " & Text1.Text & "{enter}"
Next x
End Sub


Download this snippet    Add to My Saved Code

This is a simple MSN flooder. Floods the screen with messages. Thanks to Ritik who put up with me t Comments

No comments have been posted about This is a simple MSN flooder. Floods the screen with messages. Thanks to Ritik who put up with me t. Why not be the first to post a comment about This is a simple MSN flooder. Floods the screen with messages. Thanks to Ritik who put up with me t.

Post your comment

Subject:
Message:
0/1000 characters