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] How do i get the form to target a proccess...

[HELP] How do i get the form to target a proccess...

Posts 1–5 of 5 · Page 1 of 1
Nightlord
Nightlord
[HELP] How do i get the form to target a proccess...
How do i get the form to target a proccess...

For example when iexplorer runs i want form one to be executed... So i want it to be attached sort of thing...
#1 · 18y ago
KI
Killallnoobs112
how do i hack warrock?
#2 · 18y ago
radnomguywfq3
radnomguywfq3
Quote Originally Posted by Killallnoobs112 View Post
how do i hack warrock?
Shut The Fuck Up.

Hmm...I don't know if I remeber this...Oh, okay

Dim ProcId as long
Dim ProcHandle as long
Dim ProcTarg as long

ProcTarg = FindWindows(0,"The Title Text Of The Process")
getwindowsthreadprocessid ProcTarg,ProcID
ProcHandle = OpenProcess(ProcID,Process_All_Accsess,false);

And then ProcHandle = The Process.
#3 · 18y ago
Nightlord
Nightlord
Prompts an error...
-----
Compile error:
Expected line number or label or statement or end of statement
-----

Code:
Private Sub Form_Load()
Dim ProcId As Long
Dim ProcHandle As Long
Dim ProcTarg As Long

ProcTarg = FindWindows(0, "iexplorer.exe")
getwindowsthreadprocessid ProcTarg, ProcId
ProcHandle = OpenProcess(ProcID,Process_All_Accsess,false);
And then ProcHandle = iexplorer.exe
End Sub
#4 · edited 18y ago · 18y ago
pbsucks
pbsucks
Code:
Private Sub Form_Load()
Dim ProcId As Long
Dim ProcHandle As Long
Dim ProcTarg As Long

ProcTarg = FindWindows(0, "iexplorer.exe")
getwindowsthreadprocessid ProcTarg, ProcId
ProcHandle = OpenProcess(ProcID,Process_All_Accsess,false);
And then ProcHandle = iexplorer.exe
End Sub
Do you really think that this is a valid vb 6 code?
Delete "And then"

Code:
Process_All_Accsess
I think you should first define this string...
If I remember right, it is &H1F0FFF

Hopefully I could help...
#5 · 18y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • [help]how would i get the superjump address?By fable741 in WarRock - International Hacks
    9Last post 19y ago
  • how do i get the new wepsBy ballin22 in WarRock Korea Hacks
    8Last post 19y ago
  • [TuT] How To Get The New Weapons!By Jeffrey1993 in WarRock - International Hacks
    18Last post 19y ago
  • [Help] How to make a form always on top.By wr194t in Visual Basic Programming
    6Last post 18y ago
  • [Tutorial] How to get the Wall hack to work.By wr194t in WolfTeam Hacks
    38Last post 18y ago

Tags for this Thread

None