ADVERTISEMENTREMOVE ADS
Game icon

Autofarm Script

Be a Beggar!
1 month ago
Script preview thumbnail
Script Preview

Description

# Open Source

MY MAIN ACCOUNT IS ON SCRIPTBLOX

https://scriptblox.com/u/mcdaggitt


() I hated the current ones that were blocked behind a key-system so to combat that I created this free open source script!

Features:

  • Autobeg
  • Auto Buy Upgrades
  • Auto Buy Employees
  • Money Aura

Tested with

ADVERTISEMENTREMOVE ADS
37 Lines • 1.97 KiB
Raw
--[[
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!")
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
Pr

Thank you W script ♥️♥️

0
0
Th

Thank you W script absolute insane script♥️

0
0
ADVERTISEMENTREMOVE ADS