Advertisement
2ksyrusss

football fusion 2 script

Mar 20th, 2023
1,297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. getgenv().Variables = {}
  2.  
  3. Variables.Players = game:GetService("Players")
  4. Variables.ReplicatedStorage = game:GetService("ReplicatedStorage")
  5. Variables.UserInputService = game:GetService("UserInputService")
  6. Variables.Client = Variables.Players.LocalPlayer
  7. Variables.Character = Variables.Client.Character or Variables.Client.CharacterAdded:Wait()
  8.  
  9. Variables.Client.CharacterAdded:Connect(function(Character)
  10. Variables.Character = Character
  11. end)
  12.  
  13. Variables.Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/ui.lua"))()
  14. Variables.Window = Variables.Library:AddWindow({
  15. title = {
  16. "DumbSkid FF2 script",
  17. "Use alt"
  18. },
  19. default = true,
  20. theme = {
  21. Accent = Color3.fromRGB(255, 0, 255),
  22. TopbarColor = Color3.fromRGB(10, 10, 10),
  23. SidebarColor = Color3.fromRGB(10, 0, 30),
  24. BackgroundColor = Color3.fromRGB(10, 10, 10),
  25. SectionColor = Color3.fromRGB(0, 0, 10),
  26. TextColor = Color3.fromRGB(300, 15, 300),
  27. Objects = {},
  28. }
  29. })
  30. Variables.Physics = Variables.Window:AddTab("Sub to yourdumbskid")
  31. Variables.CatchingTab = Variables.Window:AddTab("Catching")
  32. Variables.Physics = Variables.Window:AddTab("Physics")
  33. Variables.Kicking = Variables.Window:AddTab("Kicking")
  34. -- // Bootup
  35.  
  36. Variables.Mags = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Catching/Mags.lua"))()
  37. Variables.Grapher = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Catching/Grapher.lua"))()
  38. Variables.Aimbot = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Kicking/Aimbot.lua"))()
  39. Variables.Boost = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Physics/Boost.lua"))()
  40. Variables.DynamicJump = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Physics/DynamicJump.lua"))()
  41. Variables.Tracer = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Catching/Tracer.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement