Загрузка...

Aim is directed regardless of the bone on the legs and below.

Thread in Problems with Apex Legends created by kot9k Feb 12, 2023. (bumped Feb 14, 2023) 212 views

  1. kot9k
    kot9k Topic starter Feb 12, 2023 Деньги - https://zelenka.guru/threads/5038183/ 732 Dec 2, 2019
    Что можно с этим придумать
    код:
    C
    void Aimbot(uintptr_t pEntity, uintptr_t pLocal, Matrix m, AimContext* Ctx, int index) {
    int hit;
    if (selected_hit == 0)
    hit == 8;
    else if (selected_hit == 1)
    hit == 7;
    else if (selected_hit == 2)
    hit == 5;
    Vector3 entAimPos = BonePosition(pEntity, 7); //0 Hips //5 Body //7 Neck //8 Head
    uintptr_t entitylist = driver.read<uintptr_t>(g_base + cl_entitylist);
    PredictPosition(pLocal, &entAimPos, entitylist, pEntity);


    Vector3 w2sEntAimPos = entAimPos.ScreenPosition(m); if (w2sEntAimPos.z <= 0.f) return;

    int entX = w2sEntAimPos.x;
    int entY = w2sEntAimPos.y;

    Ctx->entNewVisTime = driver.read<float>(pEntity + lastVisibleTime);
    int entKnockedState = isKnocked(pEntity);
    int playerTeamID = iTeam(pLocal);
    int entTeamID = iTeam(pEntity);

    if (entTeamID != playerTeamID) {

    if (Ctx->entNewVisTime != Ctx->entOldVisTime[index])
    {
    Ctx->visCooldownTime[index] = 24;

    if (entKnockedState == 0)
    {

    if (abs(Ctx->crosshairX - entX) < abs(Ctx->crosshairX - Ctx->closestX) && abs(Ctx->crosshairX - entX) < Ctx->FOV && abs(Ctx->crosshairY - entY) < abs(Ctx->crosshairY - Ctx->closestY) && abs(Ctx->crosshairY - entY) < Ctx->FOV)
    {
    Ctx->closestX = entX;
    Ctx->closestY = entY;
    }
    }
    Ctx->entOldVisTime[index] = Ctx->entNewVisTime;
    }
    if (Ctx->visCooldownTime[index] >= 0) Ctx->visCooldownTime[index] -= 1;
    }
    }

    void AimbotMove(AimContext* Ctx) {

    if (Ctx->closestX != 50000 && Ctx->closestY != 50000)
    {
    if (GetAsyncKeyState(aimkey))
    {
    Ctx->aX = (Ctx->closestX - Ctx->crosshairX) / Ctx->aSmoothAmount;
    Ctx->aY = (Ctx->closestY - Ctx->crosshairY) / Ctx->aSmoothAmount;

    CURSORINFO ci = { sizeof(CURSORINFO) };
    if (GetCursorInfo(&ci))
    {
    if (ci.flags == 0)
    mouse_event(MOUSEEVENTF_MOVE, Ctx->aX, Ctx->aY, 0, 0);
    }
    }
    }
    }
    [IMG]
     
    1. skullcheat
      kot9k, I can help you with the source on one condition if I have keys to resell them I keep 50% and I give you 50% of the sales I make and i can also add some function
      my Github : https://github.com/skullcheat
      My Discord Server : https://discord.gg/mjctHXBYfC
      My Discord ID : skullcheat#2183
      TeleGram : @Orangekushqc
  2. kot9k
    kot9k Topic starter Feb 15, 2023 Деньги - https://zelenka.guru/threads/5038183/ 732 Dec 2, 2019
    еще рофлы всплыли после обновы пхпх[IMG]Есп на своих аим так же)
     
Loading...
Top