[Tut]How to Code your Own UDP Flooder[Tut] 01-15-2014, 04:10 AM
#1
Sup Guys Iam here to teach you how to Code a UDP Flooder In VB2010!
So lets start and cut the bullshit
1.Open VB2010
2.Click on File&Chose new project name it what you want.
3.Now We need 2 TextBox ,2Labels,2 buttons,1WebBrowser.
4.Doubel Click In Form1 and Write this Code
5.Now Dubel Click on Button1 and put this Code
6.Yeh now we need to put a Code for Clicking the GO button in the Shell,so Dubel Click on Butoon2 and put This Code
For Each element As HtmlElement In
7.Now test your B00ter by pushing F5 button 
8.Dont forget to say thanks to Keep thread alive Heart
So lets start and cut the bullshit

1.Open VB2010
2.Click on File&Chose new project name it what you want.
3.Now We need 2 TextBox ,2Labels,2 buttons,1WebBrowser.
4.Doubel Click In Form1 and Write this Code
Code:
WebBrowser1.Navigate("The Link of your UDP shell here")Code:
WebBrowser1.Document.GetElementById("Email").SetAttribute("value", TextBox1.Text)
WebBrowser1.Document.GetElementById("pass").SetAttribute("value", TextBox2.Text)For Each element As HtmlElement In
Code:
WebBrowser1.Document.GetElementsByTagName("input")
If element.GetAttribute("type") = "submit" Then
element.InvokeMember("click")
End If
Next
8.Dont forget to say thanks to Keep thread alive Heart
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
![[Image: jWSyE88.png]](http://i.imgur.com/jWSyE88.png)




















![[Image: CDUAq9d.png]](http://i.imgur.com/CDUAq9d.png)