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 › Dropping Specified .exe File

Dropping Specified .exe File

Posts 1–7 of 7 · Page 1 of 1
Amkay
Amkay
Dropping Specified .exe File
Hello, i was wondering , is it possible to create a form with a button that when we click it, it creates a .exe program in another project at desktop. im not so sure if you got what i mean but i will give more info if you ask. thanks in advance.
#1 · 14y ago
Hassan
Hassan
Yup, you need to explain clearly. I don't really get it.
@ilikesmeagol
#2 · 14y ago
Jason
Jason
Just add the .exe as a resource on your project. Then write that resource to the desktop path using System****.File.WriteAllBytes()
#3 · 14y ago
Amkay
Amkay
@Hassan ok lets say i made a program named p1. i want to make another one named p2 that has a button b1. i want each time i press b1, p1 is created on desktop. i think its clear now even if its a little complicated.

@Jason ok but can you tell me how to do that or is there a tut about it?
#4 · 14y ago
Hassan
Hassan
@ilikesmeagol: Alright. Do what Jason said. First, add the executable you want to be created on the desktop. Then, add these lines to your button:

Code:
Dim Filename As String = My.Computer.FileSystem.SpecialDirectories.Desktop & "\ExeNameHere.exe"
IO.File.WriteAllBytes(Filename,My.Resources.ResourceName)
This code will create the executable you added to your resources on the desktop. Just replace "ExeNameHere" with the desired name. Also, replace ResourceName with the name of the executable you added to resources.
#5 · 14y ago
Amkay
Amkay
@Hassan yeah it worked thanks man as always this section is the best for asking a questions. and @Jason thanks for help too
#6 · 14y ago
Hassan
Hassan
Good and NP.

Marked solved.
#7 · 14y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • how to safe a standard exe file (trainer) with vb6??By 123456789987654321 in WarRock - International Hacks
    7Last post 19y ago
  • MCAPUBHACK doesn't have .exe fileBy Bunneh in Combat Arms Hacks & Cheats
    5Last post 17y ago
  • Can't make a .exe file with VB.By ltkort213 in WarRock - International Hacks
    9Last post 19y ago
  • engine.exe file pleaseBy s911turbo in Combat Arms Hacks & Cheats
    11Last post 17y ago
  • How to edit and compile a .EXE file?By Ragehax in Combat Arms Help
    5Last post 17y ago

Tags for this Thread

None