ADVERTISEMENTREMOVE ADS
Game icon

hoops life

Script preview thumbnail
Script Preview

Description

to use, first green legit, and once you have done that ur auto green is turned on. to auto green/shoot just press capslock



Tested with

ADVERTISEMENTREMOVE ADS
28 Lines • 746 Bytes
Raw
local uis = game:GetService("UserInputService")
uis.InputBegan:Connect(function(input, gpe)
if gpe then return end
if input.KeyCode == Enum.KeyCode.CapsLock then
local args = {
0,
"Starting",
"up",
false,
0,
0
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Shoot"):FireServer(unpack(args))
task.wait(0.5)
local args = {
100000,
"Ending",
"up",
false,
0,
0
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Shoot"):FireServer(unpack(args))
end
end)
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS