Can ANYONE tell me how to fucking fix this code? I now tried to do everything, even what he said, it wont work
/*
==========================
name: triggerbot.lua
purpose: look legit or
whatever the fuck you want
to do with this
==========================
*/
function hack.TriggerBot( cmd )
if hack:GetBool( "misc_trigger_toggle" ) then
local Trace = LocalPlayer():GetEyeTrace().Entity
if Trace:IsPlayer() then
cmd:SetButtons( bit.bor( cmd:GetButtons(), IN_ATTACK ) )
end
end
end
hack:AddHook( "CreateMove", hack.TriggerBot )
It's from Hake v2....