This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Source Code Exploit Rapid Fire Code

TorDB.xyz Owner & Developer
User ID
79083
Messages
6
Reactions
6
Level
1
I know it is a bad way to do it and it has been posted somewhere else.

don't mind the shitcode
float shift_amount;

Code:
 if (rage->sub_tick_data.command == impl::command_msg::rapid_fire)

            { 

                // override tickcount

                InputHistoryEntry->m_nPlayerTickCount = 0;

                InputHistoryEntry->m_nRenderTickCount = 0;

                // another input history

                Input->m_render_tick_count = 0;

                Input->m_player_tick_count = 0;

              

              

              

                // perform shooting

                SDK::Cmd->m_nButtons.m_nValue |= IN_ATTACK;

            }

            else

                SDK::Cmd->m_nButtons.m_nValue &= ~IN_ATTACK;
 
Last edited by a moderator:
Newbie HvHer
User ID
21513
Messages
6
Reactions
1
Level
4
nope, outdated
Code:
    for (int nSubTick = 0; nSubTick < pCmd->csgoUserCmd.inputHistoryField.pRep->nAllocatedSize; nSubTick++)
    {
        CCSGOInputHistoryEntryPB* pInputEntry = pCmd->GetInputHistoryEntry(nSubTick);
        if (pInputEntry == nullptr)
            continue;
        // override tickcount

        pInputEntry->nPlayerTickCount = 0;
        pInputEntry->nRenderTickCount = 0;

        // another input history

        pInputEntry->nRenderTickCount = 0;
        pInputEntry->nPlayerTickCount = 0;
        pCmd->nButtons.nValue |= IN_ATTACK;
    }
^ paste for asphyxia maybe i am doing somtehing wrong.
 
Newbie HvHer
User ID
15758
Messages
7
Reactions
0
Level
4
Run it in createmove. Also setting RenderTickcount is useless and wont help u in any way. And why are u setting the same thing twice??
 
Newbie HvHer
User ID
91930
Messages
5
Reactions
0
Level
0
Run it in createmove. Also setting RenderTickcount is useless and wont help u in any way. And why are u setting the same thing twice??
ur fr everywhere Mr PasterTM
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.