• 67回复贴,共1

csgo拆弹按键怎么改

只看楼主收藏回复


在CSGO中,点击选项,选择键盘/鼠标,选择拆弹键位e,点击出现红框,设置需要的键位设置完毕后点击返回,就可以更改拆弹按键了。


1楼2022-04-15 12:49回复
    兄弟萌,拆弹能改键位🐴,e键TM坏了,我找了半天没找到


    2楼2022-05-29 09:07
    收起回复
      2025-08-29 10:26:45
      广告
      不感兴趣
      开通SVIP免广告
      c4马上要炸了


      3楼2022-05-29 09:07
      收起回复
        拆弹一定要一直按着吗


        4楼2022-05-29 09:08
        收起回复
          黑我大天朝,他在和炸弹斗内力么?


          5楼2022-05-29 09:08
          收起回复
            这个问题你去咨询一下外挂开发者


            6楼2022-05-29 09:08
            收起回复
              外国名称Lag Exploit
              Source(C4秒炸)
              //CHLClient::WriteUsercmdDeltaToBuffer index == 23
              bool __stdcall HookedWriteUsercmdDeltaToBuffer(int slot, void* buf, int from, int to, bool isnewcommand)
              {
              int* pBackupCommands = reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(buf) - 0x30);
              int* pNewCommands = reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(buf) - 0x2C);
              int cl_cmdbackup = 0;
              *pBackupCommands = cl_cmdbackup;
              static bool firstcmd = false;
              if (from == -1) firstcmd = true;
              if (to > g_pClientState->lastoutgoingcommand - cl_cmdbackup)
              {
              if (firstcmd) from = -1;
              firstcmd = false;
              CUserCmd nullCmd;
              CUserCmd* cmdFrom;
              CUserCmd* cmdTo;
              if (from == -1)
              {
              cmdFrom = &nullCmd;
              }
              else
              {
              cmdFrom = g_pInput->GetUserCmd(from);
              }
              if (to == -1)
              {
              cmdTo = &nullCmd;
              }
              else
              {
              cmdTo = g_pInput->GetUserCmd(to);
              }
              static auto WriteUsercmd = reinterpret_cast<void (__fastcall*)(void* buffer, CUserCmd* from, CUserCmd* to)>((uintptr_t)GetModuleHandleA("client.dll") + 0x34FA10);
              __asm
              {
              mov ecx, buf;
              mov edx, cmdTo;
              push cmdFrom;
              call WriteUsercmd;
              add esp, 4h;
              }
              }
              return true;
              }
              秒拆
              if (bLagExploit)
              {
              sendpacket = (sequence_number % 10) == 0;
              //use multiples of 150 because thats the size of the command-buffer
              pCmd->command_number += 3 * 150;
              g_pClientState->lastoutgoingcommand += 3 * 150;
              g_pClientState->m_NetChannel->m_nOutSequenceNr += 3 * 150;
              }


              7楼2022-05-29 09:08
              收起回复
                拆弹器上面直接写着密码可能t里面出了个叛徒




                8楼2022-05-29 09:08
                收起回复
                  2025-08-29 10:20:45
                  广告
                  不感兴趣
                  开通SVIP免广告
                  这个贴纸品质是高级的,为什么卖的这么贵啊?有没有大佬解释一下...😥😥




                  9楼2022-05-29 09:08
                  收起回复
                    谢谢


                    11楼2022-05-29 09:09
                    收起回复