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 › MultiPlayer Game Hacks & Cheats › Other Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › VB 6 and Warrock Hack Help

VB 6 and Warrock Hack Help

Posts 1–7 of 7 · Page 1 of 1
CO
condor01
VB 6 and Warrock Hack Help
I am programming a new hack and need help. I posted once with what i needed but no one could help. Here it is again but with another thing added.

1. I need a VB 6 code for showing a image in the center of a screen. I need this because i will be using this for a public release to have custom crosshairs.

2. A VB 6 code for telling weather the game is enabled or disabled

3. A VB 6 code for opening a file

4. A VB 6 and INET i think it is called help

If any body can help after i program this hack i will allow them to have it first.

Thanks Condor01
#1 · edited 19y ago · 19y ago
purenoob134
purenoob134
i think jesee made the new croshair hack but he cant release because he has the same problem as you, doesnt know vb6, mabey you guys can talk and work soemthing out to help eachother????just a thought
#2 · 19y ago
CO
condor01
Quote Originally Posted by purenoob134 View Post
i think jesee made the new croshair hack but he cant release because he has the same problem as you, doesnt know vb6, mabey you guys can talk and work soemthing out to help eachother????just a thought
Ok its hard to work out but i have seen it done lol ill PM him later.
#3 · 19y ago
purenoob134
purenoob134
iight good luk
#4 · 19y ago
dezer
dezer
1. idk whats ur point
2.
Code:
Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
-> Into module

Code:
'WarRock detector
Dim fw As Long
Dim running As Long

fw = FindWindow(vbNullString, "WarRock")
running = Val(fw)

If running = 0 Then 'if warrock off then
MsgBox "WarRock not running!", vbCritical, "Check failed"
End
Else 'else, here - if warrock on then
MsgBox "WarRock running!", , "Check ok"
End
End If
<- Into timer, interval 100 would be ok
3. depends on what file
4. u need to explain what u want to do with INET...

the code from 2. obviously has to be modified to use it for what u want to use it. Now it will just check for warrock and close itself... so if u just copy it, it will check for warrock and close your hack
#5 · edited 19y ago · 19y ago
CO
condor01
Quote Originally Posted by dezer View Post
1. idk whats ur point
2.
Code:
Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
-> Into module

Code:
'WarRock detector
Dim fw As Long
Dim running As Long

fw = FindWindow(vbNullString, "WarRock")
running = Val(fw)

If running = 0 Then 'if warrock off then
MsgBox "WarRock not running!", vbCritical, "Check failed"
End
Else 'else, here - if warrock on then
MsgBox "WarRock running!", , "Check ok"
End
End If
<- Into timer, interval 100 would be ok
3. depends on what file
4. u need to explain what u want to do with INET...

the code from 2. obviously has to be modified to use it for what u want to use it. Now it will just check for warrock and close itself... so if u just copy it, it will check for warrock and close your hack
1. So i can use a custom image in the center of the screen to run as a crosshair

2. Thanks

3. warrock.exe

4. so i can display recent news about the hack and updates etc
#6 · 19y ago
purenoob134
purenoob134
u want a lot condor lol must have lots of time on ur hands
#7 · 19y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Basic hacks and downloading hack help neededBy micah344 in WarRock - International Hacks
    1Last post 19y ago
  • warrock hacking helpBy josephjboogie3 in WarRock - International Hacks
    3Last post 18y ago
  • [ WARROCK HACKS HELP ]By lovelyHaxorz in General Game Hacking
    0Last post 16y ago
  • Virtual basic warrock hack help!By iwanthacks121 in Programming Tutorial Requests
    0Last post 18y ago
  • Big warrock hack (help)By dark_byte70 in WarRock - International Hacks
    5Last post 17y ago

Tags for this Thread

None