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 › stamina dont freezes...

stamina dont freezes...

Posts 1–15 of 16 · Page 1 of 2
boyd45
boyd45
stamina dont freezes...
hello i maked a stamina hack but it dont works =( im a newbie hacker i dont know what iv done wrong here wat i putted in i hope you can help me


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

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

Private Sub Timer1_Timer()
Dim STAM As Long
Dim STAM1 As Long
Call pwned11("Warrock", &H13773A0, STAM)
STAM1 = STAM + &H28C
Call pwned12("Warrock", STAM1, 1120403456)

End Sub


and this is my module

Public Const pwned21 = &H1F0FFF
Dim f1holder As Integer
Dim timer_pos As Long

'API Declaration
Public Declare Function pwned1 Lib "user32" Alias "GetWindowThreadProcessId" (ByVal hWnd As Long, lpdwProcessId As Long) As Long
Public Declare Function pwned2 Lib "kernel32" Alias "OpenProcess" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
Public Declare Function pwned3 Lib "kernel32" Alias "WriteProcessMemory" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long
Public Declare Function pwned4 Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Long) As Long
Public Declare Function pwned5 Lib "user32" Alias "FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long
Public Declare Function pwned6 Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
Public Declare Function pwned7 Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, ByRef lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long

Public Function pwned11(pwned17 As String, pwned18 As Long, pwned19 As Long) 'WriteALong
Dim pwned8 As Long
Dim pwned9 As Long
Dim pwned10 As Long
pwned8 = pwned5(vbNullString, pwned17)
If (pwned8 = 0) Then
End
Exit Function
End If
pwned1 pwned8, pwned9
pwned10 = pwned2(pwned21, False, pwned9)
If (pwned10 = 0) Then
Exit Function
End If
pwned3 pwned10, pwned18, pwned19, 4, 0&
pwned4 pwned22
End Function

Public Function pwned12(pwned17 As String, pwned18 As Long, pwned20 As Long) 'ReadALong
Dim pwned8 As Long
Dim pwned9 As Long
Dim pwned10 As Long
pwned8 = pwned5(vbNullString, pwned17)
If (pwned8 = 0) Then
End
Exit Function
End If
pwned1 pwned8, pwned9
pwned10 = pwned2(pwned21, False, pwned9)
If (pwned10 = 0) Then
Exit Function
End If
pwned7 pwned10, pwned18, pwned20, 4, 0&
pwned4 pwned22
End Function

Public Function pwned14(pwned17 As String, pwned18 As Long, pwned20 As Single) 'ReadAFloat
Dim pwned8 As Long
Dim pwned9 As Long
Dim pwned10 As Long
pwned8 = pwned5(vbNullString, pwned17)
If (pwned8 = 0) Then
End
Exit Function
End If
pwned1 pwned8, pwned9
pwned10 = pwned2(pwned21, False, pwned9)
If (pwned10 = 0) Then
Exit Function
End If
pwned7 pwned10, pwned18, pwned20, 4, 0&
pwned4 pwned22
End Function

Public Function pwned13(pwned17 As String, pwned18 As Long, pwned19 As Single) 'WriteAFloat
Dim pwned8 As Long
Dim pwned9 As Long
Dim pwned10 As Long
pwned8 = pwned5(vbNullString, pwned17)
If (pwned8 = 0) Then
End
Exit Function
End If
pwned1 pwned8, pwned9
pwned10 = pwned2(pwned21, False, pwned9)
If (pwned10 = 0) Then
Exit Function
End If
pwned3 pwned10, pwned18, pwned19, 4, 0&
pwned4 pwned22
End Function

Public Function pwned15(pwned17 As String, pwned18 As Long, pwned19 As Byte) 'WriteAByte
Dim pwned8 As Long
Dim pwned9 As Long
Dim pwned10 As Long
pwned8 = pwned5(vbNullString, pwned17)
If (pwned8 = 0) Then
End
Exit Function
End If
pwned1 pwned8, pwned9
pwned10 = pwned2(pwned21, False, pwned9)
If (pwned10 = 0) Then
Exit Function
End If
pwned3 pwned10, pwned18, pwned19, 1, 0&
pwned4 pwned22
End Function

Public Function pwned16(pwned17 As String, pwned18 As Long, pwned20 As Byte) 'ReadAByte
Dim pwned8 As Long
Dim pwned9 As Long
Dim pwned10 As Long
pwned8 = pwned5(vbNullString, pwned17)
If (pwned8 = 0) Then
End
Exit Function
End If
pwned1 pwned8, pwned9
pwned10 = pwned2(pwned21, False, pwned9)
If (pwned10 = 0) Then
Exit Function
End If
pwned7 pwned10, pwned18, pwned20, 1, 0&
pwned4 pwned22
End Function
#1 · 18y ago
SY
Synns
In the timer properties, put. Interval = 1 and Enabled = False

And It should work.
#2 · 18y ago
boyd45
boyd45
ok i think i forgot that i will try it now
#3 · 18y ago
boyd45
boyd45
it still doesnt work =(
#4 · 18y ago
AL
AlexSleyore
Switch Pwned11 to Pwned12 and Pwned12 to Pwned11
#5 · 18y ago
boyd45
boyd45
nope also not that =(
#6 · 18y ago
F3
f3l1x01
remove the "warrock" most people get errors with it...
#7 · 18y ago
OL
olie122333
i never remove War Rock, only remove War Rock if you are hacking a different game (in which case you need to change it) or if you have used Zeas' latest Module Generator...
#8 · 18y ago
JE
Jester62
Quote Originally Posted by Longevity View Post
In the timer properties, put. Interval = 1 and Enabled = False

And It should work.
how the fuck wud that work

if u make the timer false it wont work


Private Sub Timer1_Timer()
Dim STAN As Long
Dim STAN1 As Long
Call ReadALong("WarRock", &H139A190, STAN)
STAN1 = STAN + &H28C
Call WriteALong("WarRock", STAN1, 1120403456)
End Sub

use that and replace the writealong and readalong with strings from ur module
#9 · 18y ago
PA
park16
Dim STAM As Long
Dim STAM1 As Long
Call pwned11("Warrock", &H13773A0, STAM)
STAM1 = STAM + &H28C
Call pwned12("Warrock", STAM1, 1120403456)



the freeze is 100 no 1120403456
#10 · 18y ago
whydoihack
whydoihack
Remove warrock from pc then pour water on HD then put in a freezer.. then it will freeze duhh
#11 · 18y ago
boyd45
boyd45
my freeze code work too
#12 · 18y ago
DI
digger
Quote Originally Posted by park16 View Post
Dim STAM As Long
Dim STAM1 As Long
Call pwned11("Warrock", &H13773A0, STAM)
STAM1 = STAM + &H28C
Call pwned12("Warrock", STAM1, 1120403456)



the freeze is 100 no 1120403456

No the right value is 1120403456 and it's working fine, we are writing a long here not a float or something else
#13 · 18y ago
BR
brazilhabb
R u sure u got newest playerpointer ? -.-
#14 · 18y ago
mrkprv
mrkprv
ahhahahThe error issssssssssssssssssss:
tha playerpointer is :139B6B8
this is the error ..
#15 · 18y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • [Help] Stamina code freezes to 0By ilovepie21 in Visual Basic Programming
    2Last post 18y ago
  • I dont understand the tutorialBy ValconGSX in WarRock - International Hacks
    1Last post 20y ago
  • is there a way that i dont get disconnectBy plapla1 in Gunz General
    14Last post 20y ago
  • [Release] Warrock Trainer - Scope / StaminaBy darkshinez in WarRock - International Hacks
    20Last post 20y ago
  • Dont get all happy!By jeremywilms in WarRock - International Hacks
    12Last post 20y ago

Tags for this Thread

#freezes#stamina