Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ExecuteGUI = Instance.new("ScreenGui")
- local Top = Instance.new("Frame")
- local MainFrame = Instance.new("ScrollingFrame")
- local CmdClr = Instance.new("TextButton")
- local Execute = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local CmdBox = Instance.new("TextBox")
- local CmdEx = Instance.new("TextButton")
- local KillAll = Instance.new("TextButton")
- local Value = Instance.new("TextLabel")
- local KillMe = Instance.new("TextButton")
- local Value_2 = Instance.new("TextLabel")
- local FreezeAll = Instance.new("TextButton")
- local Value_3 = Instance.new("TextLabel")
- local UnfreezeAll = Instance.new("TextButton")
- local Value_4 = Instance.new("TextLabel")
- local EGBs = Instance.new("TextButton")
- local Value_5 = Instance.new("TextLabel")
- local CodeBox = Instance.new("TextBox")
- local LOBox = Instance.new("ScrollingFrame")
- local blankLine = Instance.new("TextLabel")
- local Music = Instance.new("Frame")
- local MusicName = Instance.new("TextLabel")
- local Play = Instance.new("TextButton")
- local Stop = Instance.new("TextButton")
- local Id = Instance.new("TextBox")
- local Night = Instance.new("TextButton")
- local Day = Instance.new("TextButton")
- local FlyMe = Instance.new("TextButton")
- local UnflyMe = Instance.new("TextButton")
- local Tp = Instance.new("TextButton")
- local Value_6 = Instance.new("TextLabel")
- local Raplogo = Instance.new("TextLabel")
- local Victim = Instance.new("TextBox")
- local Start = Instance.new("TextButton")
- local RapYOU = Instance.new("TextBox")
- local Ded = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Themes = Instance.new("Frame")
- local FrameColor = Instance.new("TextLabel")
- local OuterColor = Instance.new("TextLabel")
- local ButtonColor = Instance.new("TextLabel")
- local Oblue = Instance.new("TextButton")
- local FOrange = Instance.new("TextButton")
- local Bred = Instance.new("TextButton")
- local Fblue = Instance.new("TextButton")
- local Ogrey = Instance.new("TextButton")
- local OOrange = Instance.new("TextButton")
- local Fred = Instance.new("TextButton")
- local Fgrey = Instance.new("TextButton")
- local Ored = Instance.new("TextButton")
- local Bgrey = Instance.new("TextButton")
- local Bblue = Instance.new("TextButton")
- local Borange = Instance.new("TextButton")
- local AnimeX = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local Prim = Instance.new("TextButton")
- local Sec = Instance.new("TextButton")
- local Selected = Instance.new("TextLabel")
- local Color = Instance.new("TextLabel")
- local Cbox = Instance.new("TextBox")
- local Material = Instance.new("TextLabel")
- local Mbox = Instance.new("TextBox")
- local Trans = Instance.new("TextLabel")
- local Tbox = Instance.new("TextBox")
- local AExe = Instance.new("TextButton")
- local LuaB = Instance.new("TextButton")
- local CmdB = Instance.new("TextButton")
- local LOb = Instance.new("TextButton")
- local CredB = Instance.new("TextButton")
- local Bottom = Instance.new("Frame")
- local Misc = Instance.new("TextButton")
- local Troll = Instance.new("TextButton")
- local Themes_2 = Instance.new("TextButton")
- local Anime = Instance.new("TextButton")
- local Logo = Instance.new("TextLabel")
- local Admin = Instance.new("TextButton")
- local Valuez = Instance.new("TextLabel")
- local colors = {
- [Enum.MessageType.MessageOutput] = BrickColor.new("Black").Color;
- [Enum.MessageType.MessageInfo] = BrickColor.new("Bright blue").Color;
- [Enum.MessageType.MessageWarning] = BrickColor.new("Bright yellow").Color;
- [Enum.MessageType.MessageError] = BrickColor.new("Bright red").Color;
- }
- local canvasX = 0
- -- Properties
- -- Properties
- ExecuteGUI.Name = "ExecuteGUI"
- ExecuteGUI.Parent = game.CoreGui
- Top.Name = "Top"
- Top.Parent = ExecuteGUI
- Top.Active = true
- Top.BackgroundColor3 = Color3.new(0.258824, 0.529412, 0.796079)
- Top.BorderSizePixel = 0
- Top.Draggable = true
- Top.Position = UDim2.new(0, 0, 0.449999988, 0)
- Top.Size = UDim2.new(0, 606, 0, 100)
- Top.ZIndex = 10
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = Top
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
- MainFrame.BorderColor3 = Color3.new(0.509804, 0.509804, 0.509804)
- MainFrame.BorderSizePixel = 0
- MainFrame.Position = UDim2.new(0, 50, 0, 95)
- MainFrame.Size = UDim2.new(0, 500, 0, 230)
- MainFrame.ZIndex = 3
- MainFrame.CanvasPosition = Vector2.new(500, 272)
- MainFrame.CanvasSize = UDim2.new(0, 2000, 0, 1500)
- MainFrame.ScrollBarThickness = 0
- CmdClr.Name = "CmdClr"
- CmdClr.Parent = MainFrame
- CmdClr.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- CmdClr.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
- CmdClr.BorderSizePixel = 0
- CmdClr.Position = UDim2.new(0, 750, 0, 190)
- CmdClr.Size = UDim2.new(0, 250, 0, 35)
- CmdClr.ZIndex = 4
- CmdClr.Font = Enum.Font.ArialBold
- CmdClr.FontSize = Enum.FontSize.Size32
- CmdClr.Text = "Clear"
- CmdClr.TextColor3 = Color3.new(1, 1, 1)
- CmdClr.TextSize = 32
- CmdClr.TextWrapped = true
- CmdClr.MouseButton1Click:connect(function()
- CmdBox.Text = " "
- end)
- Execute.Name = "Execute"
- Execute.Parent = MainFrame
- Execute.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Execute.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
- Execute.BorderSizePixel = 0
- Execute.Position = UDim2.new(0, 0, 0, 190)
- Execute.Size = UDim2.new(0, 250, 0, 35)
- Execute.ZIndex = 10
- Execute.Font = Enum.Font.ArialBold
- Execute.FontSize = Enum.FontSize.Size32
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.new(1, 1, 1)
- Execute.TextSize = 32
- Execute.TextWrapped = true
- Execute.MouseButton1Click:connect(function()
- print("Loading Code")
- print("Executing.....", CodeBox.Text)
- loadstring(CodeBox.Text)()
- print("Execution Sucess")
- end)
- Clear.Name = "Clear"
- Clear.Parent = MainFrame
- Clear.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Clear.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
- Clear.BorderSizePixel = 0
- Clear.Position = UDim2.new(0, 250, 0, 190)
- Clear.Size = UDim2.new(0, 250, 0, 35)
- Clear.ZIndex = 4
- Clear.Font = Enum.Font.ArialBold
- Clear.FontSize = Enum.FontSize.Size32
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.new(1, 1, 1)
- Clear.TextSize = 30
- Clear.TextWrapped = true
- Clear.MouseButton1Click:connect(function()
- CodeBox.Text = " "
- end)
- CmdBox.Name = "CmdBox"
- CmdBox.Parent = MainFrame
- CmdBox.Active = false
- CmdBox.BackgroundColor3 = Color3.new(1, 1, 1)
- CmdBox.BorderColor3 = Color3.new(0.819608, 0.819608, 0.819608)
- CmdBox.Position = UDim2.new(0, 520, 0, 10)
- CmdBox.Size = UDim2.new(0, 230, 0, 170)
- CmdBox.ZIndex = 10
- CmdBox.ClearTextOnFocus = false
- CmdBox.FontSize = Enum.FontSize.Size9
- CmdBox.MultiLine = true
- CmdBox.Text = "Ex: kill me"
- CmdBox.TextSize = 9
- CmdBox.TextStrokeColor3 = Color3.new(0.917647, 0.917647, 0.917647)
- CmdBox.TextStrokeTransparency = 0
- CmdBox.TextWrapped = true
- CmdBox.TextXAlignment = Enum.TextXAlignment.Left
- CmdBox.TextYAlignment = Enum.TextYAlignment.Top
- CmdEx.Name = "CmdEx"
- CmdEx.Parent = MainFrame
- CmdEx.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- CmdEx.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
- CmdEx.BorderSizePixel = 0
- CmdEx.Position = UDim2.new(0, 500, 0, 190)
- CmdEx.Size = UDim2.new(0, 250, 0, 35)
- CmdEx.ZIndex = 4
- CmdEx.Font = Enum.Font.ArialBold
- CmdEx.FontSize = Enum.FontSize.Size32
- CmdEx.Text = "Execute"
- CmdEx.TextColor3 = Color3.new(1, 1, 1)
- CmdEx.TextSize = 32
- CmdEx.TextWrapped = true
- CmdEx.MouseButton1Click:connect(function()
- Raindrop:ExecuteCommand(CmdBox.Text)
- end)
- KillAll.Name = "KillAll"
- KillAll.Parent = MainFrame
- KillAll.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- KillAll.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
- KillAll.BorderSizePixel = 0
- KillAll.Position = UDim2.new(0, 800, 0, 10)
- KillAll.Size = UDim2.new(0, 150, 0, 30)
- KillAll.ZIndex = 10
- KillAll.Font = Enum.Font.ArialBold
- KillAll.FontSize = Enum.FontSize.Size24
- KillAll.Text = "Kill All"
- KillAll.TextColor3 = Color3.new(1, 1, 1)
- KillAll.TextSize = 24
- KillAll.TextWrapped = true
- Value.Name = "Value"
- Value.Parent = KillAll
- Value.BackgroundColor3 = Color3.new(1, 1, 1)
- Value.Size = UDim2.new(0, 200, 0, 50)
- Value.Visible = false
- Value.Font = Enum.Font.SourceSans
- Value.FontSize = Enum.FontSize.Size14
- Value.Text = "kill all"
- Value.TextSize = 14
- KillAll.MouseButton1Click:connect(function()
- Raindrop:ExecuteCommand(Value.Text)
- end)
- KillMe.Name = "KillMe"
- KillMe.Parent = MainFrame
- KillMe.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- KillMe.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
- KillMe.BorderSizePixel = 0
- KillMe.Position = UDim2.new(0, 800, 0, 40)
- KillMe.Size = UDim2.new(0, 150, 0, 30)
- KillMe.ZIndex = 10
- KillMe.Font = Enum.Font.ArialBold
- KillMe.FontSize = Enum.FontSize.Size24
- KillMe.Text = "Kill Me"
- KillMe.TextColor3 = Color3.new(1, 1, 1)
- KillMe.TextSize = 24
- KillMe.TextWrapped = true
- Value_2.Name = "Value"
- Value_2.Parent = KillMe
- Value_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Value_2.Size = UDim2.new(0, 200, 0, 50)
- Value_2.Visible = false
- Value_2.Font = Enum.Font.SourceSans
- Value_2.FontSize = Enum.FontSize.Size14
- Value_2.Text = "kill me"
- Value_2.TextSize = 14
- KillMe.MouseButton1Click:connect(function()
- Raindrop:ExecuteCommand(Value_2.Text)
- end)
- FreezeAll.Name = "FreezeAll"
- FreezeAll.Parent = MainFrame
- FreezeAll.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- FreezeAll.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
- FreezeAll.BorderSizePixel = 0
- FreezeAll.Position = UDim2.new(0, 800, 0, 70)
- FreezeAll.Size = UDim2.new(0, 150, 0, 30)
- FreezeAll.ZIndex = 10
- FreezeAll.Font = Enum.Font.ArialBold
- FreezeAll.FontSize = Enum.FontSize.Size24
- FreezeAll.Text = "Freeze All"
- FreezeAll.TextColor3 = Color3.new(1, 1, 1)
- FreezeAll.TextSize = 24
- FreezeAll.TextWrapped = true
- Value_3.Name = "Value"
- Value_3.Parent = FreezeAll
- Value_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Value_3.Size = UDim2.new(0, 200, 0, 50)
- Value_3.Visible = false
- Value_3.Font = Enum.Font.SourceSans
- Value_3.FontSize = Enum.FontSize.Size14
- Value_3.Text = "freeze all"
- Value_3.TextSize = 14
- FreezeAll.MouseButton1Click:connect(function()
- Raindrop:ExecuteCommand(Value_3.Text)
- end)
- UnfreezeAll.Name = "Unfreeze All"
- UnfreezeAll.Parent = MainFrame
- UnfreezeAll.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- UnfreezeAll.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
- UnfreezeAll.BorderSizePixel = 0
- UnfreezeAll.Position = UDim2.new(0, 800, 0, 100)
- UnfreezeAll.Selectable = false
- UnfreezeAll.Size = UDim2.new(0, 150, 0, 30)
- UnfreezeAll.ZIndex = 10
- UnfreezeAll.Font = Enum.Font.ArialBold
- UnfreezeAll.FontSize = Enum.FontSize.Size24
- UnfreezeAll.Text = "Unfreeze All"
- UnfreezeAll.TextColor3 = Color3.new(1, 1, 1)
- UnfreezeAll.TextSize = 24
- UnfreezeAll.TextWrapped = true
- Value_4.Name = "Value"
- Value_4.Parent = UnfreezeAll
- Value_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Value_4.Size = UDim2.new(0, 200, 0, 50)
- Value_4.Visible = false
- Value_4.Font = Enum.Font.SourceSans
- Value_4.FontSize = Enum.FontSize.Size14
- Value_4.Text = "unfreeze all"
- Value_4.TextSize = 14
- UnfreezeAll.MouseButton1Click:connect(function()
- Raindrop:ExecuteCommand(Value_4.Text)
- end)
- EGBs.Name = "EGBs"
- EGBs.Parent = MainFrame
- EGBs.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- EGBs.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
- EGBs.BorderSizePixel = 0
- EGBs.Position = UDim2.new(0, 372, 0, 10)
- EGBs.Size = UDim2.new(0, 120, 0, 50)
- EGBs.ZIndex = 10
- EGBs.Font = Enum.Font.ArialBold
- EGBs.FontSize = Enum.FontSize.Size24
- EGBs.Text = "Thomas The Train"
- EGBs.TextColor3 = Color3.new(1, 1, 1)
- EGBs.TextSize = 20
- EGBs.TextWrapped = true
- EGBs.MouseButton1Click:connect(function()
- CodeBox.Text = Value_5.Text
- end)
- Admin.Name = "Admin"
- Admin.Parent = MainFrame
- Admin.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Admin.BorderColor3 = Color3.new(0, 0.635294, 0.952941)
- Admin.BorderSizePixel = 0
- Admin.Position = UDim2.new(0, 372, 0, 65)
- Admin.Size = UDim2.new(0, 120, 0, 50)
- Admin.ZIndex = 10
- Admin.Font = Enum.Font.ArialBold
- Admin.FontSize = Enum.FontSize.Size24
- Admin.Text = "Rc7 Admin Commands"
- Admin.TextColor3 = Color3.new(1, 1, 1)
- Admin.TextSize = 20
- Admin.TextWrapped = true
- Valuez.Name = "Value"
- Valuez.Parent = Admin
- Valuez.BackgroundColor3 = Color3.new(1, 1, 1)
- Valuez.Size = UDim2.new(0, 200, 0, 50)
- Valuez.Visible = false
- Valuez.Font = Enum.Font.SourceSans
- Valuez.FontSize = Enum.FontSize.Size14
- Valuez.Text = "loadstring(Raindrop:DownloadString('http://pastebin.com/raw/8Pi3M0P7'))()"
- Valuez.TextSize = 14
- Valuez.TextStrokeTransparency = 0
- Admin.MouseButton1Click:connect(function()
- CodeBox.Text = Valuez.Text
- end)
- Value_5.Name = "Value"
- Value_5.Parent = EGBs
- Value_5.BackgroundColor3 = Color3.new(1, 1, 1)
- Value_5.Size = UDim2.new(0, 200, 0, 50)
- Value_5.Visible = false
- Value_5.Font = Enum.Font.SourceSans
- Value_5.FontSize = Enum.FontSize.Size14
- Value_5.Text = "--Thomas the PAIN // By Killerboy634 @ V3rmillion.net\n\nThomasMesh = \"rbxassetid://431017802\"\nThomasTexture = \"rbxassetid://431017809\"\n\nMesh = Instance.new(\"SpecialMesh\")\nMesh.MeshId = ThomasMesh\nMesh.TextureId = ThomasTexture\n\nCharacter = game.Players.LocalPlayer.Character\n\nfor _,p in pairs(Character:GetChildren()) do\nif p:IsA(\"Part\") then\nif p.Name == \"Head\" then\n --not\n else\np.Transparency = 1\nend\nend\nend\nfor _,p in pairs(Character:GetChildren()) do\n if p:IsA(\"Hat\") then\n p:remove()\n end\nend\nMesh.Offset = Vector3.new(0, 2.9, 1)\nMesh.Scale = Vector3.new(0.04,0.04,0.04)\nCharacter.Torso.Neck.C0 = CFrame.new(0, 1, 0, 1, -0, -0, 0, 0, 1, 0, -1, -100)\nSound = Instance.new(\"Sound\")\nSound.Parent = Character.Torso\nSound.SoundId = \"rbxassetid://239648695\"\nSound.Pitch = 2.5\nSound:Play()\nCharacter.Torso.Touched:connect(function(hit)\n if hit.Parent:FindFirstChild(\"Humanoid\") then\n if hit.Parent.Name == Character.Name then\n --no\n else\n hit.Parent:BreakJoints()\n local sound = Instance.new(\"Sound\",workspace)\n sound.SoundId = \"rbxassetid://170040190\"\n sound.Volume = 1\n sound:Play()\n end\n end\nend)\nSmoke = Instance.new(\"Part\",Character)\nSmoke.Transparency = 1\nsmke = Instance.new(\"Smoke\",Smoke)\nSmoke.CanCollide = false\nweld = Instance.new(\"ManualWeld\",Smoke)\nweld.Part0 = Smoke\nweld.Part1 = Character.Head\nweld.C0 = CFrame.new(0,-10,-10)\nsmke.Opacity = 1\nsmke.Size = 0.2\nsmke.RiseVelocity = 10\n\nCharacter.Humanoid.WalkSpeed = \"150\"\n\nMesh.Parent = Character.Head\n\nplr = game.Players.LocalPlayer\nmouse = plr:GetMouse()\nmouse.KeyDown:connect(function(key)\nif key == \"k\" then\nlocal soun = Instance.new(\"Sound\",workspace)\nsoun.SoundId = \"rbxassetid://135557803\"\nsoun.Pitch = 0.6\nsoun.Volume = math.huge\nsoun:Play()\nelseif key == \"f\" then\nchar = game.Players.LocalPlayer.Character\npt = {6.6, 6.8, 7, 7.2, 7.4}\nu = Instance.new(\"Sound\",char)\nu.SoundId = \"http://www.roblox.com/asset/?id=261303790\"\nu.Pitch = pt[math.random(1,#pt)]\nu.Volume = math.huge\nu2 = Instance.new(\"Sound\",char)\nu2.SoundId = \"http://www.roblox.com/asset/?id=261303790\"\nu2.Pitch = u.Pitch\nu2.Volume = math.huge\nu3 = Instance.new(\"Sound\",char)\nu3.SoundId = \"http://www.roblox.com/asset/?id=261303790\"\nu3.Pitch = u.Pitch\nu3.Volume = math.huge\nwait(.01)\nu:Play()\nu2:Play()\nu3:Play()\nwait(1.5)\nu:Destroy()\nu2:Destroy()\nu3:Destroy()\nelseif key == \"g\" then\nlocal soun = Instance.new(\"Sound\",workspace)\nsoun.SoundId = \"rbxassetid://185136670\"\nsoun.Pitch = 0.6\nsoun.Volume = math.huge\nsoun:Play()\nend\nend)\n\n\nwhile true do\nwait(0.5)\nsmke.Enabled = false\nwait(0.5)\nsmke.Enabled = true\nend"
- Value_5.TextSize = 14
- EGBs.MouseButton1Click:connect(function()
- CodeBox.Text = Value_5.Text
- end)
- CodeBox.Name = "CodeBox"
- CodeBox.Parent = MainFrame
- CodeBox.Active = false
- CodeBox.BackgroundColor3 = Color3.new(1, 1, 1)
- CodeBox.BorderColor3 = Color3.new(0.819608, 0.819608, 0.819608)
- CodeBox.Position = UDim2.new(0, 10, 0, 10)
- CodeBox.Size = UDim2.new(0, 350, 0, 170)
- CodeBox.ZIndex = 10
- CodeBox.ClearTextOnFocus = false
- CodeBox.FontSize = Enum.FontSize.Size9
- CodeBox.MultiLine = true
- CodeBox.Text = "print(\"Your code here!\")"
- CodeBox.TextSize = 9
- CodeBox.TextStrokeColor3 = Color3.new(0.917647, 0.917647, 0.917647)
- CodeBox.TextStrokeTransparency = 0
- CodeBox.TextWrapped = true
- CodeBox.TextXAlignment = Enum.TextXAlignment.Left
- CodeBox.TextYAlignment = Enum.TextYAlignment.Top
- LOBox.Name = "LOBox"
- LOBox.Parent = MainFrame
- LOBox.Active = true
- LOBox.BackgroundColor3 = Color3.new(1, 1, 1)
- LOBox.BackgroundTransparency = 0.40000000596046
- LOBox.BorderColor3 = Color3.new(0.564706, 0.564706, 0.564706)
- LOBox.BorderSizePixel = 0
- LOBox.Position = UDim2.new(0, 1010, 0, 14)
- LOBox.Size = UDim2.new(0, 480, 0, 200)
- LOBox.ZIndex = 10
- LOBox.CanvasSize = UDim2.new(0, 175420, 0, 795)
- LOBox.ScrollBarThickness = 7
- blankLine.Name = "blankLine"
- blankLine.Parent = LOBox
- blankLine.BackgroundColor3 = Color3.new(1, 1, 1)
- blankLine.BackgroundTransparency = 1
- blankLine.BorderColor3 = Color3.new(0, 0, 0)
- blankLine.BorderSizePixel = 0
- blankLine.ZIndex = 10
- blankLine.Font = Enum.Font.ArialBold
- blankLine.FontSize = Enum.FontSize.Size18
- blankLine.Text = ""
- blankLine.TextColor3 = Color3.new(0, 0, 0)
- blankLine.TextSize = 18
- blankLine.TextXAlignment = Enum.TextXAlignment.Left
- Music.Name = "Music"
- Music.Parent = MainFrame
- Music.BackgroundColor3 = Color3.new(0, 0.568627, 0.94902)
- Music.BorderColor3 = Color3.new(0, 0.6, 0.94902)
- Music.BorderSizePixel = 0
- Music.Position = UDim2.new(0, 0, 0, 279)
- Music.Size = UDim2.new(0, 200, 0, 40)
- Music.ZIndex = 10
- MusicName.Name = "MusicName"
- MusicName.Parent = Music
- MusicName.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- MusicName.BorderSizePixel = 0
- MusicName.Size = UDim2.new(0, 200, 0, 40)
- MusicName.ZIndex = 10
- MusicName.Font = Enum.Font.ArialBold
- MusicName.FontSize = Enum.FontSize.Size14
- MusicName.Text = "Music Player"
- MusicName.TextColor3 = Color3.new(1, 1, 1)
- MusicName.TextScaled = true
- MusicName.TextSize = 14
- MusicName.TextStrokeColor3 = Color3.new(1, 1, 1)
- MusicName.TextWrapped = true
- Play.Name = "Play"
- Play.Parent = Music
- Play.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Play.BorderColor3 = Color3.new(0, 0.6, 0.94902)
- Play.BorderSizePixel = 0
- Play.Position = UDim2.new(0, 0, 0, 45)
- Play.Size = UDim2.new(0, 100, 0, 40)
- Play.ZIndex = 10
- Play.Font = Enum.Font.ArialBold
- Play.FontSize = Enum.FontSize.Size36
- Play.Text = "Play"
- Play.TextColor3 = Color3.new(1, 1, 1)
- Play.TextSize = 36
- Play.TextStrokeColor3 = Color3.new(1, 1, 1)
- Play.TextWrapped = true
- debounce = false
- ds = true
- Play.MouseButton1Click:connect(function()
- if game.PlaceId == 177052655 and debounce == false and ds == true then
- game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, Id.Text)
- debounce = true
- ds = false
- end
- if game.PlaceId == not 177052655 or game.Workspace.FilteringEnabled == false and debounce == false and ds == true then
- debounce = true
- ds= false
- local Sound = Instance.new("Sound")
- Sound.Parent = game.Workspace
- Sound.SoundId = "rbxassetid://"..Id.Text
- Sound.Volume = 10
- Sound.Pitch = 1
- Sound.Playing = true
- end
- end)
- Stop.Name = "Stop"
- Stop.Parent = Music
- Stop.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Stop.BorderColor3 = Color3.new(0, 0.6, 0.94902)
- Stop.BorderSizePixel = 0
- Stop.Position = UDim2.new(0, 100, 0, 45)
- Stop.Size = UDim2.new(0, 100, 0, 40)
- Stop.ZIndex = 10
- Stop.Font = Enum.Font.ArialBold
- Stop.FontSize = Enum.FontSize.Size36
- Stop.Text = "Stop"
- Stop.TextColor3 = Color3.new(1, 1, 1)
- Stop.TextSize = 36
- Stop.TextStrokeColor3 = Color3.new(1, 1, 1)
- Stop.TextWrapped = true
- Stop.MouseButton1Click:connect(function()
- if game.PlaceId == 177052655 and debounce == true and ds == false then
- game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
- debounce = false
- ds = true
- end
- if game.PlaceId == not 177052655 or game.Workspace.FilteringEnabled == false and debounce == true and ds == false then
- game.Workspace.Sound:Remove()
- debounce = false
- ds = true
- end
- end)
- Id.Name = "Id"
- Id.Parent = Music
- Id.BackgroundColor3 = Color3.new(1, 1, 1)
- Id.BorderColor3 = Color3.new(0, 0.631373, 0.94902)
- Id.BorderSizePixel = 0
- Id.Position = UDim2.new(0, 0, 0, 90)
- Id.Size = UDim2.new(0, 200, 0, 40)
- Id.ZIndex = 10
- Id.Font = Enum.Font.ArialBold
- Id.FontSize = Enum.FontSize.Size36
- Id.Text = "Music ID"
- Id.TextScaled = true
- Id.TextSize = 36
- Id.TextStrokeColor3 = Color3.new(1, 1, 1)
- Id.TextWrapped = true
- Night.Name = "Night"
- Night.Parent = Music
- Night.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Night.BorderSizePixel = 0
- Night.Position = UDim2.new(0, 300, 0, 45)
- Night.Size = UDim2.new(0, 150, 0, 40)
- Night.ZIndex = 10
- Night.AutoButtonColor = false
- Night.Font = Enum.Font.ArialBold
- Night.FontSize = Enum.FontSize.Size24
- Night.Text = "Night"
- Night.TextColor3 = Color3.new(1, 1, 1)
- Night.TextSize = 24
- Night.TextStrokeColor3 = Color3.new(1, 1, 1)
- Night.MouseButton1Click:connect(function()
- game.Lighting.TimeOfDay = 0
- end)
- Day.Name = "Day"
- Day.Parent = Music
- Day.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Day.BorderSizePixel = 0
- Day.Position = UDim2.new(0, 300, 0, 0)
- Day.Size = UDim2.new(0, 150, 0, 40)
- Day.ZIndex = 10
- Day.AutoButtonColor = false
- Day.Font = Enum.Font.ArialBold
- Day.FontSize = Enum.FontSize.Size24
- Day.Text = "Day"
- Day.TextColor3 = Color3.new(1, 1, 1)
- Day.TextSize = 24
- Day.TextStrokeColor3 = Color3.new(1, 1, 1)
- Day.MouseButton1Click:connect(function()
- game.Lighting.TimeOfDay = 12
- end)
- FlyMe.Name = "Fly Me"
- FlyMe.Parent = Music
- FlyMe.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- FlyMe.BorderSizePixel = 0
- FlyMe.Position = UDim2.new(0, 300, 0, 90)
- FlyMe.Size = UDim2.new(0, 150, 0, 40)
- FlyMe.ZIndex = 10
- FlyMe.AutoButtonColor = false
- FlyMe.Font = Enum.Font.ArialBold
- FlyMe.FontSize = Enum.FontSize.Size24
- FlyMe.Text = "Float On"
- FlyMe.TextColor3 = Color3.new(1, 1, 1)
- FlyMe.TextSize = 24
- FlyMe.TextStrokeColor3 = Color3.new(1, 1, 1)
- local noc = 1
- FlyMe.MouseButton1Click:connect(function()
- noc = 1
- wait(.3)
- while true do
- wait(.01)
- if noc == 1 then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- else return end
- end
- end)
- UnflyMe.Name = "Unfly Me"
- UnflyMe.Parent = Music
- UnflyMe.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- UnflyMe.BorderSizePixel = 0
- UnflyMe.Position = UDim2.new(0, 300, 0, 135)
- UnflyMe.Size = UDim2.new(0, 150, 0, 40)
- UnflyMe.ZIndex = 10
- UnflyMe.AutoButtonColor = false
- UnflyMe.Font = Enum.Font.ArialBold
- UnflyMe.FontSize = Enum.FontSize.Size24
- UnflyMe.Text = "Float Off"
- UnflyMe.TextColor3 = Color3.new(1, 1, 1)
- UnflyMe.TextSize = 24
- UnflyMe.TextStrokeColor3 = Color3.new(1, 1, 1)
- UnflyMe.MouseButton1Click:connect(function()
- noc = 0
- wait(.3)
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(2)
- end)
- Tp.Name = "Tp"
- Tp.Parent = MainFrame
- Tp.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Tp.BorderColor3 = Color3.new(0.270588, 0.572549, 0.835294)
- Tp.BorderSizePixel = 0
- Tp.Position = UDim2.new(0, 800, 0, 130)
- Tp.Selectable = false
- Tp.Size = UDim2.new(0, 150, 0, 30)
- Tp.ZIndex = 10
- Tp.Font = Enum.Font.ArialBold
- Tp.FontSize = Enum.FontSize.Size24
- Tp.Text = "Tp All Me"
- Tp.TextColor3 = Color3.new(1, 1, 1)
- Tp.TextSize = 24
- Tp.TextWrapped = true
- Value_6.Name = "Value"
- Value_6.Parent = Tp
- Value_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Value_6.Size = UDim2.new(0, 200, 0, 50)
- Value_6.Visible = false
- Value_6.Font = Enum.Font.SourceSans
- Value_6.FontSize = Enum.FontSize.Size14
- Value_6.Text = "tp all me"
- Value_6.TextSize = 14
- Tp.MouseButton1Click:connect(function()
- Raindrop:ExecuteCommand("tp all me")
- end)
- Raplogo.Name = "Rap logo"
- Raplogo.Parent = MainFrame
- Raplogo.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Raplogo.BorderSizePixel = 0
- Raplogo.Position = UDim2.new(0, 0, 0, 780)
- Raplogo.Size = UDim2.new(0, 170, 0, 40)
- Raplogo.ZIndex = 10
- Raplogo.Font = Enum.Font.ArialBold
- Raplogo.FontSize = Enum.FontSize.Size24
- Raplogo.Text = "Rape Player"
- Raplogo.TextColor3 = Color3.new(1, 1, 1)
- Raplogo.TextSize = 24
- Victim.Name = "Victim"
- Victim.Parent = Raplogo
- Victim.BackgroundColor3 = Color3.new(1, 1, 1)
- Victim.BorderSizePixel = 0
- Victim.Position = UDim2.new(0, 0, 0, 90)
- Victim.Size = UDim2.new(0, 170, 0, 40)
- Victim.ZIndex = 10
- Victim.Font = Enum.Font.ArialBold
- Victim.FontSize = Enum.FontSize.Size24
- Victim.Text = "Victim's Name"
- Victim.TextSize = 20
- Start.Name = "Start"
- Start.Parent = Raplogo
- Start.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Start.BorderSizePixel = 0
- Start.Position = UDim2.new(0, 0, 0, 135)
- Start.Size = UDim2.new(0, 170, 0, 40)
- Start.ZIndex = 10
- Start.Font = Enum.Font.ArialBold
- Start.FontSize = Enum.FontSize.Size24
- Start.Text = "Execute"
- Start.TextColor3 = Color3.new(1, 1, 1)
- Start.TextSize = 24
- Start.MouseButton1Click:connect(function()
- function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
- local funcw = Instance.new("Weld")
- funcw.Name = zName
- funcw.Parent = zParent
- funcw.Part0 = zPart0
- funcw.Part1 = zPart1
- if (zCoco == true) then
- funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
- else
- funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
- end
- return funcw
- end
- function fun(n1, n2)
- pcall(function()
- t1 = game.Players[n1].Character.Torso
- t2 = game.Players[n2].Character.Torso
- t2.Parent.Humanoid.PlatformStand = true
- t1["Left Shoulder"]:Remove()
- ls1 = Instance.new("Weld")
- ls1.Parent = t1
- ls1.Part0 = t1
- ls1.Part1 = t1.Parent["Left Arm"]
- ls1.C0 = CFrame.new(-1.5,0,0)
- ls1.Name = "Left Shoulder"
- t1["Right Shoulder"]:Remove()
- rs1 = Instance.new("Weld")
- rs1.Parent = t1
- rs1.Part0 = t1
- rs1.Part1 = t1.Parent["Right Arm"]
- rs1.C0 = CFrame.new(1.5,0,0)
- rs1.Name = "Right Shoulder"
- t2["Left Shoulder"]:Remove()
- ls2 = Instance.new("Weld")
- ls2.Parent = t2
- ls2.Part0 = t2
- ls2.Part1 = t2.Parent["Left Arm"]
- ls2.C0 = CFrame.new(-1.5,0,0)
- ls2.Name = "Left Shoulder"
- t2["Right Shoulder"]:Remove()
- rs2 = Instance.new("Weld")
- rs2.Parent = t2
- rs2.Part0 = t2
- rs2.Part1 = t2.Parent["Right Arm"]
- rs2.C0 = CFrame.new(1.5,0,0)
- rs2.Name = "Right Shoulder"
- t2["Left Hip"]:Remove()
- lh2 = Instance.new("Weld")
- lh2.Parent = t2
- lh2.Part0 = t2
- lh2.Part1 = t2.Parent["Left Leg"]
- lh2.C0 = CFrame.new(-0.5,-2,0)
- lh2.Name = "Left Hip"
- t2["Right Hip"]:Remove()
- rh2 = Instance.new("Weld")
- rh2.Parent = t2
- rh2.Part0 = t2
- rh2.Part1 = t2.Parent["Right Leg"]
- rh2.C0 = CFrame.new(0.5,-2,0)
- rh2.Name = "Right Hip"
- local d = Instance.new("Part")
- d.TopSurface = 0
- d.BottomSurface = 0
- d.CanCollide = false
- d.BrickColor = BrickColor.new("Medium stone grey")
- d.Shape = "Ball"
- d.Parent = t1
- d.Size = Vector3.new(1,1,1)
- local dm = Instance.new("SpecialMesh")
- dm.MeshType = "Sphere"
- dm.Parent = d
- dm.Scale = Vector3.new(0.4,0.4,0.4)
- fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
- d2 = d:Clone()
- d2.Parent = t1
- fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
- local c = Instance.new("Part")
- c.TopSurface = 0
- c.BottomSurface = 0
- c.CanCollide = false
- c.BrickColor = BrickColor.new("Pastel brown")
- c.Parent = t1
- c.formFactor = "Custom"
- c.Size = Vector3.new(0.4,1.3,0.4)
- cm = Instance.new("CylinderMesh")
- cm.Parent = c
- a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
- c2 = d:Clone()
- c2.BrickColor = BrickColor.new("Medium stone grey")
- c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
- c2.Parent = t1
- fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
- local bl = Instance.new("Part")
- bl.TopSurface = 0
- bl.BottomSurface = 0
- bl.CanCollide = false
- bl.BrickColor = BrickColor.new("Pastel brown")
- bl.Shape = "Ball"
- bl.Parent = t2
- bl.Size = Vector3.new(1,1,1)
- local dm = Instance.new("SpecialMesh")
- dm.MeshType = "Sphere"
- dm.Parent = bl
- dm.Scale = Vector3.new(1.2,1.2,1.2)
- fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
- local br = Instance.new("Part")
- br.TopSurface = 0
- br.BottomSurface = 0
- br.CanCollide = false
- br.BrickColor = BrickColor.new("Pastel brown")
- br.Shape = "Ball"
- br.Parent = t2
- br.Size = Vector3.new(1,1,1)
- local dm = Instance.new("SpecialMesh")
- dm.MeshType = "Sphere"
- dm.Parent = br
- dm.Scale = Vector3.new(1.2,1.2,1.2)
- fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
- local bln = Instance.new("Part")
- bln.TopSurface = 0
- bln.BottomSurface = 0
- bln.CanCollide = false
- bln.Shape = "Ball"
- bln.Parent = t2
- bln.Size = Vector3.new(1,1,1)
- local dm = Instance.new("SpecialMesh")
- dm.MeshType = "Sphere"
- dm.Parent = bln
- dm.Scale = Vector3.new(0.2,0.2,0.2)
- fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
- local brn = Instance.new("Part")
- brn.TopSurface = 0
- brn.BottomSurface = 0
- brn.CanCollide = false
- brn.Shape = "Ball"
- brn.Parent = t2
- brn.Size = Vector3.new(1,1,1)
- local dm = Instance.new("SpecialMesh")
- dm.MeshType = "Sphere"
- dm.Parent = brn
- dm.Scale = Vector3.new(0.2,0.2,0.2)
- fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
- lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
- rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
- ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
- rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
- ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
- rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
- if t1:findFirstChild("weldx") ~= nil then
- t1.weldx:Remove()
- end
- we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
- n = t2.Neck
- n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
- end)
- coroutine.resume(coroutine.create(function()
- while wait() do
- for i = 1,6 do
- we.C1 = we.C1 * CFrame.new(0,-0.3,0)
- wait()
- end
- for i = 1,6 do
- we.C1 = we.C1 * CFrame.new(0,0.3,0)
- wait()
- end
- end
- end))
- end
- fun(RapYOU.Text, Victim.Text)
- end)
- RapYOU.Name = "RapYOU"
- RapYOU.Parent = Raplogo
- RapYOU.BackgroundColor3 = Color3.new(1, 1, 1)
- RapYOU.BorderSizePixel = 0
- RapYOU.Position = UDim2.new(0, 0, 0, 45)
- RapYOU.Size = UDim2.new(0, 170, 0, 40)
- RapYOU.ZIndex = 10
- RapYOU.Font = Enum.Font.ArialBold
- RapYOU.FontSize = Enum.FontSize.Size24
- RapYOU.Text = "Your Name"
- RapYOU.TextSize = 20
- Ded.Name = "Ded"
- Ded.Parent = Raplogo
- Ded.BackgroundColor3 = Color3.new(0.247059, 0.498039, 0.74902)
- Ded.BorderSizePixel = 0
- Ded.Position = UDim2.new(0, 300, 0, 0)
- Ded.Size = UDim2.new(0, 170, 0, 40)
- Ded.ZIndex = 10
- Ded.Font = Enum.Font.ArialBold
- Ded.FontSize = Enum.FontSize.Size18
- Ded.Text = "Map Destruction"
- Ded.TextColor3 = Color3.new(1, 1, 1)
- Ded.TextSize = 18
- Ded.MouseButton1Click:connect(function()
- function getAll(obj)
- for i, v in pairs(obj:getChildren()) do
- if v:IsA("BasePart") then
- v.Anchored = false
- end
- getAll(v)
- end
- end
- getAll(game.Workspace)
- end)
- TextLabel.Parent = MainFrame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 0.25
- TextLabel.BorderColor3 = Color3.new(0, 0.490196, 0.819608)
- TextLabel.BorderSizePixel = 3
- TextLabel.Position = UDim2.new(0, 1525, 0, 25)
- TextLabel.Size = UDim2.new(0, 450, 0, 180)
- TextLabel.ZIndex = 10
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size28
- TextLabel.Text = "Creator/Designer: TrapFX Testers: Thank you @Seth. @Lil Lua, and @FileExplorer For Testing!! Donaters: Thx to @Hoodful, @Hyenada, and @289 For buying thing beta and supporting me!! "
- TextLabel.TextSize = 28
- TextLabel.TextWrapped = true
- TextLabel.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel.TextYAlignment = Enum.TextYAlignment.Top
- Themes.Name = "Themes"
- Themes.Parent = MainFrame
- Themes.BackgroundColor3 = Color3.new(1, 1, 1)
- Themes.BackgroundTransparency = 1
- Themes.BorderSizePixel = 0
- Themes.Position = UDim2.new(0, 1001, 0, 277)
- Themes.Size = UDim2.new(0, 500, 0, 230)
- Themes.ZIndex = 10
- FrameColor.Name = "Frame Color"
- FrameColor.Parent = Themes
- FrameColor.BackgroundColor3 = Color3.new(0.694118, 0.694118, 0.694118)
- FrameColor.BorderSizePixel = 0
- FrameColor.Size = UDim2.new(0, 150, 0, 50)
- FrameColor.ZIndex = 10
- FrameColor.Font = Enum.Font.ArialBold
- FrameColor.FontSize = Enum.FontSize.Size24
- FrameColor.Text = "Frame Color"
- FrameColor.TextSize = 24
- OuterColor.Name = "Outer Color"
- OuterColor.Parent = Themes
- OuterColor.BackgroundColor3 = Color3.new(0.694118, 0.694118, 0.694118)
- OuterColor.BorderSizePixel = 0
- OuterColor.Position = UDim2.new(0, 170, 0, 0)
- OuterColor.Size = UDim2.new(0, 150, 0, 50)
- OuterColor.ZIndex = 10
- OuterColor.Font = Enum.Font.ArialBold
- OuterColor.FontSize = Enum.FontSize.Size24
- OuterColor.Text = "Outer Color"
- OuterColor.TextSize = 24
- ButtonColor.Name = "Button Color"
- ButtonColor.Parent = Themes
- ButtonColor.BackgroundColor3 = Color3.new(0.694118, 0.694118, 0.694118)
- ButtonColor.BorderSizePixel = 0
- ButtonColor.Position = UDim2.new(0, 350, 0, 0)
- ButtonColor.Size = UDim2.new(0, 150, 0, 50)
- ButtonColor.ZIndex = 10
- ButtonColor.Font = Enum.Font.ArialBold
- ButtonColor.FontSize = Enum.FontSize.Size24
- ButtonColor.Text = "Button Color"
- ButtonColor.TextSize = 24
- Oblue.Name = "Oblue"
- Oblue.Parent = Themes
- Oblue.BackgroundColor3 = Color3.new(0.258824, 0.529412, 0.796079)
- Oblue.BorderSizePixel = 0
- Oblue.Position = UDim2.new(0, 170, 0, 50)
- Oblue.Size = UDim2.new(0, 150, 0, 30)
- Oblue.ZIndex = 10
- Oblue.Font = Enum.Font.ArialBold
- Oblue.FontSize = Enum.FontSize.Size24
- Oblue.Text = "Blue "
- Oblue.TextSize = 24
- Oblue.MouseButton1Click:connect(function()
- Top.BackgroundColor3 = Color3.new(0.258824, 0.529412, 0.796079)
- Bottom.BackgroundColor3 = Color3.new(0.258824, 0.529412, 0.796079)
- end)
- FOrange.Name = "FOrange"
- FOrange.Parent = Themes
- FOrange.BackgroundColor3 = Color3.new(0.658824, 0.415686, 0)
- FOrange.BorderSizePixel = 0
- FOrange.Position = UDim2.new(0, 0, 0, 90)
- FOrange.Size = UDim2.new(0, 150, 0, 30)
- FOrange.ZIndex = 10
- FOrange.Font = Enum.Font.ArialBold
- FOrange.FontSize = Enum.FontSize.Size24
- FOrange.Text = "Orange"
- FOrange.TextSize = 24
- FOrange.MouseButton1Click:connect(function()
- MainFrame.BackgroundColor3 = Color3.new(0.658824, 0.415686, 0)
- end)
- Bred.Name = "Bred"
- Bred.Parent = Themes
- Bred.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Bred.BorderSizePixel = 0
- Bred.Position = UDim2.new(0, 350, 0, 130)
- Bred.Size = UDim2.new(0, 150, 0, 30)
- Bred.ZIndex = 10
- Bred.Font = Enum.Font.ArialBold
- Bred.FontSize = Enum.FontSize.Size24
- Bred.Text = "Red"
- Bred.TextSize = 24
- Bred.MouseButton1Click:connect(function()
- Clear.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- CmdB.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- CmdClr.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- CmdEx.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- EGBs.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Execute.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- FreezeAll.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- KillAll.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- KillMe.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Tp.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- UnfreezeAll.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Day.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Night.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Play.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Stop.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- FlyMe.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- UnflyMe.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- CredB.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- LOb.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- LuaB.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Misc.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- UnflyMe.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Themes_2.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Anime.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Troll.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Start.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- Ded.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- MusicName.BackgroundColor3 = Color3.new(0.905882, 0, 0)
- end)
- Fblue.Name = "Fblue"
- Fblue.Parent = Themes
- Fblue.BackgroundColor3 = Color3.new(0.196078, 0.419608, 0.615686)
- Fblue.BorderSizePixel = 0
- Fblue.Position = UDim2.new(0, 0, 0, 50)
- Fblue.Size = UDim2.new(0, 150, 0, 30)
- Fblue.ZIndex = 10
- Fblue.Font = Enum.Font.ArialBold
- Fblue.FontSize = Enum.FontSize.Size24
- Fblue.Text = "Blue "
- Fblue.TextSize = 24
- Fblue.MouseButton1Click:connect(function()
- MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.419608, 0.615686)
- end)
- Ogrey.Name = "Ogrey"
- Ogrey.Parent = Themes
- Ogrey.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
- Ogrey.BorderSizePixel = 0
- Ogrey.Position = UDim2.new(0, 170, 0, 170)
- Ogrey.Size = UDim2.new(0, 150, 0, 30)
- Ogrey.ZIndex = 10
- Ogrey.Font = Enum.Font.ArialBold
- Ogrey.FontSize = Enum.FontSize.Size24
- Ogrey.Text = "Default Grey"
- Ogrey.TextSize = 24
- Ogrey.MouseButton1Click:connect(function()
- Top.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
- Bottom.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
- end)
- OOrange.Name = "OOrange"
- OOrange.Parent = Themes
- OOrange.BackgroundColor3 = Color3.new(0.8, 0.521569, 0)
- OOrange.BorderSizePixel = 0
- OOrange.Position = UDim2.new(0, 170, 0, 90)
- OOrange.Size = UDim2.new(0, 150, 0, 30)
- OOrange.ZIndex = 10
- OOrange.Font = Enum.Font.ArialBold
- OOrange.FontSize = Enum.FontSize.Size24
- OOrange.Text = "Orange"
- OOrange.TextSize = 24
- OOrange.MouseButton1Click:connect(function()
- Top.BackgroundColor3 = Color3.new(0.658824, 0.415686, 0)
- Bottom.BackgroundColor3 = Color3.new(0.658824, 0.415686, 0)
- end)
- Fred.Name = "Fred"
- Fred.Parent = Themes
- Fred.BackgroundColor3 = Color3.new(0.713726, 0, 0)
- Fred.BorderSizePixel = 0
- Fred.Position = UDim2.new(0, 0, 0, 130)
- Fred.Size = UDim2.new(0, 150, 0, 30)
- Fred.ZIndex = 10
- Fred.Font = Enum.Font.ArialBold
- Fred.FontSize = Enum.FontSize.Size24
- Fred.Text = "Red"
- Fred.TextSize = 24
- Fred.MouseButton1Click:connect(function()
- MainFrame.BackgroundColor3 = Color3.new(0.713726, 0, 0)
- end)
- Fgrey.Name = "Fgrey"
- Fgrey.Parent = Themes
- Fgrey.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
- Fgrey.BorderSizePixel = 0
- Fgrey.Position = UDim2.new(0, 0, 0, 170)
- Fgrey.Size = UDim2.new(0, 150, 0, 30)
- Fgrey.ZIndex = 10
- Fgrey.Font = Enum.Font.ArialBold
- Fgrey.FontSize = Enum.FontSize.Size24
- Fgrey.Text = "Default Grey"
- Fgrey.TextSize = 24
- Fgrey.MouseButton1Click:connect(function()
- MainFrame.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
- end)
- Ored.Name = "Ored"
- Ored.Parent = Themes
- Ored.BackgroundColor3 = Color3.new(0.796079, 0, 0)
- Ored.BorderSizePixel = 0
- Ored.Position = UDim2.new(0, 170, 0, 130)
- Ored.Size = UDim2.new(0, 150, 0, 30)
- Ored.ZIndex = 10
- Ored.Font = Enum.Font.ArialBold
- Ored.FontSize = Enum.FontSize.Size24
- Ored.Text = "Red"
- Ored.TextSize = 24
- Ored.MouseButton1Click:connect(function()
- Top.BackgroundColor3 = Color3.new(0.796079, 0, 0)
- Bottom.BackgroundColor3 = Color3.new(0.796079, 0, 0)
- end)
- Bgrey.Name = "Bgrey"
- Bgrey.Parent = Themes
- Bgrey.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Bgrey.BorderSizePixel = 0
- Bgrey.Position = UDim2.new(0, 350, 0, 170)
- Bgrey.Size = UDim2.new(0, 150, 0, 30)
- Bgrey.ZIndex = 10
- Bgrey.Font = Enum.Font.ArialBold
- Bgrey.FontSize = Enum.FontSize.Size24
- Bgrey.Text = "Default Grey"
- Bgrey.TextSize = 24
- Bgrey.MouseButton1Click:connect(function()
- Clear.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- CmdB.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- CmdClr.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- CmdEx.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- EGBs.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Execute.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- FreezeAll.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- KillAll.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- KillMe.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Tp.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- UnfreezeAll.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Day.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Night.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Play.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Stop.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- FlyMe.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- UnflyMe.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- CredB.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- LOb.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- LuaB.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Misc.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- UnflyMe.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Themes_2.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Anime.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Troll.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Start.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- Ded.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- MusicName.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
- end)
- Bblue.Name = "Bblue"
- Bblue.Parent = Themes
- Bblue.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Bblue.BorderSizePixel = 0
- Bblue.Position = UDim2.new(0, 350, 0, 50)
- Bblue.Size = UDim2.new(0, 150, 0, 30)
- Bblue.ZIndex = 10
- Bblue.Font = Enum.Font.ArialBold
- Bblue.FontSize = Enum.FontSize.Size24
- Bblue.Text = "Blue "
- Bblue.TextSize = 24
- Bblue.MouseButton1Click:connect(function()
- Clear.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- CmdB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- CmdClr.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- CmdEx.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- EGBs.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Execute.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- FreezeAll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- KillAll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- KillMe.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Tp.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- UnfreezeAll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Day.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Night.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Play.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Stop.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- FlyMe.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- UnflyMe.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- CredB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- LOb.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- LuaB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Misc.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- UnflyMe.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Themes_2.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Anime.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Troll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Start.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Ded.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- MusicName.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- end)
- Borange.Name = "Borange"
- Borange.Parent = Themes
- Borange.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Borange.BorderSizePixel = 0
- Borange.Position = UDim2.new(0, 350, 0, 90)
- Borange.Size = UDim2.new(0, 150, 0, 30)
- Borange.ZIndex = 10
- Borange.Font = Enum.Font.ArialBold
- Borange.FontSize = Enum.FontSize.Size24
- Borange.Text = "Orange"
- Borange.TextSize = 24
- Borange.MouseButton1Click:connect(function()
- Clear.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- CmdB.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- CmdClr.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- CmdEx.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- EGBs.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Execute.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- FreezeAll.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- KillAll.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- KillMe.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Tp.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- UnfreezeAll.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Day.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Night.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Play.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Stop.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- FlyMe.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- UnflyMe.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- CredB.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- LOb.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- LuaB.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Misc.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- UnflyMe.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Themes_2.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Anime.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Troll.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Start.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- Ded.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- MusicName.BackgroundColor3 = Color3.new(0.941177, 0.596078, 0)
- end)
- AnimeX.Name = "AnimeX"
- AnimeX.Parent = MainFrame
- AnimeX.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- AnimeX.BackgroundTransparency = 1
- AnimeX.Position = UDim2.new(0, 500, 0, 277)
- AnimeX.Size = UDim2.new(0, 500, 0, 230)
- AnimeX.ZIndex = 10
- ImageLabel.Parent = AnimeX
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.BorderSizePixel = 0
- ImageLabel.Position = UDim2.new(0, 30, 0, 0)
- ImageLabel.Size = UDim2.new(0, 200, 0, 250)
- ImageLabel.ZIndex = 3
- ImageLabel.Image = "rbxassetid://623051644"
- Prim.Name = "Prim"
- Prim.Parent = AnimeX
- Prim.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
- Prim.BackgroundTransparency = 0.75
- Prim.BorderSizePixel = 0
- Prim.Size = UDim2.new(0, 125, 0, 40)
- Prim.ZIndex = 10
- Prim.Font = Enum.Font.ArialBold
- Prim.FontSize = Enum.FontSize.Size18
- Prim.Text = "Primary Hair"
- Prim.TextSize = 18
- Prim.MouseButton1Click:connect(function()
- if game.PlaceId == 532839528 then
- Selecteda = game.Players.LocalPlayer.Character:WaitForChild("Hair")
- Selected.Text = "Selected: Primary Hair"
- elseif game.PlaceId == not 532839528 then
- print("Wrong Game Bud!")
- end
- end)
- Sec.Name = "Sec"
- Sec.Parent = AnimeX
- Sec.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
- Sec.BackgroundTransparency = 0.75
- Sec.BorderSizePixel = 0
- Sec.Position = UDim2.new(0, 150, 0, 20)
- Sec.Size = UDim2.new(0, 125, 0, 40)
- Sec.ZIndex = 10
- Sec.Font = Enum.Font.ArialBold
- Sec.FontSize = Enum.FontSize.Size18
- Sec.Text = "Secondary Hair"
- Sec.TextSize = 18
- Sec.MouseButton1Click:connect(function()
- if game.PlaceId == 532839528 then
- Selecteda = game.Players.LocalPlayer.Character:WaitForChild("SecondHair")
- Selected.Text = "Selected: Second Hair"
- elseif game.PlaceId == not 532839528 then
- print("Wrong Game Bud!")
- end
- end)
- Selected.Name = "Selected"
- Selected.Parent = AnimeX
- Selected.BackgroundColor3 = Color3.new(0.792157, 0.792157, 0.792157)
- Selected.BorderSizePixel = 0
- Selected.Position = UDim2.new(0, 300, 0, 0)
- Selected.Size = UDim2.new(0, 200, 0, 40)
- Selected.ZIndex = 10
- Selected.Font = Enum.Font.SourceSans
- Selected.FontSize = Enum.FontSize.Size18
- Selected.Text = "Selected:"
- Selected.TextScaled = true
- Selected.TextSize = 18
- Selected.TextWrapped = true
- Color.Name = "Color"
- Color.Parent = AnimeX
- Color.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
- Color.BorderSizePixel = 0
- Color.Position = UDim2.new(0, 300, 0, 40)
- Color.Size = UDim2.new(0, 100, 0, 40)
- Color.ZIndex = 10
- Color.Font = Enum.Font.SourceSans
- Color.FontSize = Enum.FontSize.Size18
- Color.Text = "Brick Color"
- Color.TextScaled = true
- Color.TextSize = 18
- Color.TextWrapped = true
- Cbox.Name = "Cbox"
- Cbox.Parent = Color
- Cbox.BackgroundColor3 = Color3.new(1, 1, 1)
- Cbox.BorderSizePixel = 0
- Cbox.Position = UDim2.new(0, 100, 0, 0)
- Cbox.Size = UDim2.new(0, 100, 0, 40)
- Cbox.ZIndex = 10
- Cbox.Font = Enum.Font.SourceSans
- Cbox.FontSize = Enum.FontSize.Size14
- Cbox.Text = "Really red"
- Cbox.TextSize = 14
- Material.Name = "Material"
- Material.Parent = AnimeX
- Material.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
- Material.BorderSizePixel = 0
- Material.Position = UDim2.new(0, 300, 0, 85)
- Material.Size = UDim2.new(0, 100, 0, 40)
- Material.ZIndex = 10
- Material.Font = Enum.Font.SourceSans
- Material.FontSize = Enum.FontSize.Size28
- Material.Text = "Material"
- Material.TextSize = 28
- Material.TextWrapped = true
- Mbox.Name = "Mbox"
- Mbox.Parent = Material
- Mbox.BackgroundColor3 = Color3.new(1, 1, 1)
- Mbox.BorderSizePixel = 0
- Mbox.Position = UDim2.new(0, 100, 0, 0)
- Mbox.Size = UDim2.new(0, 100, 0, 40)
- Mbox.ZIndex = 10
- Mbox.Font = Enum.Font.SourceSans
- Mbox.FontSize = Enum.FontSize.Size14
- Mbox.Text = "Neon"
- Mbox.TextSize = 14
- Trans.Name = "Trans"
- Trans.Parent = AnimeX
- Trans.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
- Trans.BorderSizePixel = 0
- Trans.Position = UDim2.new(0, 300, 0, 130)
- Trans.Size = UDim2.new(0, 100, 0, 40)
- Trans.ZIndex = 10
- Trans.Font = Enum.Font.SourceSans
- Trans.FontSize = Enum.FontSize.Size18
- Trans.Text = "Transparency"
- Trans.TextScaled = true
- Trans.TextSize = 18
- Trans.TextWrapped = true
- Tbox.Name = "Tbox"
- Tbox.Parent = Trans
- Tbox.BackgroundColor3 = Color3.new(1, 1, 1)
- Tbox.BorderSizePixel = 0
- Tbox.Position = UDim2.new(0, 100, 0, 0)
- Tbox.Size = UDim2.new(0, 100, 0, 40)
- Tbox.ZIndex = 10
- Tbox.Font = Enum.Font.SourceSans
- Tbox.FontSize = Enum.FontSize.Size14
- Tbox.Text = "0.5"
- Tbox.TextSize = 14
- AExe.Name = "AExe"
- AExe.Parent = AnimeX
- AExe.BackgroundColor3 = Color3.new(0.603922, 0.603922, 0.603922)
- AExe.BorderSizePixel = 0
- AExe.Position = UDim2.new(0, 300, 0, 170)
- AExe.Size = UDim2.new(0, 200, 0, 50)
- AExe.ZIndex = 10
- AExe.Font = Enum.Font.ArialBold
- AExe.FontSize = Enum.FontSize.Size18
- AExe.Text = "Execute"
- AExe.TextSize = 18
- AExe.MouseButton1Click:connect(function()
- if game.PlaceId == 532839528 then
- Selecteda.Transparency = Tbox.Text
- elseif game.PlaceId == not 532839528 then
- print("Wrong Game Bud!")
- end
- end)
- AExe.MouseButton1Click:connect(function()
- if game.PlaceId == 532839528 then
- Selecteda.Material= Mbox.Text
- elseif game.PlaceId == not 532839528 then
- print("Wrong Game Bud!")
- end
- end)
- AExe.MouseButton1Click:connect(function()
- if game.PlaceId == 532839528 then
- Selecteda.BrickColor = BrickColor.New(Cbox.Text)
- elseif game.PlaceId == not 532839528 then
- print("Wrong Game Bud!")
- end
- end)
- LuaB.Name = "LuaB"
- LuaB.Parent = Top
- LuaB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- LuaB.BorderSizePixel = 0
- LuaB.Position = UDim2.new(0, 0, 0, 65)
- LuaB.Size = UDim2.new(0, 150, 0, 35)
- LuaB.ZIndex = 10
- LuaB.Font = Enum.Font.ArialBold
- LuaB.FontSize = Enum.FontSize.Size24
- LuaB.Text = "Lua Console"
- LuaB.TextColor3 = Color3.new(1, 1, 1)
- LuaB.TextSize = 20
- LuaB.TextWrapped = true
- LuaB.MouseButton1Click:connect(function()
- MainFrame.CanvasPosition = Vector2.new(0,0)
- end)
- CmdB.Name = "CmdB"
- CmdB.Parent = Top
- CmdB.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- CmdB.BorderSizePixel = 0
- CmdB.Position = UDim2.new(0, 152, 0, 65)
- CmdB.Size = UDim2.new(0, 150, 0, 35)
- CmdB.ZIndex = 10
- CmdB.Font = Enum.Font.ArialBold
- CmdB.FontSize = Enum.FontSize.Size24
- CmdB.Text = "Command Bar"
- CmdB.TextColor3 = Color3.new(1, 1, 1)
- CmdB.TextSize = 20
- CmdB.TextWrapped = true
- CmdB.MouseButton1Click:connect(function()
- MainFrame.CanvasPosition = Vector2.new(500,0)
- end)
- LOb.Name = "LOb"
- LOb.Parent = Top
- LOb.BackgroundColor3 = Color3.new(0.294118, 0.588235, 0.882353)
- LOb.BorderSizePixel = 0
- LOb.Position = UDim2.new(0, 304, 0, 65)
- LOb.Size = UDim2.new(0, 150, 0, 35)
- LOb.ZIndex = 10
- LOb.Font = Enum.Font.ArialBold
- LOb.FontSize = Enum.FontSize.Size24
- LOb.Text = "Local Output"
- LOb.TextColor3 = Color3.new(1, 1, 1)
- LOb.TextSize = 20
- LOb.TextWrapped = true
- LOb.MouseButton1Click:connect(function()
- MainFrame.CanvasPosition = Vector2.new(1000,0)
- end)
- CredB.Name = "CredB"
- CredB.Parent = Top
- CredB.BackgroundColor3 = Color3.new(0.294118, 0.588235, 0.882353)
- CredB.BorderSizePixel = 0
- CredB.Position = UDim2.new(0, 456, 0, 65)
- CredB.Size = UDim2.new(0, 150, 0, 35)
- CredB.ZIndex = 10
- CredB.Font = Enum.Font.ArialBold
- CredB.FontSize = Enum.FontSize.Size24
- CredB.Text = "Credits"
- CredB.TextColor3 = Color3.new(1, 1, 1)
- CredB.TextSize = 20
- CredB.TextWrapped = true
- CredB.MouseButton1Click:connect(function()
- MainFrame.CanvasPosition = Vector2.new(1500,0)
- end)
- Bottom.Name = "Bottom"
- Bottom.Parent = Top
- Bottom.Active = true
- Bottom.BackgroundColor3 = Color3.new(0.262745, 0.529412, 0.796079)
- Bottom.BorderSizePixel = 0
- Bottom.Position = UDim2.new(0, 38, 0, 320)
- Bottom.Size = UDim2.new(0, 525, 0, 75)
- Bottom.ZIndex = 10
- Misc.Name = "Misc"
- Misc.Parent = Bottom
- Misc.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Misc.BorderSizePixel = 0
- Misc.Position = UDim2.new(0, 20, 0, 7)
- Misc.Size = UDim2.new(0, 120, 0, 35)
- Misc.ZIndex = 10
- Misc.Font = Enum.Font.ArialBold
- Misc.FontSize = Enum.FontSize.Size24
- Misc.Text = "Miscellaneous"
- Misc.TextColor3 = Color3.new(1, 1, 1)
- Misc.TextScaled = true
- Misc.TextSize = 20
- Misc.TextWrapped = true
- Misc.MouseButton1Click:connect(function()
- MainFrame.CanvasPosition = Vector2.new(0,272)
- end)
- Troll.Name = "Troll"
- Troll.Parent = Bottom
- Troll.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Troll.BorderSizePixel = 0
- Troll.Position = UDim2.new(0, 142, 0, 7)
- Troll.Size = UDim2.new(0, 120, 0, 35)
- Troll.ZIndex = 10
- Troll.Font = Enum.Font.ArialBold
- Troll.FontSize = Enum.FontSize.Size24
- Troll.Text = "Troll"
- Troll.TextColor3 = Color3.new(1, 1, 1)
- Troll.TextSize = 20
- Troll.TextWrapped = true
- Troll.MouseButton1Click:connect(function()
- MainFrame.CanvasPosition = Vector2.new(0,773)
- end)
- Themes_2.Name = "Themes"
- Themes_2.Parent = Bottom
- Themes_2.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Themes_2.BorderSizePixel = 0
- Themes_2.Position = UDim2.new(0, 264, 0, 7)
- Themes_2.Size = UDim2.new(0, 120, 0, 35)
- Themes_2.ZIndex = 10
- Themes_2.Font = Enum.Font.ArialBold
- Themes_2.FontSize = Enum.FontSize.Size24
- Themes_2.Text = "Themes"
- Themes_2.TextColor3 = Color3.new(1, 1, 1)
- Themes_2.TextSize = 20
- Themes_2.TextWrapped = true
- Themes_2.MouseButton1Click:connect(function()
- MainFrame.CanvasPosition = Vector2.new(1000,272)
- end)
- Anime.Name = "Anime"
- Anime.Parent = Bottom
- Anime.BackgroundColor3 = Color3.new(0.294118, 0.584314, 0.882353)
- Anime.BorderSizePixel = 0
- Anime.Position = UDim2.new(0, 386, 0, 7)
- Anime.Size = UDim2.new(0, 120, 0, 35)
- Anime.ZIndex = 10
- Anime.Font = Enum.Font.ArialBold
- Anime.FontSize = Enum.FontSize.Size24
- Anime.Text = "Anime Cross"
- Anime.TextColor3 = Color3.new(1, 1, 1)
- Anime.TextSize = 20
- Anime.TextWrapped = true
- Anime.MouseButton1Click:connect(function()
- MainFrame.CanvasPosition = Vector2.new(500,272)
- end)
- Logo.Name = "Logo"
- Logo.Parent = Top
- Logo.BackgroundColor3 = Color3.new(1, 1, 1)
- Logo.BackgroundTransparency = 1
- Logo.Position = UDim2.new(0, 200, 0, 7)
- Logo.Size = UDim2.new(0, 200, 0, 50)
- Logo.ZIndex = 10
- Logo.Font = Enum.Font.ArialBold
- Logo.FontSize = Enum.FontSize.Size60
- Logo.Text = "RainExV4.9"
- Logo.TextColor3 = Color3.new(1, 1, 1)
- Logo.TextSize = 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement