Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By BluezModZ
- --https://www.bluezmodz.weebly.com
- --Happy 2022!
- --Hope you don't get f*c*eD this year :D
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local on = Instance.new("TextButton")
- local off = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- 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.444624066, 0, 0.335559279, 0)
- Frame.Size = UDim2.new(0, 205, 0, 243)
- Frame.Active = true
- Frame.Draggable = true
- on.Name = "on"
- on.Parent = Frame
- on.BackgroundColor3 = Color3.fromRGB(26, 41, 255)
- on.Position = UDim2.new(0.141463414, 0, 0.300411522, 0)
- on.Size = UDim2.new(0, 146, 0, 50)
- on.Font = Enum.Font.SourceSans
- on.Text = "Auto Tap On"
- on.TextColor3 = Color3.fromRGB(0, 0, 0)
- on.TextSize = 14.000
- on.MouseButton1Down:connect(function()
- getgenv().click = true
- while wait() do
- if getgenv().click == true then
- game:GetService("ReplicatedStorage").Remotes.Taps:FindFirstChild("905896362"):FireServer("Normal")
- end
- end
- end)
- off.Name = "off"
- off.Parent = Frame
- off.BackgroundColor3 = Color3.fromRGB(26, 41, 255)
- off.Position = UDim2.new(0.141463414, 0, 0.600823045, 0)
- off.Size = UDim2.new(0, 146, 0, 50)
- off.Font = Enum.Font.SourceSans
- off.Text = "Auto Tap Off"
- off.TextColor3 = Color3.fromRGB(0, 0, 0)
- off.TextSize = 14.000
- off.MouseButton1Down:connect(function()
- getgenv().click = false
- while wait() do
- if getgenv().click == true then
- game:GetService("ReplicatedStorage").Remotes.Taps:FindFirstChild("905896362"):FireServer("Normal")
- end
- end
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(26, 41, 255)
- TextLabel.Size = UDim2.new(0, 205, 0, 50)
- TextLabel.Font = Enum.Font.SourceSansSemibold
- TextLabel.Text = "Clicking Legends Gui - BluezModZ"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- TextLabel_2.Parent = ScreenGui
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0.324979782, 0, -0.0267111845, 0)
- TextLabel_2.Size = UDim2.new(0, 474, 0, 50)
- TextLabel_2.Font = Enum.Font.SpecialElite
- TextLabel_2.Text = "https://www.bluezmodz.weebly.com"
- TextLabel_2.TextColor3 = Color3.fromRGB(31, 57, 141)
- TextLabel_2.TextSize = 25.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement