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 › WarRock Hack Source Code › Help - Stamina don't work

UnhappyHelp - Stamina don't work

Posts 1–15 of 21 · Page 1 of 2
Legendary_Tomasz
Legendary_Tomasz
Help - Stamina don't work
I put in base :

void Stamina()
{
*(float*)ADR_STAMINA1 = 1000;
*(float*)ADR_STAMINA2 = 1000;
*(float*)ADR_STAMINA3 = 1000;
*(float*)ADR_STAMINA4 = 1000;
*(float*)ADR_STAMINA5 = 1000;
}
and in addys :

#define ADR_STAMINA1 Current Address
#define ADR_STAMINA2 Current Address
#define ADR_STAMINA3 Current Address
#define ADR_STAMINA4 Current Address
#define ADR_STAMINA5 Current Address

Do I need to put stamina in the hackthread ? If yeas to which one to ingame or outgame ?
Please help me someone if can I will put the person who helped me in the credits

Thanks
#1 · edited 13y ago · 13y ago
FroZeNeYe
FroZeNeYe
of course you need to put that void Stamina() into the ingame... because ingame is your playerpointer unless the ingame is you declared as your serverpointer, and stamina is considered as a playerpointer hack not a server pointer hack
#2 · 13y ago
Legendary_Tomasz
Legendary_Tomasz
When I put it ingame then the warrock crash Any idea Why ? My addresses are valid.
#3 · 13y ago
.J
.Joker
Here's the right one.
Code:
void stamina()
{
*(float*)ADR_STAMINA1=1000;
*(float*)ADR_STAMINA2=0;
*(float*)ADR_STAMINA3=0;
*(float*)ADR_STAMINA4=0;
*(float*)ADR_STAMINA5=1000;
}
Credits to the one who made it
#4 · 13y ago
Legendary_Tomasz
Legendary_Tomasz
Still crash when I put ingame the stamina btw do I need a bypass for that ?
#5 · 13y ago
FroZeNeYe
FroZeNeYe
Quote Originally Posted by Legendary_Tomasz View Post
When I put it ingame then the warrock crash Any idea Why ? My addresses are valid.
try to use only one addy of stamina

---------- Post added at 03:08 PM ---------- Previous post was at 03:07 PM ----------

Quote Originally Posted by Legendary_Tomasz View Post
Still crash when I put ingame the stamina btw do I need a bypass for that ?
no need to bypass that dude, btw, your addy is wrong
#6 · 13y ago
.J
.Joker
Quote Originally Posted by FroZeNeYe View Post
try to use only one addy of stamina

---------- Post added at 03:08 PM ---------- Previous post was at 03:07 PM ----------



no need to bypass that dude, btw, your addy is wrong
He's talking about WR Global, WR PH has different addies so does WR PH..
#7 · 13y ago
FroZeNeYe
FroZeNeYe
Quote Originally Posted by 3dVision View Post
He's talking about WR Global, WR PH has different addies so does WR PH..
it can be, or may be to the value of it, why you not try using 1 instead of 1000

---------- Post added at 03:15 PM ---------- Previous post was at 03:14 PM ----------

Quote Originally Posted by Legendary_Tomasz View Post
Still crash when I put ingame the stamina btw do I need a bypass for that ?
it can be, or may be to the value of it, why you not try using 1 instead of 1000
#8 · 13y ago
Legendary_Tomasz
Legendary_Tomasz
When I put Stamina(); ingame the warrock crash but when I put void Stamina(); the warrock don't crash but the stamina don't work and YES i have the latest addresses for stamina.
#9 · 13y ago
FroZeNeYe
FroZeNeYe
Quote Originally Posted by Legendary_Tomasz View Post
When I put Stamina(); ingame the warrock crash but when I put void Stamina(); the warrock don't crash but the stamina don't work and YES i have the latest addresses for stamina.
what is the value did you used?
#10 · 13y ago
[W]eb[C]ombat
[W]eb[C]ombat
@FroZeNeYe @3dVision

Nosebleed ako sa inyo... ahihihihi
#11 · 13y ago
Legendary_Tomasz
Legendary_Tomasz
Quote Originally Posted by FroZeNeYe View Post
what is the value did you used?
This one :

#define ADR_STAMINA1 0x8728C8
#define ADR_STAMINA2 0x8728CC
#define ADR_STAMINA3 0x8728D0
#define ADR_STAMINA4 0x8728D4
#define ADR_STAMINA5 0x8728D8
#12 · 13y ago
Legendary_Tomasz
Legendary_Tomasz
Still don't work any ideas why ?

P.S Sorry for double post.
#13 · 13y ago
~E
~ExoduS~*
Because this function crash on 32bit system! need bypass or Undetected detour!
#14 · 13y ago
Legendary_Tomasz
Legendary_Tomasz
What a shame it didn't work :/

Thanks for the help guys,
#15 · 13y ago
Posts 1–15 of 21 · Page 1 of 2

Post a Reply

Similar Threads

  • Some features don't work for me , Help?By hamada008 in CrossFire Hacks & Cheats
    8Last post 17y ago
  • HELP MY PUBLIC HACK DON'T WORK !!By angerf1s7 in CrossFire Hacks & Cheats
    12Last post 16y ago
  • Help, the Injectors don't work for me!By Drakill in CrossFire Help
    2Last post 15y ago
  • Hack Don't Work pls help me !!By Polero123 in Combat Arms EU Help
    10Last post 15y ago
  • Super knife don't WORK for me/plz helpBy simmygeek in Combat Arms Mod Discussion
    8Last post 16y ago

Tags for this Thread

#stamina