Find any script for Roblox

Enter the name of the game or script.

Barb Blox Lane script – (Autofarm money)

Functions: Autofarm money

Script developer: Exxen#0001, Empress#6788

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:

				
					while true do wait(1)
local function click(part)
   fireproximityprompt(part)
end
local s,e = pcall(function()
   for i,v in pairs(game.Workspace:GetDescendants()) do
       if v.Parent.Parent.Name == "Terminalsberbankstation" and v.Name == "ProximityPrompt" then
           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
           wait(.2)
           click(v)
           print('clicked')
       end
   end
end)
end
				
			
Leave a Comment

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