Search:

Type: Posts; User: chrabonszcz

Search: Search took 0.05 seconds.

  1. Thread: fackeduck

    by chrabonszcz
    Replies
    3
    Views
    853

    [Discussion] yes it is if choked packets >= 7 then duck...

    yes it is
    if choked packets >= 7 then
    duck
    else
    unduck
    end
  2. [Source Code] FIXED VERSION

    local surfacepenetration = {
    [MAT_ANTLION] = 1,
    [MAT_BLOODYFLESH] = 0,
    [MAT_CONCRETE] = 1,
    [MAT_DIRT] = 1,
    [MAT_EGGSHELL] = 0,
    [MAT_FLESH] = 0,
    [MAT_GRATE] = 0,
    ...
  3. Replies
    2
    Views
    3,974

    [Release] [LUA] Better AutoStrafer

    showcase:
    https://streamable.com/nmng24

    autostrafer that automatically gain speed
    have fun, it probably won't work correctly with antiaim or silent aimbot


    local origAngle = Angle(0,0,0)...
  4. [Source Code] [LUA] Visible check that will make you able to shot thru glass, vents etc

    Have fun :)


    local surfacepenetration = {
    [MAT_ANTLION] = 1,
    [MAT_BLOODYFLESH] = 0,
    [MAT_CONCRETE] = 1,
    [MAT_DIRT] = 1,
    [MAT_EGGSHELL] = 0,
    [MAT_FLESH] = 0,
  5. Replies
    1
    Views
    1,861

    [Help] you can just create a network string that for...

    you can just create a network string that for example gives you super admin


    util.AddNetworkString("something here")

    net.Receive("something here",function(len,ply)
    ...
  6. Replies
    2
    Views
    840

    [LUA] Aimbot prediction

    Hi ive tried doing aimbot prediction but it only sometimes worked.



    local pred1 = target:GetVelocity() * engine.TickInterval()
    local pred2 = LocalPlayer():GetVelocity() * engine.TickInterval()
Results 1 to 6 of 6