OutdatedEpic SILENT Aim bot!!!

Posts 115 of 16 · Page 1 of 2
Epic SILENT Aim bot!!!
hey guys ronaldmc123 back at ya with an other relase

Code:
local ang;

hook.Add("CreateMove", "", function(ucmd)
	if(!ang) then ang = ucmd:GetViewAngles(); end
	ang = ang + Angle(ucmd:GetMouseY() * .023, ucmd:GetMouseX() * -.023, 0);
	ang.x = math.NormalizeAngle(ang.x);
	ang.p = math.Clamp(ang.p, -89, 89);
	if(ucmd:CommandNumber() == 0) then
		ucmd:SetViewAngles(ang);
		return;
	end
	local target = nil
hook.Add("Think","",function()
	 if not input.IsKeyDown(KEY_F) then return end
	target = nil
	local ply = LocalPlayer()
	for k,v in next, player.GetAll() do
		if ( v == ply ) or ( not v:IsValid() ) or ( v:IsDormant() ) or ( v:Team() == TEAM_SPECTATOR ) or ( v:Health() < 1 ) or ( not v:Alive() ) then
			continue 
		end
		local Visible = { start = ply:GetShootPos(), endpos = v:GetAttachment(v:LookupAttachment("forward")).Pos, filter = {ply,v}, mask = MASK_SHOT}
		local tr = util.TraceLine(Visible)
		if tr.Fraction == 1 then
			target = v
		end	
	end
	if ( target != nil ) then
		local GetPosition = (target:GetAttachment(target:LookupAttachment("forward")).Pos - ply:GetShootPos()):Angle()
		ply:SetEyeAngles(GetPosition)
		RunConsoleCommand("+attack")
		timer.Simple(0.1, function() 
			RunConsoleCommand("-attack")
		end)
	end
end)
end);

hold f to shoot your silent aim bot!!!

How i install mr ronaldmc123? well it is simple

stop1 - get bypass
stop2 - inject bypass
stop3 - put hack in txt file rename to hack.lua
stop4 - C:\Program Files (x86)\Steam\SteamApps\(Steam name)\garrysmod\garrysmod\lua (put it there!!!)
stop5 - put in console lua_openscript_cl hack.lua
doesn't work fix please
i did not take it from wiki
Quote Originally Posted by ronaldmc123 View Post
i did not take it from wiki
ok its weird because this part


end
if ( target != nil ) then
local GetPosition = (target:GetAttachment(target:LookupAttachment("for ward")).Pos - ply:GetShootPos()):Angle()
ply:SetEyeAngles(GetPosition)
RunConsoleCommand("+attack")
timer.Simple(0.1, function()
RunConsoleCommand("-attack")
end)
end


looks similar to another hack
I get Map File Not Found????????
yeah definitely not from wiki everything checks out
Quote Originally Posted by ronaldmc123 View Post
yeah definitely not from wiki everything checks out
nice release bro enjoying this alot
I could not get this to work,
Where do I get bypass? Sorry for a newbie question.
gat dem pastes dude pa4.5++ remake t!!
thank im working on ronald hack v2 with paste from pa4.5++
can you not pretend you didn't copy paste this? either that or your hell inconsistent with how you code

Code:
local ang;

hook.Add("CreateMove", "", function(ucmd)
	if(!ang) then ang = ucmd:GetViewAngles(); end
	ang = ang + Angle(ucmd:GetMouseY() * .023, ucmd:GetMouseX() * -.023, 0);
	ang.x = math.NormalizeAngle(ang.x);
	ang.p = math.Clamp(ang.p, -89, 89);
	if(ucmd:CommandNumber() == 0) then
		ucmd:SetViewAngles(ang);
		return;
	end
	local target = nil
	hook.Add("Think","",function()
		if not input.IsKeyDown(KEY_F) then return end
		target = nil
		local ply = LocalPlayer()
		for k,v in next, player.GetAll() do
			if ( v == ply ) or ( not v:IsValid() ) or ( v:IsDormant() ) or ( v:Team() == TEAM_SPECTATOR ) or ( v:Health() < 1 ) or ( not v:Alive() ) then
				continue 
			end
			local Visible = { start = ply:GetShootPos(), endpos = v:GetAttachment(v:LookupAttachment("forward")).Pos, filter = {ply,v}, mask = MASK_SHOT}
			local tr = util.TraceLine(Visible)
			if tr.Fraction == 1 then
				target = v
			end	
		end
		if ( target != nil ) then
			local GetPosition = (target:GetAttachment(target:LookupAttachment("forward")).Pos - ply:GetShootPos()):Angle()
			ply:SetEyeAngles(GetPosition)
			RunConsoleCommand("+attack")
			timer.Simple(0.1, function() 
				RunConsoleCommand("-attack")
			end)
		end
	end)
end);
is how you would do it

Code:
if(!ang) then ang = ucmd:GetViewAngles(); end
ang.x = math.NormalizeAngle(ang.x);
ang.p = math.Clamp(ang.p, -89, 89);
end);

but not

if ( v == ply ) or ( not v:IsValid() ) or ( v:IsDormant() ) or ( v:Team() == TEAM_SPECTATOR ) or ( v:Health() < 1 ) or ( not v:Alive() ) then
local tr = util.TraceLine(Visible)
end)

why?
its scattered all over this

also when you read
Code:
-- aimbot stuff
dont cp the whole hook into it

Code:
pastebin

/xyjhFdSL
^post showing this was deleted

/Vj6AbZRK
^ty bee
you'll be copy pasting pa4.5 even though theres even better hacks out there

/rant over (i miss D3M0 already)
Posts 115 of 16 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?