--BROUGHT TO YOU BY RobloxScripter.com!--
pcall(function()
game:GetService("CoreGui").ShouxLibGui:Destroy();
end);
local ShouxLib = loadstring(game:HttpGetAsync("https://pastebin.com/raw/aWJeXMN3"))();
local main = ShouxLib:new("Bubble Simulator :)", Color3.fromRGB(25, 25, 25), Color3.fromRGB(192, 0, 199));
main:newBtn("AutoFarm", function(stat)
_G.autotool = stat;
while _G.autotool do
wait()
if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
wait();
end
end
end);
main:newBtn("AutoSell×2", function(stat)
_G.autosell = stat;
while _G.autosell do
local sell = game.workspace.PopupAreas.Sell.Soap
wait(1)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = sell.CFrame
wait(1);
end
end);
wait();
game.StarterGui:SetCore("SendNotification", {Title="Lulu The Best Bitch",Text="Its really a bad bitch",Duration=10});
main:newBind("Hide Gui", function()
game:GetService("CoreGui").ShouxLibGui.Enabled = not game:GetService("CoreGui").ShouxLibGui.Enabled;
end, Enum.KeyCode.X);
ShouxLib:SetCategory(main);