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 › No stamina

No stamina

Posts 1–11 of 11 · Page 1 of 1
JO
joranxxl
No stamina
Hi,

I have made a unlimited stamina hack but it doesn't works.... Can anybody give me the code? at the moment i do call warrock en then playerpointer and offset but it doesn't works.. :S is it with dim a long?

thnx for help
#1 · 18y ago
BL
bloqueado93
ok atteintion
look the offfest is 28c the player pointer is 1376360
this is my tutorial for you:
Step 1:
Make 2 CommandButtons and 1 Timer. Caption The CommandButtons: Unlimited Stamina On and the other one: Unlimited Stamina Off.

Step 2:
Double click on your "Unlimited Stamina On" Button and copy this and past it in the button:

Private Sub Command1_Click()
Timer1.Interval = 1
Timer1.Enabled = True
End Sub

Now double click on your "Unlimited Stamina Off" button and copy this and past it in the button:

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

Step 3:
Brilliant! You just made 2 buttons with commands in it but they still don't do anything.
So thats why we are going to put something in the Timer. Put this in your timer:

Private Sub Timer1_Timer()
Dim STAN As Long
Dim STAN1 As Long
Call ReadALong("WarRock", &H1376360, STAN)
STAN1 = STAN + &H28c
Call WriteALong("WarRock", STAN1, 1120403456)
End Sub
#2 · 18y ago
JO
joranxxl
thnx you very much! it works fine!
#3 · 18y ago
TH
thiag00
i make it but i got a error..
compile error:sub or function not defined

Private Sub Timer1_Timer()
Call ReadALong
#4 · 18y ago
xxhealxx
xxhealxx
Quote Originally Posted by thiag00 View Post
i make it but i got a error..
compile error:sub or function not defined

Private Sub Timer1_Timer()
Call ReadALong
Timer1_Timer0 i think....maybe thts it
#5 · 18y ago
TH
thiag00
was a problem with the module
now is working
thx


but i got a problem with the Undetected Module Maker
got banned...
any suggest?
i used the fast module... in the umm by ZeaS...
#6 · edited 18y ago · 18y ago
JO
joranxxl
make your strings longer,, Sample: WriteAlong: HE348NSDHFYE363Hef
#7 · 18y ago
boyd45
boyd45
ill get a error like this help me plz
#8 · 18y ago
boyd45
boyd45
screen shot of the error
sorry for the duble post i got some upload problems here is my screenshot plz help me fixing it
#9 · 18y ago
boyd45
boyd45
screen shot of the error
sorry for the duble post i got some upload problems here is my screenshot plz help me fixing it
#10 · edited 18y ago · 18y ago
TH
thiag00
Quote Originally Posted by boyd45 View Post
sorry for the duble post i got some upload problems here is my screenshot plz help me fixing it
Yopu have to change the string ReadALong for the string used in your module...
#11 · 18y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • [Release] Warrock Trainer - Scope / StaminaBy darkshinez in WarRock - International Hacks
    20Last post 20y ago
  • GPS, Inf Stamina, Position KillBy Whiskey.. in WarRock - International Hacks
    54Last post 19y ago
  • Warrock Infinite StaminaBy Fortran in Game Hacking Tutorials
    0Last post 19y ago
  • [Req] Infinite stamina tutBy lolliepop in WarRock - International Hacks
    3Last post 19y ago
  • trade stamina, weapons, super jump, no fall damage and scope dinamic adres!!!By ferrar1000 in WarRock - International Hacks
    8Last post 19y ago

Tags for this Thread

#stamina