Simple Aimbot Script

Posts 1626 of 26 · Page 2 of 2
Quote Originally Posted by Gray View Post


If you would've payed attention then you'd see this.
yeh i see now im trying abyss

---------- Post added at 12:43 PM ---------- Previous post was at 12:32 PM ----------

Quote Originally Posted by James0roll_ View Post
This is the script I made that I am currently using. It contains lock on aimbot that will lock on to a target by pressing B and unlocking on when pressing B again, flashlight spam by pressing Left Alt + F, derp which looks everyone on the server randomly by pressing Left Alt + B, auto shoot to spam toolgun or just shoot for you by pressing Left Alt + Left Shift, and my favorite, the bunnyhop script that will make you jump automatically whenever you're holding space. You might have to know how to strafe before putting use to the jumping script.

If you don't want one of these hacks, you can remove it, just remove it from the note ( I.E. // Aimbot ) to the next note, or the end of the think hook.

Code:
hook.Add( "Think", "NoSuspciousHookHere", function()
	if LocalPlayer():IsTyping() or gui.IsConsoleVisible() then return end
	
	local ply = LocalPlayer()

	// Aimbot
	if !nextChange or nextChange < CurTime() then
		if input.IsKeyDown( KEY_B ) and !input.IsKeyDown( KEY_LALT ) then
			nextChange = CurTime() + 0.25
			
			if target and aimbot then
				target = nil
				aimbot = false
			else
				for k, v in pairs( ents.FindInSphere( ply:GetEyeTrace().HitPos, 500 ) ) do
					if v:IsPlayer() and v:Alive() then
						if IsValid(target) then
							if target:GetPos():Distance(ply:GetEyeTrace().HitPos) > v:GetPos():Distance(ply:GetEyeTrace().HitPos) then
								target = v
							end
						else
							target = v
						end
					end
				end
				
				if target then
					aimbot = true
				end
			end
		end
	end
	
	if target and IsValid(target) and aimbot then
		if target and IsValid(target) and target:IsPlayer() and target:LookupBone("ValveBiped.Bip01_Head1") then
			ply:SetEyeAngles( (target:GetBonePosition(target:LookupBone("ValveBiped.Bip01_Head1"))-ply:GetShootPos()):Angle() )
		end
	end

	// Flashlight Spam
	if input.IsKeyDown( KEY_F ) and input.IsKeyDown( KEY_LALT ) then
		-- I feel this does something...
		for i = 1, 100 do
			RunConsoleCommand( "impulse", "100" )
		end
	end

	// Derp aimbots.
	if input.IsKeyDown( KEY_B ) and input.IsKeyDown( KEY_LALT ) then
		target = player.GetAll()[math.random(1,#player.GetAll())]
		
		if target and IsValid(target) and target:IsPlayer() and target:LookupBone("ValveBiped.Bip01_Head1") then
			ply:SetEyeAngles( (target:GetBonePosition(target:LookupBone("ValveBiped.Bip01_Head1"))-ply:GetShootPos()):Angle() )
		end
	end

	// Auto shoot.
	if input.IsKeyDown( KEY_LSHIFT ) and input.IsKeyDown( KEY_LALT ) then
		RunConsoleCommand( "+attack" )
		timer.Simple(0.0001,function()
			RunConsoleCommand( "-attack" )
		end)
	end

	// Bunnyhop.
	if input.IsKeyDown( KEY_SPACE ) then
		if LocalPlayer():IsOnGround() then
			RunConsoleCommand( "+jump" )
			timer.Simple( 0.00001, function()
				RunConsoleCommand( "-jump" )
			end)
		end
		
		if input.IsKeyDown( KEY_E ) then
			RunConsoleCommand( "+left" )
		else
			RunConsoleCommand( "-left" )
		end
	else
		RunConsoleCommand( "-left" )
	end
end)
i tried yours but it game me too may lua errors
Code:
 ] lua_openscript_cl autorun/aim.lua
Running script autorun/aim.lua...

[ERROR] lua/autorun/aim.lua:7: '=' expected near 'if'
  1. unknown - lua/autorun/aim.lua:0
Quote Originally Posted by medede View Post
yeh i see now im trying abyss

---------- Post added at 12:43 PM ---------- Previous post was at 12:32 PM ----------



i tried yours but it game me too may lua errors
Code:
 ] lua_openscript_cl autorun/aim.lua
Running script autorun/aim.lua...

[ERROR] lua/autorun/aim.lua:7: '=' expected near 'if'
  1. unknown - lua/autorun/aim.lua:0
Then it's not my bypasser, it has nothing to do with that.
How can I make it so that when I'm typing in chat the binds are off? Every time I chat and press the spacebar, I jump and when I press the aimbot key, it toggles the aimbot.
Bad Coder Bad User Why Don't You Just Tell EveryBody On The Forums How You Directly Ripped This Cheat From TyLers LaTest ReLease Of HeraBot PriVate For GayRys_Mod.
Quote Originally Posted by Woogenburg View Post
Bad Coder Bad User Why Don't You Just Tell EveryBody On The Forums How You Directly Ripped This Cheat From TyLers LaTest ReLease Of HeraBot PriVate For GayRys_Mod.
Stop trying, you're still doing it wrong, but I guess your feeble little mind fails to understand that.
Quote Originally Posted by TheyCallMeDaz View Post
Stop trying, you're still doing it wrong, but I guess your feeble little mind fails to understand that.
Quote Originally Posted by superaero_ View Post


wtf‏‏‏‏‏‏‏‏
Quote Originally Posted by superaero_ View Post


Third time you're using this gif. It's getting old.
Quote Originally Posted by Liquidsocks View Post
Third time you're using this gif. It's getting old.
You talking obviously doesn't get old then. ?(:
Quote Originally Posted by superaero_ View Post


You talking obviously doesn't get old then. ?(:
Nope
//ignore
Use A Hack if you want a whole Choice of tweaking with your aimbot. You can make the keys to activte and deativate the aimbot.Also comes with wall hack, ESP, Traitor finder and much more
Posts 1626 of 26 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?