Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Tutorial [Tut]How to Code your Own UDP Flooder[Tut] filter_list
Author
Message
[Tut]How to Code your Own UDP Flooder[Tut] #1
Sup Guys Iam here to teach you how to Code a UDP Flooder In VB2010!
So lets start and cut the bullshit Biggrin
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")
5.Now Dubel Click on Button1 and put this Code
Code:
WebBrowser1.Document.GetElementById("Email").SetAttribute("value", TextBox1.Text)
WebBrowser1.Document.GetElementById("pass").SetAttribute("value", TextBox2.Text)
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
Code:
WebBrowser1.Document.GetElementsByTagName("input")
If element.GetAttribute("type") = "submit" Then
element.InvokeMember("click")
End If
Next
7.Now test your B00ter by pushing F5 button Smile
8.Dont forget to say thanks to Keep thread alive Heart

Reply

RE: [Tut]How to Code your Own UDP Flooder[Tut] #2
Whoah whoah whoah, since when did the VB web browser use UDP? I thought it was TCP

After a double take, I realized this was a joke... heh... funny....
[Image: jWSyE88.png]

Reply

RE: [Tut]How to Code your Own UDP Flooder[Tut] #3
(01-15-2014, 04:13 AM)3SidedSquare Wrote: Whoah whoah whoah, since when did the VB web browser use UDP? I thought it was TCP

After a double take, I realized this was a joke... heh... funny....

What? i'm confused.

Reply

RE: [Tut]How to Code your Own UDP Flooder[Tut] #4
Before I write a wall of text, I want confirm you are legitimately confused, and you don't think there's anything funny about tricking users on the Internet.
[Image: jWSyE88.png]

Reply

RE: [Tut]How to Code your Own UDP Flooder[Tut] #5
There is no trick here. What he did was posted code to use the WebBrowser control in VB.net to connect to an existing UDP shell on the internet and post data to it. It just happens to be very poorly done code that should never be used by the public.

Reply

RE: [Tut]How to Code your Own UDP Flooder[Tut] #6
(04-25-2014, 10:24 AM)Nix Wrote: Nail on the head.
I thought it was head on the nail o.e

Reply

Re: RE: [Tut]How to Code your Own UDP Flooder[Tut] #7
(04-25-2014, 11:48 AM)Kodo Wrote: I thought it was head on the nail o.e

The phrase is "hit the nail on its head" as in you hit, usually.
telegram: @satan_sl

Reply

RE: [Tut]How to Code your Own UDP Flooder[Tut] #8
(01-15-2014, 04:19 AM)Pidiot Wrote: What? i'm confused.

Google what TCP/UDP is.
[Image: Z9DvuyJ.png]

Reply

RE: [Tut]How to Code your Own UDP Flooder[Tut] #9
(01-15-2014, 04:10 AM)Pidiot Wrote: Sup Guys Iam here to teach you how to Code a UDP Flooder In VB2010!

You're dumb. Go away.
XMPP - wrath@xmpp.jp

Reply

RE: [Tut]How to Code your Own UDP Flooder[Tut] #10
If a shell (bleh) you're using has a form to submit, you can use a GET or POST request through a WebClient to not have this ridiculous code.
[Image: CDUAq9d.png]

Reply







Users browsing this thread: 1 Guest(s)