Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Tommygun = Instance.new("TextButton")
- local Sword = Instance.new("TextButton")
- local Greensword = Instance.new("TextButton")
- local Purplesword = Instance.new("TextButton")
- local Explosivescroll = Instance.new("TextButton")
- local Remotemine = Instance.new("TextButton")
- local Airstrike = Instance.new("TextButton")
- local Tripmine = Instance.new("TextButton")
- local Givegear = Instance.new("TextButton")
- local GearID = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Frame.Position = UDim2.new(0.121881001, 0, 0.302788854, 0)
- Frame.Size = UDim2.new(0, 223, 0, 303)
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(0, 0, 0)
- Title.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Title.Size = UDim2.new(0, 223, 0, 50)
- Title.Font = Enum.Font.SciFi
- Title.Text = "Adopt and raise Gear"
- Title.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- ScrollingFrame.Parent = Frame
- ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- ScrollingFrame.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- ScrollingFrame.Position = UDim2.new(0, 0, 0.554455459, 0)
- ScrollingFrame.Size = UDim2.new(0, 223, 0, 135)
- ScrollingFrame.CanvasPosition = Vector2.new(0, 0)
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 50, 0)
- Frame.Active = true
- Frame.Selectable = true
- Frame.Draggable = true
- Tommygun.Name = "Tommygun"
- Tommygun.Parent = ScrollingFrame
- Tommygun.BackgroundColor3 = Color3.new(0, 0, 0)
- Tommygun.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Tommygun.Position = UDim2.new(0.0493273549, 0, 0.00079207914, 0)
- Tommygun.Size = UDim2.new(0, 200, 0, 50)
- Tommygun.Font = Enum.Font.SourceSans
- Tommygun.Text = "Tommy gun"
- Tommygun.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Tommygun.TextScaled = true
- Tommygun.TextSize = 14
- Tommygun.TextWrapped = true
- Tommygun.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", 116693764, false)
- end)
- Sword.Name = "Sword"
- Sword.Parent = ScrollingFrame
- Sword.BackgroundColor3 = Color3.new(0, 0, 0)
- Sword.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Sword.Position = UDim2.new(0.0493273549, 0, 0.00488448841, 0)
- Sword.Size = UDim2.new(0, 200, 0, 50)
- Sword.Font = Enum.Font.SourceSans
- Sword.Text = "Sword"
- Sword.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Sword.TextScaled = true
- Sword.TextSize = 14
- Sword.TextWrapped = true
- Sword.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", 12187319, false)
- end)
- Greensword.Name = "Greensword"
- Greensword.Parent = ScrollingFrame
- Greensword.BackgroundColor3 = Color3.new(0, 0, 0)
- Greensword.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Greensword.Position = UDim2.new(0.0493273549, 0, 0.00917491689, 0)
- Greensword.Size = UDim2.new(0, 200, 0, 50)
- Greensword.Font = Enum.Font.SourceSans
- Greensword.Text = "Green sword"
- Greensword.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Greensword.TextScaled = true
- Greensword.TextSize = 14
- Greensword.TextWrapped = true
- Greensword.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", 80661504, false)
- end)
- Purplesword.Name = "Purplesword"
- Purplesword.Parent = ScrollingFrame
- Purplesword.BackgroundColor3 = Color3.new(0, 0, 0)
- Purplesword.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Purplesword.Position = UDim2.new(0.0493273549, 0, 0.0136633655, 0)
- Purplesword.Size = UDim2.new(0, 200, 0, 50)
- Purplesword.Font = Enum.Font.SourceSans
- Purplesword.Text = "Purple sword"
- Purplesword.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Purplesword.TextScaled = true
- Purplesword.TextSize = 14
- Purplesword.TextWrapped = true
- Purplesword.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", 268586231, false)
- end)
- Explosivescroll.Name = "Explosivescroll"
- Explosivescroll.Parent = ScrollingFrame
- Explosivescroll.BackgroundColor3 = Color3.new(0, 0, 0)
- Explosivescroll.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Explosivescroll.Position = UDim2.new(0.0493273549, 0, 0.0180858076, 0)
- Explosivescroll.Size = UDim2.new(0, 200, 0, 50)
- Explosivescroll.Font = Enum.Font.SourceSans
- Explosivescroll.Text = "Explosive scroll"
- Explosivescroll.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Explosivescroll.TextScaled = true
- Explosivescroll.TextSize = 14
- Explosivescroll.TextWrapped = true
- Explosivescroll.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", 125013830, false)
- end)
- Remotemine.Name = "Remotemine"
- Remotemine.Parent = ScrollingFrame
- Remotemine.BackgroundColor3 = Color3.new(0, 0, 0)
- Remotemine.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Remotemine.Position = UDim2.new(0.0493273549, 0, 0.022442244, 0)
- Remotemine.Size = UDim2.new(0, 200, 0, 50)
- Remotemine.Font = Enum.Font.SourceSans
- Remotemine.Text = "Remote mine"
- Remotemine.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Remotemine.TextScaled = true
- Remotemine.TextSize = 14
- Remotemine.TextWrapped = true
- Remotemine.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", 33383241, false)
- end)
- Airstrike.Name = "Airstrike"
- Airstrike.Parent = ScrollingFrame
- Airstrike.BackgroundColor3 = Color3.new(0, 0, 0)
- Airstrike.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Airstrike.Position = UDim2.new(0.0493273549, 0, 0.0267986804, 0)
- Airstrike.Size = UDim2.new(0, 200, 0, 50)
- Airstrike.Font = Enum.Font.SourceSans
- Airstrike.Text = "Airstrike"
- Airstrike.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Airstrike.TextScaled = true
- Airstrike.TextSize = 14
- Airstrike.TextWrapped = true
- Airstrike.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", 88885539, false)
- end)
- Tripmine.Name = "Tripmine"
- Tripmine.Parent = ScrollingFrame
- Tripmine.BackgroundColor3 = Color3.new(0, 0, 0)
- Tripmine.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Tripmine.Position = UDim2.new(0.0493273549, 0, 0.0312211215, 0)
- Tripmine.Size = UDim2.new(0, 200, 0, 50)
- Tripmine.Font = Enum.Font.SourceSans
- Tripmine.Text = "Trip mine"
- Tripmine.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Tripmine.TextScaled = true
- Tripmine.TextSize = 14
- Tripmine.TextWrapped = true
- Tripmine.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", 11999247, false)
- end)
- Givegear.Name = "Givegear"
- Givegear.Parent = Frame
- Givegear.BackgroundColor3 = Color3.new(0, 0, 0)
- Givegear.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Givegear.Position = UDim2.new(0.165919289, 0, 0.376237631, 0)
- Givegear.Size = UDim2.new(0, 148, 0, 47)
- Givegear.Font = Enum.Font.SourceSans
- Givegear.Text = "Give gear"
- Givegear.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- Givegear.TextScaled = true
- Givegear.TextSize = 14
- Givegear.TextWrapped = true
- Givegear.MouseButton1Click:connect(function()
- game.ReplicatedStorage.WearItem:FireServer("Shirt", GearID.Text, false)
- if GearID.Text == "" then
- warn("No gear ID, please input an ID")
- end
- end)
- GearID.Name = "GearID"
- GearID.Parent = Frame
- GearID.BackgroundColor3 = Color3.new(0, 0, 0)
- GearID.BorderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- GearID.Position = UDim2.new(0.165919289, 0, 0.188118815, 0)
- GearID.Size = UDim2.new(0, 148, 0, 50)
- GearID.Font = Enum.Font.SourceSans
- GearID.PlaceholderColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- GearID.PlaceholderText = "Gear ID here"
- GearID.Text = ""
- GearID.TextColor3 = Color3.new(0.129412, 0.745098, 0.117647)
- GearID.TextScaled = true
- GearID.TextSize = 14
- GearID.TextWrapped = true
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement