Basketball Stars Silent Aim

Script Credit :- Trappy2028
Features

Silent Aim

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local settings = { Enabled = true, Accuracy = 100 } local silentAim silentAim = hookmetamethod(game, "__namecall", function(self, ...) local args = {...} if self.Name == "ServerEvent" and args[1] == "Accuracy" and settings.Enabled then args[2] = settings.Accuracy/100 end return silentAim(self, unpack(args)) end)

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors