I have a private hack with a Triggerbot just let me know if you're interested in buying it.
Triggerbot?
Yeah, I learned LUA and now I almost forgot everything.
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....
/*
==========================
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....
If you have issues removing the toggle,just bind the toggle to something like mouse1,then use it that way.
How about just using the working toggled script?
make the fire button L (or any you don't use),bind the trigger to mouse 1,change any mouse1 in the script to L.
bam now it works compfy enough.
make the fire button L (or any you don't use),bind the trigger to mouse 1,change any mouse1 in the script to L.
bam now it works compfy enough.
QUOTE=IV2B;8536728]"Hello guys, another question, I know there are Triggerbots... but I only find those which you have to toggle and then it shoots until you toggle it off..."
It seemed to work...[/QUOTE]
Well.... Im gonna try it.
Nopoe, tried again, doesnt work.
It seemed to work...[/QUOTE]
Well.... Im gonna try it.
Nopoe, tried again, doesnt work.
This thread is closed for replies.

