Version / Update: v1.0.0
- Download / Script Link
- local player = game.Players.LocalPlayer
local screenGui = Instance.new("ScreenGui")
screenGui.Parent = player:WaitForChild("PlayerGui")
local frame = Instance.new("Frame")
frame.Size = UDim2.new(0, 300, 0, 200)
frame.Position = UDim2.new(0.5, -150, 0.5, -100)
frame.BackgroundColor3 = Color3.fromRGB(30,30,30)
frame.Active = true
frame.Draggable = true
frame.Parent = screenGui
local topbar = Instance.new("Frame")
topbar.Size = UDim2.new(1, 0, 0, 30)
topbar.BackgroundColor3 = Color3.fromRGB(20,20,20)
topbar.Parent = frame
local close = Instance.new("TextButton")
close.Size = UDim2.new(0, 30, 1, 0)
close.Position = UDim2.new(1, -30, 0, 0)
close.Text = "X"
close.Parent = topbar
local minimize = Instance.new("TextButton")
minimize.Size = UDim2.new(0, 30, 1, 0)
minimize.Position = UDim2.new(1, -60, 0, 0)
minimize.Text = "-"
minimize.Parent = topbar
local textbox = Instance.new("TextBox")
textbox.Size = UDim2.new(0, 200, 0, 40)
textbox.Position = UDim2.new(0.5, -100, 0, 40)
textbox.PlaceholderText = "Number..."
textbox.Parent = frame
local button = Instance.new("TextButton")
button.Size = UDim2.new(0, 100, 0, 40)
button.Position = UDim2.new(0.5, -50, 0, 90)
button.Text = "Start"
button.Parent = frame
-- Glitch button
local glitchBtn = Instance.new("TextButton")
glitchBtn.Size = UDim2.new(0, 100, 0, 30)
glitchBtn.Position = UDim2.new(0.5, -50, 0, 140)
glitchBtn.Text = "Glitch OFF"
glitchBtn.Parent = frame
-- Result
local result = Instance.new("TextLabel")
result.Size = UDim2.new(0, 200, 0, 30)
result.Position = UDim2.new(0.5, -100, 0, 170)
result.Text = "Result"
result.BackgroundColor3 = Color3.fromRGB(50,50,50)
result.Parent = frame
-- RemoteEvent
local remote = game:GetService("ReplicatedStorage"):WaitForChild("UpdatePlaytime")
-- Start normal
button.MouseButton1Click:Connect(function()
local number = tonumber(textbox.Text)
if number then
remote:FireServer(number)
result.Text = "SEND : "..number
else
result.Text = "Invalid Number"
end
end)
-- Close
close.MouseButton1Click:Connect(function()
screenGui:Destroy()
end)
-- Minimize
local minimized = false
minimize.MouseButton1Click:Connect(function()
minimized = not minimized
textbox.Visible = not minimized
button.Visible = not minimized
glitchBtn.Visible = not minimized
result.Visible = not minimized
if minimized then
frame.Size = UDim2.new(0, 300, 0, 30)
else
frame.Size = UDim2.new(0, 300, 0, 200)
end
end)
local glitching = false
glitchBtn.MouseButton1Click:Connect(function()
glitching = not glitching
if glitching then
glitchBtn.Text = "Glitch ON"
task.spawn(function()
local num = "123456"
while glitching do
-- envoyer au serveur
remote:FireServer(tonumber(num))
result.Text = "Glitch : "..num
local newDigit = tostring(math.random(0,9))
num = num:sub(2)..newDigit
task.wait(0.000000000000005) -- vitesse
end
end)
else
glitchBtn.Text = "Glitch OFF"
end
end)
player.CharacterAdded:Connect(function()
result.Text = "Result"
glitching = false
glitchBtn.Text = "Glitch OFF"
end)[ View More ]
Any Roblox Game – Change Hours & Glitch hours | March 2026
Experience the power of unlimited playtime with our Change Hours & Glitch hours script, the most powerful version available.
KEY FEATURES
Change Hours – easily modify your playtime to whatever you want
Glitch Hours – get a glitchy playtime with just a few clicks
KEYLESS EXECUTION – no key required, instant execution, zero ads
COMPATIBILITY
Windows 10 / 11 ✔ Supported | Supported ✔ Supported | Supported ✔ Supported |
HOW TO USE
1. Download and open your executor (Solara, Wave, Celery, etc.)
2. Attach to Roblox and open any Roblox game
3. Paste the script below and press Execute
SAFE USAGE NOTE
This script is currently UNDETECTED as of March 2026.
Always test on an alt account first. Do not use on your main account.
Want more free undetected scripts?
► Browse the Full Script Library on Heapleak
Daily drops, undetected releases and the latest free scripts – all in one place.
Looking for more free scripts? Heapleak – the biggest Roblox & gaming script hub in the community.
roblox script, roblox hack 2026, universal roblox script, roblox script any game, roblox multi game script 2026, solara roblox script, wave executor roblox, undetected roblox script march 2026, keyless roblox script
Q: Is this Any Roblox Game script undetected?
A: Yes, it is currently undetected as of March 2026.
Q: Does this script require a key?
A: No, it is keyless.
Q: Does this script work on mobile?
A: Yes, it is supported on Android and iOS.
Check out our other roblox scripts, Explore our roblox gaming community
- Works on mobile
- Yes