Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- How to get username and password: dm Rugg_66#9420
- local OPGui = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local Title1 = Instance.new("TextLabel")
- local Exit1 = Instance.new("TextButton")
- local UsernameBox = Instance.new("TextBox")
- local PasswordBox = Instance.new("TextBox")
- local LoginButton = Instance.new("TextButton")
- local CheckingLabel = Instance.new("TextLabel")
- local MainFrame = Instance.new("Frame")
- local Title2 = Instance.new("TextLabel")
- local Exit2 = Instance.new("TextButton")
- local ExecutorButton = Instance.new("TextButton")
- local Button1 = Instance.new("TextButton")
- local Button2 = Instance.new("TextButton")
- local Button3 = Instance.new("TextButton")
- local Button4 = Instance.new("TextButton")
- local Button5 = Instance.new("TextButton")
- local ExecutorFrame = Instance.new("Frame")
- local Title3 = Instance.new("TextLabel")
- local Exit3 = Instance.new("TextButton")
- local Executor = Instance.new("ScrollingFrame")
- local Input = Instance.new("TextBox")
- local ExecuteButton = Instance.new("TextButton")
- local ClearButton = Instance.new("TextButton")
- local CreditsButton = Instance.new("TextButton")
- local CreditsFrame = Instance.new("Frame")
- local Title4 = Instance.new("TextLabel")
- local Credit1 = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local Credit2 = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local CreditImage = Instance.new("ImageLabel")
- local CreditImage_2 = Instance.new("ImageLabel")
- local TextButton = Instance.new("TextButton")
- OPGui.Name = "OPGui"
- OPGui.Parent = game.CoreGui
- OPGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = OPGui
- LoginFrame.Active = true
- LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- LoginFrame.BorderColor3 = Color3.new(1, 1, 1)
- LoginFrame.BorderSizePixel = 2
- LoginFrame.Position = UDim2.new(0.37648809, 0, 0.276519656, 0)
- LoginFrame.Size = UDim2.new(0, 331, 0, 374)
- LoginFrame.Draggable = true
- Title1.Name = "Title1"
- Title1.Parent = LoginFrame
- Title1.BackgroundColor3 = Color3.new(0, 0, 0)
- Title1.BorderColor3 = Color3.new(1, 1, 1)
- Title1.BorderSizePixel = 2
- Title1.Size = UDim2.new(0, 331, 0, 50)
- Title1.Font = Enum.Font.Cartoon
- Title1.Text = "OP Gui"
- Title1.TextColor3 = Color3.new(1, 1, 1)
- Title1.TextScaled = true
- Title1.TextSize = 14
- Title1.TextWrapped = true
- Title1.TextXAlignment = Enum.TextXAlignment.Left
- Exit1.Name = "Exit1"
- Exit1.Parent = LoginFrame
- Exit1.BackgroundColor3 = Color3.new(0, 0, 0)
- Exit1.BorderColor3 = Color3.new(1, 1, 1)
- Exit1.BorderSizePixel = 2
- Exit1.Position = UDim2.new(0.833836854, 0, 0, 0)
- Exit1.Size = UDim2.new(0, 55, 0, 50)
- Exit1.Font = Enum.Font.GothamBold
- Exit1.Text = "X"
- Exit1.TextColor3 = Color3.new(1, 1, 1)
- Exit1.TextScaled = true
- Exit1.TextSize = 14
- Exit1.TextWrapped = true
- Exit1.MouseButton1Click:connect(function()
- LoginFrame.Visible = false
- Exit1.Visible = true
- end)
- UsernameBox.Name = "UsernameBox"
- UsernameBox.Parent = LoginFrame
- UsernameBox.BackgroundColor3 = Color3.new(0, 0, 0)
- UsernameBox.BorderColor3 = Color3.new(1, 1, 1)
- UsernameBox.BorderSizePixel = 2
- UsernameBox.Position = UDim2.new(0.0392749235, 0, 0.251336902, 0)
- UsernameBox.Size = UDim2.new(0, 304, 0, 50)
- UsernameBox.ClearTextOnFocus = false
- UsernameBox.Font = Enum.Font.Cartoon
- UsernameBox.Text = "Username"
- UsernameBox.TextColor3 = Color3.new(1, 1, 1)
- UsernameBox.TextScaled = true
- UsernameBox.TextSize = 14
- UsernameBox.TextWrapped = true
- UsernameBox.TextXAlignment = Enum.TextXAlignment.Left
- PasswordBox.Name = "PasswordBox"
- PasswordBox.Parent = LoginFrame
- PasswordBox.BackgroundColor3 = Color3.new(0, 0, 0)
- PasswordBox.BorderColor3 = Color3.new(1, 1, 1)
- PasswordBox.BorderSizePixel = 2
- PasswordBox.Position = UDim2.new(0.0392749235, 0, 0.486631006, 0)
- PasswordBox.Size = UDim2.new(0, 304, 0, 50)
- PasswordBox.ClearTextOnFocus = false
- PasswordBox.Font = Enum.Font.Cartoon
- PasswordBox.Text = "Password"
- PasswordBox.TextColor3 = Color3.new(1, 1, 1)
- PasswordBox.TextScaled = true
- PasswordBox.TextSize = 14
- PasswordBox.TextWrapped = true
- PasswordBox.TextXAlignment = Enum.TextXAlignment.Left
- LoginButton.Name = "LoginButton"
- LoginButton.Parent = LoginFrame
- LoginButton.BackgroundColor3 = Color3.new(0, 0, 0)
- LoginButton.BorderColor3 = Color3.new(1, 1, 1)
- LoginButton.BorderSizePixel = 2
- LoginButton.Position = UDim2.new(0.196374625, 0, 0.708556175, 0)
- LoginButton.Size = UDim2.new(0, 200, 0, 50)
- LoginButton.Font = Enum.Font.Cartoon
- LoginButton.Text = "Login"
- LoginButton.TextColor3 = Color3.new(1, 1, 1)
- LoginButton.TextScaled = true
- LoginButton.TextSize = 14
- LoginButton.TextWrapped = true
- LoginButton.MouseButton1Click:connect(function()
- if UsernameBox.Text == "Rugby" and PasswordBox.Text == "TotallySucks" then
- CheckingLabel.Visible = true
- CheckingLabel.Text = "Checking.."
- wait(1)
- CheckingLabel.Text = "Success!"
- wait(1)
- CheckingLabel.Visible = false
- wait(2)
- LoginFrame.Visible = false
- MainFrame.Visible = true
- else
- CheckingLabel.Visible = true
- CheckingLabel.Text = "Checking.."
- wait(1)
- CheckingLabel.Text = "Incorrect username or password."
- wait(1)
- CheckingLabel.Visible = false
- end
- end)
- CheckingLabel.Name = "CheckingLabel"
- CheckingLabel.Parent = LoginFrame
- CheckingLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- CheckingLabel.Position = UDim2.new(0, 0, 0.93315506, 0)
- CheckingLabel.Size = UDim2.new(0, 331, 0, 25)
- CheckingLabel.Font = Enum.Font.Cartoon
- CheckingLabel.Text = ""
- CheckingLabel.TextColor3 = Color3.new(1, 1, 1)
- CheckingLabel.TextScaled = true
- CheckingLabel.TextSize = 14
- CheckingLabel.TextWrapped = true
- CheckingLabel.Visible = false
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = OPGui
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- MainFrame.BorderColor3 = Color3.new(1, 1, 1)
- MainFrame.BorderSizePixel = 2
- MainFrame.Position = UDim2.new(0.324404776, 0, 0.241954714, 0)
- MainFrame.Size = UDim2.new(0, 521, 0, 413)
- MainFrame.Visible = false
- MainFrame.Draggable = true
- Title2.Name = "Title2"
- Title2.Parent = MainFrame
- Title2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Title2.BorderColor3 = Color3.new(1, 1, 1)
- Title2.BorderSizePixel = 2
- Title2.Size = UDim2.new(0, 521, 0, 50)
- Title2.Font = Enum.Font.Cartoon
- Title2.Text = "OP Gui"
- Title2.TextColor3 = Color3.new(0, 0, 0)
- Title2.TextSize = 70
- Title2.TextWrapped = true
- Title2.TextXAlignment = Enum.TextXAlignment.Left
- Exit2.Name = "Exit2"
- Exit2.Parent = MainFrame
- Exit2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Exit2.BorderColor3 = Color3.new(1, 1, 1)
- Exit2.BorderSizePixel = 2
- Exit2.Position = UDim2.new(0.892514408, 0, 0, 0)
- Exit2.Size = UDim2.new(0, 56, 0, 50)
- Exit2.Font = Enum.Font.GothamBold
- Exit2.Text = "X"
- Exit2.TextColor3 = Color3.new(0, 0, 0)
- Exit2.TextScaled = true
- Exit2.TextSize = 14
- Exit2.TextWrapped = true
- Exit2.MouseButton1Click:connect(function()
- MainFrame.Visible = false
- Exit2.Visible = true
- end)
- ExecutorButton.Name = "ExecutorButton"
- ExecutorButton.Parent = MainFrame
- ExecutorButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- ExecutorButton.BorderColor3 = Color3.new(1, 1, 1)
- ExecutorButton.BorderSizePixel = 2
- ExecutorButton.Position = UDim2.new(0.844529748, 0, 0.94430995, 0)
- ExecutorButton.Size = UDim2.new(0, 81, 0, 23)
- ExecutorButton.Font = Enum.Font.Cartoon
- ExecutorButton.Text = "Executor"
- ExecutorButton.TextColor3 = Color3.new(0, 0, 0)
- ExecutorButton.TextScaled = true
- ExecutorButton.TextSize = 14
- ExecutorButton.TextWrapped = true
- ExecutorButton.MouseButton1Click:connect(function()
- MainFrame.Visible = false
- ExecutorFrame.Visible = true
- end)
- Button1.Name = "Button1"
- Button1.Parent = MainFrame
- Button1.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Button1.BorderColor3 = Color3.new(1, 1, 1)
- Button1.Position = UDim2.new(0.0403071046, 0, 0.157384992, 0)
- Button1.Size = UDim2.new(0, 74, 0, 50)
- Button1.Font = Enum.Font.Cartoon
- Button1.Text = "Fly"
- Button1.TextColor3 = Color3.new(0, 0, 0)
- Button1.TextScaled = true
- Button1.TextSize = 14
- Button1.TextWrapped = true
- Button1.MouseButton1Click:connect(function()
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Torso
- local flying = true
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local speed = 0
- function Fly()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "e" then
- if flying then flying = false
- else
- flying = true
- Fly()
- end
- elseif key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- Fly()
- end)
- Button2.Name = "Button2"
- Button2.Parent = MainFrame
- Button2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Button2.BorderColor3 = Color3.new(1, 1, 1)
- Button2.Position = UDim2.new(0.234165058, 0, 0.157384992, 0)
- Button2.Size = UDim2.new(0, 74, 0, 50)
- Button2.Font = Enum.Font.Cartoon
- Button2.Text = "Noclip"
- Button2.TextColor3 = Color3.new(0, 0, 0)
- Button2.TextScaled = true
- Button2.TextSize = 14
- Button2.TextWrapped = true
- Button2.MouseButton1Click:connect(function()
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- print('Created by Rugg_66')
- end)
- Button3.Name = "Button3"
- Button3.Parent = MainFrame
- Button3.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Button3.BorderColor3 = Color3.new(1, 1, 1)
- Button3.Position = UDim2.new(0.42802304, 0, 0.157384992, 0)
- Button3.Size = UDim2.new(0, 74, 0, 50)
- Button3.Font = Enum.Font.Cartoon
- Button3.Text = "Infinite Jump"
- Button3.TextColor3 = Color3.new(0, 0, 0)
- Button3.TextScaled = true
- Button3.TextSize = 14
- Button3.TextWrapped = true
- Button3.MouseButton1Click:connect(function()
- -- //~ F to toggle ~\\ --
- _G.infinjump = true
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- if _G.infinjump then
- if k:byte() == 32 then
- Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
- Humanoid:ChangeState("Jumping")
- wait(0.1)
- Humanoid:ChangeState("Seated")
- end
- end
- end)
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- k = k:lower()
- if k == "f" then
- if _G.infinjump == true then
- _G.infinjump = false
- else
- _G.infinjump = true
- end
- end
- end)
- end)
- Button4.Name = "Button4"
- Button4.Parent = MainFrame
- Button4.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Button4.BorderColor3 = Color3.new(1, 1, 1)
- Button4.Position = UDim2.new(0.625719786, 0, 0.157384992, 0)
- Button4.Size = UDim2.new(0, 74, 0, 50)
- Button4.Font = Enum.Font.Cartoon
- Button4.Text = "Walkspeed"
- Button4.TextColor3 = Color3.new(0, 0, 0)
- Button4.TextScaled = true
- Button4.TextSize = 14
- Button4.TextWrapped = true
- Button4.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- end)
- Button5.Name = "Button5"
- Button5.Parent = MainFrame
- Button5.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Button5.BorderColor3 = Color3.new(1, 1, 1)
- Button5.Position = UDim2.new(0.819577754, 0, 0.157384992, 0)
- Button5.Size = UDim2.new(0, 74, 0, 50)
- Button5.Font = Enum.Font.Cartoon
- Button5.Text = "Jump Power"
- Button5.TextColor3 = Color3.new(0, 0, 0)
- Button5.TextScaled = true
- Button5.TextSize = 14
- Button5.TextWrapped = true
- Button5.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
- end)
- ExecutorFrame.Name = "ExecutorFrame"
- ExecutorFrame.Parent = OPGui
- ExecutorFrame.Active = true
- ExecutorFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- ExecutorFrame.BorderColor3 = Color3.new(1, 1, 1)
- ExecutorFrame.BorderSizePixel = 2
- ExecutorFrame.Position = UDim2.new(0.323660731, 0, 0.241954714, 0)
- ExecutorFrame.Size = UDim2.new(0, 522, 0, 413)
- ExecutorFrame.Visible = false
- ExecutorFrame.Draggable = true
- Title3.Name = "Title3"
- Title3.Parent = ExecutorFrame
- Title3.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Title3.BorderColor3 = Color3.new(1, 1, 1)
- Title3.BorderSizePixel = 2
- Title3.Size = UDim2.new(0, 522, 0, 50)
- Title3.Font = Enum.Font.Cartoon
- Title3.Text = "OP Executor"
- Title3.TextColor3 = Color3.new(0, 0, 0)
- Title3.TextScaled = true
- Title3.TextSize = 14
- Title3.TextWrapped = true
- Title3.TextXAlignment = Enum.TextXAlignment.Left
- Exit3.Name = "Exit3"
- Exit3.Parent = ExecutorFrame
- Exit3.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Exit3.BorderColor3 = Color3.new(1, 1, 1)
- Exit3.BorderSizePixel = 2
- Exit3.Position = UDim2.new(0.892720282, 0, 0, 0)
- Exit3.Size = UDim2.new(0, 56, 0, 50)
- Exit3.Font = Enum.Font.GothamBold
- Exit3.Text = "X"
- Exit3.TextColor3 = Color3.new(0, 0, 0)
- Exit3.TextScaled = true
- Exit3.TextSize = 14
- Exit3.TextWrapped = true
- Exit3.MouseButton1Click:connect(function()
- ExecutorFrame.Visible = false
- MainFrame.Visible = true
- end)
- Executor.Parent = ExecutorFrame
- Executor.Active = true
- Executor.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Executor.BorderColor3 = Color3.new(1, 1, 1)
- Executor.BorderSizePixel = 2
- Executor.Position = UDim2.new(0.0325670503, 0, 0.164648905, 0)
- Executor.Size = UDim2.new(0, 489, 0, 280)
- Executor.CanvasSize = UDim2.new(0, 0, 100000, 0)
- Executor.ScrollBarThickness = 10
- Input.Name = "Input"
- Input.Parent = Executor
- Input.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Input.BorderColor3 = Color3.new(1, 1, 1)
- Input.BorderSizePixel = 2
- Input.Size = UDim2.new(0, 477, 0, 99999)
- Input.ClearTextOnFocus = false
- Input.Font = Enum.Font.SourceSans
- Input.MultiLine = true
- Input.Text = "--Script Here"
- Input.TextColor3 = Color3.new(0, 0, 0)
- Input.TextSize = 20
- Input.TextXAlignment = Enum.TextXAlignment.Left
- Input.TextYAlignment = Enum.TextYAlignment.Top
- ExecuteButton.Name = "ExecuteButton"
- ExecuteButton.Parent = ExecutorFrame
- ExecuteButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- ExecuteButton.BorderColor3 = Color3.new(1, 1, 1)
- ExecuteButton.BorderSizePixel = 2
- ExecuteButton.Position = UDim2.new(0.0325670503, 0, 0.876513302, 0)
- ExecuteButton.Size = UDim2.new(0, 115, 0, 40)
- ExecuteButton.Font = Enum.Font.Cartoon
- ExecuteButton.Text = "Execute"
- ExecuteButton.TextColor3 = Color3.new(0, 0, 0)
- ExecuteButton.TextScaled = true
- ExecuteButton.TextSize = 14
- ExecuteButton.TextWrapped = true
- ExecuteButton.MouseButton1Click:connect(function()
- loadstring(Input.Text)
- end)
- ClearButton.Name = "ClearButton"
- ClearButton.Parent = ExecutorFrame
- ClearButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- ClearButton.BorderColor3 = Color3.new(1, 1, 1)
- ClearButton.BorderSizePixel = 2
- ClearButton.Position = UDim2.new(0.291187733, 0, 0.876513302, 0)
- ClearButton.Size = UDim2.new(0, 115, 0, 40)
- ClearButton.Font = Enum.Font.Cartoon
- ClearButton.Text = "Clear"
- ClearButton.TextColor3 = Color3.new(0, 0, 0)
- ClearButton.TextScaled = true
- ClearButton.TextSize = 14
- ClearButton.TextWrapped = true
- ClearButton.MouseButton1Click:connect(function()
- Input.Text = ""
- end)
- CreditsButton.Name = "CreditsButton"
- CreditsButton.Parent = ExecutorFrame
- CreditsButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- CreditsButton.BorderColor3 = Color3.new(1, 1, 1)
- CreditsButton.BorderSizePixel = 2
- CreditsButton.Position = UDim2.new(0.78927201, 0, 0.929782093, 0)
- CreditsButton.Size = UDim2.new(0, 110, 0, 28)
- CreditsButton.Font = Enum.Font.Cartoon
- CreditsButton.Text = "Credits"
- CreditsButton.TextColor3 = Color3.new(0, 0, 0)
- CreditsButton.TextScaled = true
- CreditsButton.TextSize = 14
- CreditsButton.TextWrapped = true
- CreditsButton.MouseButton1Click:connect(function()
- ExecutorFrame.Visible = false
- CreditsFrame.Visible = true
- end)
- CreditsFrame.Name = "CreditsFrame"
- CreditsFrame.Parent = OPGui
- CreditsFrame.Active = true
- CreditsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- CreditsFrame.BorderColor3 = Color3.new(1, 1, 1)
- CreditsFrame.BorderSizePixel = 2
- CreditsFrame.Position = UDim2.new(0.323660702, 0, 0.241954714, 0)
- CreditsFrame.Size = UDim2.new(0, 522, 0, 412)
- CreditsFrame.Visible = false
- CreditsFrame.Draggable = true
- Title4.Name = "Title4"
- Title4.Parent = CreditsFrame
- Title4.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Title4.BorderColor3 = Color3.new(1, 1, 1)
- Title4.BorderSizePixel = 2
- Title4.Size = UDim2.new(0, 522, 0, 50)
- Title4.Font = Enum.Font.Cartoon
- Title4.Text = "OP Gui Credits"
- Title4.TextColor3 = Color3.new(0, 0, 0)
- Title4.TextScaled = true
- Title4.TextSize = 14
- Title4.TextWrapped = true
- Title4.TextXAlignment = Enum.TextXAlignment.Left
- Credit1.Name = "Credit1"
- Credit1.Parent = CreditsFrame
- Credit1.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit1.Position = UDim2.new(0.0478927195, 0, 0.16504854, 0)
- Credit1.Size = UDim2.new(0, 212, 0, 30)
- Credit1.Font = Enum.Font.Cartoon
- Credit1.Text = "Rugg_66#9420"
- Credit1.TextColor3 = Color3.new(0, 0, 0)
- Credit1.TextScaled = true
- Credit1.TextSize = 14
- Credit1.TextWrapped = true
- TextLabel.Parent = Credit1
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(0, 0, 9.33333302, 0)
- TextLabel.Size = UDim2.new(0, 212, 0, 32)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Main Developer"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Credit2.Name = "Credit2"
- Credit2.Parent = CreditsFrame
- Credit2.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit2.Position = UDim2.new(0.524904191, 0, 0.16504854, 0)
- Credit2.Size = UDim2.new(0, 212, 0, 30)
- Credit2.Font = Enum.Font.Cartoon
- Credit2.Text = "LithuanianBoi#1940"
- Credit2.TextColor3 = Color3.new(0, 0, 0)
- Credit2.TextScaled = true
- Credit2.TextSize = 14
- Credit2.TextWrapped = true
- TextLabel_2.Parent = Credit2
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.Position = UDim2.new(0, 0, 9.33333302, 0)
- TextLabel_2.Size = UDim2.new(0, 212, 0, 32)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Head Developer"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- CreditImage.Name = "CreditImage"
- CreditImage.Parent = CreditsFrame
- CreditImage.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditImage.Position = UDim2.new(0.0478927195, 0, 0.276699036, 0)
- CreditImage.Size = UDim2.new(0, 212, 0, 212)
- CreditImage.Image = "rbxassetid://2780943882"
- CreditImage_2.Name = "CreditImage"
- CreditImage_2.Parent = CreditsFrame
- CreditImage_2.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditImage_2.Position = UDim2.new(0.524904251, 0, 0.276699036, 0)
- CreditImage_2.Size = UDim2.new(0, 212, 0, 212)
- CreditImage_2.Image = "rbxassetid://2780982588"
- TextButton.Parent = CreditsFrame
- TextButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- TextButton.BorderColor3 = Color3.new(1, 1, 1)
- TextButton.BorderSizePixel = 2
- TextButton.Position = UDim2.new(0.892720282, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 56, 0, 50)
- TextButton.Font = Enum.Font.GothamBold
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton.MouseButton1Click:connect(function()
- CreditsFrame.Visible = false
- ExecutorFrame.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment