Advertisement
thelemonmaster101

TFAG

Jun 26th, 2023
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Touch Football", "DarkTheme")
  3.  
  4. local Tab = Window:NewTab("Shooting")
  5.  
  6. local Section = Tab:NewSection("Auto Goal")
  7.  
  8. Section:NewToggle("Goal A", "Enables auto goal on Goal A", function(state)
  9. if state then
  10. _G.kickA = true
  11. while _G.kickA == true do
  12. wait()
  13. local A_1 = "TheYoungAndy"
  14. local A_2 = 4187345923
  15. local A_3 = ""
  16. local A_4 = Vector3.new(-281.58966064453125, 5.465750694274902, 92.93141174316406)
  17. local A_5 = Vector3.new(-79.95317077636719, 36, 2.7396087646484375)
  18. local A_6 = Vector3.new(0, 0, 0)
  19. local A_7 = 3.6512224674224854
  20. local A_8 = "98348766567321"
  21. local Event = game:GetService("ReplicatedStorage").KickBall
  22. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8)
  23. end
  24. else
  25. _G.kickA = false
  26. end
  27. end)
  28.  
  29. Section:NewToggle("Goal B", "Enables auto goal on Goal B", function(state)
  30. if state then
  31. _G.kickB = true
  32. while _G.kickB == true do
  33. wait()
  34. local A_1 = "TheYoungAndy"
  35. local A_2 = 4187345923
  36. local A_3 = ""
  37. local A_4 = Vector3.new(-154.07484436035156, 5.474004745483398, 102.59715270996094)
  38. local A_5 = Vector3.new(75.42424011230469, 36, -26.726070404052734)
  39. local A_6 = Vector3.new(0, 0, 0)
  40. local A_7 = 3.6512224674224854
  41. local A_8 = "98348766567321"
  42. local Event = game:GetService("ReplicatedStorage").KickBall
  43. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8)
  44. end
  45. else
  46. _G.kickB = false
  47. end
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement