Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local AdoptGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Frame_2 = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Frame_3 = Instance.new("Frame")
- local GearText = Instance.new("TextBox")
- local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
- local GiveGear = Instance.new("TextButton")
- local Bucket = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- local TextLabel_2 = Instance.new("TextLabel")
- local Crash = Instance.new("TextButton")
- local Alpaca = Instance.new("TextButton")
- --Properties:
- AdoptGui.Name = "AdoptGui"
- AdoptGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- AdoptGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = AdoptGui
- Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.296048641, 0, 0.17176871, 0)
- Frame.Size = UDim2.new(0, 221, 0, 321)
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(0, 0, 0)
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(0, 221, 0, 28)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Adopt GUI by eee#4138"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextSize = 14
- Frame_2.Parent = Title
- Frame_2.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
- Frame_2.BackgroundTransparency = 0.69999998807907
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0, 0, 0.785714269, 0)
- Frame_2.Size = UDim2.new(0, 221, 0, 6)
- Close.Name = "Close"
- Close.Parent = Title
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.886877835, 0, 0, 0)
- Close.Size = UDim2.new(0, 25, 0, 22)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- TextLabel.Parent = Title
- TextLabel.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 7.35714293, 0)
- TextLabel.Size = UDim2.new(0, 221, 0, 24)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Additional Features"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 14
- Frame_3.Parent = TextLabel
- Frame_3.BackgroundColor3 = Color3.new(0.0235294, 0.388235, 0)
- Frame_3.BackgroundTransparency = 0.69999998807907
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(0, 0, 0.785714269, 0)
- Frame_3.Size = UDim2.new(0, 221, 0, 6)
- GearText.Name = "GearText"
- GearText.Parent = Frame
- GearText.BackgroundColor3 = Color3.new(0, 0, 0)
- GearText.BorderSizePixel = 0
- GearText.Position = UDim2.new(0.0588235296, 0, 0.136158526, 0)
- GearText.Size = UDim2.new(0, 196, 0, 30)
- GearText.Font = Enum.Font.SourceSans
- GearText.PlaceholderText = "Gear ID here"
- GearText.Text = ""
- GearText.TextColor3 = Color3.new(1, 1, 1)
- GearText.TextScaled = true
- GearText.TextSize = 14
- GearText.TextWrapped = true
- UITextSizeConstraint.Parent = GearText
- UITextSizeConstraint.MaxTextSize = 30
- GiveGear.Name = "GiveGear"
- GiveGear.Parent = GearText
- GiveGear.BackgroundColor3 = Color3.new(0, 0, 0)
- GiveGear.BorderSizePixel = 0
- GiveGear.Position = UDim2.new(0.0918367356, 0, 1.30000007, 0)
- GiveGear.Size = UDim2.new(0, 159, 0, 21)
- GiveGear.Font = Enum.Font.SourceSans
- GiveGear.Text = "Give Gear"
- GiveGear.TextColor3 = Color3.new(1, 1, 1)
- GiveGear.TextScaled = true
- GiveGear.TextSize = 14
- GiveGear.TextStrokeColor3 = Color3.new(1, 1, 1)
- GiveGear.TextWrapped = true
- Bucket.Name = "Bucket"
- Bucket.Parent = Frame
- Bucket.BackgroundColor3 = Color3.new(0, 0, 0)
- Bucket.BorderSizePixel = 0
- Bucket.Position = UDim2.new(0.0904977396, 0, 0.373436391, 0)
- Bucket.Size = UDim2.new(0, 180, 0, 26)
- Bucket.Font = Enum.Font.SourceSans
- Bucket.Text = "Gear Bomb"
- Bucket.TextColor3 = Color3.new(0.380392, 1, 0.368627)
- Bucket.TextScaled = true
- Bucket.TextSize = 14
- Bucket.TextWrapped = true
- TextBox.Parent = Bucket
- TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0.111111119, 0, 1.73076928, 0)
- TextBox.Size = UDim2.new(0, 139, 0, 21)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.PlaceholderColor3 = Color3.new(0.192157, 0.564706, 0.192157)
- TextBox.PlaceholderText = "Strength of Bomb"
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0.407843, 1, 0.341176)
- TextBox.TextSize = 14
- TextLabel_2.Parent = Bucket
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(-0.0500000007, 0, 1, 0)
- TextLabel_2.Size = UDim2.new(0, 198, 0, 19)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "(Put Gear ID and Strength Before Using)"
- TextLabel_2.TextColor3 = Color3.new(0.141176, 0.423529, 0)
- TextLabel_2.TextSize = 14
- Crash.Name = "Crash"
- Crash.Parent = Frame
- Crash.BackgroundColor3 = Color3.new(0, 0, 0)
- Crash.BorderSizePixel = 0
- Crash.Position = UDim2.new(0.0950226262, 0, 0.877318203, 0)
- Crash.Size = UDim2.new(0, 180, 0, 26)
- Crash.Font = Enum.Font.SourceSans
- Crash.Text = "Crash Server"
- Crash.TextColor3 = Color3.new(0.380392, 1, 0.368627)
- Crash.TextScaled = true
- Crash.TextSize = 14
- Crash.TextWrapped = true
- Alpaca.Name = "Alpaca"
- Alpaca.Parent = Frame
- Alpaca.BackgroundColor3 = Color3.new(0, 0, 0)
- Alpaca.BorderSizePixel = 0
- Alpaca.Position = UDim2.new(0.0950226262, 0, 0.755822897, 0)
- Alpaca.Size = UDim2.new(0, 180, 0, 26)
- Alpaca.Font = Enum.Font.SourceSans
- Alpaca.Text = "Alpaca"
- Alpaca.TextColor3 = Color3.new(1, 0.894118, 0.803922)
- Alpaca.TextScaled = true
- Alpaca.TextSize = 14
- Alpaca.TextWrapped = true
- -- Scripts:
- function SCRIPT_KQGU69_FAKESCRIPT() -- Frame.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Frame
- local Frame=script.Parent
- Frame.Parent.Parent=game.CoreGui
- Frame.Active=true
- Frame.Draggable=true
- Frame.GearText.GiveGear.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
- local tbl_main =
- {
- "Shirt",
- Frame.GearText.Text,
- false
- }
- game:GetService("ReplicatedStorage").WearItem:FireServer(unpack(tbl_main))
- wait(.5)
- game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
- end)
- Frame.Title.Close.MouseButton1Click:Connect(function()
- Frame.Parent:Destroy()
- end)
- Frame.Bucket.MouseButton1Click:Connect(function()
- local ItemTable={}
- for i=1,tonumber(Frame.Bucket.TextBox.Text) do
- local tbl_main =
- {
- "Shirt",
- Frame.GearText.Text,
- false
- }
- game:GetService("ReplicatedStorage").WearItem:FireServer(unpack(tbl_main))
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Tool")then
- table.insert(ItemTable,v)
- v.Parent=game.Players.LocalPlayer.Backpack
- end
- end
- wait()
- end
- wait(1)
- for i,v in pairs(ItemTable)do
- v.Parent=game.Players.LocalPlayer.Character
- end
- wait(2)
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA('Tool')then
- v:Activate()
- end
- end
- end)
- Frame.Crash.MouseButton1Click:Connect(function()
- local ItemTable={}
- for i=1,300 do
- local tbl_main =
- {
- "Shirt",
- 163355211,
- false
- }
- game:GetService("ReplicatedStorage").WearItem:FireServer(unpack(tbl_main))
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Tool")then
- table.insert(ItemTable,v)
- v.Parent=game.Players.LocalPlayer.Backpack
- end
- end
- end
- for i,v in pairs(ItemTable)do
- v.Parent=game.Players.LocalPlayer.Character
- end
- wait(2)
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA('Tool')then
- v:Activate()
- end
- end
- end)
- Frame.Alpaca.MouseButton1Click:Connect(function()
- local ItemTable={}
- for i=1,300 do
- local tbl_main =
- {
- "Shirt",
- 292969139,
- false
- }
- game:GetService("ReplicatedStorage").WearItem:FireServer(unpack(tbl_main))
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren())do
- if v:IsA("Tool")then
- table.insert(ItemTable,v)
- v.Parent=game.Players.LocalPlayer.Backpack
- end
- end
- wait()
- end
- for i,v in pairs(ItemTable)do
- v.Parent=game.Players.LocalPlayer.Character
- end
- wait(2)
- for i,v in pairs(ItemTable)do
- if v:IsA('Tool')then
- v:Activate()
- end
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_KQGU69_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement