F

@Flazed

Flazed's Auto Aim Grapple People Simulater

Lua
11 months ago
-- Load Arceus-X UI Library local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/Arceus-X-UI-Library/main/source.lua"))() lib:SetTitle("Flazed lua | UI Library") lib:SetIcon("http://www.roblox.com/asset/?id=18388923301") -- Use a valid variable name for gravity and set initial gravity to 60. local defaultGravity = 60 workspace.Gravity = defaultGravity -------------------------------------------------

Flazed's ChatSpy Grapple People Simulater

Lua
11 months ago
--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] --This script reveals ALL hidden messages in the default chat enabled = true --chat "/spy" to toggle! spyOnMyself = false --if true will check your messages too public = false --if true will chat the logs publicly (fun, risky) publicItalics = true --if true will use /me to stand out privateProperties = { --customize private logs

Flazed's Grapple People Simulater Macro

Lua
11 months ago
-- Grapple Macro (Clean Version) by Flazed local player = game.Players.LocalPlayer local runService = game:GetService("RunService") -- GUI Setup local gui = Instance.new("ScreenGui") gui.Name = "FlazedMacroOnly" gui.ResetOnSpawn = false gui.Parent = player:WaitForChild("PlayerGui")

Grapple People Simulater Script ( Made By Flazed )

Lua
11 months ago
-- Flazed's GUI -- Grapple People Simulater Script -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local ScrollingFrame = Instance.new("ScrollingFrame") local UIScale = Instance.new("UIScale") local TextLabel = Instance.new("TextLabel")

💯 Flazed's Grapple Kill Script | Original 💯

Lua
11 months ago
-- // Script by Flazed V2 Grapple Kill -- // Grapple Kill - Original Concept local gui = Instance.new("ScreenGui") gui.ResetOnSpawn = false gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling gui.Name = "YourGUIName" gui.DisplayOrder = 999 gui.Parent = game:GetService("CoreGui")

Flazed's Hub v2

Lua
11 months ago
-- Flazed's Hub v2 -- Created by Flazed local G2L = {}; -- StarterGui.ScreenGui G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")); G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;

Flazeds Grapple Kill

Lua
11 months ago
-- Flazed's Grapple Kill GUI v1 -- Created by Flazed -- Features: Toggle grapple kill, remove ragdoll, toggle touch, draggable GUI, keybinds F/V local gui = Instance.new("ScreenGui") gui.ResetOnSpawn = false gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling gui.Name = "YourGUIName" gui.DisplayOrder = 999 gui.Parent = game:GetService("CoreGui")