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 › how do i make something like this ?

how do i make something like this ?

Posts 1–13 of 13 · Page 1 of 1
GO
Gold Stone
how do i make something like this ?
how can i make something like this?

* look attachment *

i will like that the hack will be started up when warrock.exe is loaded.
some one can help me
#1 · 18y ago
ZeaS
ZeaS
Public Function TestIfWarrockWorking(Warrock_fenster_4_ As String) As Boolean
Dim hWnd As Long

hWnd = FindWindow(vbNullString, Warrock_fenster_4_)

If (hWnd = 0) Then
TestIfWarrockWorking = False
Else
TestIfWarrockWorking = True
End If
End Function

don't forgett too change the strings into your's (hwnd, warrock_fenster_4_...)
#2 · 18y ago
GO
Gold Stone
Quote Originally Posted by ZeaS View Post
Public Function TestIfWarrockWorking(Warrock_fenster_4_ As String) As Boolean
Dim hWnd As Long

hWnd = FindWindow(vbNullString, Warrock_fenster_4_)

If (hWnd = 0) Then
TestIfWarrockWorking = False
Else
TestIfWarrockWorking = True
End If
End Function

don't forgett too change the strings into your's (hwnd, warrock_fenster_4_...)
omfg man , ur realy the best
#3 · 18y ago
carpanthers1
carpanthers1
is that ur real username? u might wanna take it down cuz k2 has spys in this forum
#4 · 18y ago
GO
Gold Stone
Quote Originally Posted by carpanthers1 View Post
is that ur real username? u might wanna take it down cuz k2 has spys in this forum
nah its not my username
its just fake , you cant enter a space btw
#5 · 18y ago
BR
branso
Oke but where must the code or anithing how do i make it?
#6 · 18y ago
MP
mpghhackersrock123
Quote Originally Posted by branso View Post
Oke but where must the code or anithing how do i make it?
Please speak E.N.G.L.I.S.H. normally
#7 · 18y ago
BR
branso
I am not english i am dutch
#8 · 18y ago
Teh Sasuke
Teh Sasuke
This is easy , Thanks to ZeaS.
#9 · 18y ago
TH
THE PWNER
where do i put the code?
#10 · 18y ago
-TM-
-TM-
This is similar, and seems a little better way to code it.
I have my own custom module, so this might be a little off.
I can post a public version of my module if needed. It has more then that other module that everyone gets.

Private Sub Form_Load()

CurrentProcess = "WarRock"

End Sub
Private Sub Timer1_Timer()

If (FindWindow(vbNullString, CurrentProcess) <> 0) Then

Label1.Caption = "Enabled!"

CurrentProcess = "WarRock"

Else

Label1.Caption = "Disabled!"

End If

End Sub
#11 · 18y ago
K2
K2 Nemico
Quote Originally Posted by carpanthers1 View Post
is that ur real username? u might wanna take it down cuz k2 has spys in this forum
like me? lol jking
#12 · 18y ago
BR
branso
I have found a other code here its is
Put this in a module:

Public Function Running(window As String) As Boolean
Dim hwnd As Long

hwnd = FindWindow(vbNullString, window)

If (hwnd = 0) Then
Running = False
Else
Running = True
End If
End Function

And this in a timer

If Running("warrock") Then
Unload Form?
Form?.Show
End If

and this in form load

CurrentProcess = "WarRock"

I dont know its have effect but so is its be my works

(sorry for me bad english i am dutch)
#13 · 18y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • help!! i need hack tools something like this....By kapo in MapleStory Hacks, Cheats & Trainers
    0Last post 18y ago
  • Requesting Something Like This..By Uno in Help & Requests
    5Last post 17y ago
  • Let's Make Something Clear, THIS SECTION IS FOR RELEASES ONLYBy Melodia in Call of Duty Modern Warfare 2 Help
    6Last post 16y ago
  • dBased...can you make something with this codeBy tasya89 in Mission Against Terror Discussions
    12Last post 15y ago
  • Is there something like this even out there?By f1n357 in Call of Duty Modern Warfare 2 Help
    5Last post 16y ago

Tags for this Thread

None