ahack version v3.0 (aimbot enhanced)

Posts 1–7 of 7 · Page 1 of 1
ahack version v3.0 (aimbot enhanced)
heres the codes
Code:
--[[
   db        88  88    db     dP""b8 88  dP 
  dPYb       88  88   dPYb   dP   `" 88odP  
 dP__Yb      888888  dP__Yb  Yb      88"Yb  
dP""""Yb     88  88 dP""""Yb  YboodP 88  Yb 
]]

local attacking = 0

local function aimbotcode(cmd)
	for k,v in pairs(player.GetAll()) do
		if v != LocalPlayer() and (v:LookupAttachment("eyes") != 0) and v:Alive() and v:Health() > 0 then
			local nothing = {}
			
			local tracestuf = {
				[ "start" ] = LocalPlayer():GetShootPos(),
				[ "endpos" ] = v:GetAttachment(v:LookupAttachment("eyes")).Pos,
				[ "filter" ] = LocalPlayer(),
				[ "mask" ] = MASK_SHOT
			}
			
			local trace = util.TraceLine(tracestuf, nothing)
			
			if trace.Fraction == 1 or trace.Entity == v then
				aim_target = v // set this guy to aim_target
			else
				aim_target = nil
			end
			
		end
	end
	
	if aim_target != nil then
		local TargEyePos = aim_target:GetAttachment(aim_target:LookupAttachme  nt("eyes")).Pos
		local AimPos = Angle(TargEyePos - EyePos(LocalPlayer()))
		AimPos.p = math.NormalizeAngle(AimPos.p)
		AimPos.y = math.NormalizeAngle(AimPos.y)
		
		cmd:SetViewAngles(AimPos)

		if attacking != 3 then
			RunConsoleCommand("+attack")
			attacking = attacking + 1
		elseif attacking == 3 then
			RunConsoleCommand("-attack")
			attacking = 0
		end
	end
end

hook.Add("CreateMove", "smallaimbot", aimbotcode)
paste into Notepad.exe
inject script via cheat engine

output should be something like this
Sick of these Traffic Hack Pastes :\
Quote Originally Posted by snipwnage View Post
Sick of these Traffic Hack Pastes :\
this is copyrighted by the woodhack developer
Can someone tell me how to inject this with cheat engine or link me a tutorial?
Quote Originally Posted by Azrius View Post
make sure this vid gets popular so we get lots of cool new posters on this section

- - - Updated - - -



scrambl e w/ith tisker.dll
tisker hackers united
>ahack version v3.0
only in my dreams.
damn you OP.
Quote Originally Posted by FaZe d00d View Post
>ahack version v3.0
only in my dreams.
damn you OP.
AHack sucks balls, use hera.
Posts 1–7 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?