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 › nowater hack

nowater hack

Posts 1–15 of 19 · Page 1 of 2
AL
algine_96
nowater hack
im trying to make a hack... i made a nowater hack but still it has water in lost temple... anu po mga mali ko.. eto po ung code ko
#include <windows.h>

#define ADR_PlayerPointer 0x00C9D138
#define ADR_ServerPointer 0x00AD6CA8
#define ADR_NoWater1 0x00A60EA0
#define ADR_NoWater2 0x00A60EA4
#define OFS_X 0x00102F8
#define OFS_Z 0x0010300
#define OFS_Y 0x0010308

float posiX;
float posiZ;
float posiY;

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

void source_codes(){
DWORD *dwPlayerPtr = (DWORD*)ADR_PlayerPointer;
DWORD *dwServerPtr = (DWORD*)ADR_ServerPointer;

}

void HackThread(){
for(;{
source_codes();
}
Sleep(200);
}

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL, "Made by Jade", "Done", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}
#1 · 14y ago
HAxCodER™
HAxCodER™
int (nowater1) 0;
int (nowater2) 0:
#2 · 14y ago
AL
algine_96
san po ilalagay yan?

---------- Post added at 04:51 PM ---------- Previous post was at 04:38 PM ----------

@HaXc0Der koya eto po ba
#include <windows.h>

#define ADR_PlayerPointer 0x00AD4600
#define ADR_ServerPointer 0x009CE9B8
#define ADR_NoWater1 0x00958C48
#define ADR_NoWater2 0x00958C4C
#define OFS_X 0x00102F8
#define OFS_Z 0x0010300
#define OFS_Y 0x0010308

float posiX;
float posiZ;
float posiY;

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

void source_codes(){
DWORD *dwPlayerPtr = (DWORD*)ADR_PlayerPointer;
DWORD *dwServerPtr = (DWORD*)ADR_ServerPointer;

}

void All()
{
*(int*)ADR_NoWater1 = 0;
*(int*)ADR_NoWater2 = 0;
}
void HackThread(){
for(;{
source_codes();
}
Sleep(200);
}

BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL, "Made by Jade", "Done", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}
#3 · 14y ago
αςε.εmόkόι
αςε.εmόkόι
mali ata source mo?

lagay mo yung hack mo sa ingame!
#4 · 14y ago
AL
algine_96
panu po?? xD.... pde po penge ng sample ng code ng hack?
#5 · 14y ago
chock07
chock07
#include <windows.h>
#include "CPatch.h"---don't include this

#define Playerpointer 0x00AD4600
#define Serverpointer 0x009CE9B8
#define ADR_NoWater1 0x00958C48
#define ADR_NoWater2 0x00958C4C

float posiY;
float posiX;
float posiZ;

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


void All()
{
*(float*)ADR_NoWater1 = 0;
*(float*)ADR_NoWater2 = 0;
}

void HackThread()
{
for(;; )
{
if(*ingame)
{
//GlassWalls();
//ammoon();
//ammooff();
All();
//STW();
//STWOFF
//NFD();
//Teleport();
//BoneShot();
//scope();
}
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 Nobody2x but you", "Done", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}



////////////////////copy paste mo lng yan/////////////////

---------- Post added at 08:15 AM ---------- Previous post was at 08:07 AM ----------

i'm not sure the addies kung updated hehehe
#6 · edited 14y ago · 14y ago
AL
algine_96
ty po.. this will be my bases to make hacks... thanks sir

---------- Post added at 10:09 PM ---------- Previous post was at 09:47 PM ----------

bat po ganun... may mali nanaman po ba sa code ko??? ayaw mag super jump press ako ng press ng CTRL eto code ko po

#ifndef Base_CPP
#include <windows.h>
#include "addy.h"

HANDLE WarRock;
void Hack(void){
for(;{
DWORD *Servercall = (DWORD*)Playerpointer;
DWORD *Playercall= (DWORD*)Serverpointer;

// Superjump
{
if(Superjump == 1){
if(GetAsyncKeyState(VK_CONTROL) &1){
if(Playercall != 0){
*(float*)(Playercall+OFS_Z) = 2500;}}}
}

// NFD
{
*(float*)(Playercall+OFS_Nfd) =- 13948;
}
Sleep(10);
}
}

BOOL WINAPI DllMain(HINSTANCE hModule,DWORD dwReason,LPVOID lpvReserved){
if(dwReason==DLL_PROCESS_ATTACH){
CreateThread(0,0,(LPTHREAD_START_ROUTINE)Hack,0,0, 0);}
return TRUE;}
#endif
#7 · 14y ago
HAxCodER™
HAxCodER™
ggnda ng codes pwde!!
#8 · 14y ago
chock07
chock07
talagang mali LOL...
pano mo na build yan
@algine_96 ----


#define ADR_PlayerPointer 0x00AD4600
#define ADR_ServerPointer 0x009CE9B8
#define OFS_Z 0x0010300-------------for superjump
#define OFS_NFD 0x00102E0----------nfd


void NFD ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NFD) = -10000;
}
}

void Superjump()
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_Z) = 2000;
}
}


kw nah mg figure out nyan para matoto kah..............
#9 · edited 14y ago · 14y ago
HAxCodER™
HAxCodER™
jumper lng yan e talon talon LOL
#10 · 14y ago
AL
algine_96
eto po ung code ko.. pero may mali padin dalwa lang

#include <windows.h>

#define Playerpointer 0x00AD4600
#define Serverpointer 0x009CE9B8
#define ADR_NoWater1 0x00958C48
#define ADR_NoWater2 0x00958C4C
#define OFS_Z 0x0010300
#define OFS_NFD 0x00102E0

HANDLE WarRock;
DWORD *ingame= (DWORD*)Playerpointer;
DWORD *outgame= (DWORD*)Serverpointer;

void NFD ()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NFD) = -10000;
}
}

void Superjump()
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_Z) = 2000;
}
}
}

void All();
{
*(float*)ADR_NoWater1 = 0;
*(float*)ADR_NoWater2 = 0;
}

void HackThread();
{
for(;; )
{
if(*ingame)
{
//GlassWalls();
//ammoon();
//ammooff();
All();
//STW();
//STWOFF
//NFD();
//Teleport();
//BoneShot();
//scope();
}
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 Nobody2x but you", "Done", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}

eto ung mali


1>------ Build started: Project: tuthack, Configuration: Debug Win32 ------
1> main.cpp
1>c:\documents and settings\albert\my documents\visual studio 2010\projects\tuthack\tuthack\main.cpp(36): error C2447: '{' : missing function header (old-style formal list?)
1>c:\documents and settings\albert\my documents\visual studio 2010\projects\tuthack\tuthack\main.cpp(42): error C2447: '{' : missing function header (old-style formal list?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
#11 · 14y ago
RE
rey00120
@chock07 ty sa nowater tol included kna sa Credit q1!
#12 · 14y ago
HAxCodER™
HAxCodER™
float no_water = 0;
#13 · 14y ago
AL
algine_96
grabe anghirap
#14 · 14y ago
HAxCodER™
HAxCodER™
Automatic mo n kasi pra wala ka ng hirap hehe
#15 · 14y ago
Posts 1–15 of 19 · Page 1 of 2

Post a Reply

Similar Threads

  • Warrock Hack - TutorialBy Dave84311 in WarRock - International Hacks
    667Last post 18y ago
  • Hacks for mmorpg?By suppaman in General Game Hacking
    6Last post 15y ago
  • i need short icq number pls and hack to wr..By BoneXDBreaker in WarRock - International Hacks
    1Last post 20y ago
  • In-Depth Tut. to hacking in War Rock (Conc. to Dave)By fl0 in WarRock - International Hacks
    15Last post 20y ago
  • WarRock Auto Vehicle Repair HackBy mortis123 in WarRock - International Hacks
    12Last post 20y ago

Tags for this Thread

None