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 › [HELP] VB6 Hotkey for Zoom not working

Exclamation[HELP] VB6 Hotkey for Zoom not working

Posts 1–14 of 14 · Page 1 of 1
SteeL
SteeL
[HELP] VB6 Hotkey for Zoom not working
I'm really sorry for Posting a Help in here.

I hv made new WarRock Trainer on new Address's today & it's working on new Updated worrock as of 9th Nov. 2007 6:30pm IST.

I made Stamina, Perfect Aim & Zoom hack, all working.

but I hv also added a Alternate shorcut to Scope Zoom Hack, as on Right Click Zoom in & on Pressing ALT do Zoom Out.
this is my code looks like, I made 2 Extra Timers for Zoom hack [see img.1] :
Code:
Private Sub Timer3_Timer()
If GetAsyncKeyState(2) <> 0 Then
Call WriteALong("Warrock", &HADD126, 1)
End If
End Sub

Private Sub Timer4_Timer()
If GetAsyncKeyState(18) <> 0 Then
Call WriteALong("Warrock", &HADD126, 0)
End If
End Sub
img.1 :
-
-
-
-

& this is my whole Code Looks like [u can take this ADDRESS's as they r working. i was playing abt 1hr's with this hack.]:

Code:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Private Sub Command1_Click()
Timer1.Enabled = True
End Sub

Private Sub Command2_Click()
Timer1.Enabled = False
End Sub

Private Sub Command3_Click()
Call WriteALong("Warrock", &HADD126, 1)
End Sub

Private Sub Command4_Click()
Call WriteALong("Warrock", &HADD126, 0)
End Sub

Private Sub Command5_Click()
Timer2.Enabled = True
End Sub

Private Sub Command6_Click()
Timer2.Enabled = False
End Sub

Private Sub Timer1_Timer()
Call WriteALong("Warrock", &H8DBAFC, 1120403456)
End Sub

Private Sub Timer2_Timer()
Call WriteALong("Warrock", &HADD164, 0)
Call WriteALong("Warrock", &HADD16B, 0)
End Sub

Private Sub Timer3_Timer()
If GetAsyncKeyState(2) <> 0 Then
Call WriteALong("Warrock", &HADD126, 1)
End If
End Sub

Private Sub Timer4_Timer()
If GetAsyncKeyState(18) <> 0 Then
Call WriteALong("Warrock", &HADD126, 0)
End If
End Sub
Note I did Right Click on Form1 > View Code > and added a Line on TOP of the code [as Told by RedEye in his Tut on MPGH.] :
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
#1 · 18y ago
DoubleDutch
DoubleDutch
who cares if u press alt u zoom out? i use right click - right click way more easier but thnkx to the people who need it
#2 · 18y ago
castaway
castaway
vbKeyRClick
#3 · 18y ago
dean_josef
da_je
hey can u give me your module please.... or generate for me 1....
#4 · 18y ago
SteeL
SteeL
Quote Originally Posted by thimo View Post
vbKeyRClick
Whr do i add it ? i'm using TheRedEye's this Tut http://www.mpgh.net/forum/61-archive...light=tutorial

as referance, I really dont know anything on VB6 i just learnt warock VB6 hacks making from tutorials.


--

& dean_josef use any public Module & Crypt it so it gets Hard to PB to read the crypted data.
#5 · 18y ago
dean_josef
da_je
Still please answer my post..

Edit: can u post your module into your site please..
#6 · 18y ago
foxhound
foxhound
Quote Originally Posted by SteeL View Post
I'm really sorry for Posting a Help in here.

I hv made new WarRock Trainer on new Address's today & it's working on new Updated worrock as of 9th Nov. 2007 6:30pm IST.

I made Stamina, Perfect Aim & Zoom hack, all working.

but I hv also added a Alternate shorcut to Scope Zoom Hack, as on Right Click Zoom in & on Pressing ALT do Zoom Out.
this is my code looks like, I made 2 Extra Timers for Zoom hack [see img.1] :
Code:
Private Sub Timer3_Timer()
If GetAsyncKeyState(2) <> 0 Then
Call WriteALong("Warrock", &HADD126, 1)
End If
End Sub

Private Sub Timer4_Timer()
If GetAsyncKeyState(18) <> 0 Then
Call WriteALong("Warrock", &HADD126, 0)
End If
End Sub
img.1 :
-
-
-
-

& this is my whole Code Looks like [u can take this ADDRESS's as they r working. i was playing abt 1hr's with this hack.]:

Code:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Private Sub Command1_Click()
Timer1.Enabled = True
End Sub

Private Sub Command2_Click()
Timer1.Enabled = False
End Sub

Private Sub Command3_Click()
Call WriteALong("Warrock", &HADD126, 1)
End Sub

Private Sub Command4_Click()
Call WriteALong("Warrock", &HADD126, 0)
End Sub

Private Sub Command5_Click()
Timer2.Enabled = True
End Sub

Private Sub Command6_Click()
Timer2.Enabled = False
End Sub

Private Sub Timer1_Timer()
Call WriteALong("Warrock", &H8DBAFC, 1120403456)
End Sub

Private Sub Timer2_Timer()
Call WriteALong("Warrock", &HADD164, 0)
Call WriteALong("Warrock", &HADD16B, 0)
End Sub

Private Sub Timer3_Timer()
If GetAsyncKeyState(2) <> 0 Then
Call WriteALong("Warrock", &HADD126, 1)
End If
End Sub

Private Sub Timer4_Timer()
If GetAsyncKeyState(18) <> 0 Then
Call WriteALong("Warrock", &HADD126, 0)
End If
End Sub
Note I did Right Click on Form1 > View Code > and added a Line on TOP of the code [as Told by RedEye in his Tut on MPGH.] :
I think i kno y u have this problem.. if you have msn Pm me it and ill add you and mayb i can help
#7 · 18y ago
SteeL
SteeL
Quote Originally Posted by dean_josef View Post
Still please answer my post..

Edit: can u post your module into your site please..
I'm using MPGH module, posted on mpgh somewhr, just search it.

& please do help me if u know how to make Hotkeys in VB6 ?
I just wana add Zoom hack on RIGHT click.
#8 · 18y ago
WR
wr194t
This should be the code for Scope:
Code:
Call WriteALong ("Warrock", &HADD126, 1)
Interval 1, enabled false.

Now the hotkey:
Code:
If GetKeyPress (vbKeyRButton) Then
Call WriteALong ("Warrock", &HADD126, 1)
Else:
Call WriteALong ("Warrock", &HADD126, 0)
End If
Interval 1, enabled true.

This is Hold right click on/off. If you want to use two seperate keys to turn it on/off:

First hotkey timer:
Code:
If GetKeyPress (vbKeyRButton) Then
Call WriteALong ("Warrock", &HADD126, 1)
End If
Second hotkey timer:
Code:
If GetKeyPress (vbKeyMenu) Then
Call WriteALong ("Warrock", &HADD126, 1)
End If
Interval 1, enabled true for both.

vbKeyMenu = Alt.
#9 · edited 18y ago · 18y ago
SteeL
SteeL
Thanx wr194t

I will try it & then Posts here my Test result.

Between wht is difference between the intervals 1 & 100 ? true & false ?
I did changed my interval from 100 to 1 & False to True.
#10 · 18y ago
WR
wr194t
Quote Originally Posted by SteeL View Post
Thanx wr194t

I will try it & then Posts here my Test result.

Between wht is difference between the intervals 1 & 100 ? true & false ?
I did changed my interval from 100 to 1 & False to True.
No problem, also I'm not sure about the intervals, I ALWAYS use 1 with every timer, and you use enabled false for the actually code, true for hotkeys.
#11 · 18y ago
SteeL
SteeL
man, it did worked, now I can Zoom in & Zoom out on Right Click



i will be adding comments in exe : Thanx to wr194t.
#12 · edited 18y ago · 18y ago
castaway
castaway
Quote Originally Posted by SteeL View Post
& dean_josef use any public Module & Crypt it so it gets Hard to PB to read the crypted data.
that is jib jab job bullshit
u can't crypt no module
if its possible
vb can't even read the module -.-
#13 · 18y ago
SteeL
SteeL
Quote Originally Posted by thimo View Post
that is jib jab job bullshit
u can't crypt no module
if its possible
vb can't even read the module -.-
uh ! i'm using a Public Module Posted on MPGH .. lol i still didnt got banned yet since Dec 2006, i use all Public hacks the same way if they r detected , but if ADDRESS's r working then also I crypt it & use it with no ban, i havent got any BAN yet on warrock.
#14 · 18y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Tags for this Thread

None