Goal Kicking Simulator Autokick

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

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!