ROBLOX Big Brain Simulatorš§ auto farm GUI

This script allows you to auto farm in roblox big brain simulator. and also a lot of fun stuffs. Game: (7) Big Brain Simulatorš§ - Roblox Script is here: loadstring(game:HttpGet("https://raw.githubusercontent.com/urmomjklol69/Big-Brain-Simulator/main/Big%20Brain%20Sim.lua", true))() local vu = game:GetService("VirtualUser") game:GetService("Players").LocalPlayer.Idled:connect(function() vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame) wait(1) vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame) end)