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 › Need help For V c++ For code

Need help For V c++ For code

Posts 1–13 of 13 · Page 1 of 1
SO
sogovegeta001
Need help For V c++ For code
How to Function This i dont KNOW
is This Right ?


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

#define Addr_Playerpointer 0xD80328
#define Ammo 0xC3AB18
#define Ofs_Norecoil1 0x01C
#define Ofs_Norecoil2 0x020
#define Ofs_Norecoil3 0x024
#define ADR_NOSPREAD 0x00A44F48



HANDLE WarRock;
DWORD *ingame = (DWORD*)Addr_Playerpointer;


void nospread
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr !=0)
*(float*) (dwPlayerPtr+Ofs_Nospread
}
}

void norecoil()
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr !=0)
{
*(float*)(dwPlayerPtr+Ofs_Norecoil1) =0;
*(float*)(dwPlayerPtr+Ofs_Norecoil2) =0;
*(float*)(dwPlayerPtr+Ofs_Norecoil3) =0;
}
}

void UnAmmo()
{
if(GetAsyncKeyState(VK_NUMPAD1) &1)
{
*(int*)(Ammo) =0;
}
}
void UnAmmo2()
{
if(GetAsyncKeyState(VK_NUMPAD2) &1)
{
*(int*)(Ammo) =1;
}
}
void snip()
{
for(;; )
{
if(*ingame)
{
UnAmmo();
UnAmmo2();
}
Sleep(200);
}
}


Credits :FG tim
#1 · edited 15y ago · 15y ago
PO
pongping88
Quote Originally Posted by sogovegeta001 View Post
How to Function This i dont KNOW
is This Right ?


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

#define Addr_Playerpointer 0xD80328
#define Ammo 0xC3AB18
#define Ofs_Norecoil1 0x01C
#define Ofs_Norecoil2 0x020
#define Ofs_Norecoil3 0x024
#define ADR_NOSPREAD 0x00A44F48



HANDLE WarRock;
DWORD *ingame = (DWORD*)Addr_Playerpointer;


void nospread
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr !=0)
*(float*) (dwPlayerPtr+Ofs_Nospread
}
}

void norecoil()
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr !=0)
{
*(float*)(dwPlayerPtr+Ofs_Norecoil1) =0;
*(float*)(dwPlayerPtr+Ofs_Norecoil2) =0;
*(float*)(dwPlayerPtr+Ofs_Norecoil3) =0;
}
}

void UnAmmo()
{
if(GetAsyncKeyState(VK_NUMPAD1) &1)
{
*(int*)(Ammo) =0;
}
}
void UnAmmo2()
{
if(GetAsyncKeyState(VK_NUMPAD2) &1)
{
*(int*)(Ammo) =1;
}
}
void snip()
{
for(;; )
{
if(*ingame)
{
UnAmmo();
UnAmmo2();
}
Sleep(200);
}
}
whats wrong with this
#2 · 15y ago
SO
sogovegeta001
0 Success 1 Failed
#3 · 15y ago
Margherita
Margherita
What does it say for your error
#4 · 15y ago
FG
FG Tim
Quote Originally Posted by sogovegeta001 View Post
How to Function This i dont KNOW
is This Right ?


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

#define Addr_Playerpointer 0xD80328
#define Ammo 0xC3AB18
#define Ofs_Norecoil1 0x01C
#define Ofs_Norecoil2 0x020
#define Ofs_Norecoil3 0x024
#define ADR_NOSPREAD 0x00A44F48



HANDLE WarRock;
DWORD *ingame = (DWORD*)Addr_Playerpointer;


void nospread
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr !=0)
*(float*) (dwPlayerPtr+Ofs_Nospread
}
}

void norecoil()
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr !=0)
{
*(float*)(dwPlayerPtr+Ofs_Norecoil1) =0;
*(float*)(dwPlayerPtr+Ofs_Norecoil2) =0;
*(float*)(dwPlayerPtr+Ofs_Norecoil3) =0;
}
}

void UnAmmo()
{
if(GetAsyncKeyState(VK_NUMPAD1) &1)
{
*(int*)(Ammo) =0;
}
}
void UnAmmo2()
{
if(GetAsyncKeyState(VK_NUMPAD2) &1)
{
*(int*)(Ammo) =1;
}
}
void snip()
{
for(;; )
{
if(*ingame)
{
UnAmmo();
UnAmmo2();
}
Sleep(200);
}
}
Ahahaha nice niel... pangutana dyud... ^^ credits sa UnliAmmo hah... gi-tudlo-an tika ana...
#5 · 15y ago
SO
sogovegeta001
LooooooooooooL gusto nko No recoil Ug Nospread Ning kamot ko ngita ui

i`m not create that Code FG TIM create that .. !
#6 · 15y ago
SN
sn1p3rer
ayaw p rin ung s FGtim.. khit my injectr ako ni flick
#7 · 15y ago
FG
FG Tim
Quote Originally Posted by sogovegeta001 View Post
i`m not create that Code FG TIM create that .. !
Adu'y ka hilassssss sige ana kah..
#8 · 15y ago
SO
sogovegeta001
Na unsa ka chan ? ikaw gani nag buhat ana
#9 · 15y ago
FG
FG Tim
Quote Originally Posted by sogovegeta001 View Post
Na unsa ka chan ? ikaw gani nag buhat ana
Atik ra ganih..
#10 · 15y ago
SO
sogovegeta001
Dili man ako dili ko kabalo ana
#11 · 15y ago
xflick13
xflick13
Quote Originally Posted by sogovegeta001 View Post
Na unsa ka chan ? ikaw gani nag buhat ana
Atay tagbaw pako pangita sa addy. . .naa ra d.i dri libre..wahaha
#12 · edited 15y ago · 15y ago
Alen
Alen
Check the stickies in here: WarRock Hack Source Code - MPGH - MultiPlayer Game Hacking

And if you need help post there too, this section is for hack releases / talking about the game / help.
#13 · 15y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Tags for this Thread

None