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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Combat Arms Coding Help & Discussion › Remote Kill

PostRemote Kill

Posts 1–10 of 10 · Page 1 of 1
BA
BadBurrito
Remote Kill
Hi this is my first thread here and I would be happy if you could help me a little bit with remote kill, I am not that good coder, but I have already made a lot of hacks working, even weapon spawner and god mode since I downloaded visual c++ (I dont like it really and prefer codeblocks)

So here we go....
I am using an old base and I think I figured out where the problem is:
Code:
class cClientInfoMgr
{
public:
			DWORD Unk;
	c_player* First;
	unsigned int LocalIndex;	//0x0008
			char unknown2[48];
	__int32 iAlphaScore;
	__int32 iBravoScore;
			char unknown5[12];
	__int32 iGameMode;

	inline c_player* GetClientByID( int id )
	{
		c_player* ptr = First;

		while( ptr ) 
		{
			if( ptr->ClientID == id )
				return ptr;

			ptr = ptr->Next;
		}
		return NULL;
	}
};
I think this class is outdated... there were other classes which were also outdated, but I was able to fix them, but I dont get this class back working

So pls if you could tell me what the updated class is like, it would be very helpful
thx and sorry for my bad english
#1 · 14y ago
BA
BadBurrito
So I just got it and updated this class by myself... here it is
Code:
class cClientInfoMgr
{
public:
			DWORD Unk;
	c_player* First;
	unsigned int LocalIndex;	//0x0008
			char unknown2[52];
	__int32 iAlphaScore;
	__int32 iBravoScore;
			char unknown5[12];
	__int32 iGameMode;

	inline c_player* GetClientByID( int id )
	{
		c_player* ptr = First;

		while( ptr ) 
		{
			if( ptr->ClientID == id )
				return ptr;

			ptr = ptr->Next;
		}
		return NULL;
	}
};
but I am a little bit lazy and I dont want to update every single class by myself so it would be very helpful if someone could share his classes... thx
#2 · 14y ago
CO
CookieMonster™
@BadBurrito
I don't really believe it till I see you test it
and if you're to lazy to update classes which are moderatly easy and leeched everywhere(Google is your friend )
than I don't know what to say but Good Luck.
#3 · 14y ago
BA
BadBurrito
I just got Remote Kill working... so for fireteam it works great, for eli and so on I have to work on it.... Can someone pls tell me what is the way lifetaker is working, just some hints, i can spawn lifetaker hands already and I have remotekill, so I think just a few things are missing, pls help
@cookiemonster what do you not believe? The classes are working now
#4 · edited 14y ago · 14y ago
teehee15
teehee15
Quote Originally Posted by BadBurrito View Post
I just got Remote Kill working... so for fireteam it works great, for eli and so on I have to work on it.... Can someone pls tell me what is the way lifetaker is working, just some hints, i can spawn lifetaker hands already and I have remotekill, so I think just a few things are missing, pls help
@cookiemonster what do you not believe? The classes are working now
bro incase you havent learned by now lifetaker is only usable in quartine mode. so even spawning the hands and using remotekill wont make lifetaker unless you in a quar game.
#5 · 14y ago
Flengo
[MPGH]Flengo
I don't think you updated the class correctly.
#6 · 14y ago
CO
CookieMonster™
@Commando2056
That's what I believe
#7 · 14y ago
BA
BadBurrito
So for me this class is working fine.... I am playing in europe, and for remotekill I just needed the correct position of iGamemode, so I dont mind if there are any other errors xD
@teehee15 but I think lifetaker sets the opponents hp to 0 and I dont know how I might get that working...
#8 · 14y ago
teehee15
teehee15
Quote Originally Posted by BadBurrito View Post
So for me this class is working fine.... I am playing in europe, and for remotekill I just needed the correct position of iGamemode, so I dont mind if there are any other errors xD
@teehee15 but I think lifetaker sets the opponents hp to 0 and I dont know how I might get that working...
lifetaker is a s2s hack it doesnt set their life to 0 but it uses zombie hands to "infect" them without killing which does make their hp go to 0
#9 · 14y ago
supercarz1991
supercarz1991
there is a way to client side switch to make the game think your in Quar. but its not public and i've only seen it twice. I have been Lifetaker'd in Elim and OMA since they patched it
#10 · 14y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • Remote KillBy Peacemaker93 in Combat Arms Discussions
    1Last post 16y ago
  • OPK or Remote Kill?By Mu-FFiN in Combat Arms Discussions
    47Last post 16y ago
  • Help with Remote kill [On / Off ]By franpanpan in Combat Arms Coding Help & Discussion
    20Last post 15y ago
  • My Hotkey Source (server crasher and remote kill!)By supercarz1991 in Combat Arms Hack Coding / Programming / Source Code
    50Last post 15y ago
  • Endereços Remote KillBy Alessandro10 in Combat Arms BR Hack Coding/Source Code
    225Last post 15y ago

Tags for this Thread

#clientinfomgr#remotekill