Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().Aimbot.Settings = {
- SendNotifications = true,
- SaveSettings = true, -- Re-execute upon changing
- ReloadOnTeleport = true,
- Enabled = true,
- TeamCheck = false,
- AliveCheck = true,
- WallCheck = false, -- Laggy
- Sensitivity = 0, -- Animation length (in seconds) before fully locking onto target
- ThirdPerson = false, -- Uses mousemoverel instead of CFrame to support locking in third person (could be choppy)
- ThirdPersonSensitivity = 3, -- Boundary: 0.1 - 5
- TriggerKey = "MouseButton2",
- Toggle = false,
- LockPart = "Head" -- Body part to lock on
- }
- getgenv().Aimbot.FOVSettings = {
- Enabled = true,
- Visible = true,
- Amount = 90,
- Color = "255, 255, 255",
- LockedColor = "255, 70, 70",
- Transparency = 0.5,
- Sides = 60,
- Thickness = 1,
- Filled = false
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement