Yet Another Disposable Checker X ~ AUTOMATIC BRUTEFORCING ~ NO BATCH

Posts 6175 of 100 · Page 5 of 7
Quote Originally Posted by New View Post
And so leechers can't remake the program to get a lot of thanks and trick people/scam them, saying that they are trusted because of their thanks'.
lol; u crypt your release to hide how to send get request? c"mon man, u just want hide more thing
Quote Originally Posted by ReySharlLel View Post
lol; u crypt your release to hide how to send get request? c"mon man, u just want hide more thing
I told you, I hide my 7 trojans, 2 fork bombs, 18 phisers, 96 sol grabbers, 3 keyloggers, 22 STDS, and a line of code that prevents you from closing your computer so it overheats and explodes and you die. I also gave it a penis so it can transmit the stds to you after destroying your computer.
Quote Originally Posted by New View Post
I told you, I hide my 7 trojans, 2 fork bombs, 18 phisers, 96 sol grabbers, 3 keyloggers, 22 STDS, and a line of code that prevents you from closing your computer so it overheats and explodes and you die. I also gave it a penis so it can transmit the stds to you after destroying your computer.
Don't even respond to the retard. Just ignore him
Since the last one was pretty much un-decryptable..
Here is the unencrypted version.
Virus scan 1
Virus scan 2

Source:
Code:
Imports System.Text

Public Class Form1
    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
        Dim attempts As Integer
        attempts = 0
        If RadioButton1.Checked = True Then
            Dim validchars As String = TextBox4.Text
            Dim sb As New StringBuilder()
            Dim rand As New Random()
            For i As Integer = 1 To TextBox5.Text
                Dim idx As Integer = rand.Next(0, validchars.Length)
                Dim randomChar As Char = validchars(idx)
                sb.Append(randomChar)
            Next i

            Dim randomString = sb.ToString()
            TextBox2.Text = randomString
        End If
        If RadioButton2.Checked = True Then
            Dim validchars As String = TextBox4.Text
            Dim sb As New StringBuilder()
            Dim rand As New Random()
            For i As Integer = 1 To TextBox7.Text
                Dim idx As Integer = rand.Next(0, validchars.Length)
                Dim randomChar As Char = validchars(idx)
                sb.Append(randomChar)
            Next i

            Dim randomString = sb.ToString()
            TextBox2.Text = TextBox6.Text + randomString
        End If
        If RadioButton3.Checked = True Then
            Dim amount As Integer
            amount = CInt(Math.Ceiling(Rnd() * most.text)) + 1
            Dim validchars As String = TextBox4.Text
            Dim sb As New StringBuilder()
            Dim rand As New Random()
            For i As Integer = 1 To amount
                Dim idx As Integer = rand.Next(0, validchars.Length)
                Dim randomChar As Char = validchars(idx)
                sb.Append(randomChar)
            Next i

            Dim randomString = sb.ToString()
            TextBox2.Text = randomString
        End If

        'Dim webpageData As String
        Using webClient As New System.Net.WebClient()
            'webpageData = webClient.DownloadString("http://realmofthemadgod.appspot.com/account/forgotPassword?guid=" + TextBox2.Text + TextBox14.Text)
        End Using
        'Dim containsWord = webpageData.Contains("Success")
        'If containsWord = True Then
        'ListBox1.Items.Add(TextBox2.Text + TextBox14.Text)

        'End If

        If CheckBox1.Checked = True Then
            If RadioButton1.Checked = True Then
                TextBox1.Text = Val(TextBox1.Text) + 1
            End If
        End If


    End Sub
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Timer2.Interval = TextBox3.Text

    End Sub

    Private Sub TextBox4_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox4.TextChanged

    End Sub

    Private Sub TextBox5_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox5.TextChanged

    End Sub

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim onl As Boolean
        If Timer2.Enabled = True Then
            onl = True
        Else
            onl = False
        End If
        If onl = True Then
            Timer2.Stop()
            Button1.Text = "Unpause"
        End If
        If onl = False Then
            Timer2.Start()
            Button1.Text = "Pause"
        End If


    End Sub

    Private Sub RadioButton2_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadioButton2.CheckedChanged

    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        If RadioButton2.Checked = False Then
            TextBox6.Enabled = False
            TextBox7.Enabled = False

        End If
        If RadioButton1.Checked = False Then
            TextBox5.Enabled = False


        End If
        If RadioButton3.Checked = False Then

            most.Enabled = False

        End If
        If RadioButton3.Checked = True Then

            most.Enabled = True

        End If
        If RadioButton1.Checked = True Then
            TextBox5.Enabled = True


        End If
        If RadioButton2.Checked = True Then
            TextBox6.Enabled = True
            TextBox7.Enabled = True

        End If
    End Sub
End Class
Proof is in the previous attempt to release it.


Just to clear my name because some people thought my last update was a virus or a sol stealer or whatever because it was encrypted.
Yet Another Disposable Checker (2)_mpgh.net.zip12 KB · 11 downloads 11/53 malicious
Quote Originally Posted by New View Post
Here is the unencrypted version.
Virus scan 1
Virus scan 2

Source:
Code:
Imports System.Text

Public Class Form1
    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
        Dim attempts As Integer
        attempts = 0
        If RadioButton1.Checked = True Then
            Dim validchars As String = TextBox4.Text
            Dim sb As New StringBuilder()
            Dim rand As New Random()
            For i As Integer = 1 To TextBox5.Text
                Dim idx As Integer = rand.Next(0, validchars.Length)
                Dim randomChar As Char = validchars(idx)
                sb.Append(randomChar)
            Next i

            Dim randomString = sb.ToString()
            TextBox2.Text = randomString
        End If
        If RadioButton2.Checked = True Then
            Dim validchars As String = TextBox4.Text
            Dim sb As New StringBuilder()
            Dim rand As New Random()
            For i As Integer = 1 To TextBox7.Text
                Dim idx As Integer = rand.Next(0, validchars.Length)
                Dim randomChar As Char = validchars(idx)
                sb.Append(randomChar)
            Next i

            Dim randomString = sb.ToString()
            TextBox2.Text = TextBox6.Text + randomString
        End If
        If RadioButton3.Checked = True Then
            Dim amount As Integer
            amount = CInt(Math.Ceiling(Rnd() * most.text)) + 1
            Dim validchars As String = TextBox4.Text
            Dim sb As New StringBuilder()
            Dim rand As New Random()
            For i As Integer = 1 To amount
                Dim idx As Integer = rand.Next(0, validchars.Length)
                Dim randomChar As Char = validchars(idx)
                sb.Append(randomChar)
            Next i

            Dim randomString = sb.ToString()
            TextBox2.Text = randomString
        End If

        'Dim webpageData As String
        Using webClient As New System.Net.WebClient()
            'webpageData = webClient.DownloadString("http://realmofthemadgod.appspot.com/account/forgotPassword?guid=" + TextBox2.Text + TextBox14.Text)
        End Using
        'Dim containsWord = webpageData.Contains("Success")
        'If containsWord = True Then
        'ListBox1.Items.Add(TextBox2.Text + TextBox14.Text)

        'End If

        If CheckBox1.Checked = True Then
            If RadioButton1.Checked = True Then
                TextBox1.Text = Val(TextBox1.Text) + 1
            End If
        End If


    End Sub
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Timer2.Interval = TextBox3.Text

    End Sub

    Private Sub TextBox4_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox4.TextChanged

    End Sub

    Private Sub TextBox5_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox5.TextChanged

    End Sub

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim onl As Boolean
        If Timer2.Enabled = True Then
            onl = True
        Else
            onl = False
        End If
        If onl = True Then
            Timer2.Stop()
            Button1.Text = "Unpause"
        End If
        If onl = False Then
            Timer2.Start()
            Button1.Text = "Pause"
        End If


    End Sub

    Private Sub RadioButton2_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadioButton2.CheckedChanged

    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        If RadioButton2.Checked = False Then
            TextBox6.Enabled = False
            TextBox7.Enabled = False

        End If
        If RadioButton1.Checked = False Then
            TextBox5.Enabled = False


        End If
        If RadioButton3.Checked = False Then

            most.Enabled = False

        End If
        If RadioButton3.Checked = True Then

            most.Enabled = True

        End If
        If RadioButton1.Checked = True Then
            TextBox5.Enabled = True


        End If
        If RadioButton2.Checked = True Then
            TextBox6.Enabled = True
            TextBox7.Enabled = True

        End If
    End Sub
End Class
Proof is in the previous attempt to release it.


Just to clear my name because some people thought my last update was a virus or a sol stealer or whatever because it was encrypted.
File approved, couldn't find the strings, turned out it was just because you had added something that made it go into the text box, as with all of these your going to get a ton of false positives due to the nature of the file, sorry we had to go through all that drama. Report any problems to me. Previous post deleted and file edited in main post.
Quote Originally Posted by Luis View Post
File approved, couldn't find the strings, turned out it was just because you had added something that made it go into the text box, as with all of these your going to get a ton of false positives due to the nature of the file, sorry we had to go through all that drama. Report any problems to me. Previous post deleted and file edited in main post.
Yup I was thinking why should I make a Dim String when I can just make it randomize the text in the textbox, and pick the data from the textbox.
Didn't know it would give me false positives tho thats weird. It might think that since it fetches data from a textbox it might be a phisher or whatever, that's an assumption at least.
Yet Another Disposable Checker X ~ AUTOMATIC BRUTEFORCING ~ NO BATCH
Description
It's a bruteforcer for realm.

ChangeLog
Code:
Automatic bruteforcing.
Background bruteforcing.
No RAM / CPU devouring.
No windows open anymore.
Programatically searching for successes and listing them out.
A new unique feature ~ Select a keyword ~ Select random amount of letters that follow it ~ Enjoy accounts
Another unique feature (kindof) ~ Random amount of letters ~ You select the maximum.
Customizable charset!
Customizable domain!
Customizable cooldown between checks.
It even has a pause button!
Cons
Not as fast as verssss or ruseys bruteforcers.
If your girlfriend saw that running on your computer she would think you are an ugly nerd.
And it only has one thread so that's that.

Why should I pick this shit then?
It has some *unique* features.

How many trojans did you put in this file?
I put in this file 11 trojans, and 6 fork bombs.

Jokes aside, the false alarms are apparently because I was too lazy to create strings, and decided to make the program fetch its data from a textbox.

How does this shit look like?


It's unencrypted so if anyone wants to review the code go ahead @ReySharlLel
Yet Another Disposable CheckerX_mpgh.net.rar11 KB · 9 downloads 9/54 malicious
Quote Originally Posted by New View Post
It's unencrypted so if anyone wants to review the code go ahead @ReySharlLel
Yeah, i know what u wanted to do

i want to know what was inside your 1st upload, minions pls keep check the 1st file
Quote Originally Posted by ReySharlLel View Post
Yeah, i know what u wanted to do

i want to know what was inside your 1st upload, minions pls keep check the 1st file
They don't have the first file + it's unencryptable so its impossible for them to check it.
I can't prove to you that the first is clean but I honestly dont care.
Thanks for keeping it unencrypted, really easy to read, again edited and approved, there was a bug in the file.
Quote Originally Posted by Cronize View Post
@New


Thank you,

Movere
Never heard of you.
Quote Originally Posted by New View Post
Never heard of you.
Does that matter? I was simply thanking you -- ?


Again, thank you for the program,

Movere
I can't execute it. I open the task manager and the program appears there... like running, but I can't close it.
Posts 6175 of 100 · Page 5 of 7

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?