Universal Script πŸ“Œ
9.8k Views

Universal god mode script

Universal Script πŸ“ŒUploaded by
1 year ago
Please login to perform these actions:

Description

It's a god mode script when you step on a kill brick it won't kill you=] Works on: delta executor Enjoy:3

View Raw
Edited By: ProjectLol Download


Comments
3
User profile picture
krinhavcuk 1 year ago
WHO PLAYS TOH?
krinhavcuk's profile picturekrinhavcukWHO PLAYS TOH?
User profile picture
baileyashtin308 10 months ago
@krinhavcuk thousands, just because you don’t like it doesn’t mean other people have too
User profile picture
derrickmendes050 2 weeks ago
--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnS* = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(42, 42, 42) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.390366644, 0, 0.301782697, 0) Frame.Size = UDim2.new(0, 163, 0, 82) Frame.Active = true Frame.Draggable = true TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(30, 30, 30) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Size = UDim2.new(0, 163, 0, 23) TextLabel.Font = Enum.Font.SourceSansBold TextLabel.Text = "Killbrick toggle" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 18.000 TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.175683141, 0, 0.408666462, 0) TextButton.Size = UDim2.new(0, 104, 0, 31) TextButton.Font = Enum.Font.SourceSansItalic TextButton.Text = "OFF" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 15.000 local function LILMOQ_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) local player = game:GetService("Players").LocalPlayer local nega = true local toggleButton = script.Parent local function updateButtonText() if nega then
Please Login to add a comment.