www.roblox-scripter.com

Roblox codes

Goal Kick Simulator script – (AutoKick)

Functions: AutoKick

Script developer: TIMMYPABLO
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					_G.Autokick = true;
_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