--[[ Main website with all my scripts: https://scriptblox.com/u/mcdaggitt ]] ------------------------------- _G.AutoBeg=true _G.AutoBuyUpgrades=true _G.AutoBuyEmployees=true _G.MoneyAura=true ------------------------------------- local Replicate=game:GetService("ReplicatedStorage") local MinigameEvent=Replicate.Remotes.MinigameEvent local Upgrade=Replicate.Remotes.Upgrade local Notification=Replicate.Remotes.Notification local BuyEmployee=Replicate.Remotes.BuyEmployee local Player=game.Players.LocalPlayer local Character=Player.Character or Player.CharacterAdded:Wait() local HRP=Character:WaitForChild("HumanoidRootPart") local Money=workspace:WaitForChild("Money") task.spawn(function()while _G.AutoBeg do task.wait(0.0000000001)MinigameEvent:FireServer(true)end end) task.spawn(function()while _G.AutoBeg do task.wait(0.0000000001)MinigameEvent:FireServer(true)end end) task.spawn(function()while _G.AutoBeg do task.wait(0.0000000001)MinigameEvent:FireServer(true)end end) task.spawn(function()while _G.AutoBeg do task.wait(0.0000000001)MinigameEvent:FireServer(true)end end) task.spawn(function()while _G.AutoBeg do task.wait(0.0000000001)MinigameEvent:FireServer(true)end end) task.spawn(function()while _G.AutoBuyUpgrades do task.wait(0.1)Upgrade:FireServer("Beg Power")Upgrade:FireServer("Income")Upgrade:FireServer("Box Tier")Upgrade:FireServer("Alley Tier")end end) task.spawn(function()while _G.AutoBuyEmployees do for i=1,75 do if i~=13 and i~=14 then BuyEmployee:FireServer(i)task.wait(0.3)end end end end) task.spawn(function()while _G.MoneyAura do local OldCFrame=HRP.CFrame for _,v in pairs(Money:GetDescendants())do if v:IsA("ProximityPrompt") and v.Parent:IsA("BasePart")then HRP.CFrame=v.Parent.CFrame + Vector3.new(0,3,0) fireproximityprompt(v,0,true) end end HRP.CFrame=OldCFrame task.wait(0.5) end end) firesignal(Notification.OnClientEvent,"","Thank you for using my script it means alot!")