HELLO 2day I'm Going to Teach you How to Make a Fake Email Sender !!
1st Create a New Project !
Name it anything you want
Make a 2nd Form in order to have total forms of "2"
In Form One ! Name it "SendForm"
add to The Form These Items :
4 Labels
4 Textboxes
1 Button
1 Timer
Then Order Them Like This :
The 1st Textbox Got to Properties and Change name to "ToEmail"
Same For 2nd TextBox name it "SenderEmail"
3rd Textbox name it "Subject"
4th Textbox Name it "Content"
Make All The Textboxes "Enabled = False"(In Their Properties)
For the 4th TextBox Make it MultiLine = True
AND Enable "ScrollBars" and make it "Both"(Find the Scrollbars Thing in it's Properties)
Like This : And The Timer Enabled = TRUE
Like This :
For The Form Properties :
StartPosition = CenterScreen
FormBorderStyle = Fixed3D
MinimizeBox = False
MaximizeBox = False
Like This :
Then For The 2nd Form :
Edit its name to "Suxes"
StartPosition = CenterScreen
FormBorderStyle = Fixed3D
MinimizeBox = False
MaximizeBox = False
ShowIcon = False
Like This :
Add to it 1 WebBrowser !
and 1 Timer
The Timer Enabled = True Like The Other Timer
Dock The WebBrowser to FILL !
.....
Now to The Codes !
Open The Tab of SendForm
and Press "F7"
Then When COde Opens
CTRL+A and Delete All Codes !
Then Paste This One :
Code:
Imports System.Net.NetworkInformation
Public Class SendForm
Private Sub SendForm_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Suxes.Show()
Suxes.Close()
End Sub
Private Sub ToEmail_KeyUp(sender As System.Object, e As System.Windows.Forms.KeyEventArgs) Handles ToEmail.KeyUp
Suxes.WebBrowser1.Document.GetElementById("email").InnerText = ToEmail.Text
End Sub
Private Sub ToEmail1_KeyUp(sender As System.Object, e As System.Windows.Forms.KeyEventArgs) Handles SenderEmail.KeyUp
Suxes.WebBrowser1.Document.GetElementById("sender").InnerText = SenderEmail.Text
End Sub
Private Sub ToEmssail1_sKeyUp(sender As System.Object, e As System.Windows.Forms.KeyEventArgs) Handles Subject.KeyUp
Suxes.WebBrowser1.Document.GetElementById("subject").InnerText = Subject.Text
End Sub
Private Sub ToEmssaissl1_sKeyUp(sender As System.Object, e As System.Windows.Forms.KeyEventArgs) Handles Content.KeyUp
Suxes.WebBrowser1.Document.GetElementById("msg").InnerText = Content.Text
End Sub
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
If System.Net.NetworkInformation.NetworkInterface.Get IsNetworkAvailable Then
If ToEmail.Text = "" Or SenderEmail.Text = "" Or Content.Text = "" Then
MsgBox("Please Fill In The Required Fields(*)", MsgBoxStyle.Information)
Else
Suxes.WebBrowser1.Document.All("submit").InvokeMember("click")
End If
Else
MsgBox("No Internet Connection" _
& vbNewLine & "Check Your Internet Connectivity", MsgBoxStyle.Critical)
End If
End Sub
Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
If Suxes.WebBrowser1.Url = New Uri(The Done PHP) Then
If Suxes.WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then
Suxes.Show()
Me.Enabled = False
End If
Else
End If
End Sub
End Class
Same To Suxes :
F7
Then Delete All CODES !
and PASTE THIS :
Code:
Public Class Suxes Private Sub Suxes_FormClosing(sender As System.Object, e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing e.Cancel = True Me.Hide() SendForm.Enabled = True WebBrowser1.Navigate(The Send PHP) End Sub Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick If WebBrowser1.Url = New Uri(The Send PHP) Then If WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then SendForm.ToEmail.Enabled = True SendForm.SenderEmail.Enabled = True SendForm.Subject.Enabled = True SendForm.Content.Enabled = True WebBrowser1.Document.GetElementById("email").InnerText = SendForm.ToEmail.Text WebBrowser1.Document.GetElementById("sender").InnerText = SendForm.SenderEmail.Text WebBrowser1.Document.GetElementById("subject").InnerText = SendForm.Subject.Text WebBrowser1.Document.GetElementById("msg").InnerText = SendForm.Content.Text Else SendForm.ToEmail.Enabled = False SendForm.SenderEmail.Enabled = False SendForm.Subject.Enabled = False SendForm.Content.Enabled = False End If Else End If End SubEnd Class
Now Actually There Will Be ONLY 6 Errors
Leave Them We Will Fix Them Later !
...
Now Open NotePad !
Paste in it This Code :
And Save It As "sent.php"
ALL SMALL LETTERS !
......
Now Go to 000WebHost
Create a New Website
and Upload These 2 PHP Files
Learn How with this Video :
....
Then Let's Get Back To fix The errors !!
Open The Code of SendForm
Goto The Error
That Says :
Then Delete : The Done PHP
and Type In The Brackets Your Website Link with your SenD.php file
Example :
"http:// yourwebsite.comuv.com / SenD.php /"
Then The Error Should Be Fixed
Then Goto The Suxes Code
and Replace : The Done PHP With the SenD.php Link
ex : "http:// yourwebsite.comuv.com / SenD.php /"
and ALSO REPLACE : The Send PHP with The sent.php link
ex : "http:// yourwebsite.comuv.com / sent.php /"
SHOULD LOOK LIKE THIS : QUOTES : " " Should Be Typed before & after The Link !
LIKE THE IMAGE ABOVE !
THERE YOU ARE !!
DEBUG AND TRY ITT !!!
And what might the purpose for this be?
Originally Posted by Azazel-
And what might the purpose for this be?
Phishing ! You can send an email from z8games for crossfire and MORE !
Originally Posted by steveroseik
Phishing ! You can send an email from z8games for crossfire and MORE !
pretty nice ive got to say. can u make a email file sender, like a music share or something?
i havent found one, but ive found some like this all over the place
Originally Posted by lucasheer715
pretty nice ive got to say. can u make a email file sender, like a music share or something?
i havent found one, but ive found some like this all over the place
I'll Search For u
Do me a favor and call it next time "Phisher" by the way Youtube is already full with these basic tutorials.
Im unsure as to why there is somuch work when your creating something that essentially you don't want to work in the first place, so you can just use "visual" looks with basic msg boxs / progress bars to make it appear to be "real" yet it won't work at all. Extremely pointless overall.
Originally Posted by lucasheer715
pretty nice ive got to say. can u make a email file sender, like a music share or something?
i havent found one, but ive found some like this all over the place
Do your homework yourself. No one is here to complete your job.
Lool i just create a program like THat
good job bro !
What program do i need to create this?
I've just started to code.