Advertisement
duckyexploitsV3

Da Hood Autofarm GUI

May 20th, 2020
218,644
2
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 2 0
  1. --Subscribe to Ducky Exploits
  2. --Script made by Racemodex#3582 on Discord
  3. loadstring(game:HttpGet("https://pastebin.com/raw/74VJ07iY", true))()
Advertisement
Comments
  • aceemumerson
    1 year
    # text 0.75 KB | 0 0
    1. local function Tween(speed,part,color)
    2. tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(speed, Enum.EasingStyle.Linear)
    3. tweenService:Create(part,tweenInfo,{ Color = color }):Play()
    4. end
    5. while task.wait(0.2) do
    6. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
    7. for _,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
    8. if v:IsA("Tool") then
    9. if v:FindFirstChild("Default") then
    10. v:FindFirstChild("Default").Material = "ForceField"
    11. Tween(0.2,v:FindFirstChild("Default"),Color3.fromRGB(math.random(255),math.random(255),math.random(255)))
    12. end
    13. end
    14. end
    15. end
    16. end
Add Comment
Please, Sign In to add comment
Advertisement