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 ----------
Originally Posted by James0roll_
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)
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.
Originally Posted by Woogenburg
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.
Originally Posted by TheyCallMeDaz
Stop trying, you're still doing it wrong, but I guess your feeble little mind fails to understand that.
Originally Posted by superaero_
wtf
Originally Posted by superaero_
Third time you're using this gif. It's getting old.
Originally Posted by Liquidsocks
Third time you're using this gif. It's getting old.
You talking obviously doesn't get old then. ?(:
Originally Posted by superaero_
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