Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// Aimbot
- _G.AimbotEnabled = true -- Determines whether or not the Aimbot script will lock onto players.
- _G.TeamCheck = false -- If set to true then the script would only lock your aim at enemy team members.
- _G.AimPart = "Head" -- What body part of the closest enemy the aimbot script would lock at.
- _G.Sensitivity = 0 -- How many seconds it takes for the aimbot script to officially lock onto the target's aimpart.
- --// FOV Circle
- _G.CircleSides = 150 -- How many sides the FOV circle would have.
- _G.CircleColor = Color3.fromRGB(255, 255, 255) -- (RGB) Color that the FOV circle would appear as.
- _G.CircleTransparency = 0.7 -- Transparency of the circle.
- _G.CircleRadius = 80 -- The radius of the circle / FOV.
- _G.CircleFilled = false -- Determines whether or not the circle area will be filled.
- _G.CircleVisible = true -- Determines whether or not the circle will be visible.
- _G.CircleThickness = 0 -- The thickness of the circle.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement