Advertisement
C-H-4-0-S

Crosshair follow mouse

Feb 4th, 2024 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. -- Custom Crosshair by zzerexx#3970
  2. getgenv().CrosshairSettings = {
  3. Color = Color3.fromRGB(255,0,0),
  4. RainbowColor = true,
  5. Opacity = 9,
  6. Length = 10,-- Length of each line
  7. Thickness = 2,-- Thickness of each line
  8. Offset = 4, -- Offset from the middle point
  9. Dot = true, -- not recommended
  10. FollowCursor = true, -- Crosshair follows the cursor
  11. HideMouseIcon = true, -- Hides the mouse icon, set to 0 to ignore
  12. HideGameCrosshair = true, -- Hides the current game's crosshair (if its supported)
  13. ToggleKey = Enum.KeyCode.RightAlt, -- Toggles crosshair visibility
  14. } -- v1.2.1
  15. loadstring(game:HttpGet("https://raw.githubusercontent.com/zzerexx/scripts/main/CustomCrosshair.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement