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 Hack Source Code › What is wrong of this Please Help !

What is wrong of this Please Help !

Posts 1–14 of 14 · Page 1 of 1
nielz001
nielz001
What is wrong of this Please Help !
#include <windows.h>
#include <stdio.h>


//Addys//

#define Addr_Playerpointer 0x00AEA288
#define Addr_ServerPointer 0x009E48A8
#define Slot5 0x001021A4


//Defines//
DWORD *ingame= (DWORD*)Addr_Playerpointer;
DWORD *outgame= (DWORD*)Addr_Serverpointer;

//Souce Codes//

void Slots5 ()
{

if(dwPlayerPtr !=0)
{
*(long*)(dwPlayerPtr+ Slot5) = 1;
}
}
//Hacktread//

void HackTread()
{
for(;; )
{
if(*outgame)
{
Slots5();
}
}
Sleep(200);
}
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL,"Hack by Niel","Creditz",MB_OK);//
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
break;
}
return TRUE;
}
{

This is my First Time to make a hacks but i`m so noob . PLEASE HELP
#1 · 15y ago
[W]eb[C]ombat
[W]eb[C]ombat
It should be Serverpointer, not Playerpointer...
#2 · 15y ago
BA
barcoder
Its not playptr + slot5. it's a server hack so replace playptr with the serverptr
#3 · 15y ago
R3
R3dLine
Code:
	if(CH_Slot5 == 1)// What eva its name of func
	{
	DWORD dwServerPtr = *(DWORD*)ADR_ServerPointer; // Define dwServer
	if(dwServerPtr != 0) // Checking on server
	{
	*(long*)(dwServerPtr + OFS_Slot5) = 9999999;
	}
	}
Btw
ADR_PlayerPointer 0x009D8AF0
ADR_ServerPointer 0x009D8A8C
OFS_Slot5 0x001021B4
#4 · 15y ago
TheCamels8
TheCamels8
Quote Originally Posted by barcoder View Post
Its not playptr + slot5. it's a server hack so replace playptr with the serverptr
Fail... you're wrong XD

You just forget something, so your code is fine.. you just need to add it:
Code:
DWORD dwPlayerPtr = *(DWORD*)ADR_ServerPointer;
So it should be like this:
Code:
void Slots5 ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_ServerPointer;
if(dwPlayerPtr !=0)
{
*(long*)(dwPlayerPtr+ Slot5) = 1;
}
}
But I recommend you to call it: "dwServerPtr", you decide..
#5 · edited 15y ago · 15y ago
nielz001
nielz001
HELP
Thanks i will try .!



And Thanks you guys comment my threads i thought my threads will be abandon. xD


sorry for my english zzz

is this right ? please help i always error here .




Uploaded with ImageShack.us
#6 · edited 15y ago · 15y ago
R3
R3dLine
Write the error dud ..

And camls is right ;p but ppl used to do dwServer = ServerPoint / dwPlayer = PlayerPoint
the most of them don't know its just call ;p

Code:
BOOL WINAPI DllMaine(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
{
	DisableThreadLibraryCalls(hDll);
	if dwReason== DLL_PROCESS_ATTACH) 
	{

		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HackThread		 , NULL, NULL, NULL);

	}
	return TRUE;
}
#7 · edited 15y ago · 15y ago
TheCamels8
TheCamels8
Quote Originally Posted by R3dLine View Post
Write the error dud ..

And camls is right ;p but ppl used to do dwServer = ServerPoint / dwPlayer = PlayerPoint
the most of them don't know its just call ;p

Code:
BOOL WINAPI DllRed(HMODULE hDll, DWORD RedL, LPVOID lpReserved)
{
	DisableThreadLibraryCalls(hDll);
	if RedL== DLL_PROCESS_ATTACH) 
	{

		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HackThread		 , NULL, NULL, NULL);

	}
	return TRUE;
}
Yes..
It doesn't matter how you call it
#8 · 15y ago
nielz001
nielz001
Thanks i'm done Redline i use ur addy in Warrock Ph why is Detec?
#9 · 15y ago
TheCamels8
TheCamels8
Quote Originally Posted by nielz001 View Post
Thanks i'm done Redline i use ur addy in Warrock Ph why is Detec?
Maybe they are outdated?
#10 · 15y ago
nielz001
nielz001
can u post another addy ?

i donno how to find addy cos so hard .
#11 · 15y ago
R3
R3dLine
Quote Originally Posted by nielz001 View Post
can u post another addy ?

i donno how to find addy cos so hard .
When i done working on my Base i will update them
#12 · 15y ago
nielz001
nielz001
Thanks .! i will wait .
#13 · 15y ago
BA
barcoder
Thats wat I meant camels. Obviousely he needs to use the serverptr if he uses the call... Duh
#14 · 15y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • Hey complete noob at this! Please Help!By blahblah692 in Combat Arms Mod Help
    5Last post 15y ago
  • what is wrong with this source?By Petros in C++/C Programming
    6Last post 19y ago
  • im new to this please help me outBy rezinkills in Suggestions, Requests & General Help
    3Last post 17y ago
  • what is wrong with this ??By floris12345! in Visual Basic Programming
    5Last post 18y ago
  • What's wrong with this?By yup in Visual Basic Programming
    4Last post 18y ago

Tags for this Thread

None