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 › Help with my Trainer...

SmileHelp with my Trainer...

Posts 1–13 of 13 · Page 1 of 1
TO
tolb
Help with my Trainer...
Alright you all are probably sick of my "Help" topics. But I'm stumped on something which probably has a simple solution. I'm trying to find the value of the "0" for instant respawn...
I'm using this method to find it...
Code:
Reading address value
Now if we want to see what value some address contain you need to read it and then decide how to use the value.
For exmple we will take the Stamina address 007D9120.
Make another button the name will be "Command2".
From General tab take "TextBox" and make a textbox on your form next to the Command2 button, it will be "Text1".
Double click on Command2 and write:
Code:

Dim Value1 As Long Call ReadALong("WarRock", &H7D9120, Value1) Text1.Text = Value1

This code will take the 007D9120 value and will put it into "Value1" that we state him with "Dim" and then "Text1" will get the "Value1" value, so we will see it on screen.
Run the program and you will see that when your stamina is full the value is 1120403456, so we will need to freeze this value in order to get Unlimited Stamina.
FULL Credit to TheRedEye for that, it's from his tutorial, I just wanted to make sure you guys knew what I was talking about... Anyway...

I'm using these Addresses...
Code:
00B1EE40 & 00DEB290
How would I go about adding multiple addresses to the method I mentioned above to find the value? I have tried to do a few but everytime my TextBox comes out with the value of "0" which isn't working in my Instant Spawn...

Here's the code I'm using for my Instant Spawn, I'm guessing there's a few problems with it but it always compiles fine...
Code:
Private Sub Timer3_Timer()
Call WriteALong("WarRock", &HB1EE40, 0)
Call WriteALong("WarRock", &HDEB290, 0)
End Sub
And my "On" button...
Code:
Private Sub Command4_Click()
Timer3.Interval = 1
End Sub
Thanks... Again... for your help
#1 · 19y ago
jetal
jetal
You dont need to have 2 addresses, just use one for the instant spawn with the value at 0

like so:

Code:
Private Sub Timer3_Timer()
Call WriteAlong("WarRock", &HDEB290, 0)
End Sub
And your On button :

Code:
Private Sub Command1_Click()
Timer3.Interval = 1
End Sub
Your off button :

Code:
Private Sub Command1_Click()
Timer3.Interval = 0
End Sub
#2 · edited 19y ago · 19y ago
TO
tolb
Thanks for trying Jetal, but that's not working either
#3 · 19y ago
LL
llvengancell
have u set a timer?
what my instaspawn dose is freeze where ever the countdown currently is so u could actualy use it to never spawn or to insta spawn lol still dont know how i did it though? Back to topic use a timer if that dosent work im sure msword can help u when i start the classes
#4 · 19y ago
TO
tolb
Is this what you mean by a timer?

Code:
Private Sub Timer3_Timer()
Call WriteALong("WarRock", &HDEB290, 0)
End Sub
#5 · 19y ago
TO
tolb
I'm guessing that the addresses are wrong?
#6 · 19y ago
TO
tolb
no further help =/
#7 · 19y ago
jetal
jetal
Hold on a second tolb, im checking to see if what i just made is working.
#8 · 19y ago
BO
boom..
nvm there right
#9 · 19y ago
jetal
jetal
The address is wrong tolb... I just tested it,

The timer should be :

Code:
Private Sub Timer5_Timer()
Call WriteALong("WarRock", &HDED290, 0)
End Sub
The address is not 00DEB290 its 00DED290

with the on and off buttons as you had them before with interval 1 for on and interval 0 for off...

Change Timer5 to which ever timer number your using thats my timer number.
#10 · 19y ago
TO
tolb
I owe ya big time thanks alot, works very nicely
#11 · 19y ago
jetal
jetal
No problem mate
#12 · 19y ago
mains3rv3r
mains3rv3r
Such a simple solution for such a large problem for you huh? lol
#13 · 19y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • help with makeing trainersBy damanis1 in WarRock - International Hacks
    4Last post 19y ago
  • Help With KWR TrainerBy Synns in WarRock Korea Hacks
    7Last post 19y ago
  • Help with the Trainer Making KitBy xaznvietlife in Combat Arms Help
    5Last post 17y ago
  • [b]Need Some Help With My Trainer[/b]By shanky1 in Visual Basic Programming
    2Last post 19y ago
  • Help with C++ Trainer - CODE INSIDEBy bagpiperdude90 in C++/C Programming
    2Last post 18y ago

Tags for this Thread

None