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