Posts

Showing posts with the label infinite level

ROBLOX Big Brain Simulator🧠 auto farm GUI

Image
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)

Roblox Horrific Housing Script Infinite Money and Level! | Open Sourced

Image
Game link:  Horrific Housing Auto Complete Mission Farm Script (Level up+Money) local RunService = game:GetService( "RunService" ) local ReplicatedStorage = game:GetService( "ReplicatedStorage" ) local Remote = ReplicatedStorage.EventRemotes:WaitForChild( "GhasterBlaster" ) RunService.RenderStepped:Connect( function () Remote:FireServer( "MiissionSuccess3" ) end ) Money hack script (instant) game .ReplicatedStorage .ShopPurchase :FireServer(-10000 , " Ornament ") Replace -10000 with how many money do you want. For example, if you want 500$ then put -500. Enjoy!