Why nixware.cc / beta hit p

snowy_yt

Banned
Регистрация
29 Апр 2020
Сообщения
25
Обратите внимание, пользователь заблокирован на форуме.
The reason why nixware / beta hits P is becasue they have a Simple resolver and otc dont have 1 like nixware so i if the coder of nixware can change the code it will be great
Simple resolver:
Code:
  1. if (hitbox[int] == HITBOX_HEAD || hitbox[int] == HITBOX_NECK)
  2. {
  3. if (target->GetVelocity().Length2D() > 0.1f && target->GetFlags() & FL_ONGROUND)
  4. wilupdate = true;
  5. if (!wilupdate)
  6. return false;
  7. }
  8. ...
  9. BAIM CODE
______________________________________________________________________________________________________________________
LBY Resolver Breaker and Resolver DEMO CODE.
Breaker:
Code:
  1. static bool wilupdate;
  2. static float LastLBYUpdateTime = 0;
  3. float server_time = G::LocalPlayer->GetTickBase() * I::Globals->interval_per_tick;
  4. if (server_time >= LastLBYUpdateTime)
  5. {
  6. LastLBYUpdateTime = server_time + 1.1f;
  7. wilupdate = true;
  8. }
  9. else
  10. {
  11. wilupdate = false;
  12. }
    1. // LZ Do edgeScan
    2. if (!G::SendPacket)
    3. {
    4. if (G::pressedKeys[66]) //b
    5. G::UserCmd->viewangles.y -= 90.f;
    6. else if (G::pressedKeys[78]) //N
    7. G::UserCmd->viewangles.y += 90.f;
    8. }
    9. else {
    10. if(G::pressedKeys[66]) //b
    11. G::UserCmd->viewangles.y += 90.f;
    12. else if (G::pressedKeys[78]) //N
    13. G::UserCmd->viewangles.y -= 90.f;
    14. }
    15. if (wilupdate)
    16. {
    17. G::SendPacket = true;
    18. if (G::pressedKeys[66]) //b
    19. G::UserCmd->viewangles.y -= 180.f;
    20. else if (G::pressedKeys[78]) //N
    21. G::UserCmd->viewangles.y += 180.f;
    22. }
  13. Edit idk why they replace my code with a smiley face if u want the real code i will send u on discord
 
Последнее редактирование:
Обратите внимание, пользователь заблокирован на форуме.
if im the coder im be changing the code of the resolver
 
nixer says very bad
 
Обратите внимание, пользователь заблокирован на форуме.
не знаю почему, но это самый кринжовый кринж на земле
 
Назад
Сверху