Categories > Exploiting > Scripts >
[REQ] Advanced Universal Triggerbot
Posted
Idk one with some settings for making automatic guns look legit and slight aim assist
soy pro
Replied
Could you explain what exactly you're looking for because I have old sources on hand that provide different functionality.
Cancel
Post
Replied
Bckvcf
local player = game:GetService("Players").LocalPlayer
local mouse = player:GetMouse()
game:GetService("RunService").RenderStepped:Connect(function()
if mouse.Target.Parent:FindFirstChild("Humanoid") and mouse.Target.Parent.Name ~= player.Name then
mouse1press() wait() mouse1release()
end
end)
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post