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.

Automatic ResetScore (hvh servers)

trollfaceman5

Newbie
Newbie

trollfaceman5

Newbie
Newbie
Status
Offline
Joined
Mar 1, 2020
Messages
5
Reaction score
0
This will reset your score automatically as soon as you die.
Put this in your FireGameEvent hook.
C++:
if (!strcmp(name, "player_death"))
    {
        const auto attacker = g_pEngine->GetPlayerForUserID(event->GetInt("attacker"));
        const auto userid = g_pEngine->GetPlayerForUserID(event->GetInt("userid"));

        
            if (c_config::get().misc_autors)
            {
                auto victim = g_pEntityList->GetClientEntity(g_pEngine->GetPlayerForUserID(event->GetInt("userid")));
                if (!victim)
                    return;

                if (victim != Globals::LocalPlayer)
                    return;

                g_pEngine->ExecuteClientCmd("rs");
            }

and add this as your listener.
C++:
        g_pEventManager->AddListener(this, "player_death", false);
 

Khainaaeh

кто прочитал тот здохнет
User

Khainaaeh

кто прочитал тот здохнет
User
Status
Offline
Joined
Jul 14, 2019
Messages
36
Reaction score
15
useless shit
 

trollfaceman5

Newbie
Newbie

trollfaceman5

Newbie
Newbie
Status
Offline
Joined
Mar 1, 2020
Messages
5
Reaction score
0
like you :DDDDDDDDDDDDDDDDDDDDDDDDDDD
keep pasting bro im not releasing anything of worth here
 

trollfaceman5

Newbie
Newbie

trollfaceman5

Newbie
Newbie
Status
Offline
Joined
Mar 1, 2020
Messages
5
Reaction score
0
Go learn how to code, instead of lurking here waiting for spoonfed doubletap release.
 

memory

User
User

memory

User
User
Status
Offline
Joined
Jun 25, 2019
Messages
35
Reaction score
12
acc useless for example what if ur 15-0 and u die once then u rs? also only dumb pasters still use xy0/stick
 

trollfaceman5

Newbie
Newbie

trollfaceman5

Newbie
Newbie
Status
Offline
Joined
Mar 1, 2020
Messages
5
Reaction score
0
ok
 

0x01

Newbie
Newbie

0x01

Newbie
Newbie
Status
Offline
Joined
Mar 1, 2020
Messages
7
Reaction score
17
acc useless for example what if ur 15-0 and u die once then u rs? also only dumb pasters still use xy0/stick
bro imagine dying in hvh tho? 1998 ayywe user smh

//ontopic
check the kills netvar and the deaths netvar, and if you get to a certain kd you execute rs cmd
or just rs if your kills is less than a certain value
or both
 
Top