Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Infinity gui for CBRO made by SjorsApenWorst1
- local Tutorial = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local bar1 = Instance.new("Frame")
- local bar2 = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local userbox = Instance.new("TextBox")
- local passbox = Instance.new("TextBox")
- local submit = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local mbar1 = Instance.new("Frame")
- local mbar2 = Instance.new("Frame")
- local mtitle = Instance.new("TextLabel")
- local exitbutton = Instance.new("TextButton")
- local exebut_2 = Instance.new("TextButton")
- local credits = Instance.new("TextLabel")
- local ScriptFrame = Instance.new("Frame")
- local sbar1 = Instance.new("Frame")
- local sbar2 = Instance.new("Frame")
- --
- local gbv3 = Instance.new("TextButton")
- local sexitbut = Instance.new("TextButton")
- local aimbot = Instance.new("TextButton")
- local night = Instance.new("TextButton")
- local yield = Instance.new("TextButton")
- local invis = Instance.new("TextButton")
- --
- -- Properties
- Tutorial.Name = "Tutorial"
- Tutorial.Parent = game.CoreGui
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = Tutorial
- LoginFrame.Active = true
- LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- LoginFrame.BorderSizePixel = 0
- LoginFrame.Draggable = true
- LoginFrame.Position = UDim2.new(0.0517890751, 0, 0.285357714, 0)
- LoginFrame.Selectable = true
- LoginFrame.Size = UDim2.new(0, 307, 0, 338)
- bar1.Name = "bar1"
- bar1.Parent = LoginFrame
- bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- bar1.BorderSizePixel = 0
- bar1.Size = UDim2.new(0, 307, 0, 28)
- bar2.Name = "bar2"
- bar2.Parent = LoginFrame
- bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- bar2.BorderSizePixel = 0
- bar2.Position = UDim2.new(0, 0, 0.082840234, 0)
- bar2.Size = UDim2.new(0, 307, 0, 6)
- title.Name = "title"
- title.Parent = LoginFrame
- title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- title.BorderSizePixel = 0
- title.Position = UDim2.new(0.276872963, 0, 0.139053255, 0)
- title.Size = UDim2.new(0, 137, 0, 35)
- title.Font = Enum.Font.SourceSansBold
- title.FontSize = Enum.FontSize.Size14
- title.Text = "Infinity"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- userbox.Name = "userbox"
- userbox.Parent = LoginFrame
- userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- userbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- userbox.BorderSizePixel = 4
- userbox.Position = UDim2.new(0.172638431, 0, 0.396449715, 0)
- userbox.Size = UDim2.new(0, 200, 0, 22)
- userbox.Font = Enum.Font.SourceSansBold
- userbox.FontSize = Enum.FontSize.Size14
- userbox.Text = "Username"
- userbox.TextColor3 = Color3.new(1, 1, 1)
- userbox.TextScaled = true
- userbox.TextSize = 14
- userbox.TextWrapped = true
- userbox.TextXAlignment = Enum.TextXAlignment.Left
- passbox.Name = "passbox"
- passbox.Parent = LoginFrame
- passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- passbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- passbox.BorderSizePixel = 4
- passbox.Position = UDim2.new(0.174267098, 0, 0.550295889, 0)
- passbox.Size = UDim2.new(0, 200, 0, 22)
- passbox.Font = Enum.Font.SourceSansBold
- passbox.FontSize = Enum.FontSize.Size14
- passbox.Text = "Password"
- passbox.TextColor3 = Color3.new(1, 1, 1)
- passbox.TextScaled = true
- passbox.TextSize = 14
- passbox.TextWrapped = true
- passbox.TextXAlignment = Enum.TextXAlignment.Left
- submit.Name = "submit"
- submit.Parent = LoginFrame
- submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- submit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- submit.BorderSizePixel = 4
- submit.Position = UDim2.new(0.276872963, 0, 0.727810621, 0)
- submit.Size = UDim2.new(0, 141, 0, 38)
- submit.Font = Enum.Font.SourceSansBold
- submit.FontSize = Enum.FontSize.Size32
- submit.Text = "Login"
- submit.TextColor3 = Color3.new(1, 1, 1)
- submit.TextSize = 30
- submit.TextWrapped = true
- submit.MouseButton1Down:connect(function()
- LoginFrame.Visible = false
- MainFrame.Visible = true
- end)
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = Tutorial
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- MainFrame.BorderSizePixel = 0
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0.27306968, 0, 0.192179695, 0)
- MainFrame.Selectable = true
- MainFrame.Size = UDim2.new(0, 450, 0, 344)
- MainFrame.Visible = false
- mbar1.Name = "mbar1"
- mbar1.Parent = MainFrame
- mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- mbar1.BorderSizePixel = 0
- mbar1.Size = UDim2.new(0, 450, 0, 34)
- mbar2.Name = "mbar2"
- mbar2.Parent = MainFrame
- mbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- mbar2.BorderSizePixel = 0
- mbar2.Position = UDim2.new(0, 0, 0.0988372117, 0)
- mbar2.Size = UDim2.new(0, 450, 0, 6)
- mtitle.Name = "mtitle"
- mtitle.Parent = MainFrame
- mtitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- mtitle.BorderSizePixel = 0
- mtitle.Position = UDim2.new(0.0266666673, 0, 0, 0)
- mtitle.Size = UDim2.new(0, 110, 0, 34)
- mtitle.Font = Enum.Font.SourceSansBold
- mtitle.FontSize = Enum.FontSize.Size24
- mtitle.Text = "Infinity"
- mtitle.TextColor3 = Color3.new(1, 1, 1)
- mtitle.TextSize = 23
- mtitle.TextXAlignment = Enum.TextXAlignment.Left
- exitbutton.Name = "exitbutton"
- exitbutton.Parent = MainFrame
- exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- exitbutton.BorderSizePixel = 0
- exitbutton.Position = UDim2.new(0.935555577, 0, 0, 0)
- exitbutton.Size = UDim2.new(0, 29, 0, 34)
- exitbutton.Font = Enum.Font.SourceSansBold
- exitbutton.FontSize = Enum.FontSize.Size24
- exitbutton.Text = "X"
- exitbutton.TextColor3 = Color3.new(1, 1, 1)
- exitbutton.TextSize = 22
- exitbutton.MouseButton1Down:connect(function()
- Tutorial:Destroy()
- end)
- --shit i forgot to rename it... kms
- exebut_2.Name = "exebut"
- exebut_2.Parent = MainFrame
- exebut_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- exebut_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- exebut_2.BorderSizePixel = 4
- exebut_2.Position = UDim2.new(0.539999962, 0, 0.591569781, 0)
- exebut_2.Size = UDim2.new(0, 142, 0, 41)
- exebut_2.Font = Enum.Font.SourceSansBold
- exebut_2.FontSize = Enum.FontSize.Size28
- exebut_2.Text = "CB:RO Scripts"
- exebut_2.TextColor3 = Color3.new(1, 1, 1)
- exebut_2.TextSize = 25
- exebut_2.MouseButton1Down:connect(function()
- MainFrame.Visible = false
- ScriptFrame.Visible = true
- end)
- credits.Name = "credits"
- credits.Parent = MainFrame
- credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- credits.BorderSizePixel = 0
- credits.Position = UDim2.new(0.0133333337, 0, 0.941860437, 0)
- credits.Size = UDim2.new(0, 131, 0, 14)
- credits.Font = Enum.Font.SourceSansBold
- credits.FontSize = Enum.FontSize.Size18
- credits.Text = "Made By SjorsApenWorst1"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextSize = 15
- credits.TextXAlignment = Enum.TextXAlignment.Left
- ScriptFrame.Name = "ScriptFrame"
- ScriptFrame.Parent = Tutorial
- ScriptFrame.Active = true
- ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- ScriptFrame.BorderSizePixel = 0
- ScriptFrame.Draggable = true
- ScriptFrame.Position = UDim2.new(0.634651542, 0, 0.202995002, 0)
- ScriptFrame.Selectable = true
- ScriptFrame.Size = UDim2.new(0, 254, 0, 273)
- ScriptFrame.Visible = false
- sbar1.Name = "sbar1"
- sbar1.Parent = ScriptFrame
- sbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- sbar1.BorderSizePixel = 0
- sbar1.Size = UDim2.new(0, 254, 0, 27)
- sbar2.Name = "sbar2"
- sbar2.Parent = ScriptFrame
- sbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- sbar2.BorderSizePixel = 0
- sbar2.Position = UDim2.new(0, 0, 0.0989011079, 0)
- sbar2.Size = UDim2.new(0, 254, 0, 6)
- gbv3.Name = "gbv3"
- gbv3.Parent = ScriptFrame
- gbv3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- gbv3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- gbv3.BorderSizePixel = 4
- gbv3.Position = UDim2.new(0.240157485, 0, 0.50, 0)
- gbv3.Size = UDim2.new(0, 132, 0, 30)
- gbv3.Font = Enum.Font.SourceSansBold
- gbv3.FontSize = Enum.FontSize.Size28
- gbv3.Text = "Anti-Aim"
- gbv3.TextColor3 = Color3.new(1, 1, 1)
- gbv3.TextSize = 15
- gbv3.TextWrapped = true
- gbv3.MouseButton1Down:connect(function()
- wait(0.5)
- while true do
- AnimationId = "188632011"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1.5)
- wait(0.2)
- AnimationId = "188632011"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- wait(0.2)
- end
- end)
- aimbot.Name = "aimbot"
- aimbot.Parent = ScriptFrame
- aimbot.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- aimbot.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- aimbot.BorderSizePixel = 4
- aimbot.Position = UDim2.new(0.240157485, 0, 0.35, 0)
- aimbot.Size = UDim2.new(0, 132, 0, 30)
- aimbot.Font = Enum.Font.SourceSansBold
- aimbot.FontSize = Enum.FontSize.Size28
- aimbot.Text = "ESP/AIMBOT"
- aimbot.TextColor3 = Color3.new(1, 1, 1)
- aimbot.TextSize = 15
- aimbot.TextWrapped = true
- aimbot.MouseButton1Down:connect(function()
- wait(0.5)
- loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))()
- end)
- night.Name = "night"
- night.Parent = ScriptFrame
- night.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- night.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- night.BorderSizePixel = 4
- night.Position = UDim2.new(0.240157485, 0, 0.2, 0)
- night.Size = UDim2.new(0, 132, 0, 30)
- night.Font = Enum.Font.SourceSansBold
- night.FontSize = Enum.FontSize.Size28
- night.Text = "NightMode"
- night.TextColor3 = Color3.new(1, 1, 1)
- night.TextSize = 15
- night.TextWrapped = true
- night.MouseButton1Down:connect(function()
- wait(0.5)
- game.Lighting.TimeOfDay = "5:10:00"
- end)
- yield.Name = "yield"
- yield.Parent = ScriptFrame
- yield.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- yield.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- yield.BorderSizePixel = 4
- yield.Position = UDim2.new(0.240157485, 0, 0.65, 0)
- yield.Size = UDim2.new(0, 132, 0, 30)
- yield.Font = Enum.Font.SourceSansBold
- yield.FontSize = Enum.FontSize.Size28
- yield.Text = "Infinite Yield"
- yield.TextColor3 = Color3.new(1, 1, 1)
- yield.TextSize = 15
- yield.TextWrapped = true
- yield.MouseButton1Down:connect(function()
- wait(0.5)
- loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
- end)
- invis.Name = "invis"
- invis.Parent = ScriptFrame
- invis.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- invis.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- invis.BorderSizePixel = 4
- invis.Position = UDim2.new(0.240157485, 0, 0.80, 0)
- invis.Size = UDim2.new(0, 132, 0, 30)
- invis.Font = Enum.Font.SourceSansBold
- invis.FontSize = Enum.FontSize.Size28
- invis.Text = "Invisible"
- invis.TextColor3 = Color3.new(1, 1, 1)
- invis.TextSize = 15
- invis.TextWrapped = true
- invis.MouseButton1Down:connect(function()
- wait(0.5)
- Local = game:GetService('Players').LocalPlayer
- Char = Local.Character
- touched,tpdback = false, false
- Local.CharacterAdded:connect(function(char)
- if script.Disabled ~= true then
- wait(.25)
- loc = Char.HumanoidRootPart.Position
- Char:MoveTo(box.Position + Vector3.new(0,.5,0))
- end
- end)
- game:GetService('UserInputService').InputBegan:connect(function(key)
- if key.KeyCode == Enum.KeyCode.Equals then
- if script.Disabled ~= true then
- script.Disabled = true
- print'you may re-execute'
- end
- end
- end)
- box = Instance.new('Part',workspace)
- box.Anchored = true
- box.CanCollide = true
- box.Size = Vector3.new(10,1,10)
- box.Position = Vector3.new(0,10000,0)
- box.Touched:connect(function(part)
- if (part.Parent.Name == Local.Name) then
- if touched == false then
- touched = true
- function apply()
- if script.Disabled ~= true then
- no = Char.HumanoidRootPart:Clone()
- wait(.25)
- Char.HumanoidRootPart:Destroy()
- no.Parent = Char
- Char:MoveTo(loc)
- touched = false
- end end
- if Char then
- apply()
- end
- end
- end
- end)
- repeat wait() until Char
- loc = Char.HumanoidRootPart.Position
- Char:MoveTo(box.Position + Vector3.new(0,.5,0))
- end)
- sexitbut.Name = "sexitbut"
- sexitbut.Parent = ScriptFrame
- sexitbut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- sexitbut.BorderSizePixel = 0
- sexitbut.Position = UDim2.new(0.885826766, 0, 0, 0)
- sexitbut.Size = UDim2.new(0, 29, 0, 27)
- sexitbut.Font = Enum.Font.SourceSansBold
- sexitbut.FontSize = Enum.FontSize.Size24
- sexitbut.Text = "X"
- sexitbut.TextColor3 = Color3.new(1, 1, 1)
- sexitbut.TextSize = 22
- sexibut.MouseButton1Down:connect(function()
- ScriptFrame.Visible = false
- MainFrame.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement