Yes Fast Auto Clicker is an entirely free piece of software with no strings attached. Download the tiny file and immediately open and use it. No install, no payment, no strings attached. Free for all your Roblox needs! Are there other Auto Clickers available for Roblox? Yes, Fast Auto Clicker is not the only Auto Clicker available for Roblox. Download Free Mouse Clicker. Roblox Auto Clicker. The Auto clicker for roblox is an automatic mouse clicker software that allows you to perform automatic mouse clicks in the game. In simple words, it is not different than just a normal automatic clicker.
Oct 28th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local LevisTitanSimulatorGUiv2 = Instance.new('ScreenGui')
- local ImageLabel = Instance.new('ImageLabel')
- local BringPlayersButton = Instance.new('TextButton')
- local SpamPunchButton = Instance.new('TextButton')
- local BringOrbsButton = Instance.new('TextButton')
- local GlossEffect = Instance.new('ImageLabel')
- LevisTitanSimulatorGUiv2.Name = 'LevisTitanSimulatorGUiv2'
- LevisTitanSimulatorGUiv2.Parent = game.Players.LocalPlayer.PlayerGui
- TextLabel.Parent = LevisTitanSimulatorGUiv2
- TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.5, -150, 0.5, -50)
- TextLabel.Font = Enum.Font.Arial
- TextLabel.Text = 'Titan Simulator GUI v2'
- TextLabel.TextSize = 18
- ImageLabel.Parent = TextLabel
- ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
- ImageLabel.Image = 'rbxasset://textures/BWGradient.png'
- MainFrame.Parent = TextLabel
- MainFrame.BackgroundTransparency = 0.30000001192093
- MainFrame.Position = UDim2.new(0, 0, 0, 20)
- BringPlayersButton.Parent = MainFrame
- BringPlayersButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringPlayersButton.BackgroundTransparency = 0.60000002384186
- BringPlayersButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringPlayersButton.FontSize = Enum.FontSize.Size14
- BringPlayersButton.Text = 'Bring bodies to you (kill for Power)'
- BringPlayersButton.TextColor3 = Color3.new(1, 1, 1)
- SpamPunchButton.Parent = MainFrame
- SpamPunchButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- SpamPunchButton.BackgroundTransparency = 0.60000002384186
- SpamPunchButton.Position = UDim2.new(0, 0, 0.330000013, 0)
- SpamPunchButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- SpamPunchButton.FontSize = Enum.FontSize.Size14
- SpamPunchButton.TextColor3 = Color3.new(1, 1, 1)
- BringOrbsButton.Parent = MainFrame
- BringOrbsButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringOrbsButton.BackgroundTransparency = 0.60000002384186
- BringOrbsButton.Position = UDim2.new(0, 0, 0.660000026, 0)
- BringOrbsButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringOrbsButton.FontSize = Enum.FontSize.Size14
- BringOrbsButton.Text = 'Bring Orbs to you (by xFunnieuss Fixed by fixed by bat - exploits)'
- BringOrbsButton.TextSize = 14
- CloseButton.Name = 'CloseButton'
- CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
- CloseButton.BorderSizePixel = 0
- CloseButton.Size = UDim2.new(0, 20, 0, 20)
- CloseButton.FontSize = Enum.FontSize.Size18
- CloseButton.TextColor3 = Color3.new(1, 1, 1)
- GlossEffect.Parent = CloseButton
- GlossEffect.Size = UDim2.new(1, 0, 0.5, 0)
- GlossEffect.Image = 'rbxasset://textures/BWGradient.png'
- LevisTitanSimulatorGUiv2:remove()
- SpamPunchButton.MouseButton1Down:connect(function()
- local Punch = game.Players.LocalPlayer.Backpack.Punch
- Punch.Parent = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Punch:Activate()
- game.Players.LocalPlayer.Character.Punch:Activate()
- local PunchTwo = game.Players.LocalPlayer.Character.Punch
- PunchTwo.Parent = game.Players.LocalPlayer.Backpack
- end)
- BringPlayersButton.MouseButton1Down:connect(function()
- local children = model:GetChildren()
- if children[i] ~= nil then
- children[i].Character.UpperTorso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
- game.Players.LocalPlayer.Character.UpperTorso.CFrame = children[i].Character.UpperTorso.CFrame
- end
- BringOrbsButton.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)