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 › [Help] Stamina code freezes to 0

[Help] Stamina code freezes to 0

Posts 1–3 of 3 · Page 1 of 1
IL
ilovepie21
[Help] Stamina code freezes to 0
Code:
Private Sub Command1_Click()
Timer1.Enabled = False
End Sub

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

Private Sub Timer1_Timer()
If GetKeyPress(vbKeyShift) Then
Dim STAN As Long
Dim STAN1 As Long
Call ReadALong("WarRock", &H13680D8, STAN)
STAN1 = STAN + &H288
Call WriteAFloat("WarRock", STAN1, 100)
End If
End Sub
when i use this code stamina freezes to zero instead of full
#1 · 18y ago
gbitz
gbitz
I believe you need to freeze 100 to something else, but you're using WriteAFloat... so I don't know. Use WriteALong and try to find out what to freeze it to. If that doesn't work then I don't know.
#2 · 18y ago
yup
yup
Use WriteAFloat and freeze it to 1120403456, that should work.
#3 · 18y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • [ HELP ] stamina codeBy ilovepie21 in Visual Basic Programming
    1Last post 18y ago
  • Full Stamina CodeBy - Battery' in Combat Arms BR Coding Help
    8Last post 15y ago
  • [ HELP ] Stamina Code VB6By ilovepie21 in Visual Basic Programming
    10Last post 18y ago
  • [ help ] stamina codeBy ilovepie21 in Visual Basic Programming
    0Last post 18y ago
  • [HELP] I NEED HELP WITH STAMINA CODEBy ilovepie21 in Visual Basic Programming
    15Last post 18y ago

Tags for this Thread

#code#freezes#stamina