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 Philippines Hacks › WarRock Philippines Help & Discussions › Warrock Source Code Error

Red faceWarrock Source Code Error

Posts 1–15 of 33 · Page 1 of 3
makaniel1
makaniel1
Warrock Source Code Error
#include <windows.h>
#include <stdio.h>

//--------------------------Define Hacks--------------------------//
#define ADR_Playerpointer 0x00A60DE0
#define ADR_Glasswall 0x00A60DD4

//--------------------------End Define Addies--------------------------//
//--------------------------Define HackThread--------------------------//

DWORD ammo;
DWORD *ingame= (DWORD*)ADR_Playerpointer;

//--------------------------End Define HackThread--------------------------//

//--------------------------Start Hacks--------------------------//
void PlayerHacks() // Start PlayerHacks
{
DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
if(dwPlayerPtr != 0){
//GlassWall
{
if(GetAsyncKeyState(VK_NUMPAD4)&1)
{
*(int*)(ADR_Glasswall) = 1;
}
if(GetAsyncKeyState(VK_NUMPAD5)&1)
{
*(int*)(ADR_Glasswall) = 0;
}
}
}} //End PlayerHacks

//--------------------------End Hacks--------------------------//

//-------------------------HackThread--------------------------//

void HackThread(){
for(;{
if(*ingame)
{
PlayerHacks();
}
}
Sleep(200);
}

//--------------------------End HackThread--------------------------//

//--------------------------End--------------------------//
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{

MessageBoxA(NULL,"Hack by Your Name","Credits",MB_OK);//
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
}
return TRUE;

}



Parang OK po yung Addy ko sa Playerpointer at Glasswall parang may mali lng po ako sa code ng Glasswall
pede po pa help kahit saglit lng sa code ng glasswall


ty
#1 · 14y ago
underpresure
underpresure
ADR_Playerpointer is wrong
#2 · 14y ago
k4m0t3
k4m0t3
remove the if statement "if(dwPlayerPtr != 0)"

CRAP! my player pointer is wrong WTF!!!

it is pointless to check something if you are not going to use it. LOL!
#3 · edited 14y ago · 14y ago
makaniel1
makaniel1
Quote Originally Posted by k4m0t3 View Post
remove the if statement "if(dwPlayerPtr != 0)"

CRAP! my player pointer is wrong WTF!!!

it is pointless to check something if you are not going to use it. LOL!
cge try ko po pero ung glasswall ko

ok lng po ?
#4 · 14y ago
k4m0t3
k4m0t3
uu, mali ang pointer ko sorry!!!

gagana yang glasswall mo kahit wlang pointer.

ampotek tlaga hirap mag hanap ng addresses

tama ung pointer ni @HaXcODer cencya na di ko pwede e post d ako nka hanap nun e.
tanong mo nlang sa kanya
#5 · edited 14y ago · 14y ago
makaniel1
makaniel1
ouch na remove ko na po ung

"if(dwPlayerPtr != 0)"


ayaw parin mag work ung glasswall

---------- Post added at 10:13 AM ---------- Previous post was at 10:10 AM ----------

hindi talga nag wwork ung glasswall !




aoo . mali pala ung addy ng playerpointer?
pero yung addy ng glasswall ko po. tama po ba?
#6 · edited 14y ago · 14y ago
k4m0t3
k4m0t3
void PlayerHacks() // Start PlayerHacks
{
if(GetAsyncKeyState(VK_NUMPAD4)&1)
{
*(int*)(ADR_Glasswall) = 1;
}
if(GetAsyncKeyState(VK_NUMPAD5)&1)
{
*(int*)(ADR_Glasswall) = 0;
}
}

yan pag ayw parin gumana talon n tyo sa ilog!
#7 · edited 14y ago · 14y ago
PR
pronten
#define Addr_Playerpointer 0xC9D158

#define Addr_Serverpointer 0xAD6CC8

#define Addr_Unliammo 0xA94478

#define ADR_unliStamina 0x929E00 *(float*) ADR_unliSp = 99999.0f;


@k4m0t3 ULOL mag sama kau ng mong teacher
#8 · 14y ago
makaniel1
makaniel1
Quote Originally Posted by k4m0t3 View Post
void PlayerHacks() // Start PlayerHacks
{
if(GetAsyncKeyState(VK_NUMPAD4)&1)
{
*(int*)(ADR_Glasswall) = 1;
}
if(GetAsyncKeyState(VK_NUMPAD5)&1)
{
*(int*)(ADR_Glasswall) = 0;
}
}

yan pag ayw parin gumana talon n tyo sa ilog!
LOL! cge try ko po

ty
#9 · 14y ago
underpresure
underpresure
@pronten I watched your video kaya doon ko nalaman paano makakuha ng addies gaya ng Addr_Playerpointer. TY
#10 · 14y ago
makaniel1
makaniel1
@underpresure penge daw link gusto ko din ma kuha Adr_playerpointer

---------- Post added at 10:50 AM ---------- Previous post was at 10:48 AM ----------

@k4mot3 baka ndi talga mag wwork sakin kasi dev c++ 5.2.0.0 kasi gamit ko

tsk tsk ! visual c++ 2010 nmn error sakin haayz ang malas ,
#11 · edited 14y ago · 14y ago
k4m0t3
k4m0t3
Quote Originally Posted by pronten View Post
#define Addr_Playerpointer 0xC9D158

#define Addr_Serverpointer 0xAD6CC8

#define Addr_Unliammo 0xA94478

#define ADR_unliStamina 0x929E00 *(float*) ADR_unliSp = 99999.0f;


@k4m0t3 ULOL mag sama kau ng mong teacher
aw sorry po ah noob po ako sa VS C++ e. first time mag hanap ng addresses e at most ng code is from another users

BTW wla po akong teacher right now.

daming maangas dito kumikita ba kayo ng 6 digits sa ginagawa nyo monthly?
kasi ako hindi e. bwahahahahah

@makaniel1
tanong mo dun sa magaling sir dun sa magaling malamang alam nya yan.


Cge na sira araw ko sa mahusay na un. gawin ko nlang project ko d nmn ako kikita dito e
#12 · edited 14y ago · 14y ago
MY
mybhu123
paturo naman mga master may mali ako d2 eh
void HackThread(){
for(;{
if(*ingame)
{
PlayerHacks();
}
}
Sleep(200);
}
#13 · 14y ago
PR
pronten
@k4m0t3 and drama mo ahahaha kung nakita ka ng 6 digit parehas lang tayo past time kulng mag code d2 atlis better coder parin ahahaha
#14 · 14y ago
Jhem
Jhem
Quote Originally Posted by pronten View Post
#define Addr_Playerpointer 0xC9D158

#define Addr_Serverpointer 0xAD6CC8

#define Addr_Unliammo 0xA94478

#define ADR_unliStamina 0x929E00 *(float*) ADR_unliSp = 99999.0f;


@k4m0t3 ULOL mag sama kau ng mong teacher
Hahhahaha..... SAna Hindi Knalang Nag Post....

---------- Post added at 10:31 PM ---------- Previous post was at 10:28 PM ----------

Quote Originally Posted by mybhu123 View Post
paturo naman mga master may mali ako d2 eh
void HackThread(){
for(;{
if(*ingame)
{
PlayerHacks();
}
}
Sleep(200);
}

void GodModeHack()
{
for(;; )
{
if(*ingame)
{
}
if(*outgame)
{
}
Sleep(200);
}
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)GodModeHack, 0, 0, 0);
}
return TRUE;
}
#15 · 14y ago
Posts 1–15 of 33 · Page 1 of 3

Post a Reply

Similar Threads

  • PLZ!FULL WARROCK SOURCE CODEBy DReS in C++/C Programming
    3Last post 16y ago
  • [INFO] WarRock Source Code SectionBy AeroMan in WarRock Hack Source Code
    34Last post 14y ago
  • Warrock Source Code Resources [[READ]]By Terell. in WarRock Hack Source Code
    10Last post 15y ago
  • WarRock Source Code Section - Help And SupportBy TheCamels8 in WarRock Hack Source Code
    25Last post 15y ago
  • Warrock Source Code helpBy nielz001 in WarRock Philippines Hacks
    2Last post 15y ago

Tags for this Thread

None