Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Pro_prison_life_GUI = Instance.new("ScreenGui")
- local topmain = Instance.new("Frame")
- local close = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local main = Instance.new("Frame")
- local performance_mode = Instance.new("TextButton")
- local all_items = Instance.new("TextButton")
- local keycard = Instance.new("TextButton")
- local teams = Instance.new("TextLabel")
- local re = Instance.new("TextButton")
- local inmate = Instance.new("TextButton")
- local neutral = Instance.new("TextButton")
- local guard = Instance.new("TextButton")
- local crim = Instance.new("TextButton")
- local line = Instance.new("TextLabel")
- --Properties:
- Pro_prison_life_GUI.Name = "Pro_prison_life_GUI"
- Pro_prison_life_GUI.Parent = game.CoreGui
- topmain.Name = "topmain"
- topmain.Parent = Pro_prison_life_GUI
- topmain.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- topmain.BorderSizePixel = 0
- topmain.Position = UDim2.new(0.729228914, 0, 0.0625000075, 0)
- topmain.Size = UDim2.new(0, 150, 0, 30)
- topmain.Visible = true
- topmain.Active = true
- topmain.Draggable = true
- close.Name = "close"
- close.Parent = topmain
- close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- close.BackgroundTransparency = 1.000
- close.Position = UDim2.new(0.88007164, 0, 0, 0)
- close.Size = UDim2.new(0, 17, 0, 29)
- close.Visible = false
- close.Font = Enum.Font.SourceSans
- close.Text = "-"
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextSize = 30.000
- close.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- close.MouseButton1Down:connect(function()
- main.Visible = false
- open.Visible = true
- close.Visible = false
- end)
- open.Name = "open"
- open.Parent = topmain
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- open.BackgroundTransparency = 1.000
- open.Position = UDim2.new(0.88007164, 0, 0, 0)
- open.Size = UDim2.new(0, 17, 0, 29)
- open.Font = Enum.Font.SourceSans
- open.Text = "+"
- open.TextColor3 = Color3.fromRGB(255, 255, 255)
- open.TextSize = 30.000
- open.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- open.MouseButton1Down:connect(function()
- main.Visible = true
- open.Visible = false
- close.Visible = true
- end)
- title.Name = "title"
- title.Parent = topmain
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(0.0425622463, 0, 0.129166678, 0)
- title.Size = UDim2.new(0, 114, 0, 21)
- title.Font = Enum.Font.SourceSans
- title.Text = "Pro prison life Gui"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 18.000
- title.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- main.Name = "main"
- main.Parent = topmain
- main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0, 0, 1.13055503, 0)
- main.Size = UDim2.new(0, 150, 0, 250)
- main.Visible = false
- performance_mode.Name = "performance_ mode"
- performance_mode.Parent = main
- performance_mode.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- performance_mode.BorderColor3 = Color3.fromRGB(255, 255, 255)
- performance_mode.Position = UDim2.new(0.166333348, 0, 0.030608641, 0)
- performance_mode.Size = UDim2.new(0, 100, 0, 30)
- performance_mode.Font = Enum.Font.SourceSans
- performance_mode.Text = "performance mode"
- performance_mode.TextColor3 = Color3.fromRGB(255, 255, 255)
- performance_mode.TextSize = 14.000
- performance_mode.MouseButton1Down:connect(function()
- game:GetService("Lighting").Brightness = 2
- game:GetService("Lighting").ClockTime = 14
- game:GetService("Lighting").FogEnd = 100000
- game:GetService("Lighting").GlobalShadows = false
- game:GetService("Lighting").OutdoorAmbient = Color3.fromRGB(128, 128, 128)
- for _, v in pairs(game:GetDescendants()) do
- pcall(function()
- v.Material = Enum.Material.Plastic
- end)
- end
- end)
- all_items.Name = "all_items"
- all_items.Parent = main
- all_items.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- all_items.BorderColor3 = Color3.fromRGB(255, 255, 255)
- all_items.Position = UDim2.new(0.166333348, 0, 0.189521685, 0)
- all_items.Size = UDim2.new(0, 100, 0, 30)
- all_items.Font = Enum.Font.SourceSans
- all_items.Text = "all items"
- all_items.TextColor3 = Color3.fromRGB(255, 255, 255)
- all_items.TextSize = 14.000
- all_items.MouseButton1Down:connect(function()
- for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
- OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
- end
- local slot1={"Remington 870"}
- local slot2={"AK-47"}
- local slot3={"M9"}
- game.Players.LocalPlayer.CharacterAdded:Connect(function(Character)
- wait(0.01)
- for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot1[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
- wait(0.1)
- for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot2[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
- wait(0.1)
- for Y,Z in pairs(workspace.Prison_ITEMS.giver:GetChildren())do if Z.Name==slot3[1]then local lol=workspace.Remote.ItemHandler:InvokeServer(Z.ITEMPICKUP)end end
- end)
- end)
- keycard.Name = "keycard"
- keycard.Parent = main
- keycard.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- keycard.BorderColor3 = Color3.fromRGB(255, 255, 255)
- keycard.Position = UDim2.new(0.166333348, 0, 0.34908691, 0)
- keycard.Size = UDim2.new(0, 100, 0, 30)
- keycard.Font = Enum.Font.SourceSans
- keycard.Text = "Find keycard"
- keycard.TextColor3 = Color3.fromRGB(255, 255, 255)
- keycard.TextSize = 14.000
- keycard.MouseButton1Down:connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "KeyCard Finder";
- Text = "Looking For Dropped KeyCards...";
- Duration = 1;
- })
- local Remote = game.Workspace.Remote['ItemHandler']
- local Arguments = {
- [1] = Workspace.Prison_ITEMS.single:WaitForChild("Key card").ITEMPICKUP
- }
- game.StarterGui:SetCore("SendNotification", {
- Title = "KeyCard Finder";
- Text = "KeyCard Found!";
- Duration = 1;
- })
- Remote:InvokeServer(unpack(Arguments))
- end)
- teams.Name = "teams"
- teams.Parent = main
- teams.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- teams.BackgroundTransparency = 1.000
- teams.BorderColor3 = Color3.fromRGB(255, 255, 255)
- teams.Position = UDim2.new(0.306333005, 0, 0.46626085, 0)
- teams.Size = UDim2.new(0, 58, 0, 23)
- teams.Font = Enum.Font.SourceSans
- teams.Text = "Teams"
- teams.TextColor3 = Color3.fromRGB(255, 255, 255)
- teams.TextScaled = true
- teams.TextSize = 14.000
- teams.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- teams.TextWrapped = true
- re.Name = "re"
- re.Parent = main
- re.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- re.BorderColor3 = Color3.fromRGB(255, 255, 255)
- re.Position = UDim2.new(0.299666345, 0, 0.850304365, 0)
- re.Size = UDim2.new(0, 59, 0, 30)
- re.Font = Enum.Font.SourceSans
- re.Text = "Re"
- re.TextColor3 = Color3.fromRGB(255, 255, 255)
- re.TextSize = 14.000
- re.MouseButton1Down:connect(function()
- saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Position Saved";
- Text = "Success";
- })
- local A_1 = "LocalPlayer"
- local Event = game:GetService("Workspace").Remote.loadchar
- Event:InvokeServer(A_1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Position Loaded";
- Text = "Success";
- })
- end)
- inmate.Name = "inmate"
- inmate.Parent = main
- inmate.BackgroundColor3 = Color3.fromRGB(218, 133, 65)
- inmate.BorderSizePixel = 0
- inmate.Position = UDim2.new(0.506333351, 0, 0.590999961, 0)
- inmate.Size = UDim2.new(0, 30, 0, 30)
- inmate.Font = Enum.Font.SourceSans
- inmate.Text = ""
- inmate.TextColor3 = Color3.fromRGB(0, 0, 0)
- inmate.TextSize = 14.000
- inmate.MouseButton1Down:connect(function()
- Workspace.Remote.TeamEvent:FireServer("Bright orange")
- end)
- neutral.Name = "neutral"
- neutral.Parent = main
- neutral.BorderColor3 = Color3.fromRGB(163, 162, 165)
- neutral.BorderSizePixel = 0
- neutral.Position = UDim2.new(0.692999661, 0, 0.590999901, 0)
- neutral.Size = UDim2.new(0, 30, 0, 30)
- neutral.Font = Enum.Font.SourceSans
- neutral.Text = ""
- neutral.TextColor3 = Color3.fromRGB(0, 0, 0)
- neutral.TextSize = 14.000
- neutral.MouseButton1Down:connect(function()
- Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
- end)
- guard.Name = "guard"
- guard.Parent = main
- guard.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- guard.BorderColor3 = Color3.fromRGB(13, 105, 172)
- guard.BorderSizePixel = 0
- guard.Position = UDim2.new(0.306333303, 0, .590999961, 0)
- guard.Size = UDim2.new(0, 30, 0, 30)
- guard.Font = Enum.Font.SourceSans
- guard.Text = ""
- guard.TextColor3 = Color3.fromRGB(0, 0, 0)
- guard.TextSize = 14.000
- guard.MouseButton1Down:connect(function()
- Workspace.Remote.TeamEvent:FireServer("Bright blue")
- end)
- crim.Name = "crim"
- crim.Parent = main
- crim.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- crim.BorderSizePixel = 0
- crim.Position = UDim2.new(0.10633301, 0, .590999961, 0)
- crim.Size = UDim2.new(0, 30, 0, 30)
- crim.Font = Enum.Font.SourceSans
- crim.Text = ""
- crim.TextColor3 = Color3.fromRGB(0, 0, 0)
- crim.TextSize = 14.000
- crim.MouseButton1Down:connect(function()
- LCS = game.Workspace["Criminals Spawn"].SpawnLocation
- LCS.CanCollide = false
- LCS.Size = Vector3.new(51.05, 24.12, 54.76)
- LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- LCS.Transparency = 1
- wait(0.5)
- LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- LCS.Size = Vector3.new(6, 0.2, 6)
- LCS.Transparency = 0
- end)
- line.Name = "line"
- line.Parent = topmain
- line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- line.BorderSizePixel = 0
- line.Position = UDim2.new(-0.000804662704, 0, 0.986111641, 0)
- line.Size = UDim2.new(0, 150, 0, 5)
- line.Font = Enum.Font.SourceSans
- line.Text = ""
- line.TextColor3 = Color3.fromRGB(0, 0, 0)
- line.TextSize = 14.000
- -- Scripts:
- local function CEQO_fake_script() -- line.LocalScript
- local script = Instance.new('LocalScript', line)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.003
- end
- end
- coroutine.wrap(CEQO_fake_script)()
- wait()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local topmain = Instance.new("Frame")
- local close = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local main = Instance.new("Frame")
- local policebase = Instance.new("TextButton")
- local prisonyard = Instance.new("TextButton")
- local criminalbase = Instance.new("TextButton")
- local escape = Instance.new("TextButton")
- local yard = Instance.new("TextButton")
- local cafeteria = Instance.new("TextButton")
- local SecretRoom = Instance.new("TextButton")
- local line = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- topmain.Name = "topmain"
- topmain.Parent = ScreenGui
- topmain.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- topmain.BorderSizePixel = 0
- topmain.Position = UDim2.new(0.61166513, 0, 0.061111182, 0)
- topmain.Size = UDim2.new(0, 150, 0, 30)
- topmain.Visible = true
- topmain.Active = true
- topmain.Draggable = true
- close.Name = "close"
- close.Parent = topmain
- close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- close.BackgroundTransparency = 1.000
- close.Position = UDim2.new(0.88007164, 0, 0, 0)
- close.Size = UDim2.new(0, 17, 0, 29)
- close.Visible = false
- close.Font = Enum.Font.SourceSans
- close.Text = "-"
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextSize = 30.000
- close.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- close.MouseButton1Down:connect(function()
- main.Visible = false
- open.Visible = true
- close.Visible = false
- end)
- open.Name = "open"
- open.Parent = topmain
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- open.BackgroundTransparency = 1.000
- open.Position = UDim2.new(0.88007164, 0, 0, 0)
- open.Size = UDim2.new(0, 17, 0, 29)
- open.Font = Enum.Font.SourceSans
- open.Text = "+"
- open.TextColor3 = Color3.fromRGB(255, 255, 255)
- open.TextSize = 30.000
- open.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- open.MouseButton1Down:connect(function()
- main.Visible = true
- open.Visible = false
- close.Visible = true
- end)
- title.Name = "title"
- title.Parent = topmain
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(0.0425622463, 0, 0.129166678, 0)
- title.Size = UDim2.new(0, 114, 0, 21)
- title.Font = Enum.Font.SourceSans
- title.Text = "Prison life TP GUI"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 18.000
- title.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- main.Name = "main"
- main.Parent = topmain
- main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0, 0, 1.13055503, 0)
- main.Size = UDim2.new(0, 150, 0, 250)
- main.Visible = false
- policebase.Name = "police base"
- policebase.Parent = main
- policebase.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- policebase.BorderColor3 = Color3.fromRGB(255, 255, 255)
- policebase.Position = UDim2.new(0.166333422, 0, 0.0383041948, 0)
- policebase.Size = UDim2.new(0, 100, 0, 25)
- policebase.Font = Enum.Font.SourceSans
- policebase.Text = "police base"
- policebase.TextColor3 = Color3.fromRGB(255, 255, 255)
- policebase.TextSize = 14.000
- policebase.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(825.684448, 99.9900055, 2259.62866)
- end)
- prisonyard.Name = "prison yard"
- prisonyard.Parent = main
- prisonyard.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- prisonyard.BorderColor3 = Color3.fromRGB(255, 255, 255)
- prisonyard.Position = UDim2.new(0.166333437, 0, 0.162608668, 0)
- prisonyard.Size = UDim2.new(0, 100, 0, 25)
- prisonyard.Font = Enum.Font.SourceSans
- prisonyard.Text = "prison yard"
- prisonyard.TextColor3 = Color3.fromRGB(255, 255, 255)
- prisonyard.TextSize = 14.000
- prisonyard.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(810.254456, 97.9999466, 2451.28467)
- end)
- criminalbase.Name = "criminal base"
- criminalbase.Parent = main
- criminalbase.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- criminalbase.BorderColor3 = Color3.fromRGB(255, 255, 255)
- criminalbase.Position = UDim2.new(0.166333556, 0, 0.286608666, 0)
- criminalbase.Size = UDim2.new(0, 100, 0, 25)
- criminalbase.Font = Enum.Font.SourceSans
- criminalbase.Text = "criminal base"
- criminalbase.TextColor3 = Color3.fromRGB(255, 255, 255)
- criminalbase.TextSize = 14.000
- criminalbase.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-902.612122, 94.1287842, 2061.04028)
- end)
- escape.Name = "escape"
- escape.Parent = main
- escape.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- escape.BorderColor3 = Color3.fromRGB(255, 255, 255)
- escape.Position = UDim2.new(0.166333437, 0, 0.414260924, 0)
- escape.Size = UDim2.new(0, 100, 0, 25)
- escape.Font = Enum.Font.SourceSans
- escape.Text = "escape"
- escape.TextColor3 = Color3.fromRGB(255, 255, 255)
- escape.TextSize = 14.000
- escape.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(318.416748, 75.5779572, 2220.01953)
- end)
- yard.Name = "yard"
- yard.Parent = main
- yard.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- yard.BorderColor3 = Color3.fromRGB(255, 255, 255)
- yard.Position = UDim2.new(0.166333437, 0, 0.546608806, 0)
- yard.Size = UDim2.new(0, 100, 0, 25)
- yard.Font = Enum.Font.SourceSans
- yard.Text = "yard"
- yard.TextColor3 = Color3.fromRGB(255, 255, 255)
- yard.TextSize = 14.000
- yard.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.092, 96.001, 2451.114)
- end)
- cafeteria.Name = "cafeteria"
- cafeteria.Parent = main
- cafeteria.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- cafeteria.BorderColor3 = Color3.fromRGB(255, 255, 255)
- cafeteria.Position = UDim2.new(0.166333437, 0, 0.678304195, 0)
- cafeteria.Size = UDim2.new(0, 100, 0, 25)
- cafeteria.Font = Enum.Font.SourceSans
- cafeteria.Text = "cafeteria"
- cafeteria.TextColor3 = Color3.fromRGB(255, 255, 255)
- cafeteria.TextSize = 14.000
- cafeteria.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(930, 97.54, 2291)
- end)
- SecretRoom.Name = "Secret Room"
- SecretRoom.Parent = main
- SecretRoom.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- SecretRoom.BorderColor3 = Color3.fromRGB(255, 255, 255)
- SecretRoom.Position = UDim2.new(0.159666747, 0, 0.810304284, 0)
- SecretRoom.Size = UDim2.new(0, 100, 0, 25)
- SecretRoom.Font = Enum.Font.SourceSans
- SecretRoom.Text = "Secret Room"
- SecretRoom.TextColor3 = Color3.fromRGB(255, 255, 255)
- SecretRoom.TextSize = 14.000
- SecretRoom.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(697, 97.492, 2364)
- end)
- line.Name = "line"
- line.Parent = topmain
- line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- line.BorderSizePixel = 0
- line.Position = UDim2.new(-0.000804662704, 0, 0.986111641, 0)
- line.Size = UDim2.new(0, 150, 0, 5)
- line.Font = Enum.Font.SourceSans
- line.Text = ""
- line.TextColor3 = Color3.fromRGB(0, 0, 0)
- line.TextSize = 14.000
- -- Scripts:
- local function FERS_fake_script() -- line.LocalScript
- local script = Instance.new('LocalScript', line)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.002
- end
- end
- coroutine.wrap(FERS_fake_script)()
- wait()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local topmain = Instance.new("Frame")
- local close = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local main = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local line = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- topmain.Name = "topmain"
- topmain.Parent = ScreenGui
- topmain.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- topmain.BorderSizePixel = 0
- topmain.Position = UDim2.new(0.853874743, 0, 0.061111182, 0)
- topmain.Size = UDim2.new(0, 150, 0, 30)
- topmain.Visible = true
- topmain.Active = true
- topmain.Draggable = true
- close.Name = "close"
- close.Parent = topmain
- close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- close.BackgroundTransparency = 1.000
- close.Position = UDim2.new(0.88007164, 0, 0, 0)
- close.Size = UDim2.new(0, 17, 0, 29)
- close.Visible = false
- close.Font = Enum.Font.SourceSans
- close.Text = "-"
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextSize = 30.000
- close.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- close.MouseButton1Down:connect(function()
- main.Visible = false
- open.Visible = true
- close.Visible = false
- end)
- open.Name = "open"
- open.Parent = topmain
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- open.BackgroundTransparency = 1.000
- open.Position = UDim2.new(0.88007164, 0, 0, 0)
- open.Size = UDim2.new(0, 17, 0, 29)
- open.Font = Enum.Font.SourceSans
- open.Text = "+"
- open.TextColor3 = Color3.fromRGB(255, 255, 255)
- open.TextSize = 30.000
- open.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- open.MouseButton1Down:connect(function()
- main.Visible = true
- open.Visible = false
- close.Visible = true
- end)
- title.Name = "title"
- title.Parent = topmain
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(-0.00410481775, 0, 0, 0)
- title.Size = UDim2.new(0, 114, 0, 29)
- title.Font = Enum.Font.SourceSans
- title.Text = "credits"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 40.000
- title.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- main.Name = "main"
- main.Parent = topmain
- main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0, 0, 1.13055503, 0)
- main.Size = UDim2.new(0, 150, 0, 60)
- main.Visible = false
- TextButton.Parent = main
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BackgroundTransparency = 1.000
- TextButton.Position = UDim2.new(0.0866668224, 0, 0.166667223, 0)
- TextButton.Size = UDim2.new(0, 124, 0, 38)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Soul#4086"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextWrapped = true
- line.Name = "line"
- line.Parent = topmain
- line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- line.BorderSizePixel = 0
- line.Position = UDim2.new(-0.000804662704, 0, 0.986111641, 0)
- line.Size = UDim2.new(0, 150, 0, 5)
- line.Font = Enum.Font.SourceSans
- line.Text = ""
- line.TextColor3 = Color3.fromRGB(0, 0, 0)
- line.TextSize = 14.000
- -- Scripts:
- local function NKNKS_fake_script() -- line.LocalScript
- local script = Instance.new('LocalScript', line)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.002
- end
- end
- coroutine.wrap(NKNKS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement