MADE BY TIMMYPABLO
FEATURE:
- AUTOKICK
GAME LINK:
GOAL KICKING SIMULATOR
SCRIPT:
_G.Autokick = false;
_G.Autopack = false;
while _G.Autokick == true do
local args = {
[1] = "Throw",
[2] = 0.9571428571428572
}
game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
wait(0.5)
end
while _G.Autopack == true do
local args = {
[1] = "PromptPurchasePack",
[2] = workspace.Environment.Cards.Basic
}
game:GetService("ReplicatedStorage").Remote.RemoteFunction:InvokeServer(unpack(args))
wait(0.5)
end