Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().Variables = {}
- Variables.Players = game:GetService("Players")
- Variables.ReplicatedStorage = game:GetService("ReplicatedStorage")
- Variables.UserInputService = game:GetService("UserInputService")
- Variables.Client = Variables.Players.LocalPlayer
- Variables.Character = Variables.Client.Character or Variables.Client.CharacterAdded:Wait()
- Variables.Client.CharacterAdded:Connect(function(Character)
- Variables.Character = Character
- end)
- Variables.Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/ui.lua"))()
- Variables.Window = Variables.Library:AddWindow({
- title = {
- "DumbSkid FF2 script",
- "Use alt"
- },
- default = true,
- theme = {
- Accent = Color3.fromRGB(255, 0, 255),
- TopbarColor = Color3.fromRGB(10, 10, 10),
- SidebarColor = Color3.fromRGB(10, 0, 30),
- BackgroundColor = Color3.fromRGB(10, 10, 10),
- SectionColor = Color3.fromRGB(0, 0, 10),
- TextColor = Color3.fromRGB(300, 15, 300),
- Objects = {},
- }
- })
- Variables.Physics = Variables.Window:AddTab("Sub to yourdumbskid")
- Variables.CatchingTab = Variables.Window:AddTab("Catching")
- Variables.Physics = Variables.Window:AddTab("Physics")
- Variables.Kicking = Variables.Window:AddTab("Kicking")
- -- // Bootup
- Variables.Mags = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Catching/Mags.lua"))()
- Variables.Grapher = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Catching/Grapher.lua"))()
- Variables.Aimbot = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Kicking/Aimbot.lua"))()
- Variables.Boost = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Physics/Boost.lua"))()
- Variables.DynamicJump = loadstring(game:HttpGet("https://raw.githubusercontent.com/yoo123fd/f/master/Modules/Physics/DynamicJump.lua"))()
- 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