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 › need help for my codes warrock ph

Unhappyneed help for my codes warrock ph

Posts 1–9 of 9 · Page 1 of 1
AL
alferezbonjing
need help for my codes warrock ph
sir nag gawa ako ng cheat wall lang tapos succesful un pag pasok sa ko sa warrock sa pag game na detect sya pano ko to gawin para de
ma detect ang gamit ko DEV C++ at ito ang code

#include <windows.h>
#include <stdio.h>

#define ADR_PlayerPointer 0x00AD8E18
#define ADR_ServerPointer 0x009D2D00
#define ADR_GlassWalls 0x0095CE84

DWORD *ingame= (DWORD*) ADR_PlayerPointer;
DWORD *outgame= (DWORD*)ADR_ServerPointer;

//Player Hacks
void PlayerHacks()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
}
}
//-------------------------------------------------
void GlassWall()
{
if(GetKeyState(VK_MBUTTON))
*(int*)ADR_GlassWall = 1;

else
{
*(int**)ADR_GlassWall = 0;
}
}
//-------------------------------------------------
void HackThread()
{
for(;; )
{
if(*ingame)
{
PlayerHacks();
GlassWall();

}
if(*outgame)
{
}
Sleep(200); //prevent for overloading the cpu
}
}
//----------------------------------------------------------
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL, "Made By: BONJINGALFEREZ ", "", MB_OK);
MessageBoxA(NULL, "Hack Injected", "ENJOY", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}

kihuha ko lang dito sa site nyo ang code nato
#1 · 14y ago
MJ
MJCreado
detected na ata sa dev C++. try mo gumamit ng C++ 2008 or 2010 gawin mo Debug -> Release.
#2 · 14y ago
[DarkCoder]
[DarkCoder]
Nope Idol MJCreado hindi pa Detected sa DEV C++ nag susuccess lang sya pero may mali sa gawa mo alferezbonjing.
I don't know if ano pero ganun din ang nangyari sakin. Then ni rebuild ko ulit siya ayun gumana..
#3 · 14y ago
MJ
MJCreado
Code:
#include <windows.h>
#include <stdio.h>

#define ADR_PlayerPointer 0x00AD8E18
#define ADR_ServerPointer 0x009D2D00
#define ADR_GlassWalls 0x0095CE84

DWORD *ingame= (DWORD*) ADR_PlayerPointer;
DWORD *outgame= (DWORD*)ADR_ServerPointer;

//Player Hacks
void PlayerHacks()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
}
}
//-------------------------------------------------
void GlassWall()
{
if(GetKeyState(VK_MBUTTON))
*(int*)ADR_GlassWalls = 1;

else
{
*(int**)ADR_GlassWalls = 0;
}
}
//-------------------------------------------------
void HackThread()
{
for(;; )
{
if(*ingame)
{
PlayerHacks();
GlassWall();

}
if(*outgame)
{
}
Sleep(200); //prevent for overloading the cpu
}
}
//----------------------------------------------------------
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL, "Made By: BONJINGALFEREZ ", "", MB_OK);
MessageBoxA(NULL, "Hack Injected", "ENJOY", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}
try mo to
#4 · 14y ago
[DarkCoder]
[DarkCoder]
MJCreado Not Working yan IDOL

The right thing you do is to look again fof GlassWall addys then create a new one
#5 · 14y ago
MJ
MJCreado
yeah i know ibahin nya nalang ung addies. may mali kase sa code nya kaya iniba ko.
#6 · 14y ago
[DarkCoder]
[DarkCoder]
Oo haha yung Addy ng Glasswall niya i think kinuha lang nya sa mga naka post d2 sa Forums. Luma na ata?
Or baka naman Hindi na pwede var. 1 or 0 i don't think so !
#7 · 14y ago
αςε.εmόkόι
αςε.εmόkόι
Idol mj go lang ng go
#8 · 14y ago
AL
alferezbonjing
mga tol iniba ko yung addys pero pag post ku dto dko na change ang addys kaci nag na bz ako pro salamat sa inyo
#9 · 14y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • need help with injecting code/using itBy 0xx-kyle-xx0 in Combat Arms Help
    1Last post 8y ago
  • Need help For V c++ For codeBy sogovegeta001 in WarRock Philippines Hacks
    12Last post 15y ago
  • need help on my code for injectersBy bigdaddy135 in CrossFire Hack Coding / Programming / Source Code
    0Last post 15y ago
  • Hello. Need help for TS3.By iPrima in CrossFire Help
    17Last post 15y ago
  • Please I really need help for my MW2 iSnipe modBy Coder91 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    17Last post 15y ago

Tags for this Thread

None