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 › Scope.. Whats wrong?

Scope.. Whats wrong?

Posts 1–15 of 15 · Page 1 of 1
KI
kingkicker8
Scope.. Whats wrong?
Private Sub Timer2_Timer()
If GetAsyncKeyState(2) <> 0 Then
Call WriteALong("WarRock", &H9493558, 1)
End If
End Sub

Private Sub Timer3_Timer()
If GetAsyncKeyState(2) <> 0 Then
Call WriteALong("WarRock", &H9493558, 0)
End If
End Sub


whats wrong?.....

i like rightclick - than zoom.. next rightclick - back to normal ^^

pls help me... wont work :P
#1 · 19y ago
wessel93
wessel93
The Address , maybe try this one
Code:
Private Sub Timer2_Timer()
If GetAsyncKeyState(97) <> 0 Then Call WriteALong("Warrock", &H90DC36, &H0)
End Sub
#2 · 19y ago
KI
kingkicker8
need on and off .. and it dont seems right...

1 is on.. not &H0 ^^
#3 · 19y ago
wessel93
wessel93
I't works for me, i got it right out of my hack:P
#4 · 19y ago
KI
kingkicker8
could u send code for On and OFF?

(vb6)
#5 · 19y ago
XT
xtrylanx
hey wessel are you a fan of mythbusters? i'm a huge fan i have nearly seen all their epiosodes on Discovery!
#6 · 19y ago
wessel93
wessel93
&h0 = off &h1 = On
#7 · 19y ago
123456789987654321
123456789987654321
what do you have in the 2 command buttons??
#8 · 19y ago
wessel93
wessel93
command buttons? i work whit timers like this:
1. put in a timer interval 100
2. put this @ the source code:
Code:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
3. put this @ the timer code:
Code:
If GetAsyncKeyState(96) <> 0 Then Call WriteALong("Warrock", &H90DC36, &H1)
(96) is the numeric 0, thats the key you must press for activating it
#9 · 19y ago
juppeli
juppeli
have u tried with other hotkeys (does it even work at all)?
#10 · 19y ago
123456789987654321
123456789987654321
what am i doing wrong?

Private Sub Command1_Click()
Call WriteALong("WarRock", &H9493558, 1)
End Sub

Private Sub Command2_Click()
Call WriteALong("WarRock", &H9493558, 0)
End Sub

Private Sub Timer1_Timer()
If GetAsyncKeyState(97) <> 0 Then Call WriteALong("Warrock", &H90DC36, &H1)
Call WriteALong("WarRock", &H9493558, 1)
End If
End Sub


Private Sub Timer2_Timer()
If GetAsyncKeyState(97) <> 0 Then Call WriteALong("Warrock", &H90DC36, &H0)
Call WriteALong("WarRock", &H9493558, 0)
End If
End Sub
#11 · 19y ago
123456789987654321
123456789987654321
can you give everytihing you put into you buttons
#12 · 19y ago
wessel93
wessel93
why is Shouldn't is have this straigt from my own source:P
#13 · 19y ago
wessel93
wessel93
just made a small tut?
#14 · 19y ago
123456789987654321
123456789987654321
it would be nice
#15 · 19y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • Whats wrong with my code? =(By SadisticGrin in C++/C Programming
    13Last post 19y ago
  • i think i know whats wrong with gouravBy iverson954360 in General
    14Last post 19y ago
  • superjump - whats wrongBy kingkicker8 in WarRock - International Hacks
    36Last post 18y ago
  • Whats wrong... inst. spawn & 5th slotBy kingkicker8 in WarRock - International Hacks
    11Last post 19y ago
  • whats wrong staminaBy ZeaS in WarRock - International Hacks
    10Last post 19y ago

Tags for this Thread

None