ExclamationHelpKey-Bindable Lua Aimbot?

Posts 13 of 3 · Page 1 of 1
Key-Bindable Lua Aimbot?
Before you ask, yes I have used the search button. The ones I have found are either click aimbot and aim to the person to the very right of my screen or vice versa, and I am not able to adjust the FOV, or they just plain do not function.

If anyone could give me a link for a Lua Aimbot that works with a bind (bind alt +aim) pastebin or just code in the thread, I would really appreciate it!

Thanks!
Quote Originally Posted by Trollaux View Post
For that person wanting the script that only pressed when you held a key, I made it myself:
Code:
Hkrs.Commands = {}
Hkrs.Commands.Aimbot = false

hook.Add("Think", "FishBoxer", function()
	if input.IsKeyDown(KEY_LALT) then
		Hkrs.Commands.Aimbot = true
	elseif !input.IsKeyDown(KEY_LALT) then
		Hkrs.Commands.Aimbot = false
	end
end )

hook.Add("Think","randomfunctionsourshitdoesntdetectme", function()
	if Hkrs.Commands.Aimbot then 
// put aimbot code here
	end
end )
Change KEY_LALT to whatever key you want.
You can find them here
http://wiki.garrysmod.com/page/Enums/KEY
This is from the Script Thread.
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?