Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local BeastGui_v2 = Instance.new("ScreenGui")
- local BaseMenu = Instance.new("Frame")
- local Tittle = Instance.new("TextLabel")
- local Line = Instance.new("Frame")
- local VanGui_open = Instance.new("TextButton")
- local BastGui_open = Instance.new("TextButton")
- local Line_2 = Instance.new("Frame")
- local Creeator = Instance.new("TextLabel")
- local By = Instance.new("TextLabel")
- local SciptExecute_open = Instance.new("TextButton")
- local BeastMenuv1 = Instance.new("Frame")
- local TittleMenu = Instance.new("Frame")
- local Tittle_2 = Instance.new("TextLabel")
- local List = Instance.new("ScrollingFrame")
- local CircleGui = Instance.new("TextButton")
- local BoomBox = Instance.new("TextButton")
- local TailVisualizer = Instance.new("TextButton")
- local AudioCube = Instance.new("TextButton")
- local Computerv4 = Instance.new("TextButton")
- local InfinityX = Instance.new("TextButton")
- local RainDropAdminLeaked = Instance.new("TextButton")
- local CBAAdmin = Instance.new("TextButton")
- local HellElevator = Instance.new("TextButton")
- local BorkingMiniPeep = Instance.new("TextButton")
- local BEMiniMeep = Instance.new("TextButton")
- local BubbleBike = Instance.new("TextButton")
- local NoobMagic = Instance.new("TextButton")
- local NoobHungry = Instance.new("TextButton")
- local NoobBat = Instance.new("TextButton")
- local NoobRainbowBat = Instance.new("TextButton")
- local NoobGenocider = Instance.new("TextButton")
- local DesertEagle = Instance.new("TextButton")
- local Scout = Instance.new("TextButton")
- local Can = Instance.new("TextButton")
- local JojoBizzare = Instance.new("TextButton")
- local Genocider = Instance.new("TextButton")
- local Wings = Instance.new("TextButton")
- local Psychopath = Instance.new("TextButton")
- local ChainSaw = Instance.new("TextButton")
- local JohnDoe = Instance.new("TextButton")
- local ZaNoob = Instance.new("TextButton")
- local Brock = Instance.new("TextButton")
- local UnknowOpSword = Instance.new("TextButton")
- local TheLostSon = Instance.new("TextButton")
- local ALLAHAKBAR = Instance.new("TextButton")
- local GrabKnifev3 = Instance.new("TextButton")
- local StellarPhoenix = Instance.new("TextButton")
- local BodyGuard = Instance.new("TextButton")
- local ComingSoon = Instance.new("TextButton")
- local Creator = Instance.new("Frame")
- local By_2 = Instance.new("TextLabel")
- local Creator_2 = Instance.new("TextLabel")
- local Question = Instance.new("Frame")
- local Question_2 = Instance.new("TextLabel")
- local VanGui = Instance.new("Frame")
- local Target = Instance.new("TextBox")
- local Seend = Instance.new("TextButton")
- local Tittle_3 = Instance.new("TextLabel")
- local OpenCloseGui = Instance.new("Frame")
- local OpenClosed = Instance.new("TextButton")
- local Tittle_4 = Instance.new("TextLabel")
- local ScriptExecuteBG = Instance.new("Frame")
- local Line_3 = Instance.new("Frame")
- local Tittle_5 = Instance.new("TextLabel")
- local Icon = Instance.new("ImageLabel")
- local Code = Instance.new("ScrollingFrame")
- local HoleCode = Instance.new("TextBox")
- local Line_4 = Instance.new("Frame")
- local Execute = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local IconButton = Instance.new("ImageButton")
- -- Properties
- BeastGui_v2.Name = "BeastGui_v2"
- BeastGui_v2.Parent = game.StarterGui
- BaseMenu.Name = "BaseMenu"
- BaseMenu.Parent = BeastGui_v2
- BaseMenu.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- BaseMenu.BackgroundTransparency = 0.30000001192093
- BaseMenu.Position = UDim2.new(0, 151, 0, 149)
- BaseMenu.Size = UDim2.new(0, 269, 0, 270)
- BaseMenu.Visible = false
- Tittle.Name = "Tittle"
- Tittle.Parent = BaseMenu
- Tittle.BackgroundColor3 = Color3.new(1, 1, 1)
- Tittle.BackgroundTransparency = 1
- Tittle.Size = UDim2.new(0, 269, 0, 40)
- Tittle.Font = Enum.Font.Antique
- Tittle.Text = "Beast Xploit v2"
- Tittle.TextColor3 = Color3.new(0.615686, 0, 0)
- Tittle.TextScaled = true
- Tittle.TextSize = 14
- Tittle.TextWrapped = true
- Line.Name = "Line"
- Line.Parent = BaseMenu
- Line.BackgroundColor3 = Color3.new(1, 0, 0)
- Line.BorderColor3 = Color3.new(0.666667, 0, 0)
- Line.Position = UDim2.new(0, 0, 0, 41)
- Line.Size = UDim2.new(0, 269, 0, 3)
- VanGui_open.Name = "VanGui_open"
- VanGui_open.Parent = BaseMenu
- VanGui_open.BackgroundColor3 = Color3.new(0.184314, 0, 0)
- VanGui_open.BackgroundTransparency = 0.5
- VanGui_open.Position = UDim2.new(0, 0, 0, 49)
- VanGui_open.Size = UDim2.new(0, 269, 0, 43)
- VanGui_open.Font = Enum.Font.Arcade
- VanGui_open.Text = "Open/Close VanGui"
- VanGui_open.TextColor3 = Color3.new(0.666667, 0, 0)
- VanGui_open.TextScaled = true
- VanGui_open.TextSize = 14
- VanGui_open.TextWrapped = true
- BastGui_open.Name = "BastGui_open"
- BastGui_open.Parent = BaseMenu
- BastGui_open.BackgroundColor3 = Color3.new(0.184314, 0, 0)
- BastGui_open.BackgroundTransparency = 0.5
- BastGui_open.Position = UDim2.new(0, 0, 0, 95)
- BastGui_open.Size = UDim2.new(0, 269, 0, 43)
- BastGui_open.Font = Enum.Font.Arcade
- BastGui_open.Text = "Open/Close BeastGui"
- BastGui_open.TextColor3 = Color3.new(0.666667, 0, 0)
- BastGui_open.TextScaled = true
- BastGui_open.TextSize = 14
- BastGui_open.TextWrapped = true
- Line_2.Name = "Line"
- Line_2.Parent = BaseMenu
- Line_2.BackgroundColor3 = Color3.new(1, 0, 0)
- Line_2.BorderColor3 = Color3.new(0.666667, 0, 0)
- Line_2.Position = UDim2.new(0, 0, 0, 189)
- Line_2.Size = UDim2.new(0, 269, 0, 3)
- Creeator.Name = "Creeator"
- Creeator.Parent = BaseMenu
- Creeator.BackgroundColor3 = Color3.new(1, 1, 1)
- Creeator.BackgroundTransparency = 1
- Creeator.Position = UDim2.new(0, 61, 0, 205)
- Creeator.Size = UDim2.new(0, 208, 0, 49)
- Creeator.Font = Enum.Font.Antique
- Creeator.Text = "B34ST_GH0ST"
- Creeator.TextColor3 = Color3.new(1, 1, 0)
- Creeator.TextScaled = true
- Creeator.TextSize = 14
- Creeator.TextWrapped = true
- By.Name = "By"
- By.Parent = BaseMenu
- By.BackgroundColor3 = Color3.new(1, 1, 1)
- By.BackgroundTransparency = 1
- By.Position = UDim2.new(0, 18, 0, 201)
- By.Size = UDim2.new(0, 42, 0, 49)
- By.Font = Enum.Font.Arcade
- By.Text = "By."
- By.TextColor3 = Color3.new(0.835294, 0.556863, 0)
- By.TextScaled = true
- By.TextSize = 14
- By.TextWrapped = true
- SciptExecute_open.Name = "SciptExecute_open"
- SciptExecute_open.Parent = BaseMenu
- SciptExecute_open.BackgroundColor3 = Color3.new(0.184314, 0, 0)
- SciptExecute_open.BackgroundTransparency = 0.5
- SciptExecute_open.Position = UDim2.new(0, 0, 0, 141)
- SciptExecute_open.Size = UDim2.new(0, 269, 0, 43)
- SciptExecute_open.Font = Enum.Font.Arcade
- SciptExecute_open.Text = "Open/Close Execute..."
- SciptExecute_open.TextColor3 = Color3.new(0.666667, 0, 0)
- SciptExecute_open.TextScaled = true
- SciptExecute_open.TextSize = 14
- SciptExecute_open.TextWrapped = true
- BeastMenuv1.Name = "BeastMenuv1"
- BeastMenuv1.Parent = BeastGui_v2
- BeastMenuv1.BackgroundColor3 = Color3.new(1, 1, 0)
- BeastMenuv1.Position = UDim2.new(0, 892, 0, 0)
- BeastMenuv1.Size = UDim2.new(0, 209, 0, 531)
- BeastMenuv1.Visible = false
- TittleMenu.Name = "TittleMenu"
- TittleMenu.Parent = BeastMenuv1
- TittleMenu.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- TittleMenu.Size = UDim2.new(0, 209, 0, 60)
- Tittle_2.Name = "Tittle"
- Tittle_2.Parent = TittleMenu
- Tittle_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Tittle_2.BackgroundTransparency = 1
- Tittle_2.Position = UDim2.new(0, 0, 0, 15)
- Tittle_2.Size = UDim2.new(0, 209, 0, 45)
- Tittle_2.Font = Enum.Font.SciFi
- Tittle_2.Text = "B34ST Menu v1"
- Tittle_2.TextColor3 = Color3.new(1, 1, 0)
- Tittle_2.TextScaled = true
- Tittle_2.TextSize = 14
- Tittle_2.TextWrapped = true
- List.Name = "List"
- List.Parent = BeastMenuv1
- List.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- List.Position = UDim2.new(0, 0, 0, 112)
- List.Size = UDim2.new(0, 209, 0, 332)
- CircleGui.Name = "CircleGui"
- CircleGui.Parent = List
- CircleGui.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- CircleGui.BackgroundTransparency = 0.5
- CircleGui.Size = UDim2.new(0, 200, 0, 22)
- CircleGui.Font = Enum.Font.ArialBold
- CircleGui.Text = "CircleGui"
- CircleGui.TextColor3 = Color3.new(1, 1, 0)
- CircleGui.TextScaled = true
- CircleGui.TextSize = 14
- CircleGui.TextWrapped = true
- BoomBox.Name = "BoomBox"
- BoomBox.Parent = List
- BoomBox.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- BoomBox.BackgroundTransparency = 0.5
- BoomBox.Position = UDim2.new(0, 0, 0, 23)
- BoomBox.Size = UDim2.new(0, 200, 0, 22)
- BoomBox.Font = Enum.Font.ArialBold
- BoomBox.Text = "BoomBox"
- BoomBox.TextColor3 = Color3.new(1, 1, 0)
- BoomBox.TextScaled = true
- BoomBox.TextSize = 14
- BoomBox.TextWrapped = true
- TailVisualizer.Name = "Tail Visualizer"
- TailVisualizer.Parent = List
- TailVisualizer.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- TailVisualizer.BackgroundTransparency = 0.5
- TailVisualizer.Position = UDim2.new(0, 0, 0, 69)
- TailVisualizer.Size = UDim2.new(0, 200, 0, 22)
- TailVisualizer.Font = Enum.Font.ArialBold
- TailVisualizer.Text = "Tail Visualizer"
- TailVisualizer.TextColor3 = Color3.new(1, 1, 0)
- TailVisualizer.TextScaled = true
- TailVisualizer.TextSize = 14
- TailVisualizer.TextWrapped = true
- AudioCube.Name = "AudioCube"
- AudioCube.Parent = List
- AudioCube.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- AudioCube.BackgroundTransparency = 0.5
- AudioCube.Position = UDim2.new(0, 0, 0, 46)
- AudioCube.Size = UDim2.new(0, 200, 0, 22)
- AudioCube.Font = Enum.Font.ArialBold
- AudioCube.Text = "AudioCube"
- AudioCube.TextColor3 = Color3.new(1, 1, 0)
- AudioCube.TextScaled = true
- AudioCube.TextSize = 14
- AudioCube.TextWrapped = true
- Computerv4.Name = "Computer v4"
- Computerv4.Parent = List
- Computerv4.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- Computerv4.BackgroundTransparency = 0.5
- Computerv4.Position = UDim2.new(0, 0, 0, 92)
- Computerv4.Size = UDim2.new(0, 200, 0, 22)
- Computerv4.Font = Enum.Font.ArialBold
- Computerv4.Text = "Computer v4"
- Computerv4.TextColor3 = Color3.new(1, 1, 0)
- Computerv4.TextScaled = true
- Computerv4.TextSize = 14
- Computerv4.TextWrapped = true
- InfinityX.Name = "Infinity X"
- InfinityX.Parent = List
- InfinityX.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- InfinityX.BackgroundTransparency = 0.5
- InfinityX.Position = UDim2.new(0, 0, 0, 115)
- InfinityX.Size = UDim2.new(0, 200, 0, 22)
- InfinityX.Font = Enum.Font.ArialBold
- InfinityX.Text = "Infinity X"
- InfinityX.TextColor3 = Color3.new(1, 1, 0)
- InfinityX.TextScaled = true
- InfinityX.TextSize = 14
- InfinityX.TextWrapped = true
- RainDropAdminLeaked.Name = "RainDrop Admin (Leaked)"
- RainDropAdminLeaked.Parent = List
- RainDropAdminLeaked.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- RainDropAdminLeaked.BackgroundTransparency = 0.5
- RainDropAdminLeaked.Position = UDim2.new(0, 0, 0, 138)
- RainDropAdminLeaked.Size = UDim2.new(0, 200, 0, 22)
- RainDropAdminLeaked.Font = Enum.Font.ArialBold
- RainDropAdminLeaked.Text = "Raindrop Admin"
- RainDropAdminLeaked.TextColor3 = Color3.new(1, 1, 0)
- RainDropAdminLeaked.TextScaled = true
- RainDropAdminLeaked.TextSize = 14
- RainDropAdminLeaked.TextWrapped = true
- CBAAdmin.Name = "CBA Admin"
- CBAAdmin.Parent = List
- CBAAdmin.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- CBAAdmin.BackgroundTransparency = 0.5
- CBAAdmin.Position = UDim2.new(0, 0, 0, 161)
- CBAAdmin.Size = UDim2.new(0, 200, 0, 22)
- CBAAdmin.Font = Enum.Font.ArialBold
- CBAAdmin.Text = "CBA Admin"
- CBAAdmin.TextColor3 = Color3.new(1, 1, 0)
- CBAAdmin.TextScaled = true
- CBAAdmin.TextSize = 14
- CBAAdmin.TextWrapped = true
- HellElevator.Name = "Hell Elevator"
- HellElevator.Parent = List
- HellElevator.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- HellElevator.BackgroundTransparency = 0.5
- HellElevator.Position = UDim2.new(0, 0, 0, 184)
- HellElevator.Size = UDim2.new(0, 200, 0, 22)
- HellElevator.Font = Enum.Font.ArialBold
- HellElevator.Text = "Hell Elevator"
- HellElevator.TextColor3 = Color3.new(1, 1, 0)
- HellElevator.TextScaled = true
- HellElevator.TextSize = 14
- HellElevator.TextWrapped = true
- BorkingMiniPeep.Name = "BorkingMiniPeep"
- BorkingMiniPeep.Parent = List
- BorkingMiniPeep.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- BorkingMiniPeep.BackgroundTransparency = 0.5
- BorkingMiniPeep.Position = UDim2.new(0, 0, 0, 207)
- BorkingMiniPeep.Size = UDim2.new(0, 200, 0, 22)
- BorkingMiniPeep.Font = Enum.Font.ArialBold
- BorkingMiniPeep.Text = "BorkingMiniPeep"
- BorkingMiniPeep.TextColor3 = Color3.new(1, 1, 0)
- BorkingMiniPeep.TextScaled = true
- BorkingMiniPeep.TextSize = 14
- BorkingMiniPeep.TextWrapped = true
- BEMiniMeep.Name = "B.E. MiniMeep"
- BEMiniMeep.Parent = List
- BEMiniMeep.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- BEMiniMeep.BackgroundTransparency = 0.5
- BEMiniMeep.Position = UDim2.new(0, 0, 0, 230)
- BEMiniMeep.Size = UDim2.new(0, 200, 0, 22)
- BEMiniMeep.Font = Enum.Font.ArialBold
- BEMiniMeep.Text = "B.E. MiniMeep"
- BEMiniMeep.TextColor3 = Color3.new(1, 1, 0)
- BEMiniMeep.TextScaled = true
- BEMiniMeep.TextSize = 14
- BEMiniMeep.TextWrapped = true
- BubbleBike.Name = "BubbleBike"
- BubbleBike.Parent = List
- BubbleBike.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- BubbleBike.BackgroundTransparency = 0.5
- BubbleBike.Position = UDim2.new(0, 0, 0, 253)
- BubbleBike.Size = UDim2.new(0, 200, 0, 22)
- BubbleBike.Font = Enum.Font.ArialBold
- BubbleBike.Text = "BubbleBike"
- BubbleBike.TextColor3 = Color3.new(1, 1, 0)
- BubbleBike.TextScaled = true
- BubbleBike.TextSize = 14
- BubbleBike.TextWrapped = true
- NoobMagic.Name = "Noob Magic"
- NoobMagic.Parent = List
- NoobMagic.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- NoobMagic.BackgroundTransparency = 0.5
- NoobMagic.Position = UDim2.new(0, 0, 0, 276)
- NoobMagic.Size = UDim2.new(0, 200, 0, 22)
- NoobMagic.Font = Enum.Font.ArialBold
- NoobMagic.Text = "Noob Magic"
- NoobMagic.TextColor3 = Color3.new(1, 1, 0)
- NoobMagic.TextScaled = true
- NoobMagic.TextSize = 14
- NoobMagic.TextWrapped = true
- NoobHungry.Name = "Noob Hungry?"
- NoobHungry.Parent = List
- NoobHungry.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- NoobHungry.BackgroundTransparency = 0.5
- NoobHungry.Position = UDim2.new(0, 0, 0, 299)
- NoobHungry.Size = UDim2.new(0, 200, 0, 22)
- NoobHungry.Font = Enum.Font.ArialBold
- NoobHungry.Text = "Noob Hungry?"
- NoobHungry.TextColor3 = Color3.new(1, 1, 0)
- NoobHungry.TextScaled = true
- NoobHungry.TextSize = 14
- NoobHungry.TextWrapped = true
- NoobBat.Name = "Noob Bat"
- NoobBat.Parent = List
- NoobBat.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- NoobBat.BackgroundTransparency = 0.5
- NoobBat.Position = UDim2.new(0, 0, 0, 322)
- NoobBat.Size = UDim2.new(0, 200, 0, 22)
- NoobBat.Font = Enum.Font.ArialBold
- NoobBat.Text = "Noob Bat"
- NoobBat.TextColor3 = Color3.new(1, 1, 0)
- NoobBat.TextScaled = true
- NoobBat.TextSize = 14
- NoobBat.TextWrapped = true
- NoobRainbowBat.Name = "Noob RainbowBat"
- NoobRainbowBat.Parent = List
- NoobRainbowBat.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- NoobRainbowBat.BackgroundTransparency = 0.5
- NoobRainbowBat.Position = UDim2.new(0, 0, 0, 345)
- NoobRainbowBat.Size = UDim2.new(0, 200, 0, 22)
- NoobRainbowBat.Font = Enum.Font.ArialBold
- NoobRainbowBat.Text = "Noob Rainbow B."
- NoobRainbowBat.TextColor3 = Color3.new(1, 1, 0)
- NoobRainbowBat.TextScaled = true
- NoobRainbowBat.TextSize = 14
- NoobRainbowBat.TextWrapped = true
- NoobGenocider.Name = "Noob Genocider"
- NoobGenocider.Parent = List
- NoobGenocider.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- NoobGenocider.BackgroundTransparency = 0.5
- NoobGenocider.Position = UDim2.new(0, 0, 0, 368)
- NoobGenocider.Size = UDim2.new(0, 200, 0, 22)
- NoobGenocider.Font = Enum.Font.ArialBold
- NoobGenocider.Text = "Noob Genocider"
- NoobGenocider.TextColor3 = Color3.new(1, 1, 0)
- NoobGenocider.TextScaled = true
- NoobGenocider.TextSize = 14
- NoobGenocider.TextWrapped = true
- DesertEagle.Name = "Desert Eagle"
- DesertEagle.Parent = List
- DesertEagle.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- DesertEagle.BackgroundTransparency = 0.5
- DesertEagle.Position = UDim2.new(0, 0, 0, 414)
- DesertEagle.Size = UDim2.new(0, 200, 0, 22)
- DesertEagle.Font = Enum.Font.ArialBold
- DesertEagle.Text = " Desert Eagle"
- DesertEagle.TextColor3 = Color3.new(1, 1, 0)
- DesertEagle.TextScaled = true
- DesertEagle.TextSize = 14
- DesertEagle.TextWrapped = true
- Scout.Name = "Scout"
- Scout.Parent = List
- Scout.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- Scout.BackgroundTransparency = 0.5
- Scout.Position = UDim2.new(0, 0, 0, 437)
- Scout.Size = UDim2.new(0, 200, 0, 22)
- Scout.Font = Enum.Font.ArialBold
- Scout.Text = "Scout"
- Scout.TextColor3 = Color3.new(1, 1, 0)
- Scout.TextScaled = true
- Scout.TextSize = 14
- Scout.TextWrapped = true
- Can.Name = "Can"
- Can.Parent = List
- Can.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- Can.BackgroundTransparency = 0.5
- Can.Position = UDim2.new(0, 0, 0, 460)
- Can.Size = UDim2.new(0, 200, 0, 22)
- Can.Font = Enum.Font.ArialBold
- Can.Text = "Can"
- Can.TextColor3 = Color3.new(1, 1, 0)
- Can.TextScaled = true
- Can.TextSize = 14
- Can.TextWrapped = true
- JojoBizzare.Name = "JojoBizzare"
- JojoBizzare.Parent = List
- JojoBizzare.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- JojoBizzare.BackgroundTransparency = 0.5
- JojoBizzare.Position = UDim2.new(0, 0, 0, 391)
- JojoBizzare.Size = UDim2.new(0, 200, 0, 22)
- JojoBizzare.Font = Enum.Font.ArialBold
- JojoBizzare.Text = "JojoBizzare"
- JojoBizzare.TextColor3 = Color3.new(1, 1, 0)
- JojoBizzare.TextScaled = true
- JojoBizzare.TextSize = 14
- JojoBizzare.TextWrapped = true
- Genocider.Name = "Genocider"
- Genocider.Parent = List
- Genocider.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- Genocider.BackgroundTransparency = 0.5
- Genocider.Position = UDim2.new(0, 0, 0, 506)
- Genocider.Size = UDim2.new(0, 200, 0, 22)
- Genocider.Font = Enum.Font.ArialBold
- Genocider.Text = "Genocider"
- Genocider.TextColor3 = Color3.new(1, 1, 0)
- Genocider.TextScaled = true
- Genocider.TextSize = 14
- Genocider.TextWrapped = true
- Wings.Name = "Wings"
- Wings.Parent = List
- Wings.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- Wings.BackgroundTransparency = 0.5
- Wings.Position = UDim2.new(0, 0, 0, 483)
- Wings.Size = UDim2.new(0, 200, 0, 22)
- Wings.Font = Enum.Font.ArialBold
- Wings.Text = "Wings"
- Wings.TextColor3 = Color3.new(1, 1, 0)
- Wings.TextScaled = true
- Wings.TextSize = 14
- Wings.TextWrapped = true
- Psychopath.Name = "Psychopath"
- Psychopath.Parent = List
- Psychopath.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- Psychopath.BackgroundTransparency = 0.5
- Psychopath.Position = UDim2.new(0, 0, 0, 529)
- Psychopath.Size = UDim2.new(0, 200, 0, 22)
- Psychopath.Font = Enum.Font.ArialBold
- Psychopath.Text = "Psychopath"
- Psychopath.TextColor3 = Color3.new(1, 1, 0)
- Psychopath.TextScaled = true
- Psychopath.TextSize = 14
- Psychopath.TextWrapped = true
- ChainSaw.Name = "ChainSaw"
- ChainSaw.Parent = List
- ChainSaw.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- ChainSaw.BackgroundTransparency = 0.5
- ChainSaw.Position = UDim2.new(0, 0, 0, 552)
- ChainSaw.Size = UDim2.new(0, 200, 0, 22)
- ChainSaw.Font = Enum.Font.ArialBold
- ChainSaw.Text = "ChainSaw"
- ChainSaw.TextColor3 = Color3.new(1, 1, 0)
- ChainSaw.TextScaled = true
- ChainSaw.TextSize = 14
- ChainSaw.TextWrapped = true
- JohnDoe.Name = "JohnDoe"
- JohnDoe.Parent = List
- JohnDoe.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- JohnDoe.BackgroundTransparency = 0.5
- JohnDoe.Position = UDim2.new(0, 0, 0, 575)
- JohnDoe.Size = UDim2.new(0, 200, 0, 22)
- JohnDoe.Font = Enum.Font.ArialBold
- JohnDoe.Text = "JohnDoe"
- JohnDoe.TextColor3 = Color3.new(1, 1, 0)
- JohnDoe.TextScaled = true
- JohnDoe.TextSize = 14
- JohnDoe.TextWrapped = true
- ZaNoob.Name = "ZaNoob"
- ZaNoob.Parent = List
- ZaNoob.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- ZaNoob.BackgroundTransparency = 0.5
- ZaNoob.Position = UDim2.new(0, 0, 0, 598)
- ZaNoob.Size = UDim2.new(0, 200, 0, 22)
- ZaNoob.Font = Enum.Font.ArialBold
- ZaNoob.Text = "ZaNoob"
- ZaNoob.TextColor3 = Color3.new(1, 1, 0)
- ZaNoob.TextScaled = true
- ZaNoob.TextSize = 14
- ZaNoob.TextWrapped = true
- Brock.Name = "Brock"
- Brock.Parent = List
- Brock.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- Brock.BackgroundTransparency = 0.5
- Brock.Position = UDim2.new(0, 0, 0, 621)
- Brock.Size = UDim2.new(0, 200, 0, 22)
- Brock.Font = Enum.Font.ArialBold
- Brock.Text = "Brock"
- Brock.TextColor3 = Color3.new(1, 1, 0)
- Brock.TextScaled = true
- Brock.TextSize = 14
- Brock.TextWrapped = true
- UnknowOpSword.Name = "Unknow Op Sword"
- UnknowOpSword.Parent = List
- UnknowOpSword.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- UnknowOpSword.BackgroundTransparency = 0.5
- UnknowOpSword.Position = UDim2.new(0, 0, 0, 644)
- UnknowOpSword.Size = UDim2.new(0, 200, 0, 22)
- UnknowOpSword.Font = Enum.Font.ArialBold
- UnknowOpSword.Text = "Unknow Op S."
- UnknowOpSword.TextColor3 = Color3.new(1, 1, 0)
- UnknowOpSword.TextScaled = true
- UnknowOpSword.TextSize = 14
- UnknowOpSword.TextWrapped = true
- TheLostSon.Name = "The Lost Son"
- TheLostSon.Parent = List
- TheLostSon.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- TheLostSon.BackgroundTransparency = 0.5
- TheLostSon.Position = UDim2.new(0, 0, 0, 667)
- TheLostSon.Size = UDim2.new(0, 200, 0, 22)
- TheLostSon.Font = Enum.Font.ArialBold
- TheLostSon.Text = "The Lost Son"
- TheLostSon.TextColor3 = Color3.new(1, 1, 0)
- TheLostSon.TextScaled = true
- TheLostSon.TextSize = 14
- TheLostSon.TextWrapped = true
- ALLAHAKBAR.Name = "ALLAHAKBAR"
- ALLAHAKBAR.Parent = List
- ALLAHAKBAR.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- ALLAHAKBAR.BackgroundTransparency = 0.5
- ALLAHAKBAR.Position = UDim2.new(0, 0, 0, 690)
- ALLAHAKBAR.Size = UDim2.new(0, 200, 0, 22)
- ALLAHAKBAR.Font = Enum.Font.ArialBold
- ALLAHAKBAR.Text = "ALLAHAKBAR"
- ALLAHAKBAR.TextColor3 = Color3.new(1, 1, 0)
- ALLAHAKBAR.TextScaled = true
- ALLAHAKBAR.TextSize = 14
- ALLAHAKBAR.TextWrapped = true
- GrabKnifev3.Name = "Grab Knife v3"
- GrabKnifev3.Parent = List
- GrabKnifev3.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- GrabKnifev3.BackgroundTransparency = 0.5
- GrabKnifev3.Position = UDim2.new(0, 0, 0, 736)
- GrabKnifev3.Size = UDim2.new(0, 200, 0, 22)
- GrabKnifev3.Font = Enum.Font.ArialBold
- GrabKnifev3.Text = "Grab Knife v3"
- GrabKnifev3.TextColor3 = Color3.new(1, 1, 0)
- GrabKnifev3.TextScaled = true
- GrabKnifev3.TextSize = 14
- GrabKnifev3.TextWrapped = true
- StellarPhoenix.Name = "Stellar Phoenix"
- StellarPhoenix.Parent = List
- StellarPhoenix.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- StellarPhoenix.BackgroundTransparency = 0.5
- StellarPhoenix.Position = UDim2.new(0, 0, 0, 713)
- StellarPhoenix.Size = UDim2.new(0, 200, 0, 22)
- StellarPhoenix.Font = Enum.Font.ArialBold
- StellarPhoenix.Text = "Stellar Phoenix"
- StellarPhoenix.TextColor3 = Color3.new(1, 1, 0)
- StellarPhoenix.TextScaled = true
- StellarPhoenix.TextSize = 14
- StellarPhoenix.TextWrapped = true
- BodyGuard.Name = "BodyGuard"
- BodyGuard.Parent = List
- BodyGuard.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- BodyGuard.BackgroundTransparency = 0.5
- BodyGuard.Position = UDim2.new(0, 0, 0, 759)
- BodyGuard.Size = UDim2.new(0, 200, 0, 22)
- BodyGuard.Font = Enum.Font.ArialBold
- BodyGuard.Text = "BodyGuard"
- BodyGuard.TextColor3 = Color3.new(1, 1, 0)
- BodyGuard.TextScaled = true
- BodyGuard.TextSize = 14
- BodyGuard.TextWrapped = true
- ComingSoon.Name = "ComingSoon"
- ComingSoon.Parent = List
- ComingSoon.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0)
- ComingSoon.BackgroundTransparency = 0.5
- ComingSoon.Position = UDim2.new(0, 0, 0, 782)
- ComingSoon.Size = UDim2.new(0, 200, 0, 22)
- ComingSoon.Font = Enum.Font.ArialBold
- ComingSoon.Text = "Coming soon"
- ComingSoon.TextColor3 = Color3.new(1, 1, 0)
- ComingSoon.TextScaled = true
- ComingSoon.TextSize = 14
- ComingSoon.TextWrapped = true
- Creator.Name = "Creator"
- Creator.Parent = BeastMenuv1
- Creator.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Creator.Position = UDim2.new(0, 0, 0, 452)
- Creator.Size = UDim2.new(0, 209, 0, 103)
- By_2.Name = "By"
- By_2.Parent = Creator
- By_2.BackgroundColor3 = Color3.new(1, 1, 1)
- By_2.BackgroundTransparency = 1
- By_2.Size = UDim2.new(0, 26, 0, 27)
- By_2.Font = Enum.Font.SciFi
- By_2.Text = "By."
- By_2.TextColor3 = Color3.new(1, 1, 0)
- By_2.TextSize = 14
- Creator_2.Name = "Creator"
- Creator_2.Parent = Creator
- Creator_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Creator_2.BackgroundTransparency = 1
- Creator_2.Position = UDim2.new(0, 24, 0, 0)
- Creator_2.Size = UDim2.new(0, 170, 0, 32)
- Creator_2.Font = Enum.Font.Cartoon
- Creator_2.Text = "B34ST_GH0ST"
- Creator_2.TextColor3 = Color3.new(1, 1, 0)
- Creator_2.TextScaled = true
- Creator_2.TextSize = 14
- Creator_2.TextWrapped = true
- Question.Name = "Question"
- Question.Parent = BeastMenuv1
- Question.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
- Question.Position = UDim2.new(0, 0, 0, 66)
- Question.Size = UDim2.new(0, 209, 0, 39)
- Question_2.Name = "Question..."
- Question_2.Parent = Question
- Question_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Question_2.BackgroundTransparency = 1
- Question_2.Size = UDim2.new(0, 209, 0, 39)
- Question_2.Font = Enum.Font.SourceSans
- Question_2.Text = "What do you want to inject?"
- Question_2.TextColor3 = Color3.new(1, 1, 0)
- Question_2.TextSize = 20
- Question_2.TextWrapped = true
- VanGui.Name = "VanGui"
- VanGui.Parent = BeastGui_v2
- VanGui.BackgroundColor3 = Color3.new(0, 0, 0.317647)
- VanGui.BackgroundTransparency = 0.5
- VanGui.Position = UDim2.new(0, 1111, 0, 119)
- VanGui.Size = UDim2.new(0, 239, 0, 177)
- VanGui.Visible = false
- Target.Name = "Target"
- Target.Parent = VanGui
- Target.BackgroundColor3 = Color3.new(0, 0, 0.498039)
- Target.BackgroundTransparency = 0.5
- Target.Position = UDim2.new(0, 0, 0, 64)
- Target.Size = UDim2.new(0, 239, 0, 50)
- Target.Font = Enum.Font.SourceSans
- Target.Text = "Player Name"
- Target.TextColor3 = Color3.new(0.666667, 1, 1)
- Target.TextSize = 24
- Seend.Name = "Seend"
- Seend.Parent = VanGui
- Seend.BackgroundColor3 = Color3.new(0, 0, 0.498039)
- Seend.BackgroundTransparency = 0.5
- Seend.Position = UDim2.new(0, 0, 0, 122)
- Seend.Size = UDim2.new(0, 239, 0, 55)
- Seend.Font = Enum.Font.Antique
- Seend.Text = "Seend Van"
- Seend.TextColor3 = Color3.new(0.666667, 1, 1)
- Seend.TextScaled = true
- Seend.TextSize = 14
- Seend.TextWrapped = true
- Tittle_3.Name = "Tittle"
- Tittle_3.Parent = VanGui
- Tittle_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Tittle_3.BackgroundTransparency = 1
- Tittle_3.Size = UDim2.new(0, 239, 0, 58)
- Tittle_3.Font = Enum.Font.Arcade
- Tittle_3.Text = "VanGui v2"
- Tittle_3.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- Tittle_3.TextScaled = true
- Tittle_3.TextSize = 14
- Tittle_3.TextWrapped = true
- OpenCloseGui.Name = "Open/CloseGui"
- OpenCloseGui.Parent = BeastGui_v2
- OpenCloseGui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- OpenCloseGui.BackgroundTransparency = 0.5
- OpenCloseGui.BorderColor3 = Color3.new(0.333333, 0, 0)
- OpenCloseGui.BorderSizePixel = 4
- OpenCloseGui.Position = UDim2.new(0, 1216, 0, 384)
- OpenCloseGui.Size = UDim2.new(0, 150, 0, 94)
- OpenClosed.Name = "Open/Closed"
- OpenClosed.Parent = OpenCloseGui
- OpenClosed.BackgroundColor3 = Color3.new(0, 0, 0)
- OpenClosed.BackgroundTransparency = 0.60000002384186
- OpenClosed.BorderColor3 = Color3.new(0.333333, 0, 0)
- OpenClosed.BorderSizePixel = 4
- OpenClosed.Position = UDim2.new(0, 0, 0, 51)
- OpenClosed.Size = UDim2.new(0, 150, 0, 43)
- OpenClosed.Font = Enum.Font.Antique
- OpenClosed.Text = "Open/Close"
- OpenClosed.TextColor3 = Color3.new(0.635294, 0, 0)
- OpenClosed.TextScaled = true
- OpenClosed.TextSize = 14
- OpenClosed.TextWrapped = true
- Tittle_4.Name = "Tittle"
- Tittle_4.Parent = OpenCloseGui
- Tittle_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Tittle_4.BackgroundTransparency = 1
- Tittle_4.Size = UDim2.new(0, 150, 0, 47)
- Tittle_4.Font = Enum.Font.Cartoon
- Tittle_4.Text = "Beast Xploit"
- Tittle_4.TextColor3 = Color3.new(0.890196, 0, 0)
- Tittle_4.TextScaled = true
- Tittle_4.TextSize = 14
- Tittle_4.TextWrapped = true
- ScriptExecuteBG.Name = "ScriptExecuteBG"
- ScriptExecuteBG.Parent = BeastGui_v2
- ScriptExecuteBG.BackgroundColor3 = Color3.new(0, 0, 0)
- ScriptExecuteBG.BackgroundTransparency = 0.20000000298023
- ScriptExecuteBG.BorderColor3 = Color3.new(1, 0.666667, 1)
- ScriptExecuteBG.BorderSizePixel = 4
- ScriptExecuteBG.Position = UDim2.new(0, 970, 0, 52)
- ScriptExecuteBG.Size = UDim2.new(0, 367, 0, 320)
- ScriptExecuteBG.Visible = false
- Line_3.Name = "Line"
- Line_3.Parent = ScriptExecuteBG
- Line_3.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Line_3.BackgroundTransparency = 0.30000001192093
- Line_3.BorderColor3 = Color3.new(1, 0.666667, 1)
- Line_3.BorderSizePixel = 4
- Line_3.Position = UDim2.new(0, 0, 0, 60)
- Line_3.Size = UDim2.new(0, 367, 0, 3)
- Tittle_5.Name = "Tittle"
- Tittle_5.Parent = ScriptExecuteBG
- Tittle_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Tittle_5.BackgroundTransparency = 1
- Tittle_5.Position = UDim2.new(0, 77, 0, -32)
- Tittle_5.Size = UDim2.new(0, 274, 0, 105)
- Tittle_5.Font = Enum.Font.Antique
- Tittle_5.Text = "Beast Executer v1"
- Tittle_5.TextColor3 = Color3.new(1, 0.666667, 1)
- Tittle_5.TextScaled = true
- Tittle_5.TextSize = 14
- Tittle_5.TextWrapped = true
- Icon.Name = "Icon"
- Icon.Parent = ScriptExecuteBG
- Icon.BackgroundColor3 = Color3.new(1, 1, 1)
- Icon.BackgroundTransparency = 1
- Icon.Size = UDim2.new(0, 76, 0, 59)
- Icon.Image = "rbxassetid://912264061"
- Code.Name = "Code"
- Code.Parent = ScriptExecuteBG
- Code.BackgroundColor3 = Color3.new(0.266667, 0.176471, 0.266667)
- Code.Position = UDim2.new(0, 16, 0, 82)
- Code.Size = UDim2.new(0, 334, 0, 155)
- HoleCode.Name = "HoleCode"
- HoleCode.Parent = Code
- HoleCode.BackgroundColor3 = Color3.new(1, 1, 1)
- HoleCode.Size = UDim2.new(0, 315, 0, 1200)
- HoleCode.ClearTextOnFocus = false
- HoleCode.Font = Enum.Font.Code
- HoleCode.Text = "Create Original By. B34ST_GH0ST"
- HoleCode.TextSize = 14
- HoleCode.TextXAlignment = Enum.TextXAlignment.Left
- HoleCode.TextYAlignment = Enum.TextYAlignment.Top
- Line_4.Name = "Line"
- Line_4.Parent = ScriptExecuteBG
- Line_4.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Line_4.BackgroundTransparency = 0.30000001192093
- Line_4.BorderColor3 = Color3.new(1, 0.666667, 1)
- Line_4.BorderSizePixel = 4
- Line_4.Position = UDim2.new(0, 0, 0, 252)
- Line_4.Size = UDim2.new(0, 367, 0, 3)
- Execute.Name = "Execute"
- Execute.Parent = ScriptExecuteBG
- Execute.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Execute.BackgroundTransparency = 0.20000000298023
- Execute.Position = UDim2.new(0, 19, 0, 273)
- Execute.Size = UDim2.new(0, 113, 0, 32)
- Execute.Font = Enum.Font.Arcade
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.new(0, 0, 0)
- Execute.TextScaled = true
- Execute.TextSize = 14
- Execute.TextWrapped = true
- Clear.Name = "Clear"
- Clear.Parent = ScriptExecuteBG
- Clear.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Clear.BackgroundTransparency = 0.20000000298023
- Clear.Position = UDim2.new(0, 234, 0, 273)
- Clear.Size = UDim2.new(0, 113, 0, 32)
- Clear.Font = Enum.Font.Arcade
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.new(0, 0, 0)
- Clear.TextScaled = true
- Clear.TextSize = 14
- Clear.TextWrapped = true
- IconButton.Name = "IconButton"
- IconButton.Parent = ScriptExecuteBG
- IconButton.BackgroundColor3 = Color3.new(0, 0, 0)
- IconButton.BackgroundTransparency = 0.30000001192093
- IconButton.BorderColor3 = Color3.new(1, 0.666667, 1)
- IconButton.BorderSizePixel = 4
- IconButton.Position = UDim2.new(0, 142, 0, 261)
- IconButton.Size = UDim2.new(0, 82, 0, 59)
- IconButton.Image = "rbxassetid://927082078"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement