WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Question Warface Weapon Transfer and Client-Side Entity Issues

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
247
Reaction score
7
Guys, I've been digging into the old client-side weapon transfer logic again. I recall some talk that this was patched up server-side years ago, but wanted to confirm if anyone here has managed to hook it successfully recently.

I am trying to trigger the transfer when the entity name contains a specific string, but it's not having any impact at all:

Code:
if (_strstr(Name, "@"))
{
    PlayerEntity->SetPos(&DummyMatrix);
}

Testing this against enemies works perfectly fine and behaves exactly as expected, but the weapon transfer specifically refuses to acknowledge the command. Has anyone found a workaround or is this a dead end due to server-side validation? Curious if anyone is still messing with these specific offsets or if the check is just too tight now.

Let me know your thoughts if you've poked this recently.
 
Top