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 › Again Problem With Vb6 Swim Code

QuestionAgain Problem With Vb6 Swim Code

Posts 1–13 of 13 · Page 1 of 1
jokuvaan11
jokuvaan11
Again Problem With Vb6 Swim Code
WHAT I HAVE TO DO?? I can't unfreeze this SWIM CODE
IS THIS RIGHT:

THIS IS FREEZE button:

Private Sub Command4_Click()
Timer2.Interval = 1
End Sub

And this unfreeze:

Private Sub Command5_Click()
Timer2.Interval = 0
End Sub

Private Sub Command6_Click()
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 4)
End Sub


AND TIMER 2 IS:

Private Sub Timer2_Timer()
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 4)
End Sub
#1 · 19y ago
scooby107
scooby107
You don't need to freeze the address, just set it to 4 to swim and 0 to walk again.
#2 · 19y ago
nbr1dan
nbr1dan
You need 2 command buttons -

Private Sub Command4_Click()
Timer2.Interval = 1
End Sub

Private Sub Command5_Click()
Timer2.Interval = 0
End Sub

(Interval 1 activates the cheat and Interval 0 deactivates the cheat.)

Next you will need a timer -

Private Sub Timer2_Timer()
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 4)
End Sub

That is all you need. I see you had 3 command buttons you only need 2 buttons and 1 timer. Do as I showed you and it will work!


Hope this helps!
#3 · 19y ago
MS Word
MS Word
man...

you dont need a timer you just make 1 button and write in it:

Code:
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 4)
and to turn it off make another button and write

Code:
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 0)
#4 · 19y ago
nbr1dan
nbr1dan
Nevermind I see what u r saying now LOL
#5 · 19y ago
MS Word
MS Word
lol i know, that sounds noobish.

but.. i cant get stamina to work anymore...

i have got 1 timer with
Code:
Call WriteALong("WarRock", &H7D9120, 1120403456)
and 2 buttons, to turn on and off

the ''turn-on''
Code:
Timer2.Interval = 1
and the ''turn-off''
Code:
Timer2.Interval = 1
#6 · 19y ago
jokuvaan11
jokuvaan11
Nice, Thanks
YOU ALL ARE SO HELPFUL!?!?!?!?!!
thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks
#7 · 19y ago
MS Word
MS Word
jokuvan... one ''thanks'' is enough ... u could have been helping me instead of spamming but nvm..
#8 · 19y ago
iHack
iHack
Lol.




Yea, one thanks is enough
#9 · 19y ago
jokuvaan11
jokuvaan11
Ok
OK SORRY BUT THANKS

Question:
It doesn't unfreeze it even with this code:

Private Sub Command4_Click()
Timer2.Interval = 1
End Sub

Private Sub Command5_Click()
Timer2.Interval = 0
End Sub


TIMER-

Private Sub Timer2_Timer()
Dim Swim As Long
Dim Swim1 As Long
Call ReadALong("Warrock", &H896E28, Swim)
Swim1 = Swim + &H54
Call WriteALong("Warrock", Swim1, 4)
End Sub
#10 · 19y ago
nbr1dan
nbr1dan
Yea i just tried and your right it dosent unfreeze. Sorry man i thought it would work.
#11 · 19y ago
mains3rv3r
mains3rv3r
Basically there's not reason to freeze it, you can just set it. And remember that swim only works in places WITHOUT actual water.

Also here's my tut : http://www.mpgh.net/forum/warrock_in...6_trainer.html
#12 · 19y ago
cjg333
cjg333
and you cant use call readalong has to be call writealong.then your intervals for your on and off buttons must be interval of 1 for On.interval of 0 for Off.
#13 · 19y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • Something is wrong! :S -- Problem with VB6 codeBy Darky in WarRock - International Hacks
    13Last post 19y ago
  • Problem with my source code ..By D e a t h h a u n t S in Combat Arms EU Help
    1Last post 15y ago
  • Problem with my source code ..By D e a t h h a u n t S in Combat Arms EU Hack Coding/Source Code
    4Last post 15y ago
  • Problems with promo retail code of warrock generator.By DonLukem in Suggestions, Requests & General Help
    2Last post 19y ago
  • Problem with VB6By terror1994 in WarRock - International Hacks
    9Last post 18y ago

Tags for this Thread

None