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 › [Video]Updater[Tut]

[Video]Updater[Tut]

Posts 1–10 of 10 · Page 1 of 1
Ugleh
Ugleh
[Video]Updater[Tut]
Along time ago i made a text version, so here you go I made a video.

[YOUTUBE]oyq4Sjj9IUo[/YOUTUBE]
#1 · 16y ago
Lolland
Lolland
Oh hey it's Ugleh.

Added to tuts.
#2 · 16y ago
TR
trevor206
first OMG ITS UGLEH 2nd can u add the code or completed project to the forum?

ooo i just watched it im going to start using this.
#3 · edited 16y ago · 16y ago
MN
mnpeepFTW
ugleh is back!
/highfive for tut!
#4 · 16y ago
Ugleh
Ugleh
Thanks guys, glad to be back, but now that I am back I will be ranging threwout the forum, not just Visual Basic.
#5 · 16y ago
NextGen1
NextGen1
Quote Originally Posted by Ugleh View Post
Thanks guys, glad to be back, but now that I am back I will be ranging threwout the forum, not just Visual Basic.
WB Ugleh
#6 · 16y ago
.C
.Celtics
How to make ll
Just curios
#7 · 16y ago
Ugleh
Ugleh
Quote Originally Posted by .Celtics View Post
How to make ll
Just curios
make ll?
.
#8 · 16y ago
TR
trevor206
here is a tip in this part of the code
Code:
 If Int(GrabbedBuild) >= CurrentBuild Then
            'Not up to date
           Label2.Visible = True
 
        Else
            'We are up to date
 
        End If
don't use else it messes up the current build thing and if ur current build is 2 and it says its 2 on the file online it says that its out dated so use.

Code:
 If Int(GrabbedBuild) >= CurrentBuild Then
            'Not up to date
           Label2.Visible = True
 label2.text="notuptodate"
        End If

 If Int(GrabbedBuild) = CurrentBuild Then
   'up to date
label2.text = "uptodate"
 End If
/
#9 · 16y ago
TCarter
TCarter
Good Tut, however you used alot of unorthodox methods.

However, clickonce is far easier for updating.
#10 · 16y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • [Request] Updated tut on making UCEBy royalinus in Programming Tutorial Requests
    0Last post 16y ago
  • **UPDATE** New Undetected Hack See Video HERE *LINK ADDED*By Methadone727 in WarRock - International Hacks
    17Last post 19y ago
  • [tut] manualy updating pbBy prox32 in WarRock - International Hacks
    5Last post 19y ago
  • video tut on how to make a kwr accountBy platinum92 in WarRock Korea Hacks
    8Last post 19y ago
  • [Video Tut VB6] A lotBy Iam"iDude" in Visual Basic Programming
    22Last post 18y ago

Tags for this Thread

None