Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local AutoBabyBottle = Instance.new("TextButton")
- local AutoAttack = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.329076618, 0, 0.293375403, 0)
- Frame.Size = UDim2.new(0, 259, 0, 241)
- Frame.Style = Enum.FrameStyle.RobloxSquare
- Frame.Draggable = true
- Frame.Active =true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.0313726, 0.0705882, 0.443137)
- TextButton.BorderColor3 = Color3.new(0.0196078, 0.0313726, 0.207843)
- TextButton.Position = UDim2.new(-0.0308880303, 0, -0.0331950225, 0)
- TextButton.Size = UDim2.new(0, 258, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Buy Anime Roblox"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
- TextButton_2.Position = UDim2.new(-0.0308880303, 0, 0.809128642, 0)
- TextButton_2.Size = UDim2.new(0, 258, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Sub Kenh Youtube"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- AutoBabyBottle.Name = "Auto Baby Bottle"
- AutoBabyBottle.Parent = Frame
- AutoBabyBottle.BackgroundColor3 = Color3.new(0.160784, 0.341176, 1)
- AutoBabyBottle.Position = UDim2.new(0.111969113, 0, 0.244813278, 0)
- AutoBabyBottle.Size = UDim2.new(0, 200, 0, 50)
- AutoBabyBottle.Font = Enum.Font.SourceSans
- AutoBabyBottle.Text = "Auto Baby Bottle"
- AutoBabyBottle.TextColor3 = Color3.new(0, 0, 0)
- AutoBabyBottle.TextSize = 14
- AutoBabyBottle.MouseButton1Click:connect(function()
- game:GetService('RunService').RenderStepped:connect(function()
- local Arg1 = game:GetService("Workspace")[game.Players.LocalPlayer.Name]["Baby Bottle"] -- You Can Replace It To Your Tool
- local Path = game:GetService("ReplicatedStorage").Remotes.Input
- Path:FireServer(Arg1)
- end)
- end)
- AutoAttack.Name = "Auto Attack"
- AutoAttack.Parent = Frame
- AutoAttack.BackgroundColor3 = Color3.new(0.117647, 0.0392157, 1)
- AutoAttack.Position = UDim2.new(0.111969113, 0, 0.547717869, 0)
- AutoAttack.Size = UDim2.new(0, 200, 0, 50)
- AutoAttack.Font = Enum.Font.SourceSans
- AutoAttack.Text = "Auto Attack"
- AutoAttack.TextColor3 = Color3.new(0, 0, 0)
- AutoAttack.TextSize = 14
- AutoAttack.MouseButton1Click:connect(function()
- _G.attk = true
- while _G.attk do
- wait()
- local shroud = game.Players
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- for _, h in pairs(shroud:GetPlayers()) do
- plr.CFrame = h.Character.HumanoidRootPart.CFrame
- local Arg1 = game:GetService("Workspace")[game.Players.LocalPlayer.Name]["Swipe Attack"] -- Your Attack
- local Path = game:GetService("ReplicatedStorage").Remotes.Attack
- Path:FireServer(Arg1)
- end
- end
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement