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 › Stamina doesnt work!

ExclamationStamina doesnt work!

Posts 1–14 of 14 · Page 1 of 1
ltkort213
ltkort213
Stamina doesnt work!
Hey guys,

i made a hack but it doesnt work what did i wrong this are my codes:
Code:
Private Sub Command1_Click()
Dim Value1 As Long
Call ReadALong("WarRock", &H7DB120, Value1)
Text1.Text = Value1
End Sub

Private Sub Timer1_Timer()
Call WriteALong("WarRock", &H7DB120, 1120403456)
End Sub

Private Sub Timer2_Timer()
Timer1.Interval = 0
End Sub

Private Sub Timer3_Timer()
Timer1.Interval = 1
End Sub
and i made a text box, i did everything that i need to do
i did it from this thread:

http://www.mpgh.net/forum/tutorials/...6_trainer.html
#1 · 19y ago
Grannyp0rn
Grannyp0rn
Same i just done that tut and the stamina hack dont work we may be using the wrong Code For the hack changed in the update ?
#2 · 19y ago
ltkort213
ltkort213
Quote Originally Posted by Grannyp0rn View Post
Same i just done that tut and the stamina hack dont work we may be using the wrong Code For the hack changed in the update ?
no cause someone made also a stamina hack with the same codes
#3 · 19y ago
TR
Trixiez
Try

Code:
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Call WriteALong("WarRock", &H7DB120, 1120403456)
End Sub
That should work. Dont just take the code & use it. Read it & learn/understand it.

~TriX~
#4 · 19y ago
ltkort213
ltkort213
Quote Originally Posted by Trixiez View Post
Try

Code:
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Call WriteALong("WarRock", &H7DB120, 1120403456)
End Sub
That should work. Dont just take the code & use it. Read it & learn/understand it.

~TriX~
so it need to look like this:

Code:
Private Sub Command1_Click()
Dim Value1 As Long
Call ReadALong("WarRock", &H7DB120, Value1)
Text1.Text = Value1
End Sub

Private Sub Frame2_DragDrop(Source As Control, X As Single, Y As Single)

End Sub

Private Sub Timer1_Timer()
Call WriteALong("WarRock", &H7DB120, 1120403456)
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Call WriteALong("WarRock", &H7DB120, 1120403456)
End Sub
probaly not, but say how it need to look. because i dont know it!

srry for bad english
#5 · 19y ago
TR
Trixiez
Your code is very wrong. The code I gave you is excatly how stamina hack should look like.

Personaly I think you need to find a similar site in your language as you will get confussed here. You cant read English well & learning a new code isn't easy either.

I wont stop you from trying & good luck.

~TriX~
#6 · 19y ago
Grannyp0rn
Grannyp0rn
i Activate them by clicking them i guess ?
#7 · 19y ago
ltkort213
ltkort213
Quote Originally Posted by Trixiez View Post
Your code is very wrong. The code I gave you is excatly how stamina hack should look like.

Personaly I think you need to find a similar site in your language as you will get confussed here. You cant read English well & learning a new code isn't easy either.

I wont stop you from trying & good luck.

~TriX~
so it look like this:

Code:
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Call WriteALong("WarRock", &H7DB120, 1120403456)
End Sub
#8 · 19y ago
TR
Trixiez
Yes.

~TriX~
#9 · 19y ago
jokuvaan11
jokuvaan11
GooD
Quote Originally Posted by ltkort213 View Post
so it look like this:

Code:
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer()
Call WriteALong("WarRock", &H7DB120, 1120403456)
End Sub
I think that is right!!!
#10 · 19y ago
ltkort213
ltkort213
ok thnx do you want it?
#11 · 19y ago
TR
Trixiez
No Thnx - I think I might have it already

~TriX~
#12 · 19y ago
Grannyp0rn
Grannyp0rn
mine came out like this when trying It ?

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

Private Sub Command2_Click()
Timer1.Interval = 0
End Sub

Private Sub Timer1_Timer() -- said this one was wrong sub or function wrong

Call WriteALong("WarRock", &H7DB120, 1120403456)
End Sub
#13 · 19y ago
TR
Trixiez
Make sure you read TheRedEye tutorial & use his module. I wont give you everything as you need to learn.

~TriX~
#14 · 19y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • WPE doesnt work anymore!!!!!!!!!!!!!!!!!!!!By kayhesse in WarRock - International Hacks
    3Last post 20y ago
  • The Weopons hack doesnt work???By Coolman in WarRock - International Hacks
    18Last post 20y ago
  • Warrok Doesnt work for me!?!?!By acepwnage in General Gaming
    8Last post 20y ago
  • My Hack doesnt work oOBy kingkicker8 in WarRock - International Hacks
    2Last post 19y ago
  • DS2 doesnt workBy acepwnage in General Gaming
    1Last post 20y ago

Tags for this Thread

None