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 › Please help me with stamina hack (VB6)

Please help me with stamina hack (VB6)

Posts 1–14 of 14 · Page 1 of 1
FL
floris12345!
Please help me with stamina hack (VB6)
i have tried very much times to make a stamina hack in visual basic
but it wont work for me ?
Can someone make a tutorial for me (Maybe with printscreens)
because i followed this link: Making WarRock hack in Visual Basic 6 - Putfile.com

and the latest addresses got i from this link: http://www.mpgh.net/forum/33-visual_..._vb6_help.html

can somebody help me please ??
#1 · 18y ago
WR
wr194t
ON button:
Code:
Timer1.Enabled = True
OFF button:
Code:
Timer1.Enabled = False
Timer1:
Code:
Call WriteALong("WarRock", &H8C4AFC, 1120403456)
Make sure the timer's Interval is 1, and Enabled False. To change these click on the timer, and go to properties (you should see properties on the right side of the screen).
#2 · 18y ago
FL
floris12345!
Quote Originally Posted by wr194t View Post
ON button:
Code:
Timer1.Enabled = True
OFF button:
Code:
Timer1.Enabled = False
Timer1:
Code:
Call WriteALong("WarRock", &H8C4AFC, 1120403456)
Make sure the timer's Interval is 1, and Enabled False. To change these click on the timer, and go to properties (you should see properties on the right side of the screen).

thanks for helping me
where did you get the codes from ???
from my link ??
#3 · 18y ago
WR
wr194t
Quote Originally Posted by floris12345! View Post
thanks for helping me
where did you get the codes from ???
from my link ??
I got the stamina address and value from another forum I visit. The rest of the coding I just already knew.
#4 · 18y ago
FL
floris12345!
thanks for helping me but what do people mean
on the sites whit codes with : freeze it to 1 or -1 or something else ???
#5 · 18y ago
WR
wr194t
It means freeze a value to an address like stamina:

&H8C4AFC, 1120403456 <-- You freeze this value to the address, so your stamina stays full.
#6 · 18y ago
FL
floris12345!
im sorry thats to difficult to understand
the adress is like this : Call WriteALong("WarRock", &H8C4AFC
and thisshould be the value: 1120403456)

or not ? bbut what are the changes when i freeze the value to 1 or something
else
#7 · 18y ago
radnomguywfq3
radnomguywfq3
Quote Originally Posted by floris12345! View Post
im sorry thats to difficult to understand
the adress is like this : Call WriteALong("WarRock", &H8C4AFC
and thisshould be the value: 1120403456)

or not ? bbut what are the changes when i freeze the value to 1 or something
else
Think of it like this. There are a billion houses in your computer, each house has a number in it, and each house has an address. When you freeze that address to 1120403456, your putting the number 1120403456 in the house with the address of 8C4AFC. Now, when you run on warrock, warrock changes that number to a lower number. WarRock reads the sames houses number to see how much stamina you have left. When you freeze it. You write to that house 1000 times a second, therefore freezing it
#8 · 18y ago
FL
floris12345!
so when i freeze it to 1 it look
like this : Call WriteALong("WarRock", &H8C4AFC, 1) ????
#9 · 18y ago
WR
wr194t
Quote Originally Posted by floris12345! View Post
so when i freeze it to 1 it look
like this : Call WriteALong("WarRock", &H8C4AFC, 1) ????
That's correct.
#10 · 18y ago
OL
olie122333
TOUTORIAL:- (for idiots)
Quote Originally Posted by floris12345! View Post
im sorry thats to difficult to understand
the adress is like this : Call WriteALong("WarRock", &H8C4AFC
and thisshould be the value: 1120403456)

or not ? bbut what are the changes when i freeze the value to 1 or something
else
TOUTORIAL:-

0. Make a "Standard EXE" project.
1. Make a new timer.
2. Make 2 new buttons.
3. Change the buttons captions to be "Stamina On" and "Stamina Off".
4. Double click the "Stamina On" button. A code window will appear.
5. Copy and Paste This code:-
Code:
Timer1.Interval = 1
6. Close that window. You do not need to save. (ONLY THE CODE WINDOW - NOT VB6!)
7. Double click the "Stamina Off" button.
8. Another code window appears.
9. Copy and paste this code:-
Code:
Timer1.Interval = 0
10. Close that window. You do not need to save. (ONLY THE CODE WINDOW - NOT VB6!)
11. Double click the timer icon.
12. Copy and paste this code:-
Code:
Call ZHQELUYIN("WarRock", &H8C4AFC, 1120403456)
13. FINALLY, make a new module and add it to your project. I will PM you a API code - when you revieve it copy and paste the code into the module.

Click Start, Build Project1
Select a file name.
YOU HAVE MADE YOUR FIRST (noobie) HACK!!!
#11 · 18y ago
8O
8oo73l2
YOU HAVE MADE YOUR FIRST (noobie) HACK!!!


A question:
Code:
Private Sub Command1_Click()
Timer1.Interval = 1
End Sub
Code:
Private Sub Command2_Click()
Timer1.Interval = 0
End Sub
Code:
Private Sub Timer1_Timer()
Call WriteALong("WarRock", &HAddress, value)
End Sub
Is this the right way for an anti kick? (I alrdy got the address) Do I need a value for it? And do I need to set Enabled to False or True?
#12 · 18y ago
WR
wr194t
Anti Kick is a 6 byte NOP:
Code:
WriteAByte("WarRock", &H4FBA15, &H90)
WriteAByte("WarRock", &H4FBA16, &H90)
WriteAByte("WarRock", &H4FBA17, &H90)
WriteAByte("WarRock", &H4FBA18, &H90)
WriteAByte("WarRock", &H4FBA19, &H90)
WriteAByte("WarRock", &H4FBA1A, &H90)
This goes in a button.
#13 · 18y ago
8O
8oo73l2
Wow, great thanks..
#14 · 18y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • Guys! Please help me with corndog hack!By darukam in Combat Arms Hacks & Cheats
    5Last post 17y ago
  • Help with stamina hack creation please...By Jaybird94 in WarRock - International Hacks
    11Last post 18y ago
  • HELP me with warrock hacks please.By aznfan123 in WarRock - International Hacks
    11Last post 18y ago
  • Please... Help me with this D3D Hook!By nukeist_ in C++/C Programming
    7Last post 18y ago
  • please help me with U.Ammo and invisibleBy Scottsmith in WarRock - International Hacks
    3Last post 19y ago

Tags for this Thread

None