Categories > Exploiting > Scripts >

[REL] Astray Auto Farm

Posts: 12

Threads: 7

Joined: Apr, 2020

Reputation: 2

Posted

Had something like this a while ago, decided to remake the script. Enjoy!! (controls: hold down X on ore/tree)

 

Player = game.Players.LocalPlayer

Mouse = Player:GetMouse()

_G.Break = false

 

Mouse.KeyDown:Connect(function(key)

    if key == "x" then

        while wait() do

            game:GetService("ReplicatedStorage").Remotes.Swing:FireServer(Mouse.Target)

            if _G.Break == true then

                return

            end

        end

    end

end)

  • 0

Posts: 545

Threads: 54

Joined: Jun, 2020

Reputation: 35

Replied

Uhhhh what game is this for?? game link

  • 0

Posts: 12

Threads: 7

Joined: Apr, 2020

Reputation: 2

Replied

It's for a Roblox Rust. The script becomes VERY OP when you get tools. Here's the game: https://www.roblox.com/games/3840732524/FRESH-WIPE-FREE-Astray-BETA?refPageId=f54c400e-cd48-46b9-ac9b-76c892bbcedd

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )