0% found this document useful (0 votes)
95 views7 pages

Roblox IDE Executor GUI Script

The document describes a Lua script for creating a GUI in Roblox, featuring a draggable frame with text input, output, and buttons for executing code and clearing text. It includes functionality to load scripts from a URL and provides visual elements like images and buttons. The script also contains animations for certain elements within the GUI.

Uploaded by

qwerkt525tfe34
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views7 pages

Roblox IDE Executor GUI Script

The document describes a Lua script for creating a GUI in Roblox, featuring a draggable frame with text input, output, and buttons for executing code and clearing text. It includes functionality to load scripts from a URL and provides visual elements like images and buttons. The script also contains animations for certain elements within the GUI.

Uploaded by

qwerkt525tfe34
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

local gui = Instance.

new("ScreenGui")

[Link] = "support mobile"

[Link] = [Link]

local Frame = [Link]("Frame")

[Link] = [Link](0.7, 0, 0.9, 69)

[Link] = [Link](0.1, 0, 0.0, 0)

Frame.BackgroundColor3 = [Link](1, 1, 1)

Frame.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = true

[Link] = 0

[Link] = true

[Link] = gui

local ImageLabel = [Link]("ImageLabel")

[Link] = [Link](0.9, 53, 0.9, 36)

[Link] = [Link](0.0, 0, 0.0, 0)

ImageLabel.BackgroundColor3 = [Link](0, 0, 0)

ImageLabel.ImageColor3 = [Link](1, 1, 1)

[Link] = "rbxassetid://70496556629822"

[Link] = 0

[Link] = Frame

[Link] = 1

local TextBox = [Link]("TextBox")

[Link] = [Link](0.7, 29, 0.5, 19)

[Link] = [Link](0.0, 23, 0.1, 15)

TextBox.BackgroundColor3 = [Link](0, 0, 0)

TextBox.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = ""

TextBox.TextColor3 = [Link](0, 0, 0)
[Link] = 1

[Link] = [Link]

[Link] = 15

[Link] = Frame

[Link] = [Link]

[Link] = [Link]

[Link] = failed

[Link] = true

[Link] = true

local Output = [Link]("TextBox")

[Link] = [Link](0.5, 31, 0.2, 16)

[Link] = [Link](0.2, 19, 0.7, 5)

Output.BackgroundColor3 = [Link](0, 0, 0)

Output.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = "[IDE]: Hello Hackerman, Usename"

Output.TextColor3 = [Link](0, 0, 0)

[Link] = 1

[Link] = [Link]

[Link] = 15

[Link] = Frame

[Link] = [Link]

[Link] = [Link]

[Link] = failed

[Link] = true

[Link] = true

local exe = [Link]("TextButton")

[Link] = [Link](0.2, 4, 0.0, 22)

[Link] = [Link](0.0, 8, 0.7, 5)


exe.BackgroundColor3 = [Link](0, 0, 0)

exe.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = ""

[Link] = 1

exe.TextColor3 = [Link](255, 255, 255)

[Link] = [Link]

[Link] = Frame

exe.MouseButton1Click:Connect(function()

assert(loadstring([Link]))()

end)

local clea = [Link]("TextButton")

[Link] = [Link](0.2, 4, 0.0, 22)

[Link] = [Link](0.0, 8, 0.8, 0)

clea.BackgroundColor3 = [Link](0, 0, 0)

clea.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = ""

[Link] = 1

clea.TextColor3 = [Link](255, 255, 255)

[Link] = [Link]

[Link] = Frame

clea.MouseButton1Click:Connect(function()

[Link] = ""

end)

local Fileide = [Link]("TextButton")

[Link] = [Link](0.2, 4, 0.0, 22)

[Link] = [Link](0.0, 8, 0.8, 28)

Fileide.BackgroundColor3 = [Link](0, 0, 0)

Fileide.BorderColor3 = [Link](0, 0, 0)
[Link] = 0

[Link] = ""

[Link] = 1

Fileide.TextColor3 = [Link](255, 255, 255)

[Link] = [Link]

[Link] = Frame

Fileide.MouseButton1Click:Connect(function()

local gui = [Link]("ScreenGui")

[Link] = "file"

[Link] = [Link]

local file = [Link]("Frame")

[Link] = [Link](0.7, 0, 0.9, 59)

[Link] = [Link](0.2, 0, 0.0, 0)

file.BackgroundColor3 = [Link](1, 1, 1)

file.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = true

[Link] = 1

[Link] = true

[Link] = gui

local file1 = [Link]("ImageLabel")

[Link] = [Link](0.9, 53, 0.9, 35)

[Link] = [Link](0.0, 0, 0.0, 0)

file1.BackgroundColor3 = [Link](0, 0, 0)

file1.ImageColor3 = [Link](1, 1, 1)

[Link] = "rbxassetid://86799294221744"

[Link] = 0

[Link] = file

[Link] = 1
local bir = [Link]("TextButton")

[Link] = [Link](0.8, 0, 0.0, 14)

[Link] = [Link](0.1, 49, 0.8, 24)

bir.BackgroundColor3 = [Link](0, 0, 0)

bir.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = ""

[Link] = 1

bir.TextColor3 = [Link](255, 255, 255)

[Link] = [Link]

[Link] = file

bir.MouseButton1Click:Connect(function()

[Link] =
"loadstring(game:HttpGet('[Link]
heads/Scripts/[Link]'))()"

file:Remove()

end)

local Xfile = [Link]("TextButton")

[Link] = [Link](0.0, 25, 0.0, 25)

[Link] = [Link](0.9, 28, 0.0, 0)

Xfile.BackgroundColor3 = [Link](0, 0, 0)

Xfile.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = ""

[Link] = 1

Xfile.TextColor3 = [Link](255, 255, 255)

[Link] = [Link]

[Link] = file

Xfile.MouseButton1Click:Connect(function()

file:Remove()

end)
end)

local X = [Link]("TextButton")

[Link] = [Link](0.0, 29, 0.0, 25)

[Link] = [Link](0.9, 19, 0.0, 0)

X.BackgroundColor3 = [Link](0, 1, 0)

X.BorderColor3 = [Link](0, 0, 0)

[Link] = 0

[Link] = ""

[Link] = 1

X.TextColor3 = [Link](255, 255, 255)

[Link] = [Link]

[Link] = Frame

X.MouseButton1Click:Connect(function()

Frame:Remove()

end)

local Orbit = [Link]("ImageLabel")

local ImageLel = [Link]("ImageLabel")

[Link] = [Link](0.1, 19, 0.3, 0)

[Link] = [Link](-0.127000004, 0, 0.407999992, 0)

ImageLel.BackgroundColor3 = [Link](0, 0, 0)

ImageLel.ImageColor3 = [Link](1, 1, 1)

[Link] = "rbxassetid://139336001646889"

[Link] = 0

[Link] = gui

[Link] = 1

[Link] = [Link](0.1, 39, 0.3, 19)

[Link] = [Link](-0.127000004, 0, 0.407999992, 0)

Orbit.BackgroundColor3 = [Link](0, 0, 0)

Orbit.ImageColor3 = [Link](1, 1, 1)
[Link] = "rbxassetid://139019879823094"

[Link] = 0

[Link] = gui

[Link] = 1

ImageLel:TweenPosition([Link](0.458, 0, 0.408, 0), "Out", "Linear", 0.4, false)

Orbit:TweenPosition([Link](0.446, 0, 0.379, 0), "Out", "Linear", 0.4, false)

wait(3)

Orbit:TweenPosition([Link](0.00, 0, 0.59, 0), "Out", "Sine", 0.7, false)

ImageLel:TweenPosition([Link](0.00, 10, 0.62, 0), "Out", "Sine", 0.7, false)

while wait() do

[Link] = [Link] + 1

end

You might also like