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 › C++/C Programming › Help WarRock compile error

PostHelp WarRock compile error

Posts 1–3 of 3 · Page 1 of 1
DJ
djxorwkd11
Help WarRock compile error
#include <windows.h>
#include <stdio.h.>
#define PLAYERPOINTER 0xCF4498
#define SERVERPOINTER 0xBF3C00
#define OFS_X 0x260
#define OFS_Y 0x268
#define OFS_Z 0x264
#define OFS_NFD 0x320
#define OFS_5SLOT 0xD127C
DWORD *ingame= (DWORD*)Playerpointer;
DWORD *outgame= (DWORD*)Serverpointer;
void nfd ()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NFD) = -20000;
}
}
void jump ()
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
*(DWORD*) dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_Z) = 1000;
}
}
}
void slots5 ()
{
DWORD dwPlayerPtr = *(DWORD*)Serverpointer;
if(dwPlayerPtr != 0)
{
*(long*)(dwPlayerPtr+OFS_5SLOT) = 1;
}
}
void HackThread ()
{
for(;; )
{
if(*ingame)
{
jump();
nfd();
Slots5();
}
if(*outgame)
{
Slots5();
}
}
Sleep (200);
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}

Did I do something wrong?
#1 · 16y ago
SH
Shocker2010
i had a look.. but i got error too i tried to modify it but still got error..
#2 · 16y ago
why06
why06
Yeh you did. That's why you have errors. Not goin to help you leach though so....
#3 · 16y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]WarRock Korean Error ScreenBy dor619 in WarRock Korea Hacks
    2Last post 19y ago
  • [Help]Script compile error.(rules readed this time)By GBot! in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    11Last post 16y ago
  • {HELP} script compile errorBy pizza127 in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    3Last post 15y ago
  • [Help]Another Compile Error =XBy CanYouDoIt in Combat Arms Coding Help & Discussion
    25Last post 15y ago
  • [HELP] making UCE compile errorBy herowarz in Suggestions, Requests & General Help
    6Last post 18y ago

Tags for this Thread

None