Recent content by memory

  1. memory

    Automatic ResetScore (hvh servers)

    acc useless for example what if ur 15-0 and u die once then u rs? also only dumb pasters still use xy0/stick
  2. memory

    Source FLARECHEAT.TK - Source[ LUA scripts] [Pasted Aimware desync]

    why is everyone begging for likes, there's no features it's just a menu
  3. memory

    desync & lby indicator for xy0

    i know how to use it but ty anyway
  4. memory

    [OUTDATED] Linkvertise Bypasser v2.0.0

    it is working with linkvertise links, idk what browser ur using but chrome is working fine
  5. memory

    [OUTDATED] Linkvertise Bypasser v2.0.0

    Saz universal-bypass.org still works i used it today
  6. memory

    desync & lby indicator for xy0

    thats not desync, that just calculates the max delta of a player
  7. memory

    i want to start pasting

    its so simple just select desktop development with c++
  8. memory

    Question Zeus glitch

    it is patched... the video literally has a tutorial, try it and if it doesn't work then it's patched? duh
  9. memory

    Question Zeus glitch

    ss or video of this glitch?
  10. memory

    onetap.su desync

    this is from the current onetap.su
  11. memory

    Astroohook private source

    i gave out the source not the dll since you should only take snippets of code from this cheat like resolver or aa not use it lmao
  12. memory

    onetap.su desync

    float Desync = g_LocalPlayer->GetDesyncDelta() / 100 * GetDesyncYaw() + 30.0f; float MM = 1.10f; if (m_bDesyncSide) Desync = -Desync; if (m_pCmd->buttons & IN_DUCK) MM *= 3; if (m_pCmd->tick_count % 2) MM = -MM; static float LBY = 0; if (g_GlobalVars->curtime < LBY && m_pCmd->sidemove < 4...
  13. memory

    Astroohook private source

    https://cdn.discordapp.com/attachments/634330740439515146/643690434895413258/astrohook_with_sum_stuff_removed-1.rar Some features have been removed :/
  14. memory

    Blooms.pw Source

    Owner wanted my friend to make a menu for them, its a paste of xy0, they claim this is an older source but in their discord the screenshots of the cheat resemble xy0, hf
  15. memory

    resolver for xy0

    inline float ClampYaw(float yaw) { while (yaw > 180.f) yaw -= 360.f; while (yaw < -180.f) yaw += 360.f; return yaw; } float __fastcall AngleDiff(float a1, float a2) { float val = fmodf(a1 - a2, 360.0); while (val < -180.0f) val += 360.0f; while (val >...
Top