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]With Shell Command..

[Help]With Shell Command..

Posts 1–7 of 7 · Page 1 of 1
DO
dor619
[Help]With Shell Command..
thanks for who gave me that code .
but i got promblme when i trying check it..
code :

Private Sub Command1_Click(Index As Integer)
Shell "C:\Program Files\WarRock\WRLauncher.exe"
End Sub


Pic:
#1 · 18y ago
SK
skumy
well like it says ''File not found''. You typed in the wrong path toyour wr installation.
#2 · 18y ago
DO
dor619
thanks alot man !
but how do i do "close" and "exit" boout?
#3 · 18y ago
radnomguywfq3
radnomguywfq3
Quote Originally Posted by dor619 View Post
thanks alot man !
but how do i do "close" and "exit" boout?
This is why I said use

Dim MyProcess As Process

Becuase using MyProcess.w\e you can close the process, and change, and read almost anything with it.
#4 · 18y ago
W0
w00t?
Private Sub Exit_Button_Click
End
End Sub


rename command1 or whateva to Exit_Button...
#5 · 18y ago
TH
TheBlueMax
I use this to open warrock:

Private Sub Command1_Click()
Shell "C:\Program Files\WarRock\WRLauncher.exe"
End Sub
#6 · edited 18y ago · 18y ago
castaway
castaway
Quote Originally Posted by w00t? View Post
Private Sub Exit_Button_Click
End
End Sub


rename command1 or whateva to Exit_Button...
it better to unload it first

Private Sub Command1_click()
Unload Form1
end
End Sub
#7 · 18y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • Help With commands pls...By metin2zocker in Call of Duty Modern Warfare 2 Help
    0Last post 16y ago
  • help with adding addies besides PTC commands in MenuBy deathninjak0 in Combat Arms Hack Coding / Programming / Source Code
    3Last post 16y ago
  • Help with the "waittill" commandBy lior19940 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    4Last post 16y ago
  • Help With Visual Basic 2008 And The PushToConsole CommandBy CrossFireHacker V1 in CrossFire Hack Coding / Programming / Source Code
    5Last post 16y ago
  • Need Help With CommandsBy dulli1 in Call of Duty Black Ops Help
    9Last post 15y ago

Tags for this Thread

None