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 › [Question] Code for Downloading

[Question] Code for Downloading

Posts 1–11 of 11 · Page 1 of 1
DE
deocute
[Question] Code for Downloading
is it possible to make a vb program that can download and run the application hidden from the user.

gonna make a prank program that will download a prank virus i have made and run it w/o the user knowing it.
#1 · 16y ago
WA
Wandering Scripter
oi. Yeah, it can be done, but in this case google is your friend.

I'm too lazy to write it up at this moment, but I can give you half of what you need (a source code for a downloader) the rest is up to you, cus starting programs is uber easy.

with
Code:
Imports System.Diagnostics.Process
Then its just

Code:
Start("Insert program path here")


Downloader source code:
www. mega upload .com/?d=RHLPJJS0


Remove the spaces, it wont let me post links
#2 · 16y ago
DE
deocute
TY very much, ok another question, how will i hide the program from the user
#3 · 16y ago
K4GE
K4GE
Code:
 SetAttr("Location", FileAttribute.Hidden)
#4 · 16y ago
stevethehacker
stevethehacker
im not sure wat you mean? like are you on your friends computer and you want to download something onto it and run it or do you want some1 to download something and it will run hidden as a prank. If you do you will need a code that makes it run from log-in that way everytime they log in the program will run
#5 · 16y ago
Zoom
Zoom
How to add a program to startup:
#6 · 16y ago
WA
Wandering Scripter
Theres code to make it start at startup, and to hide it from the user, make sure..

for example 'Form1'

form1.showintaskbar = false
form1.controlbox = false
form1.formborderstyle = none
form1.hidden = true
#7 · 16y ago
Bombsaway707
Bombsaway707
Just so yall know the adding stuff to startup is blocked by Windows Defender. Cuz i made a virus but windows defender wouldnt lemme add it to start up
#8 · 16y ago
Zoom
Zoom
Quote Originally Posted by bombsaway707 View Post
Just so yall know the adding stuff to startup is blocked by Windows Defender. Cuz i made a virus but windows defender wouldnt lemme add it to start up
Try disable it, windows defender = Uninstall . It´s dosen´t do anything!
#9 · 16y ago
stevethehacker
stevethehacker
Quote Originally Posted by bombsaway707 View Post
Just so yall know the adding stuff to startup is blocked by Windows Defender. Cuz i made a virus but windows defender wouldnt lemme add it to start up
maybe its different for every computer because it is different on my computer. what OS you running?
#10 · 16y ago
Zoom
Zoom
Quote Originally Posted by stevethehacker View Post
maybe its different for every computer because it is different on my computer. what OS you running?
It may don´t start because he made a super trojan worm horse on his startup (maybe) That´s maybe why it wont start! Idk what the problem can be in WD.
#11 · 16y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • [SOLVED]question| codes for consoleBy xloyer in Call of Duty Modern Warfare 2 Help
    6Last post 16y ago
  • [Help] Codes for Downloading Progress[Solved]By karldeovbnet in Visual Basic Programming
    5Last post 15y ago
  • [Question] Is this a correct code for CFPH?By ovenran in CrossFire Hack Coding / Programming / Source Code
    8Last post 16y ago
  • Gunz Online Complete and Updated version for download 2-6-06By emisand in Gunz General
    3Last post 20y ago
  • hi, can some1 make a cheat code or find a cheat code for me for this game i play onliBy CrUsHa in General Game Hacking
    37Last post 20y ago

Tags for this Thread

#code#downloading#question