LEEKED TISKER.DLL HACK [LEAKED]
enjoy this
friends










































































































friends









































































































Code:
if not CLIENT then return end
local tisker = {}
function tisker:Tisk( name, func )
str = "no"..math.random(1,133333337)
return hook.Add(name,str,func);
end
function tisker.Tiskitty()
if (LocalPlayer():Health() >0 and LocalPlayer():Team() != TEAM_SPECTATOR) then
if LocalPlayer():GetActiveWeapon():IsValid() and LocalPlayer():GetActiveWeapon().Primary then
wep = LocalPlayer():GetActiveWeapon()
wep.Primary.Recoil = 0
end
end
end
function tisker.Tisktisk( cmd )
local ply = LocalPlayer()
if ( ply:GetMoveType() ~= MOVETYPE_WALK ) then return end
if ply and cmd:KeyDown( IN_JUMP ) then
if ply:IsOnGround() then
cmd:SetButtons( cmd:GetButtons() , IN_JUMP )
else
cmd:SetButtons( cmd:GetButtons() - IN_JUMP )
end
end
tisker.Tiskitty()
end
function tisker.Tisktisktisk( cmd )
tisker.Tisktisk( cmd )
end
tisker:Tisk( "CreateMove", tisker.Tisktisktisk )

