This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local Players = game:GetService("Players") | |
| local UIS = game:GetService("UserInputService") | |
| local Debris = game:GetService("Debris") | |
| local plr = Players.LocalPlayer | |
| local SCRIPT_ID = "Moveset_" .. tick() .. "_" .. math.random(1000, 9999) | |
| local activeConnections = {} | |
| local activeObjects = {} | |
| local isAlive = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() | |
| -- Загружаем скрипт и сохраняем функцию | |
| local FootballScript = loadstring(game:HttpGet("https://gist.githubusercontent.com/DrenMator/2e6979e9d8855e851a36dcf641e590bd/raw/e4ec778d5b8682fae374e7b600e51bf6eb747574/StyleBuffs",true))() | |
| local Window = Rayfield:CreateWindow({ | |
| Name = "Dren's AL Script", | |
| Icon = 0, | |
| LoadingTitle = "Wait for it...", | |
| LoadingSubtitle = "by @opca102", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local function FootballScript(enable) | |
| enable = enable ~= false -- Default to true if not specified | |
| local RunService = game:GetService("RunService") | |
| local Players = game:GetService("Players") | |
| local Debris = game:GetService("Debris") | |
| local LocalPlayer = Players.LocalPlayer | |
| -- Generate unique script ID | |
| local SCRIPT_ID = "ExploitScript_" .. tick() .. "_" .. math.random(1000, 9999) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local function FootballScript(enable) | |
| enable = enable ~= false -- Default to true if not specified | |
| local RunService = game:GetService("RunService") | |
| local Players = game:GetService("Players") | |
| local Debris = game:GetService("Debris") | |
| local LocalPlayer = Players.LocalPlayer | |
| -- Generate unique script ID | |
| local SCRIPT_ID = "ExploitScript_" .. tick() .. "_" .. math.random(1000, 9999) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local function Notif(title,message,durr,butt) | |
| game.StarterGui:SetCore("SendNotification", { | |
| Title = title or "title", | |
| Text = message or "message", | |
| Duration = durr or 5, | |
| Button1 = butt or "ok", | |
| }) | |
| end | |
| local function BodyVelocity(part, speed, duration, startAtZero, easingInfo, delayTween, delayStart, useCustomTween) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print("loki thang loaded: made by daffy and a lil bit modified by a random guy") | |
| local plr = game.Players.LocalPlayer | |
| local rep = game:GetService("ReplicatedStorage") | |
| local function HasBall() | |
| local LocalCharacter = plr.Character | |
| local Football = LocalCharacter and LocalCharacter:FindFirstChild("Ball") | |
| return Football ~= nil | |
| end |