What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Console Opener (SOURCE)

Version / Update: v1.0.0
Download / Script Link
-- This Script Was Made By aabbaaii13 On Discord
local screengui = Instance.new("ScreenGui", game:GetService("CoreGui"))
local button = Instance.new("TextButton", screengui)
screengui.ResetOnSpawn = false

button.Size = UDim2.new(0, 100, 0, 50)
button.Position = UDim2.new(0, 100, 0, 100)
button.Text = "F9"
button.MouseButton1Click:Connect(function()
game:GetService("StarterGui"):SetCore("DevConsoleVisible", true)
end)
[ View More ]
a9e518d7-a263-459a-b1ce-1edde197d855.webp


Simple Script For Mobile Users
 
Back
Top