Advertisement
C-H-4-0-S

Crosshair

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