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 › Handles

Handles

Posts 1–3 of 3 · Page 1 of 1
SA
Sapatao
Handles
Hi guys, I'm from Brazil, I can not speak English so I use Google translator, I have a doubt in Visual Basic. I wonder how I do to delete these Handles by Visual Basic, if you get some code to do this I will be grateful for it fairly.

graciously Sapatao

#1 · 13y ago
AT
atom0s
Use the Process class to get a list of the threads currently in the process. That will give you access to the thread id's.
Then you can use OpenThread API to obtain a handle to the thread, then use TerminateThread API to kill the thread.
Be sure to close the handle you open as well with CloseHandle.

pinvoke.net: openthread (kernel32)
pinvoke.net: TerminateThread (kernel32)
pinvoke.net: closehandle (kernel32)
#2 · 13y ago
master131
[MPGH]master131
If you terminate those threads the process will close....
#3 · 13y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Chinese kids can't handle video games..By Dave84311 in General
    23Last post 20y ago
  • Did I handle this bully well? HELP NEEDED IN STOPPING BULLY??By Hyperion in General
    31Last post 17y ago
  • [Request] Get CA process HandleBy crazyfool in Programming Tutorial Requests
    2Last post 17y ago
  • Get Engine.exe HandleBy crazyfool in Combat Arms Hacks & Cheats
    6Last post 17y ago
  • I'll handle the GFX RedoBy arunforce in Art & Graphic Design
    18Last post 17y ago

Tags for this Thread

None