ADVERTISEMENTREMOVE ADS
legit auto green
30,737 views
Description
auto green for motion basket ball
no matter how you time it the shot will go in
the meter will say late or whatver but its green
Features:
- auto green
ADVERTISEMENTREMOVE ADS
29 Lines • 853 Bytes
-- made by wish aka selfmade
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Shoot = ReplicatedStorage.Client.Remotes.Gameplay:WaitForChild("Shoot")
local UpdateFakeMeter = ReplicatedStorage.Client.Remotes.Gameplay:WaitForChild("UpdateFakeMeter")
local power = 99
local enabled = true
local old
old = hookmetamethod(game, "__namecall", function(self, ...)
local m = getnamecallmethod()
local a = { ... }
if enabled then
if self == Shoot and m == "InvokeServer" then
a[1] = power
return old(self, unpack(a))
elseif self == UpdateFakeMeter and m == "InvokeServer" then
if a[1] == "Update" then
a[2] = power
end
return old(self, unpack(a))
end
end
return old(self, unpack(a))
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS
Comments
Delete all reuploads within the next 24 hours or face account deletion.