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 › Downloader

ArrowDownloader

Posts 1–8 of 8 · Page 1 of 1
RC
Rcaking!
Downloader
This is a Downloader that i dug up from my first vb projects.
(Dumb, simple)

Scan:Here Virus Scan
[IMG]http://i936.photobucke*****m/albums/ad202/rcaking1/Untitled-23.jpg[/IMG]
Here is the code:
Code:
Imports System.Net
Public Class Form1
    Private WithEvents httpclient As WebClient
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        Dim save As New SaveFileDialog
        save.Title = ("Downloader")
        save.ShowDialog()
        TextBox2.Text = save.FileName
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        httpclient = New WebClient
        Dim sourceURL = TextBox1.Text
        Dim Filedir = TextBox2.Text
        ProgressBar1.Value = 0
        ProgressBar1.Maximum = 100
        Try
            httpclient.DownloadFileAsync(New Uri(sourceURL), (Filedir))
        Catch ex As Exception
            MsgBox("Failed" + ErrorToString(), MsgBoxStyle.Critical)
        End Try
    End Sub

    Private Sub httpclient_DownloadProgressChanged(ByVal sender As Object, ByVal e As System.Net.DownloadProgressChangedEventArgs) Handles httpclient.DownloadProgressChanged
        ProgressBar1.Value = e.ProgressPercentage
    End Sub

    Private Sub ProgressBar1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProgressBar1.Click
        If ProgressBar1.Value = 100 Then
            MsgBox("Download Complete!", MsgBoxStyle.OkOnly, "Dune")
        End If
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Me.Close()
    End Sub
End Class
^^^^THANK ME FOR CODE^^^^
#1 · edited 16y ago · 16y ago
CoderNever
CoderNever
I honestly would not download this...because if you make a file downloader in visual basic...any kind what so ever and scan it...you would get 2 trojans...and this one having nothing is a little fishy....and he is a choob which makes it fishier, but if someone wants to risk post results.

and even so this could download what you want but it can also download trojans and virus' and keyloggers in the process.
#2 · edited 16y ago · 16y ago
Pixie
Pixie
Quote Originally Posted by Coder Never View Post
I honestly would not download this...because if you make a file downloader in visual basic...any kind what so ever and scan it...you would get 2 trojans...and this one having nothing is a little fishy....and he is a choob which makes it fishier, but if someone wants to risk post results.

and even so this could download what you want but it can also download trojans and virus' and keyloggers in the process.
Explain?
#3 · 16y ago
RC
Rcaking!
tru, good point but if you dont trust me just dont download thats all i can say.
((*** UPDATE, Just addid the code))
#4 · edited 16y ago · 16y ago
PoP_KiLLaH
PoP_KiLLaH
Sure this is Yours?
Coz your name ain't on it.
I hope you didn't leeched it and Edited it. Choob.
#5 · 16y ago
RC
Rcaking!
oh wow you dont have to be a dick, this is mine! And I DONT LEECH.
#6 · 16y ago
Zoom
Zoom
Quote Originally Posted by Rcaking! View Post
oh wow you dont have to be a dick, this is mine! And I DONT LEECH.
Huh.......... I think some1 else have made this before but okay, you made it
#7 · 16y ago
K4GE
K4GE
Im pretty sure ive seen this code on youtube before.
Anyway i wouldn't use this code (no offence), but its just not a stable
code..
I'd rather use a 1000 line, fully stable code than a 100 line code that makes your app slow as hell when you download something.
#8 · 16y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • GunZ hacks (download)By Brunogol in Gunz General
    23Last post 19y ago
  • DOWNLOAD WoW.exe HERE! (Full Client For MPGH Server)By RebornAce in General Gaming
    25Last post 20y ago
  • Download And Signup For Warrock KoreanBy Paolo1993 in WarRock - International Hacks
    66Last post 20y ago
  • Download SectionBy blahblahz in Suggestions, Requests & General Help
    14Last post 20y ago
  • Juno Reactor 4TWoot (Downloads, 4TWoot)By Gulanzon in Entertainment
    3Last post 20y ago

Tags for this Thread

#downloader