Other Shiz > Boneyard
I think my Steam Account is hacked.
ƒąĢĢǿŧ™:
WHAT THE FUCK !
That's not me!
And I found something !!
--- Code: ---Imports System.Net.Mail
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Try
Dim SmtpServer As New SmtpClient()
Dim mail As New MailMessage()
SmtpServer.Credentials = New _
Net.NetworkCredential("username", "password")
SmtpServer.Port = 465
SmtpServer.Host = "smtp.gmail.com"
SmtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("email-address")
mail.To.Add("nilsa5@tele2.no")
mail.Subject = "Test Mail"
mail.Body = "This is for testing SMTP mail from Gmail"
SmtpServer.Send(mail)
MsgBox("mail send")
Catch ex As Exception
MsgBox(ex.ToString)
End Try
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
End
End Sub
End Class
--- End code ---
So what is does is it acts as a cover up so the maker could steal their steam accounts/attach a virus to it.
=-Mastgrr-=:
Unbelieveable how
i dont think your stupid enough to enter your login info somewhere
ƒąĢĢǿŧ™:
--- Quote from: =-Mastgrr-= on June 28, 2010, 12:45:30 AM ---Unbelieveable how
i dont think your stupid enough to enter your login info somewhere
--- End quote ---
I don't.
Why would I want to put in my info on any site.
I think they got my info by Steam Refresh Logon thingy.
ArTIk*BaNAnA:
--- Quote from: ๖ۣۖ∑ÐÐY on June 28, 2010, 12:57:28 AM ---I don't.
Why would I want to put in my info on any site.
I think they got my info by Steam Refresh Logon thingy.
--- End quote ---
H4x your account back, or make a new account and talk with the bitch =\
Or tell me how to use that script that you posted lol
ƒąĢĢǿŧ™:
--- Quote from: ArTIk*BaNAnA on June 28, 2010, 01:22:07 AM ---H4x your account back, or make a new account and talk with the bitch =\
Or tell me how to use that script that you posted lol
--- End quote ---
I didn't make that script.
I just think that this is how the person hacked my account.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version