Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
24 views20 pages

Message

The document is a Lua script for creating a graphical user interface (GUI) in Roblox, titled 'StarCode SS Ultimate Version'. It includes various UI elements such as frames, text labels, buttons, and text boxes, designed for user interaction and script execution. The GUI allows users to input commands and view outputs from a scrolling frame containing multiple text files.
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)
24 views20 pages

Message

The document is a Lua script for creating a graphical user interface (GUI) in Roblox, titled 'StarCode SS Ultimate Version'. It includes various UI elements such as frames, text labels, buttons, and text boxes, designed for user interaction and script execution. The GUI allows users to input commands and view outputs from a scrolling frame containing multiple text files.
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
You are on page 1/ 20

-- Gui to Lua

-- Version: 3.2

-- Instances:

local StarCodeSS = Instance.new("ScreenGui")


local Frame = Instance.new("Frame")
local InisialFrame = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local r6 = Instance.new("TextButton")
local re = Instance.new("TextButton")
local input = Instance.new("TextBox")
local ScriptFrame = Instance.new("Frame")
local ScrollingFrame = Instance.new("ScrollingFrame")
local POLARIA = Instance.new("TextButton")
local JohDoe = Instance.new("TextButton")
local steve = Instance.new("TextButton")
local Vereustxt = Instance.new("TextButton")
local sheldoni = Instance.new("TextButton")
local ssp = Instance.new("TextButton")
local TextButton = Instance.new("TextButton")
local projectligma = Instance.new("TextButton")
local k00pgui = Instance.new("TextButton")
local grabknife = Instance.new("TextButton")
local grabgun = Instance.new("TextButton")
local thomas = Instance.new("TextButton")
local topkek = Instance.new("TextButton")
local TextButton_2 = Instance.new("TextButton")
local TextButton_3 = Instance.new("TextButton")
local TextButton_4 = Instance.new("TextButton")
local TextButton_5 = Instance.new("TextButton")
local TextButton_6 = Instance.new("TextButton")
local TextButton_7 = Instance.new("TextButton")
local TextButton_8 = Instance.new("TextButton")
local TextButton_9 = Instance.new("TextButton")
local TextButton_10 = Instance.new("TextButton")
local rc7 = Instance.new("TextButton")
local Execute = Instance.new("TextButton")
local Clear = Instance.new("TextButton")
local HideText = Instance.new("TextButton")
local Frame_2 = Instance.new("Frame")
local commandbox = Instance.new("TextBox")
local ScrollingFrame_2 = Instance.new("ScrollingFrame")
local consoleoutput = Instance.new("TextBox")
local DecorasiFrame = Instance.new("Frame")
local TextLabel_2 = Instance.new("TextLabel")
local infone = Instance.new("TextLabel")
local ImageButton = Instance.new("ImageButton")
local CMDSFRAME = Instance.new("Frame")
local ImageButton_2 = Instance.new("ImageButton")
local TextLabel_3 = Instance.new("TextLabel")
local TextBox = Instance.new("TextBox")

--Properties:

StarCodeSS.Name = "StarCode SS"


StarCodeSS.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
StarCodeSS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
StarCodeSS.ResetOnSpawn = false
Frame.Parent = StarCodeSS
Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.Position = UDim2.new(0.326132357, 0, 0.163793102, 0)
Frame.Size = UDim2.new(0, 449, 0, 323)

InisialFrame.Name = "InisialFrame"
InisialFrame.Parent = Frame
InisialFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
InisialFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
InisialFrame.Size = UDim2.new(0, 449, 0, 16)

TextLabel.Parent = InisialFrame
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(0.0913140327, 0, 0.3125, 0)
TextLabel.Size = UDim2.new(0, 84, 0, 4)
TextLabel.Font = Enum.Font.Unknown
TextLabel.Text = "StarCode SS Ultimate Version"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextSize = 12.000

r6.Name = "r6"
r6.Parent = InisialFrame
r6.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
r6.BorderColor3 = Color3.fromRGB(0, 0, 0)
r6.Position = UDim2.new(0.944320738, 0, -0.00831890106, 0)
r6.Size = UDim2.new(0, 25, 0, 16)
r6.Font = Enum.Font.Unknown
r6.Text = "R6"
r6.TextColor3 = Color3.fromRGB(0, 0, 0)
r6.TextSize = 16.000

re.Name = "re"
re.Parent = InisialFrame
re.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
re.BorderColor3 = Color3.fromRGB(0, 0, 0)
re.Position = UDim2.new(0.875278413, 0, -0.00831890106, 0)
re.Size = UDim2.new(0, 25, 0, 16)
re.Font = Enum.Font.Unknown
re.Text = "RE"
re.TextColor3 = Color3.fromRGB(0, 0, 0)
re.TextSize = 16.000

input.Name = "input"
input.Parent = Frame
input.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
input.BorderColor3 = Color3.fromRGB(0, 0, 0)
input.Position = UDim2.new(0.0178173725, 0, 0.0761589408, 0)
input.Size = UDim2.new(0, 321, 0, 139)
input.Font = Enum.Font.Ubuntu
input.PlaceholderColor3 = Color3.fromRGB(147, 147, 147)
input.PlaceholderText = "-- Insert here"
input.Text = ""
input.TextColor3 = Color3.fromRGB(0, 0, 0)
input.TextSize = 14.000
input.TextXAlignment = Enum.TextXAlignment.Left
input.TextYAlignment = Enum.TextYAlignment.Top

ScriptFrame.Name = "ScriptFrame"
ScriptFrame.Parent = Frame
ScriptFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ScriptFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
ScriptFrame.Position = UDim2.new(0.779510021, 0, 0.0761589408, 0)
ScriptFrame.Size = UDim2.new(0, 89, 0, 269)

ScrollingFrame.Parent = ScriptFrame
ScrollingFrame.Active = true
ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
ScrollingFrame.BorderSizePixel = 0
ScrollingFrame.Size = UDim2.new(0, 88, 0, 268)
ScrollingFrame.ScrollBarThickness = 2

POLARIA.Name = "POLARIA"
POLARIA.Parent = ScrollingFrame
POLARIA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
POLARIA.BorderColor3 = Color3.fromRGB(0, 0, 0)
POLARIA.BorderSizePixel = 0
POLARIA.Size = UDim2.new(0, 88, 0, 13)
POLARIA.Font = Enum.Font.Roboto
POLARIA.Text = "PolariaHUB.txt"
POLARIA.TextColor3 = Color3.fromRGB(0, 0, 0)
POLARIA.TextSize = 11.000
POLARIA.TextWrapped = true
POLARIA.TextXAlignment = Enum.TextXAlignment.Left

JohDoe.Name = "JohDoe"
JohDoe.Parent = ScrollingFrame
JohDoe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
JohDoe.BorderColor3 = Color3.fromRGB(0, 0, 0)
JohDoe.BorderSizePixel = 0
JohDoe.Position = UDim2.new(0, 0, 0.0223880596, 0)
JohDoe.Size = UDim2.new(0, 88, 0, 13)
JohDoe.Font = Enum.Font.Roboto
JohDoe.Text = "JonhDoe.txt"
JohDoe.TextColor3 = Color3.fromRGB(0, 0, 0)
JohDoe.TextSize = 11.000
JohDoe.TextWrapped = true
JohDoe.TextXAlignment = Enum.TextXAlignment.Left

steve.Name = "steve"
steve.Parent = ScrollingFrame
steve.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
steve.BorderColor3 = Color3.fromRGB(0, 0, 0)
steve.BorderSizePixel = 0
steve.Position = UDim2.new(0, 0, 0.0447761193, 0)
steve.Size = UDim2.new(0, 88, 0, 13)
steve.Font = Enum.Font.Roboto
steve.Text = "Steve.txt"
steve.TextColor3 = Color3.fromRGB(0, 0, 0)
steve.TextSize = 11.000
steve.TextWrapped = true
steve.TextXAlignment = Enum.TextXAlignment.Left

Vereustxt.Name = "Vereus.txt"
Vereustxt.Parent = ScrollingFrame
Vereustxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Vereustxt.BorderColor3 = Color3.fromRGB(0, 0, 0)
Vereustxt.BorderSizePixel = 0
Vereustxt.Position = UDim2.new(0, 0, 0.0670000017, 0)
Vereustxt.Size = UDim2.new(0, 88, 0, 13)
Vereustxt.Font = Enum.Font.Roboto
Vereustxt.Text = "Vereus.txt"
Vereustxt.TextColor3 = Color3.fromRGB(0, 0, 0)
Vereustxt.TextSize = 11.000
Vereustxt.TextWrapped = true
Vereustxt.TextXAlignment = Enum.TextXAlignment.Left

sheldoni.Name = "sheldoni"
sheldoni.Parent = ScrollingFrame
sheldoni.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
sheldoni.BorderColor3 = Color3.fromRGB(0, 0, 0)
sheldoni.BorderSizePixel = 0
sheldoni.Position = UDim2.new(0, 0, 0.0890000015, 0)
sheldoni.Size = UDim2.new(0, 88, 0, 13)
sheldoni.Font = Enum.Font.Roboto
sheldoni.Text = "Sheldoni.txt"
sheldoni.TextColor3 = Color3.fromRGB(0, 0, 0)
sheldoni.TextSize = 11.000
sheldoni.TextWrapped = true
sheldoni.TextXAlignment = Enum.TextXAlignment.Left

ssp.Name = "ssp"
ssp.Parent = ScrollingFrame
ssp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ssp.BorderColor3 = Color3.fromRGB(0, 0, 0)
ssp.BorderSizePixel = 0
ssp.Position = UDim2.new(0, 0, 0.111000001, 0)
ssp.Size = UDim2.new(0, 88, 0, 13)
ssp.Font = Enum.Font.Roboto
ssp.Text = "SSP.txt"
ssp.TextColor3 = Color3.fromRGB(0, 0, 0)
ssp.TextSize = 11.000
ssp.TextWrapped = true
ssp.TextXAlignment = Enum.TextXAlignment.Left

TextButton.Parent = ScrollingFrame
TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton.BorderSizePixel = 0
TextButton.Position = UDim2.new(0, 0, 0.485000014, 0)
TextButton.Size = UDim2.new(0, 88, 0, 13)
TextButton.Font = Enum.Font.Roboto
TextButton.Text = "PolariaHUB.txt"
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextSize = 11.000
TextButton.TextWrapped = true
TextButton.TextXAlignment = Enum.TextXAlignment.Left

projectligma.Name = "project ligma"


projectligma.Parent = ScrollingFrame
projectligma.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
projectligma.BorderColor3 = Color3.fromRGB(0, 0, 0)
projectligma.BorderSizePixel = 0
projectligma.Position = UDim2.new(0, 0, 0.155000001, 0)
projectligma.Size = UDim2.new(0, 88, 0, 13)
projectligma.Font = Enum.Font.Roboto
projectligma.Text = "PLigma.txt"
projectligma.TextColor3 = Color3.fromRGB(0, 0, 0)
projectligma.TextSize = 11.000
projectligma.TextWrapped = true
projectligma.TextXAlignment = Enum.TextXAlignment.Left

k00pgui.Name = "k00pgui"
k00pgui.Parent = ScrollingFrame
k00pgui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
k00pgui.BorderColor3 = Color3.fromRGB(0, 0, 0)
k00pgui.BorderSizePixel = 0
k00pgui.Position = UDim2.new(0, 0, 0.177000001, 0)
k00pgui.Size = UDim2.new(0, 88, 0, 13)
k00pgui.Font = Enum.Font.Roboto
k00pgui.Text = "k00pGUI.txt"
k00pgui.TextColor3 = Color3.fromRGB(0, 0, 0)
k00pgui.TextSize = 11.000
k00pgui.TextWrapped = true
k00pgui.TextXAlignment = Enum.TextXAlignment.Left

grabknife.Name = "grabknife"
grabknife.Parent = ScrollingFrame
grabknife.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
grabknife.BorderColor3 = Color3.fromRGB(0, 0, 0)
grabknife.BorderSizePixel = 0
grabknife.Position = UDim2.new(0, 0, 0.199000001, 0)
grabknife.Size = UDim2.new(0, 88, 0, 13)
grabknife.Font = Enum.Font.Roboto
grabknife.Text = "GrabKnife.txt"
grabknife.TextColor3 = Color3.fromRGB(0, 0, 0)
grabknife.TextSize = 11.000
grabknife.TextWrapped = true
grabknife.TextXAlignment = Enum.TextXAlignment.Left

grabgun.Name = "grabgun"
grabgun.Parent = ScrollingFrame
grabgun.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
grabgun.BorderColor3 = Color3.fromRGB(0, 0, 0)
grabgun.BorderSizePixel = 0
grabgun.Position = UDim2.new(0, 0, 0.221000001, 0)
grabgun.Size = UDim2.new(0, 88, 0, 13)
grabgun.Font = Enum.Font.Roboto
grabgun.Text = "GrabGun.txt"
grabgun.TextColor3 = Color3.fromRGB(0, 0, 0)
grabgun.TextSize = 11.000
grabgun.TextWrapped = true
grabgun.TextXAlignment = Enum.TextXAlignment.Left

thomas.Name = "thomas"
thomas.Parent = ScrollingFrame
thomas.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
thomas.BorderColor3 = Color3.fromRGB(0, 0, 0)
thomas.BorderSizePixel = 0
thomas.Position = UDim2.new(0, 0, 0.243000001, 0)
thomas.Size = UDim2.new(0, 88, 0, 13)
thomas.Font = Enum.Font.Roboto
thomas.Text = "ThomaShit.txt"
thomas.TextColor3 = Color3.fromRGB(0, 0, 0)
thomas.TextSize = 11.000
thomas.TextWrapped = true
thomas.TextXAlignment = Enum.TextXAlignment.Left

topkek.Name = "topkek"
topkek.Parent = ScrollingFrame
topkek.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
topkek.BorderColor3 = Color3.fromRGB(0, 0, 0)
topkek.BorderSizePixel = 0
topkek.Position = UDim2.new(0, 0, 0.264999986, 0)
topkek.Size = UDim2.new(0, 88, 0, 13)
topkek.Font = Enum.Font.Roboto
topkek.Text = "t0pk3k.txt"
topkek.TextColor3 = Color3.fromRGB(0, 0, 0)
topkek.TextSize = 11.000
topkek.TextWrapped = true
topkek.TextXAlignment = Enum.TextXAlignment.Left

TextButton_2.Parent = ScrollingFrame
TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.BorderSizePixel = 0
TextButton_2.Position = UDim2.new(0, 0, 0.287, 0)
TextButton_2.Size = UDim2.new(0, 88, 0, 13)
TextButton_2.Font = Enum.Font.Roboto
TextButton_2.Text = "PolariaHUB.txt"
TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.TextSize = 11.000
TextButton_2.TextWrapped = true
TextButton_2.TextXAlignment = Enum.TextXAlignment.Left

TextButton_3.Parent = ScrollingFrame
TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.BorderSizePixel = 0
TextButton_3.Position = UDim2.new(0, 0, 0.308999985, 0)
TextButton_3.Size = UDim2.new(0, 88, 0, 13)
TextButton_3.Font = Enum.Font.Roboto
TextButton_3.Text = "PolariaHUB.txt"
TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.TextSize = 11.000
TextButton_3.TextWrapped = true
TextButton_3.TextXAlignment = Enum.TextXAlignment.Left

TextButton_4.Parent = ScrollingFrame
TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.BorderSizePixel = 0
TextButton_4.Position = UDim2.new(0, 0, 0.331, 0)
TextButton_4.Size = UDim2.new(0, 88, 0, 13)
TextButton_4.Font = Enum.Font.Roboto
TextButton_4.Text = "PolariaHUB.txt"
TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.TextSize = 11.000
TextButton_4.TextWrapped = true
TextButton_4.TextXAlignment = Enum.TextXAlignment.Left
TextButton_5.Parent = ScrollingFrame
TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.BorderSizePixel = 0
TextButton_5.Position = UDim2.new(0, 0, 0.352999985, 0)
TextButton_5.Size = UDim2.new(0, 88, 0, 13)
TextButton_5.Font = Enum.Font.Roboto
TextButton_5.Text = "PolariaHUB.txt"
TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.TextSize = 11.000
TextButton_5.TextWrapped = true
TextButton_5.TextXAlignment = Enum.TextXAlignment.Left

TextButton_6.Parent = ScrollingFrame
TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.BorderSizePixel = 0
TextButton_6.Position = UDim2.new(0, 0, 0.375, 0)
TextButton_6.Size = UDim2.new(0, 88, 0, 13)
TextButton_6.Font = Enum.Font.Roboto
TextButton_6.Text = "PolariaHUB.txt"
TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.TextSize = 11.000
TextButton_6.TextWrapped = true
TextButton_6.TextXAlignment = Enum.TextXAlignment.Left

TextButton_7.Parent = ScrollingFrame
TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_7.BorderSizePixel = 0
TextButton_7.Position = UDim2.new(0, 0, 0.397000015, 0)
TextButton_7.Size = UDim2.new(0, 88, 0, 13)
TextButton_7.Font = Enum.Font.Roboto
TextButton_7.Text = "PolariaHUB.txt"
TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_7.TextSize = 11.000
TextButton_7.TextWrapped = true
TextButton_7.TextXAlignment = Enum.TextXAlignment.Left

TextButton_8.Parent = ScrollingFrame
TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_8.BorderSizePixel = 0
TextButton_8.Position = UDim2.new(0, 0, 0.419, 0)
TextButton_8.Size = UDim2.new(0, 88, 0, 13)
TextButton_8.Font = Enum.Font.Roboto
TextButton_8.Text = "PolariaHUB.txt"
TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_8.TextSize = 11.000
TextButton_8.TextWrapped = true
TextButton_8.TextXAlignment = Enum.TextXAlignment.Left

TextButton_9.Parent = ScrollingFrame
TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_9.BorderSizePixel = 0
TextButton_9.Position = UDim2.new(0, 0, 0.441000015, 0)
TextButton_9.Size = UDim2.new(0, 88, 0, 13)
TextButton_9.Font = Enum.Font.Roboto
TextButton_9.Text = "PolariaHUB.txt"
TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_9.TextSize = 11.000
TextButton_9.TextWrapped = true
TextButton_9.TextXAlignment = Enum.TextXAlignment.Left

TextButton_10.Parent = ScrollingFrame
TextButton_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_10.BorderSizePixel = 0
TextButton_10.Position = UDim2.new(0, 0, 0.463, 0)
TextButton_10.Size = UDim2.new(0, 88, 0, 13)
TextButton_10.Font = Enum.Font.Roboto
TextButton_10.Text = "PolariaHUB.txt"
TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_10.TextSize = 11.000
TextButton_10.TextWrapped = true
TextButton_10.TextXAlignment = Enum.TextXAlignment.Left

rc7.Name = "rc7"
rc7.Parent = ScrollingFrame
rc7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rc7.BorderColor3 = Color3.fromRGB(0, 0, 0)
rc7.BorderSizePixel = 0
rc7.Position = UDim2.new(0, 0, 0.133000001, 0)
rc7.Size = UDim2.new(0, 88, 0, 13)
rc7.Font = Enum.Font.Roboto
rc7.Text = "RealRC7.txt"
rc7.TextColor3 = Color3.fromRGB(0, 0, 0)
rc7.TextSize = 11.000
rc7.TextWrapped = true
rc7.TextXAlignment = Enum.TextXAlignment.Left

Execute.Name = "Execute"
Execute.Parent = Frame
Execute.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
Execute.Position = UDim2.new(0.0178173725, 0, 0.554179549, 0)
Execute.Size = UDim2.new(0, 87, 0, 24)
Execute.Font = Enum.Font.Unknown
Execute.Text = "Execute"
Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
Execute.TextSize = 16.000

Clear.Name = "Clear"
Clear.Parent = Frame
Clear.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
Clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
Clear.Position = UDim2.new(0.278396428, 0, 0.554179549, 0)
Clear.Size = UDim2.new(0, 87, 0, 24)
Clear.Font = Enum.Font.Unknown
Clear.Text = "Clear"
Clear.TextColor3 = Color3.fromRGB(0, 0, 0)
Clear.TextSize = 16.000

HideText.Name = "HideText"
HideText.Parent = Frame
HideText.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
HideText.BorderColor3 = Color3.fromRGB(0, 0, 0)
HideText.Position = UDim2.new(0.538975477, 0, 0.554179549, 0)
HideText.Size = UDim2.new(0, 87, 0, 24)
HideText.Font = Enum.Font.Unknown
HideText.Text = "Hide Text"
HideText.TextColor3 = Color3.fromRGB(0, 0, 0)
HideText.TextSize = 16.000

Frame_2.Parent = Frame
Frame_2.BackgroundColor3 = Color3.fromRGB(115, 115, 115)
Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_2.Position = UDim2.new(0.0222717151, 0, 0.721362233, 0)
Frame_2.Size = UDim2.new(0, 328, 0, 80)

commandbox.Name = "commandbox"
commandbox.Parent = Frame_2
commandbox.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
commandbox.BorderColor3 = Color3.fromRGB(255, 255, 255)
commandbox.Position = UDim2.new(0.0152439028, 0, 0.8125, 0)
commandbox.Size = UDim2.new(0, 319, 0, 13)
commandbox.Font = Enum.Font.Unknown
commandbox.PlaceholderColor3 = Color3.fromRGB(172, 172, 172)
commandbox.PlaceholderText = "type commands here, or type (cmds) to see all
commands;"
commandbox.Text = ""
commandbox.TextColor3 = Color3.fromRGB(0, 0, 0)
commandbox.TextSize = 10.000
commandbox.TextWrapped = true
commandbox.TextXAlignment = Enum.TextXAlignment.Left

ScrollingFrame_2.Parent = Frame_2
ScrollingFrame_2.Active = true
ScrollingFrame_2.BackgroundColor3 = Color3.fromRGB(222, 222, 222)
ScrollingFrame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
ScrollingFrame_2.Position = UDim2.new(-0.000156681708, 0, 0, 0)
ScrollingFrame_2.Size = UDim2.new(0, 328, 0, 60)
ScrollingFrame_2.ScrollBarThickness = 2

consoleoutput.Name = "consoleoutput"
consoleoutput.Parent = ScrollingFrame_2
consoleoutput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
consoleoutput.BorderColor3 = Color3.fromRGB(0, 0, 0)
consoleoutput.BorderSizePixel = 0
consoleoutput.Position = UDim2.new(9.30413933e-08, 0, 0, 0)
consoleoutput.Size = UDim2.new(0, 328, 0, 179)
consoleoutput.ClearTextOnFocus = false
consoleoutput.Font = Enum.Font.SourceSans
consoleoutput.MultiLine = true
consoleoutput.PlaceholderColor3 = Color3.fromRGB(47, 255, 78)
consoleoutput.Text = ""
consoleoutput.TextColor3 = Color3.fromRGB(0, 255, 255)
consoleoutput.TextSize = 15.000
consoleoutput.TextWrapped = true
consoleoutput.TextXAlignment = Enum.TextXAlignment.Left
consoleoutput.TextYAlignment = Enum.TextYAlignment.Top

DecorasiFrame.Name = "DecorasiFrame"
DecorasiFrame.Parent = Frame
DecorasiFrame.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
DecorasiFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
DecorasiFrame.BorderSizePixel = 0
DecorasiFrame.Position = UDim2.new(0, 0, 0.680745482, 0)
DecorasiFrame.Size = UDim2.new(0, 349, 0, 3)

TextLabel_2.Parent = Frame
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Position = UDim2.new(0.806236088, 0, 0.927335262, 0)
TextLabel_2.Size = UDim2.new(0, 64, 0, 14)
TextLabel_2.Font = Enum.Font.DenkOne
TextLabel_2.Text = "Bitchass"
TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.TextSize = 14.000

infone.Name = "infone"
infone.Parent = StarCodeSS
infone.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
infone.BorderColor3 = Color3.fromRGB(0, 0, 0)
infone.BorderSizePixel = 2
infone.Position = UDim2.new(0.128700718, 0, 0.864047289, 0)
infone.Size = UDim2.new(0, 131, 0, 54)
infone.Font = Enum.Font.Cartoon
infone.Text = "SH1t whith freaking Spinning ANIMATON, Cuz im to LAZYY to make That
Shit"
infone.TextColor3 = Color3.fromRGB(0, 0, 0)
infone.TextSize = 13.000
infone.TextWrapped = true

ImageButton.Parent = StarCodeSS
ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ImageButton.BackgroundTransparency = 1.000
ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
ImageButton.BorderSizePixel = 0
ImageButton.Position = UDim2.new(0.0162790697, 0, 0.838341177, 0)
ImageButton.Size = UDim2.new(0, 84, 0, 84)
ImageButton.Image = "http://www.roblox.com/asset/?id=132715312921617"

CMDSFRAME.Name = "CMDSFRAME"
CMDSFRAME.Parent = StarCodeSS
CMDSFRAME.Active = true
CMDSFRAME.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
CMDSFRAME.BackgroundTransparency = 0.600
CMDSFRAME.BorderColor3 = Color3.fromRGB(0, 0, 0)
CMDSFRAME.BorderSizePixel = 4
CMDSFRAME.Position = UDim2.new(0.344460279, 0, 0.180806667, 0)
CMDSFRAME.Size = UDim2.new(0, 309, 0, 367)
CMDSFRAME.Visible = false

ImageButton_2.Parent = CMDSFRAME
ImageButton_2.BackgroundColor3 = Color3.fromRGB(85, 0, 0)
ImageButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
ImageButton_2.BorderSizePixel = 2
ImageButton_2.Position = UDim2.new(0.896440029, 0, 0, 0)
ImageButton_2.Size = UDim2.new(0, 32, 0, 29)
ImageButton_2.Image = "http://www.roblox.com/asset/?id=10921487614"

TextLabel_3.Parent = CMDSFRAME
TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.BackgroundTransparency = 1.000
TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Position = UDim2.new(0.288025975, 0, 0, 0)
TextLabel_3.Size = UDim2.new(0, 131, 0, 38)
TextLabel_3.Font = Enum.Font.Unknown
TextLabel_3.Text = "Commands List"
TextLabel_3.TextColor3 = Color3.fromRGB(85, 255, 255)
TextLabel_3.TextSize = 17.000
TextLabel_3.TextStrokeTransparency = 0.000

TextBox.Parent = CMDSFRAME
TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextBox.BackgroundTransparency = 1.000
TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextBox.BorderSizePixel = 0
TextBox.Position = UDim2.new(0.0388352461, 0, 0.177111715, 0)
TextBox.Size = UDim2.new(0, 246, 0, 302)
TextBox.ClearTextOnFocus = false
TextBox.Font = Enum.Font.SourceSans
TextBox.MultiLine = true
TextBox.Text = ""
TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
TextBox.TextSize = 20.000
TextBox.TextWrapped = true
TextBox.TextXAlignment = Enum.TextXAlignment.Left
TextBox.TextYAlignment = Enum.TextYAlignment.Top

-- Scripts:

local function EVPLUT_fake_script() -- r6.LocalScript


local script = Instance.new('LocalScript', r6)

script.Parent.MouseButton1Click:Connect(function()
print("dddd")
end)
end
coroutine.wrap(EVPLUT_fake_script)()
local function VDDEJJ_fake_script() -- re.LocalScript
local script = Instance.new('LocalScript', re)

script.Parent.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.Character:BreakJoints()
end)
end
coroutine.wrap(VDDEJJ_fake_script)()
local function HVFW_fake_script() -- POLARIA.LocalScript
local script = Instance.new('LocalScript', POLARIA)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(HVFW_fake_script)()
local function OZCHVC_fake_script() -- JohDoe.LocalScript
local script = Instance.new('LocalScript', JohDoe)
local men = game.Players.LocalPlayer
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(2845929020).ooga("'..men.Name..'")'
end)
end
coroutine.wrap(OZCHVC_fake_script)()
local function ODKTWLQ_fake_script() -- steve.LocalScript
local script = Instance.new('LocalScript', steve)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(5716279884).hewo("'..men.Name..'")'
end)
end
coroutine.wrap(ODKTWLQ_fake_script)()
local function QCYIX_fake_script() -- Vereustxt.LocalScript
local script = Instance.new('LocalScript', Vereustxt)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(3306802406).Player("'..men.Name..'")'
end)
end
coroutine.wrap(QCYIX_fake_script)()
local function NIJJNGK_fake_script() -- sheldoni.LocalScript
local script = Instance.new('LocalScript', sheldoni)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(NIJJNGK_fake_script)()
local function JYPZOD_fake_script() -- ssp.LocalScript
local script = Instance.new('LocalScript', ssp)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(JYPZOD_fake_script)()
local function HULSHXL_fake_script() -- TextButton.LocalScript
local script = Instance.new('LocalScript', TextButton)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(HULSHXL_fake_script)()
local function GNIY_fake_script() -- projectligma.LocalScript
local script = Instance.new('LocalScript', projectligma)
local men = game.Players.LocalPlayer
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(GNIY_fake_script)()
local function GIWZ_fake_script() -- k00pgui.LocalScript
local script = Instance.new('LocalScript', k00pgui)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(GIWZ_fake_script)()
local function JBPXY_fake_script() -- grabknife.LocalScript
local script = Instance.new('LocalScript', grabknife)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(JBPXY_fake_script)()
local function CGYBJ_fake_script() -- grabgun.LocalScript
local script = Instance.new('LocalScript', grabgun)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(CGYBJ_fake_script)()
local function EYVEH_fake_script() -- thomas.LocalScript
local script = Instance.new('LocalScript', thomas)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(EYVEH_fake_script)()
local function BPFSYV_fake_script() -- topkek.LocalScript
local script = Instance.new('LocalScript', topkek)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(BPFSYV_fake_script)()
local function UGFSO_fake_script() -- TextButton_2.LocalScript
local script = Instance.new('LocalScript', TextButton_2)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(UGFSO_fake_script)()
local function NEYZ_fake_script() -- TextButton_3.LocalScript
local script = Instance.new('LocalScript', TextButton_3)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(NEYZ_fake_script)()
local function DBQOO_fake_script() -- TextButton_4.LocalScript
local script = Instance.new('LocalScript', TextButton_4)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(DBQOO_fake_script)()
local function DOHCYX_fake_script() -- TextButton_5.LocalScript
local script = Instance.new('LocalScript', TextButton_5)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(DOHCYX_fake_script)()
local function PJFCYGW_fake_script() -- TextButton_6.LocalScript
local script = Instance.new('LocalScript', TextButton_6)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(PJFCYGW_fake_script)()
local function MKZV_fake_script() -- TextButton_7.LocalScript
local script = Instance.new('LocalScript', TextButton_7)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(MKZV_fake_script)()
local function CAQW_fake_script() -- TextButton_8.LocalScript
local script = Instance.new('LocalScript', TextButton_8)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(CAQW_fake_script)()
local function ULPBU_fake_script() -- TextButton_9.LocalScript
local script = Instance.new('LocalScript', TextButton_9)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(ULPBU_fake_script)()
local function PQFRW_fake_script() -- TextButton_10.LocalScript
local script = Instance.new('LocalScript', TextButton_10)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(PQFRW_fake_script)()
local function AFYL_fake_script() -- rc7.LocalScript
local script = Instance.new('LocalScript', rc7)

local men = game.Players.LocalPlayer


script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent.input.Text =
'require(123255432303221):Pload("'..men.Name..'")'
end)
end
coroutine.wrap(AFYL_fake_script)()
local function EHEV_fake_script() -- Execute.LocalScript
local script = Instance.new('LocalScript', Execute)

script.Parent.MouseButton1Click:Connect(function()
local text = script.Parent.Parent.input
loadstring(text.Text)
end)
end
coroutine.wrap(EHEV_fake_script)()
local function ZQOMZFC_fake_script() -- Clear.LocalScript
local script = Instance.new('LocalScript', Clear)

local text = script.Parent.Parent.input

script.Parent.MouseButton1Click:Connect(function()
text.Text = ""
text.PlaceholderText = "Cleared!"
wait(1)
text.PlaceholderText = "-- Insert Script Here"
end)
end
coroutine.wrap(ZQOMZFC_fake_script)()
local function EHVMDD_fake_script() -- HideText.LocalScript
local script = Instance.new('LocalScript', HideText)

local text = script.Parent.Parent.input


local hidden = false
script.Parent.MouseButton1Click:Connect(function()
if hidden == false then

text.TextTransparency = 0.1
wait()
text.TextTransparency = 0.2
wait()
text.TextTransparency = 0.3
wait()
text.TextTransparency = 0.4
wait()
text.TextTransparency = 0.5
wait()
text.TextTransparency = 0.6
wait()
text.TextTransparency = 0.7
wait()
text.TextTransparency = 0.8
wait()
text.TextTransparency = 0.9
wait()
text.TextTransparency = 1
hidden = true
else
hidden = false
text.TextTransparency = 0.9
wait()
text.TextTransparency = 0.8
wait()
text.TextTransparency = 0.7
wait()
text.TextTransparency = 0.6
wait()
text.TextTransparency = 0.5
wait()
text.TextTransparency = 0.4
wait()
text.TextTransparency = 0.3
wait()
text.TextTransparency = 0.2
wait()
text.TextTransparency = 0.1
wait()
text.TextTransparency = 0
end
end)

end
coroutine.wrap(EHVMDD_fake_script)()
local function MFHQ_fake_script() -- commandbox.LocalScript
local script = Instance.new('LocalScript', commandbox)

script.Parent.FocusLost:Connect(function(enter)
if script.Parent.Text == "cmds" then
script.Parent.Parent.Parent.Parent.CMDSFRAME.Visible = true
print("cmdsframe visible = true")
end
script.Parent.Text = ""
end)

while true do
script.Parent.TextColor3 = Color3.new(255/255,0/255,0/255)
for i = 0,255,10 do
wait()
script.Parent.TextColor3 = Color3.new(255/255,i/255,0/255)
end
for i = 255,0,-10 do
wait()
script.Parent.TextColor3 = Color3.new(i/255,255/255,0/255)
end
for i = 0,255,10 do
wait()
script.Parent.TextColor3 = Color3.new(0/255,255/255,i/255)
end
for i = 255,0,-10 do
wait()
script.Parent.TextColor3 = Color3.new(0/255,i/255,255/255)
end
for i = 0,255,10 do
wait()
script.Parent.TextColor3 = Color3.new(i/255,0/255,255/255)
end
for i = 255,0,-10 do
wait()
script.Parent.TextColor3 = Color3.new(255/255,0/255,i/255)
end
end

end
coroutine.wrap(MFHQ_fake_script)()
local function GUFFDUK_fake_script() -- consoleoutput.LocalScript
local script = Instance.new('LocalScript', consoleoutput)

local logService = game:GetService("LogService")


logService.MessageOut:Connect(function(Message,typeOfMessage)
local text = script.Parent

local MESSAGE = "> [- <font color='rgb(47, 255, 78)'> %s </font> <font


color='rgb(0, 255, 255)'>-] </font>"
text.Text = string.format(MESSAGE, Message)

end)

print("StarCode Already Running... \nCredit : L0rdDr4k3r From TT Or YT")

script.Parent.MultiLine = true
script.Parent.TextWrapped = true
script.Parent.RichText = true
end
coroutine.wrap(GUFFDUK_fake_script)()
local function SLQT_fake_script() -- StarCodeSS.LocalScript
local script = Instance.new('LocalScript', StarCodeSS)

script.Parent.Frame.Active = true
script.Parent.Frame.Draggable = true

script.Parent.CMDSFRAME.Active = true
script.Parent.CMDSFRAME.Draggable = true
end
coroutine.wrap(SLQT_fake_script)()
local function LJRIPKM_fake_script() -- ImageButton.LocalScript
local script = Instance.new('LocalScript', ImageButton)

script.Parent.MouseButton1Click:Connect(function()
if script.Parent.Parent.Frame.Visible == true then
script.Parent.Parent.Frame.Visible = false
else
script.Parent.Parent.Frame.Visible = true
end
end)

script.Parent.MouseEnter:Connect(function(best)
script.Parent.Parent.infone.Visible = true
script.Parent.Parent.infone.Transparency = 1
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.9
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.8
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.7
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.6
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.5
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.4
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.3
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.2
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.1
wait(0.05)
script.Parent.Parent.infone.Transparency = 0
wait(0.05)
end)
script.Parent.MouseLeave:Connect(function()
script.Parent.Parent.infone.Transparency = 0.1
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.2
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.3
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.4
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.5
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.6
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.7
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.8
wait(0.05)
script.Parent.Parent.infone.Transparency = 0.9
wait(0.05)
script.Parent.Parent.infone.Visible = false
end)
end
coroutine.wrap(LJRIPKM_fake_script)()
local function ZEQVHO_fake_script() -- ImageButton_2.LocalScript
local script = Instance.new('LocalScript', ImageButton_2)

script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.CMDSFRAME.Visible = false
end)
end
coroutine.wrap(ZEQVHO_fake_script)()
local function PYFM_fake_script() -- TextBox.LocalScript
local script = Instance.new('LocalScript', TextBox)

script.Parent.MultiLine = true
script.Parent.RichText = true

script.Parent.Text = " > fly\n > unfly\n > fling\n > antifling\n
> backdoor [ backdoor executor }\n > speed\n > jump\n > sit\n > dex\
n > rlogger [ remote logger ]\n > mlogger [ music id logger ]\nMore coming
soon.."

while true do
script.Parent.TextColor3 = Color3.new(255/255,0/255,0/255)
for i = 0,255,10 do
wait()
script.Parent.TextColor3 = Color3.new(255/255,i/255,0/255)
end
for i = 255,0,-10 do
wait()
script.Parent.TextColor3 = Color3.new(i/255,255/255,0/255)
end
for i = 0,255,10 do
wait()
script.Parent.TextColor3 = Color3.new(0/255,255/255,i/255)
end
for i = 255,0,-10 do
wait()
script.Parent.TextColor3 = Color3.new(0/255,i/255,255/255)
end
for i = 0,255,10 do
wait()
script.Parent.TextColor3 = Color3.new(i/255,0/255,255/255)
end
for i = 255,0,-10 do
wait()
script.Parent.TextColor3 = Color3.new(255/255,0/255,i/255)
end
end

end
coroutine.wrap(PYFM_fake_script)()

You might also like