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 › Update System

Update System

Posts 1–8 of 8 · Page 1 of 1
Cryptonic
Cryptonic
Update System
So I have a fully working Updating system, but I have one problem. It extracts it's self after downloading the update, but, it extracts in the directory where it's running, so when it trys to extract, it can't since it's already running. So I'm not quite sure how to solve this :/
#1 · 15y ago
edub18
edub18
Extract it as "Updater.exe.tmp" and then write a batch file, which deletes your old updater and renames the new one
#2 · 15y ago
Cryptonic
Cryptonic
Quote Originally Posted by Vanoq View Post
Extract it as "Updater.exe.tmp" and then write a batch file, which deletes your old updater and renames the new one
I don't know how to write a batch file... But you mean like, a seperate application? That might work...
#3 · 15y ago
AC
Accelerate'
you can write batch files in notepad....very simple
#4 · 15y ago
Blubb1337
Blubb1337
Quote Originally Posted by Accelerate' View Post
you can write batch files in notepad....very simple
Guess he knows that but does not know WHAT to write specifically...

I made another Program for my updater...I just pass the downloadstring to that program as parameter, the program then closes the previous version and downloads the new one and replaces it...If you want to do it with an extra program I can assist you...
#5 · 15y ago
edub18
edub18
Let your updater write this program:
Code:
del Updater.exe
rename Updater.exe.tmp Updater.exe
del %0
and then just execute it. It will delete the old updater, rename the new file and then delete itself
#6 · 15y ago
Cryptonic
Cryptonic
Quote Originally Posted by Blubb1337 View Post
Guess he knows that but does not know WHAT to write specifically...

I made another Program for my updater...I just pass the downloadstring to that program as parameter, the program then closes the previous version and downloads the new one and replaces it...If you want to do it with an extra program I can assist you...
That's what I'll do, It doesn't seem hard, but if I run into problems, I'll PM you. A batch files seems kinda messy/unprofessional with that coming up.
#7 · 15y ago
Blubb1337
Blubb1337
Quote Originally Posted by PepsiXHacker View Post


That's what I'll do, It doesn't seem hard, but if I run into problems, I'll PM you. A batch files seems kinda messy/unprofessional with that coming up.
Alright, go ahead and do so.
#8 · 15y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Hacks / System UpdateBy Dave84311 in Hack/Release News
    17Last post 17y ago
  • Updated replay system comingBy amarshonarbangla01 in CrossFire Discussions
    11Last post 15y ago
  • Korea SuddenAttack New system update+By JeungHun in Sudden Attack General
    5Last post 14y ago
  • *UPDATED* [XCS] XpliCitts CA System [Multi-TOOL] [10/21]By -XpliCitt- in Combat Arms Hacks & Cheats
    522Last post 16y ago
  • System UpdatesBy Dave84311 in Hack/Release News
    0Last post 18y ago

Tags for this Thread

None