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]hide from procces

[Help]hide from procces

Posts 1–13 of 13 · Page 1 of 1
tremaster
tremaster
[Help]hide from procces
how do i make it so when i click checkbox 8 i can make my form hidden from procces
#1 · 16y ago
Shark23
Shark23
Process list as in the taskbar or the task manager?
#2 · 16y ago
Hassan
Hassan
I don't think this is possible - after all, years of viruses and Spyware makers haven't managed it yet. If it was, it would be very dangerous - exactly because of the type of thing you are trying to do!! You would be better off trying to disguise the process as a legitimate running process (which is what most viruses or Spywares currently do). Also you can disable Task manager completely from the registry.
#3 · edited 16y ago · 16y ago
NextGen1
NextGen1
A. removed outside link....Ask...?
B. At threadstarters, you get mpgh points for using proper tags

[php]
[Help]YadaYada
[/php]

Finally, Make your application a windows service and boom, it is hidden from processes.

#4 · 16y ago
Void
Void
Hide every module in your program.

I have a link that might help but it's on another forum and it's in C++...
#5 · 16y ago
Hassan
Hassan
Quote Originally Posted by NextGen1 View Post
A. removed outside link....Ask...?
B. At threadstarters, you get mpgh points for using proper tags

[php]
[Help]YadaYada
[/php]

Finally, Make your application a windows service and boom, it is hidden from processes.

Oops sorry, I forgot. I will not repeat it again.

@ Win Service: Great Idea
#6 · 16y ago
WT
wtfiwantthatname
well the cheap approach is to read in everything thats displayed in task manager and remove your entry.
#7 · 16y ago
Spookerzz
Spookerzz
This would be very dangerous if hackers perfected something like this
#8 · 16y ago
Hassan
Hassan
Quote Originally Posted by Godlike View Post
This would be very dangerous if hackers perfected something like this
Well, I think C++ Guru's can do this. Anyways, they victimize many users successfully via disguising !!
#9 · 16y ago
Spookerzz
Spookerzz
Best Tip: Make the Process name seem more safer
#10 · 16y ago
XX
xxnoicexx
in VB i think there is something called Hide.Me() it hides from stuff like that possibly

Code:
Hide.me()
#11 · 16y ago
Blubb1337
Blubb1337
Quote Originally Posted by xxnoicexx View Post
in VB i think there is something called Hide.Me() it hides from stuff like that possibly

Code:
Hide.me()
1. It is Me.Hide

2. He does not want the form to hide he wants the process to hide so you cannot see it with taskmanager.
#12 · 16y ago
NextGen1
NextGen1
Yeah, Again... VB6 < there were some API Options (for non .net framework OS) in this case, for security, you will really either have to "Mask" it, or Make it a windows Service.
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Hide Application From Task ManagerBy zmansquared in Visual Basic Programming
    8Last post 16y ago
  • Hiding from leaderboardBy ghostank in Vindictus Help
    4Last post 14y ago
  • [Help] disconnected from server!By Sneaky Ninja in Combat Arms Help
    8Last post 16y ago
  • [Help] Converting from txt to gct?By ppl2pass in Visual Basic Programming
    10Last post 16y ago
  • Hide from process listBy superHackz in Visual Basic Programming
    1Last post 18y ago

Tags for this Thread

None