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 › [help]Make the program invisible on TaskManager

[help]Make the program invisible on TaskManager

Posts 1–15 of 21 · Page 1 of 2
shotyoudie
shotyoudie
[help]Make the program invisible on TaskManager
Hi everyone.

Is there some kind of code to make my program invisible on the processes list in TaskManager? I search and found this :
Code:
App.TaskVisible = False
But this will not work on Visual Basic 2010 Express Edition
#1 · 15y ago
'Bruno
'Bruno
yes, using WinAPI's to access that listbox where process's are at, and remove it from there. (Actually by don't let it load it to there i believe) Just google it.

But i smell some stupid application which we don't actually support (we as mpgh members)
#2 · 15y ago
Qizzle15401
Qizzle15401
indeed unless your making some sort of anti hacking addon for a game i dont see a reason to hide your app from its users
#3 · 15y ago
deadskulz
deadskulz
woah woah woah, does that code work on 2008?????
#4 · 15y ago
Jason
Jason
Quote Originally Posted by deadskulz View Post
woah woah woah, does that code work on 2008?????
woah woah woah, no,
#5 · 15y ago
sythe179
sythe179
Api way is the only way i think without making a service to hide it under.
#6 · 15y ago
Hassan
Hassan
Quote Originally Posted by *****179 View Post
Api way is the only way i think without making a service to hide it under.
Yup. I know how to do it, but seeing the negative use, I think I shouldn't share :P
#7 · 15y ago
IZ
iZ3RO
@Hassan:
I have the same code, but seeing as how the ONLY thing I can conjure up in my head is negative uses, I suggest not releasing it, as it could only cause problems.
Just my two cents.
~ZerO (Back from the dead)
#8 · 15y ago
Hassan
Hassan
Quote Originally Posted by iZ3RO View Post
@Hassan:
I have the same code, but seeing as how the ONLY thing I can conjure up in my head is negative uses, I suggest not releasing it, as it could only cause problems.
Just my two cents.
~ZerO (Back from the dead)
Hmm, how do you know what code I have ? You mind hacker or what ?

Plus, my solution is more of an illusion than real app hider !!

Real App hiding is possible in C++ but don't know about vb and c# !
#9 · 15y ago
House
House
Let me google that for you
#10 · 15y ago
nathanael890
nathanael890

Every programmer doesn't share this kind of codes to untrusted / suspicious members.
You better search it at google as House said.

There was one time I asked about this code from NextGen but he didn't shared it to me because he doesn't yet trusts me.
#11 · 15y ago
NextGen1
NextGen1
Answer:

http://www.mpgh.net/forum/33-visual-...e-express.html




#12 · 15y ago
Hassan
Hassan
Quote Originally Posted by NextGen1 View Post
Answer:

http://www.mpgh.net/forum/33-visual-...e-express.html




Windows service has too many limitations and pre-requisites before it can even initialize. Not a good solution. And just for your information, in windows 7, you can stop a service from Windows Task Manager !
#13 · 15y ago
ST
Stevenom
Trying to make a virus eyy?
#14 · 15y ago
freedompeace
freedompeace
That's ... A little difficult in Visual Basic. You can definitely camouflage your app, but in VB alone, you'll be hard pressed to properly conceal an application.
#15 · 15y ago
Posts 1–15 of 21 · Page 1 of 2

Post a Reply

Tags for this Thread

None