Rostreet Script | GODMODE, NOFAILLOCKPICK, MONEY FARM & MORE!

Created by shitass

Features:

  • Godmode: PATCHED ON NEW SERVERS, USE QUICK
game.Players.LocalPlayer.Character.Values:WaitForChild("Armor"):Destroy()
  • No fail lockpick:
for i,v in pairs(game.Players.LocalPlayer.PlayerGui.Main_Gui.Lockpick:GetChildren()) do
if v:IsA("UIAspectRatioConstraint") then
    return
else
    v.Size = UDim2.new(10, 10, 10)
    v.Position = UDim2.new(1, 1, 1)
end
end
  • Autofarm:
_G.Farm = true -- Set to false to stop
while _G.Farm do task.wait()
for i,v in pairs(game.Workspace:GetChildren()) do
    if v:IsA("Part") and v.Name == "Money" and v:FindFirstChild("ClickDetector") then
        game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame = v.CFrame
        fireclickdetector(v.ClickDetector)
end
end
end
  • Autostomp:
_G.Autostomp = true -- Set to false to stop
while _G.Autostomp do task.wait(0.2)
game:GetService("ReplicatedStorage").RemoteEvents.Stomp:FireServer()
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS