SAOI

Dog Piece

Nov 13th, 2021 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.01 KB | None | 0 0
  1. --By : SAOI
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local T1 = Instance.new("TextButton")
  7. local T5 = Instance.new("TextButton")
  8.  
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.fromRGB(175, 175, 175)
  15. Frame.Position = UDim2.new(0.63100493, 0, 0.0260895025, 0)
  16. Frame.Size = UDim2.new(0, 212, 0, 128)
  17.  
  18. TextLabel.Parent = Frame
  19. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 20, 51)
  20. TextLabel.Size = UDim2.new(0, 212, 0, 29)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.Text = "By : SAOI"
  23. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  24. TextLabel.TextSize = 14.000
  25.  
  26. T1.Name = "T1"
  27. T1.Parent = Frame
  28. T1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. T1.Position = UDim2.new(0, 0, 0.317132503, 0)
  30. T1.Size = UDim2.new(0, 212, 0, 32)
  31. T1.Font = Enum.Font.SourceSans
  32. T1.Text = "Auto Farm "
  33. T1.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. T1.TextSize = 14.000
  35. T1.MouseButton1Down:connect(function()
  36.     while wait(0) do
  37.  
  38.         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)
  39.         game:GetService("Players").LocalPlayer.Character.DogDF.Skill3.Fire:FireServer()
  40.  
  41.  
  42.     end
  43. end)
  44.  
  45. T5.Name = "T5"
  46. T5.Parent = Frame
  47. T5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. T5.Position = UDim2.new(0, 0, 0.658454537, 0)
  49. T5.Size = UDim2.new(0, 212, 0, 32)
  50. T5.Font = Enum.Font.SourceSans
  51. T5.Text = "Anti-AFK"
  52. T5.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. T5.TextSize = 14.000
  54. T5.MouseButton1Down:connect(function()
  55.     local vu = game:GetService("VirtualUser")
  56.     game:GetService("Players").LocalPlayer.Idled:connect(function()
  57.         vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  58.         wait(1)
  59.         vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  60.     end)
  61. end)
Add Comment
Please, Sign In to add comment