Advertisement
BlinkingStars

Manual Factory Reset Settings

Jun 6th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.77 KB | Gaming | 0 0
  1. getgenv().Aimbot.Settings = {
  2.     SendNotifications = true,
  3.     SaveSettings = true, -- Re-execute upon changing
  4.     ReloadOnTeleport = true,
  5.     Enabled = true,
  6.     TeamCheck = false,
  7.     AliveCheck = true,
  8.     WallCheck = false, -- Laggy
  9.     Sensitivity = 0, -- Animation length (in seconds) before fully locking onto target
  10.     ThirdPerson = false, -- Uses mousemoverel instead of CFrame to support locking in third person (could be choppy)
  11.     ThirdPersonSensitivity = 3, -- Boundary: 0.1 - 5
  12.     TriggerKey = "MouseButton2",
  13.     Toggle = false,
  14.     LockPart = "Head" -- Body part to lock on
  15. }
  16.  
  17. getgenv().Aimbot.FOVSettings = {
  18.     Enabled = true,
  19.     Visible = true,
  20.     Amount = 90,
  21.     Color = "255, 255, 255",
  22.     LockedColor = "255, 70, 70",
  23.     Transparency = 0.5,
  24.     Sides = 60,
  25.     Thickness = 1,
  26.     Filled = false
  27. }
Tags: Roblox lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement