Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By : SAOI
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local T1 = Instance.new("TextButton")
- local T5 = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(175, 175, 175)
- Frame.Position = UDim2.new(0.63100493, 0, 0.0260895025, 0)
- Frame.Size = UDim2.new(0, 212, 0, 128)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 20, 51)
- TextLabel.Size = UDim2.new(0, 212, 0, 29)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "By : SAOI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- T1.Name = "T1"
- T1.Parent = Frame
- T1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- T1.Position = UDim2.new(0, 0, 0.317132503, 0)
- T1.Size = UDim2.new(0, 212, 0, 32)
- T1.Font = Enum.Font.SourceSans
- T1.Text = "Auto Farm "
- T1.TextColor3 = Color3.fromRGB(0, 0, 0)
- T1.TextSize = 14.000
- T1.MouseButton1Down:connect(function()
- while wait(0) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-933.444275, 21.47542, -24.5487232, 0.00210282952, 4.36119016e-08, 0.999997795, -3.21325615e-08, 1, -4.35444285e-08, -0.999997795, -3.20409228e-08, 0.00210282952)
- game:GetService("Players").LocalPlayer.Character.DogDF.Skill3.Fire:FireServer()
- end
- end)
- T5.Name = "T5"
- T5.Parent = Frame
- T5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- T5.Position = UDim2.new(0, 0, 0.658454537, 0)
- T5.Size = UDim2.new(0, 212, 0, 32)
- T5.Font = Enum.Font.SourceSans
- T5.Text = "Anti-AFK"
- T5.TextColor3 = Color3.fromRGB(0, 0, 0)
- T5.TextSize = 14.000
- T5.MouseButton1Down:connect(function()
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- end)
Add Comment
Please, Sign In to add comment