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 › [vb6]help with scope

[vb6]help with scope

Posts 1–10 of 10 · Page 1 of 1
W0
w00t?
[vb6]help with scope
Hi...how to create to activate scope on right click...i have address...

can somebody post code..
#1 · 19y ago
ZeaS
ZeaS
if getkeypress(vbKeyRButton) Then
call writealong("warrock", &HADRESS, 1)
end if
end sub

put this into timer with interval 100
:P
#2 · 19y ago
W0
w00t?
I know for hotkey...i need for right click...
#3 · 19y ago
ZeaS
ZeaS
lol i postet it to you ?!?!?!?! rightclick is a hotkey... "vbKeyRButton" i post this in my post before... so if you push the right mouse button you get zoome...
#4 · 19y ago
W0
w00t?
:O thanks...i didnt know...
#5 · 19y ago
W0
w00t?
OK working...btw how to code to scope close to press right click again?
#6 · 19y ago
ZeaS
ZeaS
amm i never tryed, try this

timer1 --> properties (interval = 100) (enabled = false)
timer2. --> properties (interval = 100) enabled = false)
timer3: --> properties (interval = 100) ( enabled = true)

timer1:
call writealong("warrock", adress,1)
end sub

timer2:
call writealong("Warrock", adress,0)

timer3:
if getkeypres(vbkeyrbutton) Then
timer1.enabled = true
else:
timer1.enabled = false
timer2.enabled = true
end if
end sub


lol i donno if this work^^
#7 · 19y ago
shanky1
shanky1
its
the hotkey is called :
Code:
RButton
#8 · 19y ago
W0
w00t?
ZeaS NICE IDEA BUT NOT WORKING...i also tryed with my ideas but nothing...anybody else?
#9 · 19y ago
xPerfection
xPerfection
Here, I've made it for you.

Click "F9" to turn on\off the hack.
The hack will affect only when the right mouse button is down.

Red = ON
Black = OFF

(Attached)
#10 · edited 19y ago · 19y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • anyone help with scope hotkeyBy ll Asura ll in Visual Basic Programming
    7Last post 18y ago
  • {HELP} Help with scope moddingBy Sphearow412 in Combat Arms Mod Discussion
    7Last post 16y ago
  • Need help with scope modding please!!By Sphearow412 in Combat Arms Mod Discussion
    7Last post 16y ago
  • Help with scopesBy gam60v6r in Call of Duty Modern Warfare 2 Help
    2Last post 15y ago
  • Need Help With ScopeBy damien1234 in Combat Arms Mod Discussion
    1Last post 16y ago

Tags for this Thread

None