Advertisement
NooBhANG

Fe Aimlock Scripts

Jan 17th, 2025
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. getgenv().Settings = {
  2. ['Start'] = {
  3. ['Sound'] = true,
  4. ['SoundId'] = "rbxassetid://7361129642" -- Sound ID for loading screen
  5. },
  6.  
  7. ['Camera Lock'] = {
  8. ['Enabled'] = true,
  9. ['Keybind'] = Enum.KeyCode.Q, -- Press Q to toggle
  10. ['Smoothness'] = {
  11. ['Enabled'] = true, -- Enable/Disable smoothness
  12. ['Value'] = 0.2, -- Lower smoothness for a sharper lock
  13. },
  14. ['Parts'] = {
  15. ['Hitpart'] = 'Head' -- Change to "Head", "HumanoidRootPart", etc.
  16. },
  17. ['Prediction'] = 0.25 -- Adjust prediction for moving targets
  18. },
  19.  
  20. ['Toggle Lock'] = {
  21. ['Method'] = 'Button' -- Options: 'Button', 'None'
  22. }
  23. }
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/fouejp/Settings/refs/heads/main/Dragon"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement