Categories > Exploiting > Scripts >
[REL] Astray Auto Farm
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)
Replied
Uhhhh what game is this for?? game link
Cancel
Post
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
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post