local Rayfield = loadstring(game:HttpGet('https://sirius.
menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "Football script 2",
LoadingTitle = "Free version",
LoadingSubtitle = "by Nett",
ConfigurationSaving = {
Enabled = true,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "Big Hub"
},
Discord = {
Enabled = false,
Invite = "noinvitelink", -- The Discord invite code, do not include
discord.gg/. E.g. discord.gg/ABCD would be ABCD
RememberJoins = true -- Set this to false to make them join the discord
every time they load it up
},
KeySystem = true, -- Set this to true to use our key system
KeySettings = {
Title = "TooColdHub Key",
Subtitle = "Key System",
Note = "https://pastebin.com/raw/fL29k8rG",
FileName = "Key", -- It is recommended to use something unique as other
scripts using Rayfield may overwrite your key file
SaveKey = true, -- The user's key will be saved, but if you change the key,
they will be unable to use your script
GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site
you would like Rayfield to get the key from
Key = {"https://pastebin.com/raw/fL29k8rG"} -- List of keys that will be
accepted by the system, can be RAW file links (pastebin, github etc) or simple
strings ("hello","key22")
}
})
local MainTab = Window:CreateTab("Home", nil) -- Title, Image
local MainSection = MainTab:CreateSection("Main")
Rayfield:Notify({
Title = "Welcome to toocoldhub",
Content = "welcome",
Duration = 5,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
}
}
})
local Button1 = MainTab:CreateButton({
Name = "Good ms",
Callback = function()
local plr = game.Players.LocalPlayer
local rs = game:GetService("RunService")
local function magBall(ball)
if ball and plr.Character then
firetouchinterest(plr.Character["Left Arm"], ball, 0)
task.wait()
firetouchinterest(plr.Character["Left Arm"], ball, 1)
end
end
rs.Stepped:Connect(function()
for i, v in pairs(workspace:GetChildren()) do
if v.Name == "Football" and v:IsA("BasePart") then
local mag = (plr.Character.Torso.Position - v.Position).Magnitude
magBall(v)
end
end
end)
end
})
local Button2 = MainTab:CreateButton({
Name = "infinite jump",
Callback = function()
_G.infinjump = not _G.infinjump
if _G.infinJumpStarted == nil then
_G.infinJumpStarted = true
game.StarterGui:SetCore("SendNotification", {Title = "WeAreDevs.net"; Text
= "The WeAreDevs Infinite Jump exploit is ready!"; Duration = 5;})
local plr = game:GetService('Players').LocalPlayer
local m = plr:GetMouse()
m.KeyDown:connect(function(k)
if _G.infinjump and k:byte() == 32 then
local humanoid =
game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass('Humanoid')
humanoid:ChangeState('Jumping')
wait()
humanoid:ChangeState('Seated')
end
end)
end
end
})
local Button3 = MainTab:CreateButton({
Name = "FPS BOOSTER",
Callback = function()
_G.Settings = {
Players = {
["Ignore Me"] = true,
["Ignore Others"] = true
},
Meshes = {
Destroy = false,
LowDetail = true
},
Images = {
Invisible = true,
LowDetail = false,
Destroy = false,
},
["No Particles"] = true,
["No Camera Effects"] = true,
["No Explosions"] = true,
["No Clothes"] = true,
["Low Water Graphics"] = true,
["No Shadows"] = true,
["Low Rendering"] = true,
["Low Quality Parts"] = true
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/
discord.gg-rips/main/FPSBooster.lua"))()
end,
})
local Button4 = MainTab:CreateButton({
Name = "walkspeed",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 22
end,
})
local Button5 = MainTab:CreateButton({
Name = "JumpPower",
Callback = function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 51.5
end,
})
local Button6 = MainTab:CreateButton({
Name = "No Jump Cooldown",
Callback = function()
local Library =
loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-
libs/main/Revenant", true))()
Library.DefaultColor = Color3.fromRGB(255,0,0)
local plr = game:GetService("Players").LocalPlayer
for _, v in next, getconnections(plr.Character.Humanoid.StateChanged) do
local info = getinfo(v.Function)
if info.what == "Lua" and info.source ==
"=Workspace."..plr.Name..".movementt" then
v:Disable()
end
end
Library:Notification({
Text = "Disabled Jump Cooldown",
Duration = 10
})
end,
})
local Button7 = MainTab:CreateButton({
Name = "Anti jam",
Callback = function()
for _, player in pairs(game:GetService("Players"):GetPlayers()) do
if player ~= game:GetService("Players").LocalPlayer then
local character = player.Character
if character then
for _, part in pairs(character:GetDescendants()) do
if part:IsA("BasePart") then
part.CanCollide = false
end
end
end
end
end
end,
})
local Button8 = MainTab:CreateButton({
Name = "quick tp",
Callback = function()
local UserInputService = game:GetService("UserInputService")
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
local boostDistance = 2
local function boostForward()
local forwardVector = humanoidRootPart.CFrame.lookVector
local newPosition = humanoidRootPart.Position + (forwardVector *
boostDistance)
humanoidRootPart.CFrame = CFrame.new(newPosition)
end
UserInputService.InputBegan:Connect(function(input, gameProcessed)
if not gameProcessed and input.KeyCode == Enum.KeyCode.F then
boostForward()
end
end)
end,
})
local Button9 = MainTab:CreateButton({
Name = "Quick tp (Mobile support)",
Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
local boostDistance = 2
local function boostForward()
local forwardVector = humanoidRootPart.CFrame.lookVector
local newPosition = humanoidRootPart.Position + (forwardVector *
boostDistance)
humanoidRootPart.CFrame = CFrame.new(newPosition)
end
local teleportGui = Instance.new("ScreenGui")
teleportGui.Name = "TeleportGui"
teleportGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
local teleportButton = Instance.new("TextButton")
teleportButton.Name = "TeleportButton"
teleportButton.Size = UDim2.new(0, 100, 0, 50) -- Width: 100 pixels, Height:
50 pixels
teleportButton.Position = UDim2.new(0.5, -50, 0.9, -25) -- Center
horizontally, near the bottom
teleportButton.Text = "TP"
teleportButton.Parent = teleportGui
teleportButton.MouseButton1Click:Connect(function()
boostForward()
end)
end,
})