Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Ninja Element
- -- Version: 1.0
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local d = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.Coregui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(38, 37, 34)
- main.Position = UDim2.new(0.0866462812, 0, 0.0895915702, 0)
- main.Size = UDim2.new(0, 155, 0, 397)
- main.Active=true
- main.Draggable=true
- d.Name = "d"
- d.Parent = main
- d.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- d.Size = UDim2.new(0, 155, 0, 50)
- d.Font = Enum.Font.SourceSans
- d.Text = "Lightning"
- d.TextColor3 = Color3.fromRGB(25, 153, 25)
- d.TextSize = 20.000
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Lightning")
- TextButton.Parent = main
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.Position = UDim2.new(-1.1920929e-07, 0, 0.247663647, 0)
- TextButton.Size = UDim2.new(0, 155, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Frost"
- TextButton.TextColor3 = Color3.fromRGB(85, 158, 236)
- TextButton.TextSize = 20.000
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Frost")
- TextButton_2.Parent = main
- TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.Position = UDim2.new(0, 0, 0.371783078, 0)
- TextButton_2.Size = UDim2.new(0, 155, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Electral Chaos"
- TextButton_2.TextColor3 = Color3.fromRGB(74, 177, 50)
- TextButton_2.TextSize = 20.000
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Electral Chaos")
- TextButton_3.Parent = main
- TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.Position = UDim2.new(0, 0, 0.123675287, 0)
- TextButton_3.Size = UDim2.new(0, 155, 0, 50)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "Inferno"
- TextButton_3.TextColor3 = Color3.fromRGB(217, 72, 0)
- TextButton_3.TextSize = 20.000
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Inferno")
- TextButton_4.Parent = main
- TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.Position = UDim2.new(0, 0, 0.495669216, 0)
- TextButton_4.Size = UDim2.new(0, 155, 0, 50)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "Masterful Wrath"
- TextButton_4.TextColor3 = Color3.fromRGB(61, 102, 179)
- TextButton_4.TextSize = 20.000
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Masterful Wrath")
- TextButton_5.Parent = main
- TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_5.Position = UDim2.new(6.05359674e-09, 0, 0.620058239, 0)
- TextButton_5.Size = UDim2.new(0, 155, 0, 50)
- TextButton_5.Font = Enum.Font.SourceSans
- TextButton_5.Text = "Shadow Charge"
- TextButton_5.TextColor3 = Color3.fromRGB(136, 94, 172)
- TextButton_5.TextSize = 20.000
- game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Shadow Charge")
- TextBox.Parent = main
- TextBox.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- TextBox.Position = UDim2.new(0, 0, 0.851385415, 0)
- TextBox.Size = UDim2.new(0, 155, 0, 59)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = "Gui by kaambrol"
- TextBox.TextColor3 = Color3.fromRGB(206, 206, 206)
- TextBox.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement