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 › spread / recoil

spread / recoil

Posts 1–12 of 12 · Page 1 of 1
ZeaS
ZeaS
spread / recoil
hello, i get a question, how look`s the code in vb6, for the no spread/no Recoil hack??? (with hotkey) please, you don`t must write the adress... please help me^^ and for swim in the air??? i get the adress, too.. but i can`t turn off the... ^^
#1 · edited 19y ago · 19y ago
Darky
Darky
Quote Originally Posted by ZeaS View Post
hello, i get a question, how look`s the code in vb6, for the no spread/no Recoil hack??? (with hotkey) please, you don`t must write the adress... please help me^^ and for swim in the air??? i get the adress, too.. but i can`t turn off the... ^^
Man you'r English is very very bad. I don't understaind anything!
#2 · 19y ago
ZeaS
ZeaS
lol sorry, i made hacks in vb6, and i wan`t to know, how the code look, that no spread no recoil and swim with hotkey works.. here a example

Private Sub Timer8_Timer()
If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeySpace) Then
Dim SJ As Long
Dim SJ1 As Long
Dim SJ2 As Single
Call ReadALong("WarRock", &ADRESS, SJ)
SJ1 = SJ + &HPOINTER
SJ2 = Text1.Text
Call WriteAFloat("WarRock", SJ1, SJ2)

End If
End Sub

this is a working superjump hack, with hotkey, and it works, but how to write the code for no spread / no recoil and for swim in the air?? the adresses i have

and sorry for bad english :P
#3 · 19y ago
123456789987654321
123456789987654321
i dont know for no spriad/no recoil but this is for swim:

Private Sub Timer8_Timer()
Dim swim As Long
Dim swim1 As Long
Dim swim3 As Single

If GetKeyPress(vbKeyNumpad8) Then
Call ReadALong("WarRock", &H896E28, swim)
swim1 = swim + &H54
Call WriteALong("WarRock", swim1, &H4)
End If
If GetKeyPress(vbKeyNumpad9) Then
Call ReadALong("WarRock", &H896E28, swim)
swim1 = swim + &H54
Call WriteALong("WarRock", swim1, &H0)
End If
End Sub
#4 · 19y ago
ZeaS
ZeaS
ok thank you for swim i try it in few of minutes anybody know`s with no spread no recoil?
#5 · 19y ago
Darky
Darky
Quote Originally Posted by 123456789987654321 View Post
i dont know for no spriad/no recoil but this is for swim:

Private Sub Timer8_Timer()
Dim swim As Long
Dim swim1 As Long
Dim swim3 As Single

If GetKeyPress(vbKeyNumpad8) Then
Call ReadALong("WarRock", &H896E28, swim)
swim1 = swim + &H54
Call WriteALong("WarRock", swim1, &H4)
End If
If GetKeyPress(vbKeyNumpad9) Then
Call ReadALong("WarRock", &H896E28, swim)
swim1 = swim + &H54
Call WriteALong("WarRock", swim1, &H0)
End If
End Sub
Dam it i'm too late.
#6 · 19y ago
Inna
Inna
So you were going to post swim too terminator O.o?
#7 · 19y ago
ZeaS
ZeaS
nobody know's the code for no spread/no recoil??
#8 · 19y ago
Darky
Darky
Quote Originally Posted by Kanna View Post
So you were going to post swim too terminator O.o?
of curse. i was searching for it. and sudently you showed up
#9 · 19y ago
MS Word
MS Word
bad bad bad!!!
#10 · 19y ago
dezer
dezer
Timer code:
Code:
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Call WriteALong("WarRock", address, 0)
Hotkey code:
Code:
if getkeypress(hotkey) and getkeypress(another one) then
timerX.intrval = 1
end if
eot
#11 · edited 19y ago · 19y ago
ZeaS
ZeaS
thank you a lot now my trainer are finished
#12 · 19y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • Fixing your spread/ recoil code!!By boom.. in WarRock - International Hacks
    7Last post 19y ago
  • No Spread/RecoilBy Lov3andW4R in Combat Arms Hack Requests
    2Last post 15y ago
  • Combat Arms No Spread/RecoilBy TheKamikazes in Hack Requests
    11Last post 16y ago
  • No spread/recoilBy Death526 in WarRock - International Hacks
    10Last post 19y ago
  • ask for no spread/recoilBy fight28982 in Visual Basic Programming
    1Last post 18y ago

Tags for this Thread

None