Why adding shot delay is better than non

snowy_yt

Banned
Регистрация
29 Апр 2020
Сообщения
25
Обратите внимание, пользователь заблокирован на форуме.
Dear coder i been cheating for alot of years and i see that u have not added shot delay why? shot delay is very good when your in a battle see if you dont add shot delay it will shot other cheat aa even otc the mostly enemy aa will peek first than their real body so i have coded this shot delay and if it work can u add in ur cheat if ur lazy just let me the coder at this point
  1. void Fire(void)
  2. {
  3. INPUT Input = { 0 };

  4. if (!GetAsyncKeyState(MouseButton) && GetAsyncKeyState(InGameFireKey))
  5. {
  6. //Release Fire Key
  7. ZeroMemory(&Input, sizeof(INPUT));
  8. WORD vkey = InGameFireKey;

  9. Input.type = INPUT_KEYBOARD;
  10. Input.ki.wScan = MapVirtualKey(vkey, MAPVK_VK_TO_VSC);
  11. Input.ki.time = 0;
  12. Input.ki.dwExtraInfo = 0;
  13. Input.ki.wVk = vkey;
  14. Input.ki.dwFlags = KEYEVENTF_KEYUP | KEYEVENTF_SCANCODE;
  15. SendInput(1, &Input, sizeof(INPUT));
  16. }

  17. if (GetAsyncKeyState(MouseButton) && !GetAsyncKeyState(InGameFireKey))
  18. {
  19. //Press Fire Key
  20. ZeroMemory(&Input, sizeof(INPUT));
  21. WORD vkey = InGameFireKey;

  22. Input.type = INPUT_KEYBOARD;
  23. Input.ki.wScan = MapVirtualKey(vkey, MAPVK_VK_TO_VSC);
  24. Input.ki.time = 0;
  25. Input.ki.dwExtraInfo = 0;
  26. Input.ki.wVk = vkey;
  27. Input.ki.dwFlags = KEYEVENTF_SCANCODE;
  28. SendInput(1, &Input, sizeof(INPUT));
  29. }
  30. }
 
Последнее редактирование:
its not shot aa that will fix it its your cfg issue if you shoot fake smh
 
Обратите внимание, пользователь заблокирован на форуме.
no the coder need to add it on the rage.bot menu to use it that why it just a sample
 
Обратите внимание, пользователь заблокирован на форуме.
lol ur bad at english
 
Назад
Сверху