Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local sans = Instance.new("TextLabel")
- 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")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0, 0, 0.790123463, 0)
- Frame.Size = UDim2.new(0, 300, 0, 170)
- sans.Name = "sans"
- sans.Parent = Frame
- sans.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- sans.BorderColor3 = Color3.fromRGB(255, 255, 255)
- sans.Position = UDim2.new(0, 0, -0.00399410725, 0)
- sans.Size = UDim2.new(0, 300, 0, 50)
- sans.Font = Enum.Font.SourceSansBold
- sans.Text = "Script Made By YouR"
- sans.TextColor3 = Color3.fromRGB(255, 255, 255)
- sans.TextSize = 27.000
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.Position = UDim2.new(0.541539192, 0, 0.702977479, 0)
- TextButton.Size = UDim2.new(0, 137, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "equip best items"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- local A_1 = game:GetService("Lighting").SOULs.God
- local Event = game:GetService("Lighting").UseSoul
- Event:FireServer(A_1)
- local A_1 = game:GetService("Lighting").Armor["Shaggy Aura"]
- local Event = game:GetService("Lighting").EquipArmor
- Event:FireServer(A_1)
- local A_1 = game:GetService("Lighting").Weapons["Disintegrating Sword"]
- local Event = game:GetService("Lighting").EquipSkin
- Event:FireServer(A_1)
- end)
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.Position = UDim2.new(0, 0, 0.702977479, 0)
- TextButton_2.Size = UDim2.new(0, 137, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "give all weapons"
- TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14.000
- TextButton_2.TextWrapped = true
- TextButton_2.MouseButton1Down:connect(function()
- for i,v in pairs(game.Players.LocalPlayer.Weapons:GetChildren()) do v.Value = true end
- end)
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.Position = UDim2.new(0, 0, 0.287146032, 0)
- TextButton_3.Size = UDim2.new(0, 50, 0, 50)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "equip only weapon"
- TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14.000
- TextButton_3.TextWrapped = true
- TextButton_3.MouseButton1Down:connect(function()
- local A_1 = game:GetService("Lighting").Weapons["Disintegrating Sword"]
- local Event = game:GetService("Lighting").EquipSkin
- Event:FireServer(A_1)
- end)
- TextButton_4.Parent = Frame
- TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_4.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.Position = UDim2.new(0.832514167, 0, 0.287145913, 0)
- TextButton_4.Size = UDim2.new(0, 50, 0, 50)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "equip only weapon and armor"
- TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 14.000
- TextButton_4.TextWrapped = true
- TextButton_4.MouseButton1Down:connect(function()
- local A_1 = game:GetService("Lighting").Weapons["Disintegrating Sword"]
- local Event = game:GetService("Lighting").EquipSkin
- Event:FireServer(A_1)
- end)
- TextButton_5.Parent = Frame
- TextButton_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_5.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_5.Position = UDim2.new(0.168643951, 0, 0.287146091, 0)
- TextButton_5.Size = UDim2.new(0, 199, 0, 50)
- TextButton_5.Font = Enum.Font.SourceSansBold
- TextButton_5.Text = "RESET"
- TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_5.TextScaled = true
- TextButton_5.TextSize = 14.000
- TextButton_5.TextWrapped = true
- TextButton_5.MouseButton1Down:connect(function()
- local Event = game:GetService("Lighting").Reset
- Event:FireServer()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement