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 › anyone help with scope hotkey

anyone help with scope hotkey

Posts 1–8 of 8 · Page 1 of 1
LL
ll Asura ll
anyone help with scope hotkey
i am workin on a public hack and i was wondering if anyone could help me on puttin a hotkey on scope !! i been tryin to get it so that you hold the right click botton on the mouse for on then when you let it go the scope then turn off can anyone help me with this please !
#1 · 18y ago
K2
K2 Nemico
i can help you with that. ok all you need is a timer and two buttons.

then in the ON button place this code:
Code:
timer1.enabled = true
and for off button put:
Code:
timer1.enabled = false
make the timer to DISABLED and interval to 1

then double click the timer and put this code in:
Code:
If getkeypress(vbkeyrbutton) then
Call WriteALong("Warrock", &H"Address", 1)
Else:
Call WriteALong("Warrock", &H"Address", 0)
try this, it is good. reply for any errors.
#2 · 18y ago
VE
vescovo
ya that is right u could almost do anything with that
as long as u change the

"vbkeyrbutton" then you can make it watever u want also
change the addreses and such and u can do any hotkey u want with it
#3 · 18y ago
K2
K2 Nemico
yup.


and ll Asura ll, does it work for you?
#4 · 18y ago
5c0tt
5c0tt
If you're setting a hotkey to Scope then you don't need any buttons, just one timer with this code:

Code:
If GetKeyPress(vbKeyRButton) then
Call WriteALong("Warrock", &H"Address", 1)
Else:
Call WriteALong("Warrock", &H"Address", 0)
End If
That's all you need. Make sure the timer Interval 1, and Enabled True. You can change these when you click the timer and go to properties.
#5 · 18y ago
K2
K2 Nemico
Quote Originally Posted by 5c0tt View Post
If you're setting a hotkey to Scope then you don't need any buttons, just one timer with this code:

Code:
If GetKeyPress(vbKeyRButton) then
Call WriteALong("Warrock", &H"Address", 1)
Else:
Call WriteALong("Warrock", &H"Address", 0)
End If
That's all you need. Make sure the timer Interval 1, and Enabled True. You can change these when you click the timer and go to properties.
oh ya? what if you just want to use a sniper? how are u going to snipe???? its hard because u have scope on ON, so just use my way because you can turn the timer off.
#6 · 18y ago
RO
ROKEINISELE
Hiiiiiiii!
Hi everybody,
I'm new! What's going on?


------------------
president
#7 · 18y ago
radnomguywfq3
radnomguywfq3
Quote Originally Posted by 5c0tt View Post
If you're setting a hotkey to Scope then you don't need any buttons, just one timer with this code:

Code:
If GetKeyPress(vbKeyRButton) then
Call WriteALong("Warrock", &H"Address", 1)
Sleep(1000) ''Prevents Double Recording the event.
Else
Call WriteALong("Warrock", &H"Address", 0)
End If
That's all you need. Make sure the timer Interval 1, and Enabled True. You can change these when you click the timer and go to properties.
You should at add sleep to hotkeys input, as well as not write it to one but switch it, so it will remove the sniping factor, and the hassal to have an on going timer with an enable\disable feature.
#8 · 18y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • [vb6]help with scopeBy w00t? in Visual Basic Programming
    9Last post 19y ago
  • can anyone help with a serial??By lolz2much in Suggestions, Requests & General Help
    16Last post 16y 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
  • Need Help With ScopeBy damien1234 in Combat Arms Mod Discussion
    1Last post 16y ago

Tags for this Thread

None