Find any script for Roblox

Enter the name of the game or script.

Stone Miner Simulator script – (AutoSell)

Functions: auto sell

Script developer: borntodie1

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					getgenv().Sell = true
while Sell do task.wait()
for i,v in pairs(game:GetService("Workspace").base.HomeBuilding.SellBuilding.sellBuilding:GetDescendants()) do
               if v:IsA("TouchTransmitter") then
               firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
               wait()
               firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
       end
    end
end
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *