G

@glowxfyy

safe platform

Lua
1 year ago
game.Workspace.FallenPartsDestroyHeight = -10000 local part = Instance.new("Part") part.Size = Vector3.new(100, 2, 100) part.Name = "AntiAutoKill" part.Parent = game.Workspace part.Anchored = true local player = game.Players.LocalPlayer local pl = player.Character or player.CharacterAdded:Wait() -- Set the position of the part

big guy

Lua
1 year ago
local ReplicatedStorage = game:GetService("ReplicatedStorage") local RemoteEvent = ReplicatedStorage:WaitForChild("AvatarEditor"):WaitForChild("RemoteEvent") -- List of accessory IDs to wear local accessoryIDs = { 0, -- shirt 0, -- face accessory (replace with actual IDs) 0,-- face accessory (replace with actual IDs) 0, -- hair ID (replace with actual hair ID) 0, -- pants ID (replace with actual body ID)

reset avatar

Lua
1 year ago
local args = { [1] = "reset" } game:GetService("ReplicatedStorage").AvatarEditor.RemoteEvent:FireServer(unpack(args)) wait(.2) game.Players.LocalPlayer.Character:BreakJoints() -- This will reset the character

weapons skin

Lua
1 year ago
local args = { [1] = { ["Category"] = "[Knife]", ["ItemName"] = "Magma" } } game:GetService("ReplicatedStorage").RemoteEvents.UpdateEquipped:FireServer(unpack(args)) wait(.2)

tryhard v1

Lua
1 year ago
local ReplicatedStorage = game:GetService("ReplicatedStorage") local RemoteEvent = ReplicatedStorage:WaitForChild("AvatarEditor"):WaitForChild("RemoteEvent") -- List of accessory IDs to wear local accessoryIDs = { 86500054, -- accessory 1 86500064, -- accessory 2 (replace with actual IDs) 86500078, -- hair ID (replace with actual hair ID) 86500008, -- body ID (replace with actual body ID) 63690008,

better gui unanchired

Lua
1 year ago
-- part claim local player = game.Players.LocalPlayer local mouse = player:GetMouse() -- Function to claim a part local function claimPart(part) if part:IsA("Part") and part:FindFirstChild("Claimable") then -- Here you can add your claim logic print("Claiming part:", part.Name) -- You can change the ownership or other properties as needed

unanchored parts

Lua
1 year ago
-- MOST OF THIS CODE IS FROM INFINITE YIELD TPUA COMMAND -- fixed this for yall since the script is still liked -- credits to .hellohellohell012321 on discord for the gui local G2L = {} G2L["1"] = Instance.new("ScreenGui", game:GetService("CoreGui")) G2L["2"] = Instance.new("Frame", G2L["1"]) G2L["2"]["BorderSizePixel"] = 0 G2L["2"]["BackgroundColor3"] = Color3.fromRGB(254, 199, 255) G2L["2"]["Size"] = UDim2.new(0, 316, 0, 140) G2L["2"]["Position"] = UDim2.new(0.5, 124, 0.48365, -104)

toogle gui esp

Lua
1 year ago
local NothingLibrary = loadstring(game:HttpGetAsync('https://raw.githubusercontent.com/3345-c-a-t-s-u-s/NOTHING/main/source.lua'))(); local Windows = NothingLibrary.new({ Title = "DAH HOOD GUI", Description = "Dah Best One Yet", Keybind = Enum.KeyCode.LeftControl, Logo = 'http://www.roblox.com/asset/?id=15400302059' }) local Notification = NothingLibrary.Notification();

esp highlight players

Lua
1 year ago
local Players = game.Players local LP = Players.LocalPlayer local DB = false local function updateESP(player) if player == LP or not player.Character then return end local highlight = player.Character:FindFirstChild("Totally NOT Esp") or player.Character:FindFirstChild("Icon") if not highlight then highlight = Instance.new("Highlight", player.Character)

lib for NOTHING GUI

Lua
1 year ago
-- ICON: https://raw.githubusercontent.com/evoincorp/lucideblox/master/src/modules/util/icons.json - local Twen = game:GetService('TweenService'); local Input = game:GetService('UserInputService'); local TextServ = game:GetService('TextService'); local LocalPlayer = game:GetService('Players').LocalPlayer; local CoreGui = (gethui and gethui()) or game:FindFirstChild('CoreGui') or LocalPlayer.PlayerGui; local Icons = (function() local p,c = pcall(function() local Http = game:HttpGetAsync('htt

dah hood trading gui

Lua
1 year ago
local NothingLibrary = loadstring(game:HttpGetAsync('https://raw.githubusercontent.com/3345-c-a-t-s-u-s/NOTHING/main/source.lua'))(); local Windows = NothingLibrary.new({ Title = "DAH HOOD GUI", Description = "Dah Best One Yet", Keybind = Enum.KeyCode.LeftControl, Logo = 'http://www.roblox.com/asset/?id=15400302059' }) local Notification = NothingLibrary.Notification(); Notification.new({

Vape GUI

Lua
1 year ago
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/Vape.txt"))() local Window = Library:Window("PREVIEW",Color3.fromRGB(44, 120, 224), Enum.KeyCode.RightControl) local Tab = Window:Tab("Tab 1") Library:Notification("Notification", "Hello!", "Hi!") Tab:Button("Button", function() Library:Notification("Notification", "Hello!", "Hi!") end) Tab:Toggle("Toggle",false, function(Value)

Nothing GUI

Lua
1 year ago
local NothingLibrary = loadstring(game:HttpGetAsync('https://raw.githubusercontent.com/3345-c-a-t-s-u-s/NOTHING/main/source.lua'))(); local Windows = NothingLibrary.new({ Title = "NOTHING", Description = "Nothing UI Library", Keybind = Enum.KeyCode.LeftControl, Logo = 'http://www.roblox.com/asset/?id=18898582662' }) local Notification = NothingLibrary.Notification(); Notification.new({

wizard GUI

Lua
1 year ago
local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local PhantomForcesWindow = Library:NewWindow("Combat") local KillingCheats = PhantomForcesWindow:NewSection("Kill Options") KillingCheats:CreateButton("Button", function() print("HI") end) KillingCheats:CreateTextbox("TextBox", function(text) print(text)

dah hood gui working in progress

Lua
1 year ago
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/Gui/main/Gui%20Lib%20%5BLibrary%5D"))(); local ThemeManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/Gui/main/Gui%20Lib%20%5BThemeManager%5D"))(); local SaveManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/Gui/main/Gui%20Lib%20%5BSaveManager%5D"))(); local Window = Library:CreateWindow({["Title"]=("DAH HOOD"),["Center"]=true,["AutoShow"]=true,["TabPa

Blackking GUI

Lua
1 year ago
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/Gui/main/Gui%20Lib%20%5BLibrary%5D"))(); local ThemeManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/Gui/main/Gui%20Lib%20%5BThemeManager%5D"))(); local SaveManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/KINGHUB01/Gui/main/Gui%20Lib%20%5BSaveManager%5D"))(); local Window = Library:CreateWindow({["Title"]=("test"),["Center"]=true,["AutoShow"]=true,["TabPaddin

uwuware gui

Lua
1 year ago
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/test", true))() local Window = Library:CreateWindow"Window" local Folder = Window:AddFolder"Main" Folder:AddLabel({text = "Label"}) Folder:AddButton({text = "Button", flag = "button", callback = function() -- Your Script Here end}) Folder:AddToggle({text = "Toggle", flag = "toggle", state = false, callback = function(a)

dti gui v2

Lua
1 year ago
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Unknownuser11736/suntaiteam/main/kavouilibrary/fixedsliders"))() local Window = Library.CreateLib("XyzWare", "Serpent") local XyzWaterMark = Instance.new("ScreenGui") local TextLabel = Instance.new("TextButton") XyzWaterMark.Name = "XyzWaterMark" XyzWaterMark.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") XyzWaterMark.ZIndexBehavior = Enum.ZIndexBehavior.Sibling XyzWaterMark.ResetOnSpawn = false

DH v3

Lua
1 year ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "costazz hub W", LoadingTitle = "Loading the best scripthub", LoadingSubtitle = "by costa", ConfigurationSaving = { Enabled = false, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Dahood scripthub by costa"

dah hood gui v2

Lua
1 year ago
local Library = loadstring(game:HttpGet("https://pastebin.com/raw/V20A70rV"))() local Window = Library:CreateWindow("Dah Hood fucker", Vector2.new(310, 310), Enum.KeyCode.P) local AimingTab = Window:CreateTab("My Scripts") local testSection = AimingTab:CreateSector("Here", "left") local bladLockPrediction = 0 testSection:AddButton("Flockazz Camlock", function(Flockanigga) loadstring(game:HttpGet("https://pastebin.com/raw/9U7j7gAn"))() end) testSection:AddButton("Flockaz